blob: b1067bc9711d2fd36ee2e6ea9e34d830bdd681df [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>
<!-- Generated by javadoc (1.8.0_261) on Sat Sep 11 21:20:10 MSK 2021 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Index (Ignite 2.11.0)</title>
<meta name="date" content="2021-09-11">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
<link rel='shortcut icon' href='https://ignite.apache.org/favicon.ico'/>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index (Ignite 2.11.0)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<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>
<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&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses-noframe.html">All&nbsp;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="#I:A">A</a>&nbsp;<a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:F">F</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:J">J</a>&nbsp;<a href="#I:K">K</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:Q">Q</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:U">U</a>&nbsp;<a href="#I:V">V</a>&nbsp;<a href="#I:W">W</a>&nbsp;<a href="#I:X">X</a>&nbsp;<a href="#I:Y">Y</a>&nbsp;<a href="#I:Z">Z</a>&nbsp;<a href="#I:Z:Z_">_</a>&nbsp;<a name="I: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="typeNameLink">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><span class="memberNameLink"><a href="org/apache/ignite/ml/math/functions/Functions.html#ABS">ABS</a></span> - Static variable in class org.apache.ignite.ml.math.functions.<a href="org/apache/ignite/ml/math/functions/Functions.html" title="class in org.apache.ignite.ml.math.functions">Functions</a></dt>
<dd>
<div class="block">Function that returns <code>Math.abs(a)</code>.</div>
</dd>
<dt><a href="org/apache/ignite/cache/query/AbstractContinuousQuery.html" title="class in org.apache.ignite.cache.query"><span class="typeNameLink">AbstractContinuousQuery</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/cache/query/AbstractContinuousQuery.html" title="type parameter in AbstractContinuousQuery">K</a>,<a href="org/apache/ignite/cache/query/AbstractContinuousQuery.html" title="type parameter in AbstractContinuousQuery">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/cache/query/package-summary.html">org.apache.ignite.cache.query</a></dt>
<dd>
<div class="block">Base class for continuous query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/AbstractContinuousQuery.html#AbstractContinuousQuery--">AbstractContinuousQuery()</a></span> - Constructor for class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/AbstractContinuousQuery.html" title="class in org.apache.ignite.cache.query">AbstractContinuousQuery</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html" title="class in org.apache.ignite.ml.selection.cv"><span class="typeNameLink">AbstractCrossValidation</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html" title="type parameter in AbstractCrossValidation">M</a> extends <a href="org/apache/ignite/ml/IgniteModel.html" title="interface in org.apache.ignite.ml">IgniteModel</a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a><span class='angle_bracket'>&gt;</span>,<a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html" title="type parameter in AbstractCrossValidation">K</a>,<a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html" title="type parameter in AbstractCrossValidation">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/selection/cv/package-summary.html">org.apache.ignite.ml.selection.cv</a></dt>
<dd>
<div class="block">Cross validation score calculator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html#AbstractCrossValidation--">AbstractCrossValidation()</a></span> - Constructor for class org.apache.ignite.ml.selection.cv.<a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html" title="class in org.apache.ignite.ml.selection.cv">AbstractCrossValidation</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.TaskResult.html" title="class in org.apache.ignite.ml.selection.cv"><span class="typeNameLink">AbstractCrossValidation.TaskResult</span></a> - Class in <a href="org/apache/ignite/ml/selection/cv/package-summary.html">org.apache.ignite.ml.selection.cv</a></dt>
<dd>
<div class="block">Represents the scores and map of parameters.</div>
</dd>
<dt><a href="org/apache/ignite/cache/eviction/AbstractEvictionPolicy.html" title="class in org.apache.ignite.cache.eviction"><span class="typeNameLink">AbstractEvictionPolicy</span></a><span class='angle_bracket'>&lt;</span><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><span class='angle_bracket'>&gt;</span> - 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="memberNameLink"><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/cache/eviction/AbstractEvictionPolicyFactory.html" title="class in org.apache.ignite.cache.eviction"><span class="typeNameLink">AbstractEvictionPolicyFactory</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/cache/eviction/AbstractEvictionPolicyFactory.html" title="type parameter in AbstractEvictionPolicyFactory">T</a><span class='angle_bracket'>&gt;</span> - 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 factories.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/AbstractEvictionPolicyFactory.html#AbstractEvictionPolicyFactory--">AbstractEvictionPolicyFactory()</a></span> - Constructor for class org.apache.ignite.cache.eviction.<a href="org/apache/ignite/cache/eviction/AbstractEvictionPolicyFactory.html" title="class in org.apache.ignite.cache.eviction">AbstractEvictionPolicyFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/failure/AbstractFailureHandler.html" title="class in org.apache.ignite.failure"><span class="typeNameLink">AbstractFailureHandler</span></a> - Class in <a href="org/apache/ignite/failure/package-summary.html">org.apache.ignite.failure</a></dt>
<dd>
<div class="block">Abstract superclass for <a href="org/apache/ignite/failure/FailureHandler.html" title="interface in org.apache.ignite.failure"><code>FailureHandler</code></a> implementations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/failure/AbstractFailureHandler.html#AbstractFailureHandler--">AbstractFailureHandler()</a></span> - Constructor for class org.apache.ignite.failure.<a href="org/apache/ignite/failure/AbstractFailureHandler.html" title="class in org.apache.ignite.failure">AbstractFailureHandler</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/math/isolve/lsqr/AbstractLSQR.html" title="class in org.apache.ignite.ml.math.isolve.lsqr"><span class="typeNameLink">AbstractLSQR</span></a> - Class in <a href="org/apache/ignite/ml/math/isolve/lsqr/package-summary.html">org.apache.ignite.ml.math.isolve.lsqr</a></dt>
<dd>
<div class="block">Basic implementation of the LSQR algorithm without assumptions about dataset storage format or data processing
device.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/isolve/lsqr/AbstractLSQR.html#AbstractLSQR--">AbstractLSQR()</a></span> - Constructor for class org.apache.ignite.ml.math.isolve.lsqr.<a href="org/apache/ignite/ml/math/isolve/lsqr/AbstractLSQR.html" title="class in org.apache.ignite.ml.math.isolve.lsqr">AbstractLSQR</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/marshaller/AbstractMarshaller.html" title="class in org.apache.ignite.marshaller"><span class="typeNameLink">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="memberNameLink"><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/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix"><span class="typeNameLink">AbstractMatrix</span></a> - Class in <a href="org/apache/ignite/ml/math/primitives/matrix/package-summary.html">org.apache.ignite.ml.math.primitives.matrix</a></dt>
<dd>
<div class="block">This class provides a helper implementation of the <a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix"><code>Matrix</code></a>
interface to minimize the effort required to implement it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#AbstractMatrix-org.apache.ignite.ml.math.primitives.matrix.MatrixStorage-">AbstractMatrix(MatrixStorage)</a></span> - Constructor for class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#AbstractMatrix--">AbstractMatrix()</a></span> - Constructor for class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/marshaller/AbstractNodeNameAwareMarshaller.html" title="class in org.apache.ignite.marshaller"><span class="typeNameLink">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="memberNameLink"><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><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector"><span class="typeNameLink">AbstractVector</span></a> - Class in <a href="org/apache/ignite/ml/math/primitives/vector/package-summary.html">org.apache.ignite.ml.math.primitives.vector</a></dt>
<dd>
<div class="block">This class provides a helper implementation of the <a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector"><code>Vector</code></a>
interface to minimize the effort required to implement it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#AbstractVector-org.apache.ignite.ml.math.primitives.vector.VectorStorage-">AbstractVector(VectorStorage)</a></span> - Constructor for class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#AbstractVector-boolean-org.apache.ignite.ml.math.primitives.vector.VectorStorage-">AbstractVector(boolean, VectorStorage)</a></span> - Constructor for class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#AbstractVector--">AbstractVector()</a></span> - Constructor for class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/functions/IgniteTriConsumer.html#accept-A-B-C-">accept(A, B, C)</a></span> - Method in interface org.apache.ignite.ml.math.functions.<a href="org/apache/ignite/ml/math/functions/IgniteTriConsumer.html" title="interface in org.apache.ignite.ml.math.functions">IgniteTriConsumer</a></dt>
<dd>
<div class="block">Analogous to 'accept' in <a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Consumer.html?is-external=true" title="class or interface in java.util.function"><code>Consumer</code></a> version, but with three parameters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgHeaderContext.html#accept-org.antlr.v4.runtime.tree.ParseTreeVisitor-">accept(ParseTreeVisitor<span class='angle_bracket'>&lt;</span>? extends T<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgHeaderContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgHeaderContext</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgLeafContext.html#accept-org.antlr.v4.runtime.tree.ParseTreeVisitor-">accept(ParseTreeVisitor<span class='angle_bracket'>&lt;</span>? extends T<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgLeafContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgLeafContext</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgModelContext.html#accept-org.antlr.v4.runtime.tree.ParseTreeVisitor-">accept(ParseTreeVisitor<span class='angle_bracket'>&lt;</span>? extends T<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgModelContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgModelContext</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgNodeContext.html#accept-org.antlr.v4.runtime.tree.ParseTreeVisitor-">accept(ParseTreeVisitor<span class='angle_bracket'>&lt;</span>? extends T<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgNodeContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgNodeContext</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgTreeContext.html#accept-org.antlr.v4.runtime.tree.ParseTreeVisitor-">accept(ParseTreeVisitor<span class='angle_bracket'>&lt;</span>? extends T<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgTreeContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgTreeContext</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgValueContext.html#accept-org.antlr.v4.runtime.tree.ParseTreeVisitor-">accept(ParseTreeVisitor<span class='angle_bracket'>&lt;</span>? extends T<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgValueContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgValueContext</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SystemViewRowAttributeWalker.AttributeVisitor.html#accept-int-java.lang.String-java.lang.Class-">accept(int, String, Class<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SystemViewRowAttributeWalker.AttributeVisitor.html" title="interface in org.apache.ignite.spi.systemview.view">SystemViewRowAttributeWalker.AttributeVisitor</a></dt>
<dd>
<div class="block">Visit some object property.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SystemViewRowAttributeWalker.AttributeWithValueVisitor.html#accept-int-java.lang.String-java.lang.Class-T-">accept(int, String, Class<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>, T)</a></span> - Method in interface org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SystemViewRowAttributeWalker.AttributeWithValueVisitor.html" title="interface in org.apache.ignite.spi.systemview.view">SystemViewRowAttributeWalker.AttributeWithValueVisitor</a></dt>
<dd>
<div class="block">Visit attribute.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SystemViewRowAttributeWalker.AttributeWithValueVisitor.html#acceptBoolean-int-java.lang.String-boolean-">acceptBoolean(int, String, boolean)</a></span> - Method in interface org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SystemViewRowAttributeWalker.AttributeWithValueVisitor.html" title="interface in org.apache.ignite.spi.systemview.view">SystemViewRowAttributeWalker.AttributeWithValueVisitor</a></dt>
<dd>
<div class="block">Visit attribute.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SystemViewRowAttributeWalker.AttributeWithValueVisitor.html#acceptByte-int-java.lang.String-byte-">acceptByte(int, String, byte)</a></span> - Method in interface org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SystemViewRowAttributeWalker.AttributeWithValueVisitor.html" title="interface in org.apache.ignite.spi.systemview.view">SystemViewRowAttributeWalker.AttributeWithValueVisitor</a></dt>
<dd>
<div class="block">Visit attribute.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SystemViewRowAttributeWalker.AttributeWithValueVisitor.html#acceptChar-int-java.lang.String-char-">acceptChar(int, String, char)</a></span> - Method in interface org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SystemViewRowAttributeWalker.AttributeWithValueVisitor.html" title="interface in org.apache.ignite.spi.systemview.view">SystemViewRowAttributeWalker.AttributeWithValueVisitor</a></dt>
<dd>
<div class="block">Visit attribute.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SystemViewRowAttributeWalker.AttributeWithValueVisitor.html#acceptDouble-int-java.lang.String-double-">acceptDouble(int, String, double)</a></span> - Method in interface org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SystemViewRowAttributeWalker.AttributeWithValueVisitor.html" title="interface in org.apache.ignite.spi.systemview.view">SystemViewRowAttributeWalker.AttributeWithValueVisitor</a></dt>
<dd>
<div class="block">Visit attribute.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SystemViewRowAttributeWalker.AttributeWithValueVisitor.html#acceptFloat-int-java.lang.String-float-">acceptFloat(int, String, float)</a></span> - Method in interface org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SystemViewRowAttributeWalker.AttributeWithValueVisitor.html" title="interface in org.apache.ignite.spi.systemview.view">SystemViewRowAttributeWalker.AttributeWithValueVisitor</a></dt>
<dd>
<div class="block">Visit attribute.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SystemViewRowAttributeWalker.AttributeWithValueVisitor.html#acceptInt-int-java.lang.String-int-">acceptInt(int, String, int)</a></span> - Method in interface org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SystemViewRowAttributeWalker.AttributeWithValueVisitor.html" title="interface in org.apache.ignite.spi.systemview.view">SystemViewRowAttributeWalker.AttributeWithValueVisitor</a></dt>
<dd>
<div class="block">Visit attribute.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SystemViewRowAttributeWalker.AttributeWithValueVisitor.html#acceptLong-int-java.lang.String-long-">acceptLong(int, String, long)</a></span> - Method in interface org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SystemViewRowAttributeWalker.AttributeWithValueVisitor.html" title="interface in org.apache.ignite.spi.systemview.view">SystemViewRowAttributeWalker.AttributeWithValueVisitor</a></dt>
<dd>
<div class="block">Visit attribute.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SystemViewRowAttributeWalker.AttributeWithValueVisitor.html#acceptShort-int-java.lang.String-short-">acceptShort(int, String, short)</a></span> - Method in interface org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SystemViewRowAttributeWalker.AttributeWithValueVisitor.html" title="interface in org.apache.ignite.spi.systemview.view">SystemViewRowAttributeWalker.AttributeWithValueVisitor</a></dt>
<dd>
<div class="block">Visit attribute.</div>
</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><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="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/impl/DenseMatrix.html#accessMode--">accessMode()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.impl.<a href="org/apache/ignite/ml/math/primitives/matrix/impl/DenseMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix.impl">DenseMatrix</a></dt>
<dd>
<div class="block">Get access mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/MatrixStorage.html#accessMode--">accessMode()</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/MatrixStorage.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">MatrixStorage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/OrderedMatrix.html#accessMode--">accessMode()</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/OrderedMatrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">OrderedMatrix</a></dt>
<dd>
<div class="block">Get access mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/storage/DenseMatrixStorage.html#accessMode--">accessMode()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.storage.<a href="org/apache/ignite/ml/math/primitives/matrix/storage/DenseMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.matrix.storage">DenseMatrixStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/storage/SparseMatrixStorage.html#accessMode--">accessMode()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.storage.<a href="org/apache/ignite/ml/math/primitives/matrix/storage/SparseMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.matrix.storage">SparseMatrixStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/storage/ViewMatrixStorage.html#accessMode--">accessMode()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.storage.<a href="org/apache/ignite/ml/math/primitives/matrix/storage/ViewMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.matrix.storage">ViewMatrixStorage</a></dt>
<dt><a href="org/apache/ignite/ml/selection/scoring/metric/classification/Accuracy.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification"><span class="typeNameLink">Accuracy</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/selection/scoring/metric/classification/Accuracy.html" title="type parameter in Accuracy">L</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/selection/scoring/metric/classification/package-summary.html">org.apache.ignite.ml.selection.scoring.metric.classification</a></dt>
<dd>
<div class="block">Accuracy metric class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/Accuracy.html#Accuracy--">Accuracy()</a></span> - Constructor for class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/Accuracy.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">Accuracy</a></dt>
<dd>
<div class="block">Creates an instance of Accuracy metric.</div>
</dd>
<dt><span class="memberNameLink"><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 custom message has been handled by all nodes.</div>
</dd>
<dt><span class="memberNameLink"><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="https://docs.oracle.com/javase/8/docs/api/java/lang/Thread.html?is-external=true#interrupt--" title="class or interface in java.lang">interrupted</a>.</div>
</dd>
<dt><span class="memberNameLink"><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="https://docs.oracle.com/javase/8/docs/api/java/lang/Thread.html?is-external=true#interrupt--" title="class or interface in java.lang">interrupted</a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSemaphore.html#acquireAndExecute-org.apache.ignite.lang.IgniteCallable-int-">acquireAndExecute(IgniteCallable<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>, 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 semaphore, executes the given callable and schedules the release of permits asynchronously</div>
</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><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="memberNameLink"><a href="org/apache/ignite/maintenance/MaintenanceRegistry.html#actionsForMaintenanceTask-java.lang.String-">actionsForMaintenanceTask(String)</a></span> - Method in interface org.apache.ignite.maintenance.<a href="org/apache/ignite/maintenance/MaintenanceRegistry.html" title="interface in org.apache.ignite.maintenance">MaintenanceRegistry</a></dt>
<dd>
<div class="block">All <a href="org/apache/ignite/maintenance/MaintenanceAction.html" title="interface in org.apache.ignite.maintenance"><code>MaintenanceAction</code></a>s provided by a component for <a href="org/apache/ignite/maintenance/MaintenanceTask.html" title="class in org.apache.ignite.maintenance"><code>MaintenanceTask</code></a> with a given name.</div>
</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><a href="org/apache/ignite/ml/nn/architecture/TransformationLayerArchitecture.html#activationFunction--">activationFunction()</a></span> - Method in class org.apache.ignite.ml.nn.architecture.<a href="org/apache/ignite/ml/nn/architecture/TransformationLayerArchitecture.html" title="class in org.apache.ignite.ml.nn.architecture">TransformationLayerArchitecture</a></dt>
<dd>
<div class="block">Get activation function for this layer.</div>
</dd>
<dt><a href="org/apache/ignite/ml/nn/Activators.html" title="class in org.apache.ignite.ml.nn"><span class="typeNameLink">Activators</span></a> - Class in <a href="org/apache/ignite/ml/nn/package-summary.html">org.apache.ignite.ml.nn</a></dt>
<dd>
<div class="block">Class containing some common activation functions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/Activators.html#Activators--">Activators()</a></span> - Constructor for class org.apache.ignite.ml.nn.<a href="org/apache/ignite/ml/nn/Activators.html" title="class in org.apache.ignite.ml.nn">Activators</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/MLPState.html#activatorsOutput">activatorsOutput</a></span> - Variable in class org.apache.ignite.ml.nn.<a href="org/apache/ignite/ml/nn/MLPState.html" title="class in org.apache.ignite.ml.nn">MLPState</a></dt>
<dd>
<div class="block">Output of activators.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/MLPState.html#activatorsOutput-int-">activatorsOutput(int)</a></span> - Method in class org.apache.ignite.ml.nn.<a href="org/apache/ignite/ml/nn/MLPState.html" title="class in org.apache.ignite.ml.nn">MLPState</a></dt>
<dd>
<div class="block">Output of activators of given layer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterState.html#active--">active()</a></span> - Method in enum org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterState.html" title="enum in org.apache.ignite.cluster">ClusterState</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/IgniteCluster.html#active--"><code>IgniteCluster.active()</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/IgniteCluster.html#active-boolean-"><code>IgniteCluster.active(boolean)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCluster.html#active--">active()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCluster.html" title="interface in org.apache.ignite">IgniteCluster</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/IgniteCluster.html#state--"><code>IgniteCluster.state()</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCluster.html#active-boolean-">active(boolean)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCluster.html" title="interface in org.apache.ignite">IgniteCluster</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/IgniteCluster.html#state-org.apache.ignite.cluster.ClusterState-"><code>IgniteCluster.state(ClusterState)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><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="memberNameLink"><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>
<div class="block">Changes Ignite grid state to active or inactive.</div>
</dd>
<dt><span class="memberNameLink"><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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Check the <a href="org/apache/ignite/spi/metric/ReadOnlyMetricRegistry.html" title="interface in org.apache.ignite.spi.metric"><code>ReadOnlyMetricRegistry</code></a> with "name=ignite.active" instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#ACTIVE_DESC">ACTIVE_DESC</a></span> - Static variable 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="memberNameLink"><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="memberNameLink"><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="memberNameLink"><a href="org/apache/ignite/maintenance/MaintenanceRegistry.html#activeMaintenanceTask-java.lang.String-">activeMaintenanceTask(String)</a></span> - Method in interface org.apache.ignite.maintenance.<a href="org/apache/ignite/maintenance/MaintenanceRegistry.html" title="interface in org.apache.ignite.maintenance">MaintenanceRegistry</a></dt>
<dd>
<div class="block">Returns active <a href="org/apache/ignite/maintenance/MaintenanceTask.html" title="class in org.apache.ignite.maintenance"><code>MaintenanceTask</code></a> by its name.</div>
</dd>
<dt><span class="memberNameLink"><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/ml/trainers/AdaptableDatasetModel.html" title="class in org.apache.ignite.ml.trainers"><span class="typeNameLink">AdaptableDatasetModel</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/trainers/AdaptableDatasetModel.html" title="type parameter in AdaptableDatasetModel">I</a>,<a href="org/apache/ignite/ml/trainers/AdaptableDatasetModel.html" title="type parameter in AdaptableDatasetModel">O</a>,<a href="org/apache/ignite/ml/trainers/AdaptableDatasetModel.html" title="type parameter in AdaptableDatasetModel">IW</a>,<a href="org/apache/ignite/ml/trainers/AdaptableDatasetModel.html" title="type parameter in AdaptableDatasetModel">OW</a>,<a href="org/apache/ignite/ml/trainers/AdaptableDatasetModel.html" title="type parameter in AdaptableDatasetModel">M</a> extends <a href="org/apache/ignite/ml/IgniteModel.html" title="interface in org.apache.ignite.ml">IgniteModel</a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/trainers/AdaptableDatasetModel.html" title="type parameter in AdaptableDatasetModel">IW</a>,<a href="org/apache/ignite/ml/trainers/AdaptableDatasetModel.html" title="type parameter in AdaptableDatasetModel">OW</a><span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/trainers/package-summary.html">org.apache.ignite.ml.trainers</a></dt>
<dd>
<div class="block">Model which is composition of form <code>before `andThen` inner Mdl `andThen` after</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/trainers/AdaptableDatasetModel.html#AdaptableDatasetModel-org.apache.ignite.ml.math.functions.IgniteFunction-M-org.apache.ignite.ml.math.functions.IgniteFunction-">AdaptableDatasetModel(IgniteFunction<span class='angle_bracket'>&lt;</span>I, IW<span class='angle_bracket'>&gt;</span>, M, IgniteFunction<span class='angle_bracket'>&lt;</span>OW, O<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.trainers.<a href="org/apache/ignite/ml/trainers/AdaptableDatasetModel.html" title="class in org.apache.ignite.ml.trainers">AdaptableDatasetModel</a></dt>
<dd>
<div class="block">Construct instance of this class.</div>
</dd>
<dt><a href="org/apache/ignite/ml/trainers/AdaptableDatasetTrainer.html" title="class in org.apache.ignite.ml.trainers"><span class="typeNameLink">AdaptableDatasetTrainer</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/trainers/AdaptableDatasetTrainer.html" title="type parameter in AdaptableDatasetTrainer">I</a>,<a href="org/apache/ignite/ml/trainers/AdaptableDatasetTrainer.html" title="type parameter in AdaptableDatasetTrainer">O</a>,<a href="org/apache/ignite/ml/trainers/AdaptableDatasetTrainer.html" title="type parameter in AdaptableDatasetTrainer">IW</a>,<a href="org/apache/ignite/ml/trainers/AdaptableDatasetTrainer.html" title="type parameter in AdaptableDatasetTrainer">OW</a>,<a href="org/apache/ignite/ml/trainers/AdaptableDatasetTrainer.html" title="type parameter in AdaptableDatasetTrainer">M</a> extends <a href="org/apache/ignite/ml/IgniteModel.html" title="interface in org.apache.ignite.ml">IgniteModel</a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/trainers/AdaptableDatasetTrainer.html" title="type parameter in AdaptableDatasetTrainer">IW</a>,<a href="org/apache/ignite/ml/trainers/AdaptableDatasetTrainer.html" title="type parameter in AdaptableDatasetTrainer">OW</a><span class='angle_bracket'>&gt;</span>,<a href="org/apache/ignite/ml/trainers/AdaptableDatasetTrainer.html" title="type parameter in AdaptableDatasetTrainer">L</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/trainers/package-summary.html">org.apache.ignite.ml.trainers</a></dt>
<dd>
<div class="block">Type used to adapt input and output types of wrapped <a href="org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers"><code>DatasetTrainer</code></a>.</div>
</dd>
<dt><a href="org/apache/ignite/spi/loadbalancing/adaptive/AdaptiveCpuLoadProbe.html" title="class in org.apache.ignite.spi.loadbalancing.adaptive"><span class="typeNameLink">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="memberNameLink"><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="memberNameLink"><a href="org/apache/ignite/spi/loadbalancing/adaptive/AdaptiveCpuLoadProbe.html#AdaptiveCpuLoadProbe-boolean-boolean-">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="memberNameLink"><a href="org/apache/ignite/spi/loadbalancing/adaptive/AdaptiveCpuLoadProbe.html#AdaptiveCpuLoadProbe-boolean-boolean-double-">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="typeNameLink">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="memberNameLink"><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="memberNameLink"><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="typeNameLink">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="memberNameLink"><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="typeNameLink">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="typeNameLink">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="typeNameLink">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="memberNameLink"><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="memberNameLink"><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="memberNameLink"><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="memberNameLink"><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="memberNameLink"><a href="org/apache/ignite/ml/multiclass/MultiClassModel.html#add-double-M-">add(double, M)</a></span> - Method in class org.apache.ignite.ml.multiclass.<a href="org/apache/ignite/ml/multiclass/MultiClassModel.html" title="class in org.apache.ignite.ml.multiclass">MultiClassModel</a></dt>
<dd>
<div class="block">Adds a specific binary classifier to the bunch of same classifiers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/architecture/MLPArchitecture.html#add-org.apache.ignite.ml.nn.architecture.MLPArchitecture-">add(MLPArchitecture)</a></span> - Method in class org.apache.ignite.ml.nn.architecture.<a href="org/apache/ignite/ml/nn/architecture/MLPArchitecture.html" title="class in org.apache.ignite.ml.nn.architecture">MLPArchitecture</a></dt>
<dd>
<div class="block">Creates config describing network where first goes this config and after goes this method's argument.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/MultilayerPerceptron.html#add-org.apache.ignite.ml.nn.MultilayerPerceptron-">add(MultilayerPerceptron)</a></span> - Method in class org.apache.ignite.ml.nn.<a href="org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</a></dt>
<dd>
<div class="block">Create MLP where this MLP output is fed as input to added MLP.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/impurity/gini/GiniImpurityMeasure.html#add-org.apache.ignite.ml.tree.impurity.gini.GiniImpurityMeasure-">add(GiniImpurityMeasure)</a></span> - Method in class org.apache.ignite.ml.tree.impurity.gini.<a href="org/apache/ignite/ml/tree/impurity/gini/GiniImpurityMeasure.html" title="class in org.apache.ignite.ml.tree.impurity.gini">GiniImpurityMeasure</a></dt>
<dd>
<div class="block">Adds the given impurity to this.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/impurity/ImpurityMeasure.html#add-T-">add(T)</a></span> - Method in interface org.apache.ignite.ml.tree.impurity.<a href="org/apache/ignite/ml/tree/impurity/ImpurityMeasure.html" title="interface in org.apache.ignite.ml.tree.impurity">ImpurityMeasure</a></dt>
<dd>
<div class="block">Adds the given impurity to this.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/impurity/mse/MSEImpurityMeasure.html#add-org.apache.ignite.ml.tree.impurity.mse.MSEImpurityMeasure-">add(MSEImpurityMeasure)</a></span> - Method in class org.apache.ignite.ml.tree.impurity.mse.<a href="org/apache/ignite/ml/tree/impurity/mse/MSEImpurityMeasure.html" title="class in org.apache.ignite.ml.tree.impurity.mse">MSEImpurityMeasure</a></dt>
<dd>
<div class="block">Adds the given impurity to this.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/impurity/util/StepFunction.html#add-org.apache.ignite.ml.tree.impurity.util.StepFunction-">add(StepFunction<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.tree.impurity.util.<a href="org/apache/ignite/ml/tree/impurity/util/StepFunction.html" title="class in org.apache.ignite.ml.tree.impurity.util">StepFunction</a></dt>
<dd>
<div class="block">Adds the given step function to this.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGeneratorsFamily.Builder.html#add-org.apache.ignite.ml.util.generators.primitives.vector.VectorGenerator-double-">add(VectorGenerator, double)</a></span> - Method in class org.apache.ignite.ml.util.generators.primitives.vector.<a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGeneratorsFamily.Builder.html" title="class in org.apache.ignite.ml.util.generators.primitives.vector">VectorGeneratorsFamily.Builder</a></dt>
<dd>
<div class="block">Add generator to family with weight proportional to it selection probability.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGeneratorsFamily.Builder.html#add-org.apache.ignite.ml.util.generators.primitives.vector.VectorGenerator-">add(VectorGenerator)</a></span> - Method in class org.apache.ignite.ml.util.generators.primitives.vector.<a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGeneratorsFamily.Builder.html" title="class in org.apache.ignite.ml.util.generators.primitives.vector">VectorGeneratorsFamily.Builder</a></dt>
<dd>
<div class="block">Adds generator to family with weight = 1.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/standard/GaussianMixtureDataStream.Builder.html#add-org.apache.ignite.ml.math.primitives.vector.Vector-org.apache.ignite.ml.math.primitives.vector.Vector-">add(Vector, Vector)</a></span> - Method in class org.apache.ignite.ml.util.generators.standard.<a href="org/apache/ignite/ml/util/generators/standard/GaussianMixtureDataStream.Builder.html" title="class in org.apache.ignite.ml.util.generators.standard">GaussianMixtureDataStream.Builder</a></dt>
<dd>
<div class="block">Adds multidimensional gaussian component.</div>
</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><a href="org/apache/ignite/IgniteQueue.html#addAll-java.util.Collection-">addAll(Collection<span class='angle_bracket'>&lt;</span>? extends T<span class='angle_bracket'>&gt;</span>)</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="memberNameLink"><a href="org/apache/ignite/IgniteSet.html#addAll-java.util.Collection-">addAll(Collection<span class='angle_bracket'>&lt;</span>? extends T<span class='angle_bracket'>&gt;</span>)</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="memberNameLink"><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="memberNameLink"><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="memberNameLink"><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="memberNameLink"><a href="org/apache/ignite/compute/ComputeTaskSession.html#addAttributeListener-org.apache.ignite.compute.ComputeTaskSessionAttributeListener-boolean-">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="memberNameLink"><a href="org/apache/ignite/Ignite.html#addCacheConfiguration-org.apache.ignite.configuration.CacheConfiguration-">addCacheConfiguration(CacheConfiguration<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</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="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#addCacheConfiguration-org.apache.ignite.configuration.CacheConfiguration-">addCacheConfiguration(CacheConfiguration<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</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="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#addCacheEntryListenerConfiguration-javax.cache.configuration.CacheEntryListenerConfiguration-">addCacheEntryListenerConfiguration(CacheEntryListenerConfiguration<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</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="memberNameLink"><a href="org/apache/ignite/IgniteDataStreamer.html#addData-K-V-">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="memberNameLink"><a href="org/apache/ignite/IgniteDataStreamer.html#addData-java.util.Map.Entry-">addData(Map.Entry<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</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="memberNameLink"><a href="org/apache/ignite/IgniteDataStreamer.html#addData-java.util.Collection-">addData(Collection<span class='angle_bracket'>&lt;</span>? extends Map.Entry<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>)</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="memberNameLink"><a href="org/apache/ignite/IgniteDataStreamer.html#addData-java.util.Map-">addData(Map<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</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="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/Histogram.html#addElement-T-">addElement(T)</a></span> - Method in interface org.apache.ignite.ml.dataset.feature.<a href="org/apache/ignite/ml/dataset/feature/Histogram.html" title="interface in org.apache.ignite.ml.dataset.feature">Histogram</a></dt>
<dd>
<div class="block">Add object to histogram.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/ObjectHistogram.html#addElement-T-">addElement(T)</a></span> - Method in class org.apache.ignite.ml.dataset.feature.<a href="org/apache/ignite/ml/dataset/feature/ObjectHistogram.html" title="class in org.apache.ignite.ml.dataset.feature">ObjectHistogram</a></dt>
<dd>
<div class="block">Add object to histogram.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/impurity/GiniHistogram.html#addElement-org.apache.ignite.ml.dataset.impl.bootstrapping.BootstrappedVector-">addElement(BootstrappedVector)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.impurity.<a href="org/apache/ignite/ml/tree/randomforest/data/impurity/GiniHistogram.html" title="class in org.apache.ignite.ml.tree.randomforest.data.impurity">GiniHistogram</a></dt>
<dd>
<div class="block">Add object to histogram.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/impurity/MSEHistogram.html#addElement-org.apache.ignite.ml.dataset.impl.bootstrapping.BootstrappedVector-">addElement(BootstrappedVector)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.impurity.<a href="org/apache/ignite/ml/tree/randomforest/data/impurity/MSEHistogram.html" title="class in org.apache.ignite.ml.tree.randomforest.data.impurity">MSEHistogram</a></dt>
<dd>
<div class="block">Add object to histogram.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/statistics/ClassifierLeafValuesComputer.html#addElementToLeafStatistic-org.apache.ignite.ml.dataset.feature.ObjectHistogram-org.apache.ignite.ml.dataset.impl.bootstrapping.BootstrappedVector-int-">addElementToLeafStatistic(ObjectHistogram<span class='angle_bracket'>&lt;</span>BootstrappedVector<span class='angle_bracket'>&gt;</span>, BootstrappedVector, int)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.statistics.<a href="org/apache/ignite/ml/tree/randomforest/data/statistics/ClassifierLeafValuesComputer.html" title="class in org.apache.ignite.ml.tree.randomforest.data.statistics">ClassifierLeafValuesComputer</a></dt>
<dd>
<div class="block">Save vector to leaf statistic.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/statistics/LeafValuesComputer.html#addElementToLeafStatistic-T-org.apache.ignite.ml.dataset.impl.bootstrapping.BootstrappedVector-int-">addElementToLeafStatistic(T, BootstrappedVector, int)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.statistics.<a href="org/apache/ignite/ml/tree/randomforest/data/statistics/LeafValuesComputer.html" title="class in org.apache.ignite.ml.tree.randomforest.data.statistics">LeafValuesComputer</a></dt>
<dd>
<div class="block">Save vector to leaf statistic.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/statistics/RegressionLeafValuesComputer.html#addElementToLeafStatistic-org.apache.ignite.ml.tree.randomforest.data.statistics.MeanValueStatistic-org.apache.ignite.ml.dataset.impl.bootstrapping.BootstrappedVector-int-">addElementToLeafStatistic(MeanValueStatistic, BootstrappedVector, int)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.statistics.<a href="org/apache/ignite/ml/tree/randomforest/data/statistics/RegressionLeafValuesComputer.html" title="class in org.apache.ignite.ml.tree.randomforest.data.statistics">RegressionLeafValuesComputer</a></dt>
<dd>
<div class="block">Save vector to leaf statistic.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/ModelTrace.html#addField-java.lang.String-java.lang.String-">addField(String, String)</a></span> - Method in class org.apache.ignite.ml.util.<a href="org/apache/ignite/ml/util/ModelTrace.html" title="class in org.apache.ignite.ml.util">ModelTrace</a></dt>
<dd>
<div class="block">Add field.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/ModelTrace.html#addField-java.lang.String-java.util.List-">addField(String, List)</a></span> - Method in class org.apache.ignite.ml.util.<a href="org/apache/ignite/ml/util/ModelTrace.html" title="class in org.apache.ignite.ml.util">ModelTrace</a></dt>
<dd>
<div class="block">Add field.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoveryDataBag.html#addGridCommonData-java.lang.Integer-java.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="memberNameLink"><a href="org/apache/ignite/ml/selection/paramgrid/ParamGrid.html#addHyperParam-java.lang.String-org.apache.ignite.ml.math.functions.IgniteDoubleConsumer-java.lang.Double:A-">addHyperParam(String, IgniteDoubleConsumer, Double[])</a></span> - Method in class org.apache.ignite.ml.selection.paramgrid.<a href="org/apache/ignite/ml/selection/paramgrid/ParamGrid.html" title="class in org.apache.ignite.ml.selection.paramgrid">ParamGrid</a></dt>
<dd>
<div class="block">Adds a grid for the specific hyper parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#addIncomeConnectionListener-org.apache.ignite.lang.IgniteInClosure-">addIncomeConnectionListener(IgniteInClosure<span class='angle_bracket'>&lt;</span>Socket<span class='angle_bracket'>&gt;</span>)</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="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoveryDataBag.html#addJoiningNodeData-java.lang.Integer-java.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="memberNameLink"><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="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiContext.html#addLocalEventListener-org.apache.ignite.internal.managers.eventstorage.GridLocalEventListener-int...-">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="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiContext.html#addLocalMessageListener-java.lang.Object-org.apache.ignite.lang.IgniteBiPredicate-">addLocalMessageListener(Object, IgniteBiPredicate<span class='angle_bracket'>&lt;</span>UUID, ?<span class='angle_bracket'>&gt;</span>)</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="memberNameLink"><a href="org/apache/ignite/spi/tracing/NoopSpiSpecificSpan.html#addLog-java.lang.String-">addLog(String)</a></span> - Method in class org.apache.ignite.spi.tracing.<a href="org/apache/ignite/spi/tracing/NoopSpiSpecificSpan.html" title="class in org.apache.ignite.spi.tracing">NoopSpiSpecificSpan</a></dt>
<dd>
<div class="block">Logs work to span.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/opencensus/OpenCensusSpanAdapter.html#addLog-java.lang.String-">addLog(String)</a></span> - Method in class org.apache.ignite.spi.tracing.opencensus.<a href="org/apache/ignite/spi/tracing/opencensus/OpenCensusSpanAdapter.html" title="class in org.apache.ignite.spi.tracing.opencensus">OpenCensusSpanAdapter</a></dt>
<dd>
<div class="block">Logs work to span.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/SpiSpecificSpan.html#addLog-java.lang.String-">addLog(String)</a></span> - Method in interface org.apache.ignite.spi.tracing.<a href="org/apache/ignite/spi/tracing/SpiSpecificSpan.html" title="interface in org.apache.ignite.spi.tracing">SpiSpecificSpan</a></dt>
<dd>
<div class="block">Logs work to span.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html#addMatrix2MatrixTrainer-org.apache.ignite.ml.trainers.DatasetTrainer-">addMatrix2MatrixTrainer(DatasetTrainer<span class='angle_bracket'>&lt;</span>M1, L<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.composition.stacking.<a href="org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html" title="class in org.apache.ignite.ml.composition.stacking">StackedVectorDatasetTrainer</a></dt>
<dd>
<div class="block">Shortcut for adding trainer <code>Matrix -<span class='angle_bracket'>&gt;</span> Matrix</code> where this trainer is treated as <code>Vector -<span class='angle_bracket'>&gt;</span> Vector</code>, where
input <a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector"><code>Vector</code></a> is turned into <code>1 x cols</code> <a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix"><code>Matrix</code></a> and output is a first row of output <a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix"><code>Matrix</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiContext.html#addMessageListener-org.apache.ignite.internal.managers.communication.GridMessageListener-java.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="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/spi/IgniteSpiContext.html#addLocalMessageListener-java.lang.Object-org.apache.ignite.lang.IgniteBiPredicate-"><code>IgniteSpiContext.addLocalMessageListener(Object, IgniteBiPredicate)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiContext.html#addMetricRegistryCreationListener-java.util.function.Consumer-">addMetricRegistryCreationListener(Consumer<span class='angle_bracket'>&lt;</span>ReadOnlyMetricRegistry<span class='angle_bracket'>&gt;</span>)</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 listener which will be notified on metric registry creation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/metric/ReadOnlyMetricManager.html#addMetricRegistryCreationListener-java.util.function.Consumer-">addMetricRegistryCreationListener(Consumer<span class='angle_bracket'>&lt;</span>ReadOnlyMetricRegistry<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.spi.metric.<a href="org/apache/ignite/spi/metric/ReadOnlyMetricManager.html" title="interface in org.apache.ignite.spi.metric">ReadOnlyMetricManager</a></dt>
<dd>
<div class="block">Adds listener of metrics registry creation events.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/metric/ReadOnlyMetricManager.html#addMetricRegistryRemoveListener-java.util.function.Consumer-">addMetricRegistryRemoveListener(Consumer<span class='angle_bracket'>&lt;</span>ReadOnlyMetricRegistry<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.spi.metric.<a href="org/apache/ignite/spi/metric/ReadOnlyMetricManager.html" title="interface in org.apache.ignite.spi.metric">ReadOnlyMetricManager</a></dt>
<dd>
<div class="block">Adds listener of metrics registry remove events.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoveryDataBag.html#addNodeSpecificData-java.lang.Integer-java.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="memberNameLink"><a href="org/apache/ignite/ml/pipeline/Pipeline.html#addPreprocessingTrainer-org.apache.ignite.ml.preprocessing.PreprocessingTrainer-">addPreprocessingTrainer(PreprocessingTrainer)</a></span> - Method in class org.apache.ignite.ml.pipeline.<a href="org/apache/ignite/ml/pipeline/Pipeline.html" title="class in org.apache.ignite.ml.pipeline">Pipeline</a></dt>
<dd>
<div class="block">Adds a preprocessor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryEntity.html#addQueryField-java.lang.String-java.lang.String-java.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="memberNameLink"><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="memberNameLink"><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="memberNameLink"><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="memberNameLink"><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><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/AttributeNames.html#addresses--">addresses()</a></span> - Method in class org.apache.ignite.spi.communication.tcp.<a href="org/apache/ignite/spi/communication/tcp/AttributeNames.html" title="class in org.apache.ignite.spi.communication.tcp">AttributeNames</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/isolated/IsolatedNode.html#addresses--">addresses()</a></span> - Method in class org.apache.ignite.spi.discovery.isolated.<a href="org/apache/ignite/spi/discovery/isolated/IsolatedNode.html" title="class in org.apache.ignite.spi.discovery.isolated">IsolatedNode</a></dt>
<dd>
<div class="block">Gets collection of addresses this node is known by.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ClusterNodeView.html#addresses--">addresses()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ClusterNodeView.html" title="class in org.apache.ignite.spi.systemview.view">ClusterNodeView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/configuration/AddressResolver.html" title="interface in org.apache.ignite.configuration"><span class="typeNameLink">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="memberNameLink"><a href="org/apache/ignite/visor/plugin/VisorPluginNodesPanel.html#addSelectionListener-org.apache.ignite.visor.plugin.VisorSelectionListener-">addSelectionListener(VisorSelectionListener<span class='angle_bracket'>&lt;</span>UUID<span class='angle_bracket'>&gt;</span>)</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="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#addSendMessageListener-org.apache.ignite.lang.IgniteInClosure-">addSendMessageListener(IgniteInClosure<span class='angle_bracket'>&lt;</span>TcpDiscoveryAbstractMessage<span class='angle_bracket'>&gt;</span>)</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="memberNameLink"><a href="org/apache/ignite/spi/systemview/ReadOnlySystemViewRegistry.html#addSystemViewCreationListener-java.util.function.Consumer-">addSystemViewCreationListener(Consumer<span class='angle_bracket'>&lt;</span>SystemView<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.spi.systemview.<a href="org/apache/ignite/spi/systemview/ReadOnlySystemViewRegistry.html" title="interface in org.apache.ignite.spi.systemview">ReadOnlySystemViewRegistry</a></dt>
<dd>
<div class="block">Adds listener of view creation events.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/NoopSpiSpecificSpan.html#addTag-java.lang.String-java.lang.String-">addTag(String, String)</a></span> - Method in class org.apache.ignite.spi.tracing.<a href="org/apache/ignite/spi/tracing/NoopSpiSpecificSpan.html" title="class in org.apache.ignite.spi.tracing">NoopSpiSpecificSpan</a></dt>
<dd>
<div class="block">Adds tag to span with <code>String</code> value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/opencensus/OpenCensusSpanAdapter.html#addTag-java.lang.String-java.lang.String-">addTag(String, String)</a></span> - Method in class org.apache.ignite.spi.tracing.opencensus.<a href="org/apache/ignite/spi/tracing/opencensus/OpenCensusSpanAdapter.html" title="class in org.apache.ignite.spi.tracing.opencensus">OpenCensusSpanAdapter</a></dt>
<dd>
<div class="block">Adds tag to span with <code>String</code> value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/SpiSpecificSpan.html#addTag-java.lang.String-java.lang.String-">addTag(String, String)</a></span> - Method in interface org.apache.ignite.spi.tracing.<a href="org/apache/ignite/spi/tracing/SpiSpecificSpan.html" title="interface in org.apache.ignite.spi.tracing">SpiSpecificSpan</a></dt>
<dd>
<div class="block">Adds tag to span with <code>String</code> value.</div>
</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><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="memberNameLink"><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><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/stacking/SimpleStackedDatasetTrainer.html#addTrainer-org.apache.ignite.ml.trainers.DatasetTrainer-">addTrainer(DatasetTrainer<span class='angle_bracket'>&lt;</span>M1, L<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.composition.stacking.<a href="org/apache/ignite/ml/composition/stacking/SimpleStackedDatasetTrainer.html" title="class in org.apache.ignite.ml.composition.stacking">SimpleStackedDatasetTrainer</a></dt>
<dd>
<div class="block">Adds submodel trainer along with converters needed on training and inference stages.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html#addTrainer-org.apache.ignite.ml.trainers.DatasetTrainer-">addTrainer(DatasetTrainer<span class='angle_bracket'>&lt;</span>M1, L<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.composition.stacking.<a href="org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="class in org.apache.ignite.ml.composition.stacking">StackedDatasetTrainer</a></dt>
<dd>
<div class="block">Adds submodel trainer along with converters needed on training and inference stages.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html#addTrainer-org.apache.ignite.ml.trainers.DatasetTrainer-">addTrainer(DatasetTrainer<span class='angle_bracket'>&lt;</span>M1, L<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.composition.stacking.<a href="org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html" title="class in org.apache.ignite.ml.composition.stacking">StackedVectorDatasetTrainer</a></dt>
<dd>
<div class="block">Adds submodel trainer along with converters needed on training and inference stages.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/pipeline/Pipeline.html#addTrainer-org.apache.ignite.ml.trainers.DatasetTrainer-">addTrainer(DatasetTrainer)</a></span> - Method in class org.apache.ignite.ml.pipeline.<a href="org/apache/ignite/ml/pipeline/Pipeline.html" title="class in org.apache.ignite.ml.pipeline">Pipeline</a></dt>
<dd>
<div class="block">Adds a trainer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html#addTrainerWithDoubleOutput-org.apache.ignite.ml.trainers.DatasetTrainer-">addTrainerWithDoubleOutput(DatasetTrainer<span class='angle_bracket'>&lt;</span>M1, L<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.composition.stacking.<a href="org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html" title="class in org.apache.ignite.ml.composition.stacking">StackedVectorDatasetTrainer</a></dt>
<dd>
<div class="block">Shortcut for adding trainer <code>Vector -<span class='angle_bracket'>&gt;</span> Double</code> where this trainer is treated as <code>Vector -<span class='angle_bracket'>&gt;</span> Vector</code>, where
output <a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector"><code>Vector</code></a> is constructed by wrapping double value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/pipeline/Pipeline.html#addVectorizer-org.apache.ignite.ml.dataset.feature.extractor.Vectorizer-">addVectorizer(Vectorizer<span class='angle_bracket'>&lt;</span>K, V, C, L<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.pipeline.<a href="org/apache/ignite/ml/pipeline/Pipeline.html" title="class in org.apache.ignite.ml.pipeline">Pipeline</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/cache/affinity/Affinity.html" title="interface in org.apache.ignite.cache.affinity"><span class="typeNameLink">Affinity</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/cache/affinity/Affinity.html" title="type parameter in Affinity">K</a><span class='angle_bracket'>&gt;</span> - 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 or replicated cache.</div>
</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><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="memberNameLink"><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="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheGroupView.html#affinity--">affinity()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheGroupView.html" title="class in org.apache.ignite.spi.systemview.view">CacheGroupView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#affinity--">affinity()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ComputeJobView.html#affinityCacheIds--">affinityCacheIds()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ComputeJobView.html" title="class in org.apache.ignite.spi.systemview.view">ComputeJobView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><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-java.lang.Object-org.apache.ignite.lang.IgniteRunnable-"><code>IgniteCompute.affinityRun(String, Object, IgniteRunnable)</code></a>
and <a href="org/apache/ignite/IgniteCompute.html#affinityCall-java.lang.String-java.lang.Object-org.apache.ignite.lang.IgniteCallable-"><code>IgniteCompute.affinityCall(String, Object, IgniteCallable)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ComputeTaskView.html#affinityCacheName--">affinityCacheName()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ComputeTaskView.html" title="class in org.apache.ignite.spi.systemview.view">ComputeTaskView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCompute.html#affinityCall-java.lang.String-java.lang.Object-org.apache.ignite.lang.IgniteCallable-">affinityCall(String, Object, IgniteCallable<span class='angle_bracket'>&lt;</span>R<span class='angle_bracket'>&gt;</span>)</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="memberNameLink"><a href="org/apache/ignite/IgniteCompute.html#affinityCall-java.util.Collection-java.lang.Object-org.apache.ignite.lang.IgniteCallable-">affinityCall(Collection<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>, Object, IgniteCallable<span class='angle_bracket'>&lt;</span>R<span class='angle_bracket'>&gt;</span>)</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="memberNameLink"><a href="org/apache/ignite/IgniteCompute.html#affinityCall-java.util.Collection-int-org.apache.ignite.lang.IgniteCallable-">affinityCall(Collection<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>, int, IgniteCallable<span class='angle_bracket'>&lt;</span>R<span class='angle_bracket'>&gt;</span>)</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="memberNameLink"><a href="org/apache/ignite/IgniteQueue.html#affinityCall-org.apache.ignite.lang.IgniteCallable-">affinityCall(IgniteCallable<span class='angle_bracket'>&lt;</span>R<span class='angle_bracket'>&gt;</span>)</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="memberNameLink"><a href="org/apache/ignite/IgniteSet.html#affinityCall-org.apache.ignite.lang.IgniteCallable-">affinityCall(IgniteCallable<span class='angle_bracket'>&lt;</span>R<span class='angle_bracket'>&gt;</span>)</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="memberNameLink"><a href="org/apache/ignite/IgniteCompute.html#affinityCallAsync-java.lang.String-java.lang.Object-org.apache.ignite.lang.IgniteCallable-">affinityCallAsync(String, Object, IgniteCallable<span class='angle_bracket'>&lt;</span>R<span class='angle_bracket'>&gt;</span>)</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="memberNameLink"><a href="org/apache/ignite/IgniteCompute.html#affinityCallAsync-java.util.Collection-java.lang.Object-org.apache.ignite.lang.IgniteCallable-">affinityCallAsync(Collection<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>, Object, IgniteCallable<span class='angle_bracket'>&lt;</span>R<span class='angle_bracket'>&gt;</span>)</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="memberNameLink"><a href="org/apache/ignite/IgniteCompute.html#affinityCallAsync-java.util.Collection-int-org.apache.ignite.lang.IgniteCallable-">affinityCallAsync(Collection<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>, int, IgniteCallable<span class='angle_bracket'>&lt;</span>R<span class='angle_bracket'>&gt;</span>)</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><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/impl/cache/util/ComputeUtils.html#affinityCallWithRetries-org.apache.ignite.Ignite-java.util.Collection-org.apache.ignite.ml.math.functions.IgniteFunction-int-int-org.apache.ignite.ml.environment.deploy.DeployingContext-">affinityCallWithRetries(Ignite, Collection<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>, IgniteFunction<span class='angle_bracket'>&lt;</span>Integer, R<span class='angle_bracket'>&gt;</span>, int, int, DeployingContext)</a></span> - Static method in class org.apache.ignite.ml.dataset.impl.cache.util.<a href="org/apache/ignite/ml/dataset/impl/cache/util/ComputeUtils.html" title="class in org.apache.ignite.ml.dataset.impl.cache.util">ComputeUtils</a></dt>
<dd>
<div class="block">Calls the specified <code>fun</code> function on all partitions so that is't guaranteed that partitions with the same
index of all specified caches will be placed on the same node and will not be moved before computation is
finished.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/impl/cache/util/ComputeUtils.html#affinityCallWithRetries-org.apache.ignite.Ignite-java.util.Collection-org.apache.ignite.ml.math.functions.IgniteFunction-int-org.apache.ignite.ml.environment.deploy.DeployingContext-">affinityCallWithRetries(Ignite, Collection<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>, IgniteFunction<span class='angle_bracket'>&lt;</span>Integer, R<span class='angle_bracket'>&gt;</span>, int, DeployingContext)</a></span> - Static method in class org.apache.ignite.ml.dataset.impl.cache.util.<a href="org/apache/ignite/ml/dataset/impl/cache/util/ComputeUtils.html" title="class in org.apache.ignite.ml.dataset.impl.cache.util">ComputeUtils</a></dt>
<dd>
<div class="block">Calls the specified <code>fun</code> function on all partitions so that is't guaranteed that partitions with the same
index of all specified caches will be placed on the same node and will not be moved before computation is
finished.</div>
</dd>
<dt><a href="org/apache/ignite/cache/affinity/AffinityCentralizedFunction.html" title="annotation in org.apache.ignite.cache.affinity"><span class="typeNameLink">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><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlTableColumnView.html#affinityColumn--">affinityColumn()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlTableColumnView.html" title="class in org.apache.ignite.spi.systemview.view">SqlTableColumnView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/cache/affinity/AffinityFunction.html" title="interface in org.apache.ignite.cache.affinity"><span class="typeNameLink">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="typeNameLink">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="memberNameLink"><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="typeNameLink">AffinityKey</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/cache/affinity/AffinityKey.html" title="type parameter in AffinityKey">K</a><span class='angle_bracket'>&gt;</span> - 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="memberNameLink"><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="memberNameLink"><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="memberNameLink"><a href="org/apache/ignite/cache/affinity/AffinityKey.html#AffinityKey-K-java.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="memberNameLink"><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="memberNameLink"><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="memberNameLink"><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="deprecatedLabel">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="memberNameLink"><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="memberNameLink"><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="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ServiceView.html#affinityKey--">affinityKey()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ServiceView.html" title="class in org.apache.ignite.spi.systemview.view">ServiceView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlTableView.html#affinityKeyColumn--">affinityKeyColumn()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlTableView.html" title="class in org.apache.ignite.spi.systemview.view">SqlTableView</a></dt>
<dd>
<div class="block">Returns name of affinity key column.</div>
</dd>
<dt><span class="memberNameLink"><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="typeNameLink">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="typeNameLink">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="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">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.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#affinityMapper--">affinityMapper()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ComputeJobView.html#affinityPartitionId--">affinityPartitionId()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ComputeJobView.html" title="class in org.apache.ignite.spi.systemview.view">ComputeJobView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ComputeTaskView.html#affinityPartitionId--">affinityPartitionId()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ComputeTaskView.html" title="class in org.apache.ignite.spi.systemview.view">ComputeTaskView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCompute.html#affinityRun-java.lang.String-java.lang.Object-org.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="memberNameLink"><a href="org/apache/ignite/IgniteCompute.html#affinityRun-java.util.Collection-java.lang.Object-org.apache.ignite.lang.IgniteRunnable-">affinityRun(Collection<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>, 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="memberNameLink"><a href="org/apache/ignite/IgniteCompute.html#affinityRun-java.util.Collection-int-org.apache.ignite.lang.IgniteRunnable-">affinityRun(Collection<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>, 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="memberNameLink"><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="memberNameLink"><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="memberNameLink"><a href="org/apache/ignite/IgniteCompute.html#affinityRunAsync-java.lang.String-java.lang.Object-org.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="memberNameLink"><a href="org/apache/ignite/IgniteCompute.html#affinityRunAsync-java.util.Collection-java.lang.Object-org.apache.ignite.lang.IgniteRunnable-">affinityRunAsync(Collection<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>, 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="memberNameLink"><a href="org/apache/ignite/IgniteCompute.html#affinityRunAsync-java.util.Collection-int-org.apache.ignite.lang.IgniteRunnable-">affinityRunAsync(Collection<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>, 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="typeNameLink">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="memberNameLink"><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="memberNameLink"><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="memberNameLink"><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="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/BinaryMetadataView.html#affKeyFieldName--">affKeyFieldName()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/BinaryMetadataView.html" title="class in org.apache.ignite.spi.systemview.view">BinaryMetadataView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/trainers/AdaptableDatasetTrainer.html#afterFeatureExtractor-org.apache.ignite.ml.math.functions.IgniteFunction-">afterFeatureExtractor(IgniteFunction<span class='angle_bracket'>&lt;</span>Vector, Vector<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.trainers.<a href="org/apache/ignite/ml/trainers/AdaptableDatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">AdaptableDatasetTrainer</a></dt>
<dd>
<div class="block">Specify function which will be applied after feature extractor.</div>
</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><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="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateAccessStrategyAdapter.html#afterInsert-java.lang.Object-java.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="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateNonStrictAccessStrategy.html#afterInsert-java.lang.Object-java.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="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateReadOnlyAccessStrategy.html#afterInsert-java.lang.Object-java.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="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateReadWriteAccessStrategy.html#afterInsert-java.lang.Object-java.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="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateTransactionalAccessStrategy.html#afterInsert-java.lang.Object-java.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="memberNameLink"><a href="org/apache/ignite/ml/trainers/AdaptableDatasetTrainer.html#afterLabelExtractor-org.apache.ignite.ml.math.functions.IgniteFunction-">afterLabelExtractor(IgniteFunction<span class='angle_bracket'>&lt;</span>L, L<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.trainers.<a href="org/apache/ignite/ml/trainers/AdaptableDatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">AdaptableDatasetTrainer</a></dt>
<dd>
<div class="block">Specify function which will be applied after label extractor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageReader.html#afterMessageRead-java.lang.Class-">afterMessageRead(Class<span class='angle_bracket'>&lt;</span>? extends Message<span class='angle_bracket'>&gt;</span>)</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="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#afterSingletonsInstantiated--">afterSingletonsInstantiated()</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="memberNameLink"><a href="org/apache/ignite/ml/trainers/AdaptableDatasetTrainer.html#afterTrainedModel-org.apache.ignite.ml.math.functions.IgniteFunction-">afterTrainedModel(IgniteFunction<span class='angle_bracket'>&lt;</span>O, O1<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.trainers.<a href="org/apache/ignite/ml/trainers/AdaptableDatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">AdaptableDatasetTrainer</a></dt>
<dd>
<div class="block">Let this trainer produce model <code>mdl</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateAccessStrategyAdapter.html#afterUpdate-java.lang.Object-java.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="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateNonStrictAccessStrategy.html#afterUpdate-java.lang.Object-java.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="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateReadOnlyAccessStrategy.html#afterUpdate-java.lang.Object-java.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="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateReadWriteAccessStrategy.html#afterUpdate-java.lang.Object-java.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="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateTransactionalAccessStrategy.html#afterUpdate-java.lang.Object-java.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="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/BinaryClassificationPointwiseMetricStatsAggregator.html#aggregate-org.apache.ignite.ml.IgniteModel-org.apache.ignite.ml.structures.LabeledVector-">aggregate(IgniteModel<span class='angle_bracket'>&lt;</span>Vector, L<span class='angle_bracket'>&gt;</span>, LabeledVector<span class='angle_bracket'>&lt;</span>L<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.selection.scoring.evaluator.aggregator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/BinaryClassificationPointwiseMetricStatsAggregator.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator.aggregator">BinaryClassificationPointwiseMetricStatsAggregator</a></dt>
<dd>
<div class="block">Aggregates statistics for metric computation given model and vector with answer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/ClassificationMetricsAggregator.html#aggregate-org.apache.ignite.ml.IgniteModel-org.apache.ignite.ml.structures.LabeledVector-">aggregate(IgniteModel<span class='angle_bracket'>&lt;</span>Vector, L<span class='angle_bracket'>&gt;</span>, LabeledVector<span class='angle_bracket'>&lt;</span>L<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.selection.scoring.evaluator.aggregator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/ClassificationMetricsAggregator.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator.aggregator">ClassificationMetricsAggregator</a></dt>
<dd>
<div class="block">Aggregates statistics for metric computation given model and vector with answer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/MetricStatsAggregator.html#aggregate-org.apache.ignite.ml.IgniteModel-org.apache.ignite.ml.structures.LabeledVector-">aggregate(IgniteModel<span class='angle_bracket'>&lt;</span>Vector, L<span class='angle_bracket'>&gt;</span>, LabeledVector<span class='angle_bracket'>&lt;</span>L<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.ml.selection.scoring.evaluator.aggregator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/MetricStatsAggregator.html" title="interface in org.apache.ignite.ml.selection.scoring.evaluator.aggregator">MetricStatsAggregator</a></dt>
<dd>
<div class="block">Aggregates statistics for metric computation given model and vector with answer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/RegressionMetricStatsAggregator.html#aggregate-org.apache.ignite.ml.IgniteModel-org.apache.ignite.ml.structures.LabeledVector-">aggregate(IgniteModel<span class='angle_bracket'>&lt;</span>Vector, Double<span class='angle_bracket'>&gt;</span>, LabeledVector<span class='angle_bracket'>&lt;</span>Double<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.selection.scoring.evaluator.aggregator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/RegressionMetricStatsAggregator.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator.aggregator">RegressionMetricStatsAggregator</a></dt>
<dd>
<div class="block">Aggregates statistics for metric computation given model and vector with answer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/context/BinaryClassificationEvaluationContext.html#aggregate-org.apache.ignite.ml.structures.LabeledVector-">aggregate(LabeledVector<span class='angle_bracket'>&lt;</span>L<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.selection.scoring.evaluator.context.<a href="org/apache/ignite/ml/selection/scoring/evaluator/context/BinaryClassificationEvaluationContext.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator.context">BinaryClassificationEvaluationContext</a></dt>
<dd>
<div class="block">Aggregates statistic from vector of sample.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/context/EmptyContext.html#aggregate-org.apache.ignite.ml.structures.LabeledVector-">aggregate(LabeledVector<span class='angle_bracket'>&lt;</span>L<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.selection.scoring.evaluator.context.<a href="org/apache/ignite/ml/selection/scoring/evaluator/context/EmptyContext.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator.context">EmptyContext</a></dt>
<dd>
<div class="block">Aggregates statistic from vector of sample.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/context/EvaluationContext.html#aggregate-org.apache.ignite.ml.structures.LabeledVector-">aggregate(LabeledVector<span class='angle_bracket'>&lt;</span>L<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.ml.selection.scoring.evaluator.context.<a href="org/apache/ignite/ml/selection/scoring/evaluator/context/EvaluationContext.html" title="interface in org.apache.ignite.ml.selection.scoring.evaluator.context">EvaluationContext</a></dt>
<dd>
<div class="block">Aggregates statistic from vector of sample.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/impurity/ImpurityHistogramsComputer.html#aggregateImpurityStatistics-java.util.ArrayList-java.util.Map-java.util.Map-org.apache.ignite.ml.dataset.Dataset-">aggregateImpurityStatistics(ArrayList<span class='angle_bracket'>&lt;</span>RandomForestTreeModel<span class='angle_bracket'>&gt;</span>, Map<span class='angle_bracket'>&lt;</span>Integer, BucketMeta<span class='angle_bracket'>&gt;</span>, Map<span class='angle_bracket'>&lt;</span>NodeId, TreeNode<span class='angle_bracket'>&gt;</span>, Dataset<span class='angle_bracket'>&lt;</span>EmptyContext, BootstrappedDatasetPartition<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.impurity.<a href="org/apache/ignite/ml/tree/randomforest/data/impurity/ImpurityHistogramsComputer.html" title="class in org.apache.ignite.ml.tree.randomforest.data.impurity">ImpurityHistogramsComputer</a></dt>
<dd>
<div class="block">Computes histograms for each feature.</div>
</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><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="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#all--">all()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Gets iterator over all elements in this vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#all--">all()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Gets iterator over all elements in this vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html#all--">all()</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a></dt>
<dd>
<div class="block">Gets iterator over all elements in this vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/FeaturesCountSelectionStrategies.html#ALL">ALL</a></span> - Static variable in class org.apache.ignite.ml.tree.randomforest.data.<a href="org/apache/ignite/ml/tree/randomforest/data/FeaturesCountSelectionStrategies.html" title="class in org.apache.ignite.ml.tree.randomforest.data">FeaturesCountSelectionStrategies</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><a href="org/apache/ignite/maintenance/MaintenanceWorkflowCallback.html#allActions--">allActions()</a></span> - Method in interface org.apache.ignite.maintenance.<a href="org/apache/ignite/maintenance/MaintenanceWorkflowCallback.html" title="interface in org.apache.ignite.maintenance">MaintenanceWorkflowCallback</a></dt>
<dd>
<div class="block">Supplies list of <a href="org/apache/ignite/maintenance/MaintenanceAction.html" title="interface in org.apache.ignite.maintenance"><code>MaintenanceAction</code></a>s that user can call to fix maintenance situation for the component or
get information about ongoing actions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.ArrayLikeObjectLabelVectorizer.html#allCoords-K-V-">allCoords(K, V)</a></span> - Method in class org.apache.ignite.ml.dataset.feature.extractor.<a href="org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.ArrayLikeObjectLabelVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor">ExtractionUtils.ArrayLikeObjectLabelVectorizer</a></dt>
<dd>
<div class="block">Returns list of all coordinate with feature values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.ArrayLikeVectorizer.html#allCoords-K-V-">allCoords(K, V)</a></span> - Method in class org.apache.ignite.ml.dataset.feature.extractor.<a href="org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.ArrayLikeVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor">ExtractionUtils.ArrayLikeVectorizer</a></dt>
<dd>
<div class="block">Returns list of all coordinate with feature values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/impl/BinaryObjectVectorizer.html#allCoords-K-org.apache.ignite.binary.BinaryObject-">allCoords(K, BinaryObject)</a></span> - Method in class org.apache.ignite.ml.dataset.feature.extractor.impl.<a href="org/apache/ignite/ml/dataset/feature/extractor/impl/BinaryObjectVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor.impl">BinaryObjectVectorizer</a></dt>
<dd>
<div class="block">Returns list of all coordinate with feature values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/impl/LabeledDummyVectorizer.html#allCoords-K-org.apache.ignite.ml.structures.LabeledVector-">allCoords(K, LabeledVector<span class='angle_bracket'>&lt;</span>L<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.dataset.feature.extractor.impl.<a href="org/apache/ignite/ml/dataset/feature/extractor/impl/LabeledDummyVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor.impl">LabeledDummyVectorizer</a></dt>
<dd>
<div class="block">Returns list of all coordinate with feature values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.html#allCoords-K-V-">allCoords(K, V)</a></span> - Method in class org.apache.ignite.ml.dataset.feature.extractor.<a href="org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor">Vectorizer</a></dt>
<dd>
<div class="block">Returns list of all coordinate with feature values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.VectorizerAdapter.html#allCoords-K-V-">allCoords(K, V)</a></span> - Method in class org.apache.ignite.ml.dataset.feature.extractor.<a href="org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.VectorizerAdapter.html" title="class in org.apache.ignite.ml.dataset.feature.extractor">Vectorizer.VectorizerAdapter</a></dt>
<dd>
<div class="block">Returns list of all coordinate with feature values.</div>
</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><a href="org/apache/ignite/spi/discovery/isolated/IsolatedDiscoverySpi.html#allNodesSupport-org.apache.ignite.internal.IgniteFeatures-">allNodesSupport(IgniteFeatures)</a></span> - Method in class org.apache.ignite.spi.discovery.isolated.<a href="org/apache/ignite/spi/discovery/isolated/IsolatedDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.isolated">IsolatedDiscoverySpi</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#allNodesSupport-org.apache.ignite.internal.IgniteFeatures-">allNodesSupport(IgniteFeatures)</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html#allNodesSupport-org.apache.ignite.internal.IgniteFeatures-">allNodesSupport(IgniteFeatures)</a></span> - Method in class org.apache.ignite.spi.discovery.zk.<a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.zk">ZookeeperDiscoverySpi</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/SecurityPermissionSetBuilder.html#ALLOW_ALL">ALLOW_ALL</a></span> - Static variable 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>&nbsp;</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><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="memberNameLink"><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="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#allSpliterator--">allSpliterator()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>
<div class="block">Gets spliterator for all values in this matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html#allSpliterator--">allSpliterator()</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">Matrix</a></dt>
<dd>
<div class="block">Gets spliterator for all values in this matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#allSpliterator--">allSpliterator()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Gets spliterator for all values in this vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#allSpliterator--">allSpliterator()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Gets spliterator for all values in this vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html#allSpliterator--">allSpliterator()</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a></dt>
<dd>
<div class="block">Gets spliterator for all values in this vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/UpdatesStrategy.html#allUpdatesReducer--">allUpdatesReducer()</a></span> - Method in class org.apache.ignite.ml.nn.<a href="org/apache/ignite/ml/nn/UpdatesStrategy.html" title="class in org.apache.ignite.ml.nn">UpdatesStrategy</a></dt>
<dd>
<div class="block">Get function used to reduce updates from different trainings
(for example, averaging of gradients of all parallel trainings).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/messages/RecoveryLastReceivedMessage.html#ALREADY_CONNECTED">ALREADY_CONNECTED</a></span> - Static variable in class org.apache.ignite.spi.communication.tcp.messages.<a href="org/apache/ignite/spi/communication/tcp/messages/RecoveryLastReceivedMessage.html" title="class in org.apache.ignite.spi.communication.tcp.messages">RecoveryLastReceivedMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><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="typeNameLink">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="memberNameLink"><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="typeNameLink">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="memberNameLink"><a href="org/apache/ignite/ml/clustering/kmeans/ClusterizationModel.html#amountOfClusters--">amountOfClusters()</a></span> - Method in interface org.apache.ignite.ml.clustering.kmeans.<a href="org/apache/ignite/ml/clustering/kmeans/ClusterizationModel.html" title="interface in org.apache.ignite.ml.clustering.kmeans">ClusterizationModel</a></dt>
<dd>
<div class="block">Gets the clusters count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/kmeans/KMeansModel.html#amountOfClusters--">amountOfClusters()</a></span> - Method in class org.apache.ignite.ml.clustering.kmeans.<a href="org/apache/ignite/ml/clustering/kmeans/KMeansModel.html" title="class in org.apache.ignite.ml.clustering.kmeans">KMeansModel</a></dt>
<dd>
<div class="block">Gets the clusters count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html#amountOfFolds">amountOfFolds</a></span> - Variable in class org.apache.ignite.ml.selection.cv.<a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html" title="class in org.apache.ignite.ml.selection.cv">AbstractCrossValidation</a></dt>
<dd>
<div class="block">Amount of folds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteBiPredicate.html#and-org.apache.ignite.lang.IgniteBiPredicate-">and(IgniteBiPredicate<span class='angle_bracket'>&lt;</span>E1, E2<span class='angle_bracket'>&gt;</span>)</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">Returns a composed predicate that represents a short-circuiting logical
AND of this predicate and another.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/TreeFilter.html#and-org.apache.ignite.ml.tree.TreeFilter-">and(TreeFilter)</a></span> - Method in interface org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/TreeFilter.html" title="interface in org.apache.ignite.ml.tree">TreeFilter</a></dt>
<dd>
<div class="block">Returns a composed predicate.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/IgniteModel.html#andBefore-org.apache.ignite.ml.math.functions.IgniteFunction-">andBefore(IgniteFunction<span class='angle_bracket'>&lt;</span>V1, T<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.ml.<a href="org/apache/ignite/ml/IgniteModel.html" title="interface in org.apache.ignite.ml">IgniteModel</a></dt>
<dd>
<div class="block">Get a composition model of the form <code>x -<span class='angle_bracket'>&gt;</span> mdl(before(x))</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/trainers/AdaptableDatasetModel.html#andBefore-org.apache.ignite.ml.math.functions.IgniteFunction-">andBefore(IgniteFunction<span class='angle_bracket'>&lt;</span>I1, I<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.trainers.<a href="org/apache/ignite/ml/trainers/AdaptableDatasetModel.html" title="class in org.apache.ignite.ml.trainers">AdaptableDatasetModel</a></dt>
<dd>
<div class="block">Create new <code>AdaptableDatasetModel</code> which is a composition of the form <code>thisMdl . before</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/PartitionContextBuilder.html#andThen-org.apache.ignite.ml.math.functions.IgniteFunction-">andThen(IgniteFunction<span class='angle_bracket'>&lt;</span>C, C2<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.ml.dataset.<a href="org/apache/ignite/ml/dataset/PartitionContextBuilder.html" title="interface in org.apache.ignite.ml.dataset">PartitionContextBuilder</a></dt>
<dd>
<div class="block">Makes a composed partition <code>context</code> builder that first builds a <code>context</code> and then applies the
specified function on the result.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/PartitionDataBuilder.html#andThen-org.apache.ignite.ml.math.functions.IgniteBiFunction-">andThen(IgniteBiFunction<span class='angle_bracket'>&lt;</span>D, C, D2<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.ml.dataset.<a href="org/apache/ignite/ml/dataset/PartitionDataBuilder.html" title="interface in org.apache.ignite.ml.dataset">PartitionDataBuilder</a></dt>
<dd>
<div class="block">Makes a composed partition <code>data</code> builder that first builds a <code>data</code> and then applies the specified
function on the result.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/UpstreamTransformerBuilder.html#andThen-org.apache.ignite.ml.dataset.UpstreamTransformerBuilder-">andThen(UpstreamTransformerBuilder)</a></span> - Method in interface org.apache.ignite.ml.dataset.<a href="org/apache/ignite/ml/dataset/UpstreamTransformerBuilder.html" title="interface in org.apache.ignite.ml.dataset">UpstreamTransformerBuilder</a></dt>
<dd>
<div class="block">Combunes two builders (this and other respectfully)
env -> transformer1
env -> transformer2
into
env -> transformer2 . transformer1
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/IgniteModel.html#andThen-org.apache.ignite.ml.IgniteModel-">andThen(IgniteModel<span class='angle_bracket'>&lt;</span>V, V1<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.ml.<a href="org/apache/ignite/ml/IgniteModel.html" title="interface in org.apache.ignite.ml">IgniteModel</a></dt>
<dd>
<div class="block">Get a composition model of the form <code>x -<span class='angle_bracket'>&gt;</span> after(mdl(x))</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/IgniteModel.html#andThen-org.apache.ignite.ml.math.functions.IgniteFunction-">andThen(IgniteFunction<span class='angle_bracket'>&lt;</span>V, V1<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.ml.<a href="org/apache/ignite/ml/IgniteModel.html" title="interface in org.apache.ignite.ml">IgniteModel</a></dt>
<dd>
<div class="block">Get a composition model of the form <code>x -<span class='angle_bracket'>&gt;</span> after(mdl(x))</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/functions/IgniteBiFunction.html#andThen-org.apache.ignite.ml.math.functions.IgniteFunction-">andThen(IgniteFunction<span class='angle_bracket'>&lt;</span>? super R, ? extends V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.ml.math.functions.<a href="org/apache/ignite/ml/math/functions/IgniteBiFunction.html" title="interface in org.apache.ignite.ml.math.functions">IgniteBiFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/functions/IgniteFunction.html#andThen-org.apache.ignite.ml.math.functions.IgniteFunction-">andThen(IgniteFunction<span class='angle_bracket'>&lt;</span>? super R, ? extends V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.ml.math.functions.<a href="org/apache/ignite/ml/math/functions/IgniteFunction.html" title="interface in org.apache.ignite.ml.math.functions">IgniteFunction</a></dt>
<dd>
<div class="block">Compose this function and given function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/functions/IgniteTriFunction.html#andThen-java.util.function.Function-">andThen(Function<span class='angle_bracket'>&lt;</span>? super R, ? extends V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.ml.math.functions.<a href="org/apache/ignite/ml/math/functions/IgniteTriFunction.html" title="interface in org.apache.ignite.ml.math.functions">IgniteTriFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/trainers/AdaptableDatasetModel.html#andThen-org.apache.ignite.ml.IgniteModel-">andThen(IgniteModel<span class='angle_bracket'>&lt;</span>O, O1<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.trainers.<a href="org/apache/ignite/ml/trainers/AdaptableDatasetModel.html" title="class in org.apache.ignite.ml.trainers">AdaptableDatasetModel</a></dt>
<dd>
<div class="block">Get a composition model of the form <code>x -<span class='angle_bracket'>&gt;</span> after(mdl(x))</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/trainers/AdaptableDatasetTrainer.html#andThen-org.apache.ignite.ml.trainers.DatasetTrainer-org.apache.ignite.ml.math.functions.IgniteFunction-">andThen(DatasetTrainer<span class='angle_bracket'>&lt;</span>M1, L<span class='angle_bracket'>&gt;</span>, IgniteFunction<span class='angle_bracket'>&lt;</span>AdaptableDatasetModel<span class='angle_bracket'>&lt;</span>I, O, IW, OW, M<span class='angle_bracket'>&gt;</span>, IgniteFunction<span class='angle_bracket'>&lt;</span>LabeledVector<span class='angle_bracket'>&lt;</span>L<span class='angle_bracket'>&gt;</span>, LabeledVector<span class='angle_bracket'>&lt;</span>L<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.trainers.<a href="org/apache/ignite/ml/trainers/AdaptableDatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">AdaptableDatasetTrainer</a></dt>
<dd>
<div class="block">Create a <a href="org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html" title="class in org.apache.ignite.ml.composition.combinators.sequential"><code>TrainersSequentialComposition</code></a> of this trainer and specified trainer.</div>
</dd>
<dt><a href="org/apache/ignite/ml/knn/ann/ANNClassificationModel.html" title="class in org.apache.ignite.ml.knn.ann"><span class="typeNameLink">ANNClassificationModel</span></a> - Class in <a href="org/apache/ignite/ml/knn/ann/package-summary.html">org.apache.ignite.ml.knn.ann</a></dt>
<dd>
<div class="block">ANN model to predict labels in multi-class classification task.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/ann/ANNClassificationModel.html#ANNClassificationModel-org.apache.ignite.ml.structures.LabeledVectorSet-org.apache.ignite.ml.knn.ann.ANNClassificationTrainer.CentroidStat-">ANNClassificationModel(LabeledVectorSet<span class='angle_bracket'>&lt;</span>LabeledVector<span class='angle_bracket'>&gt;</span>, ANNClassificationTrainer.CentroidStat)</a></span> - Constructor for class org.apache.ignite.ml.knn.ann.<a href="org/apache/ignite/ml/knn/ann/ANNClassificationModel.html" title="class in org.apache.ignite.ml.knn.ann">ANNClassificationModel</a></dt>
<dd>
<div class="block">Build the model based on a candidates set.</div>
</dd>
<dt><a href="org/apache/ignite/ml/knn/ann/ANNClassificationModel.ANNJSONExportModel.html" title="class in org.apache.ignite.ml.knn.ann"><span class="typeNameLink">ANNClassificationModel.ANNJSONExportModel</span></a> - Class in <a href="org/apache/ignite/ml/knn/ann/package-summary.html">org.apache.ignite.ml.knn.ann</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/knn/ann/ANNClassificationTrainer.html" title="class in org.apache.ignite.ml.knn.ann"><span class="typeNameLink">ANNClassificationTrainer</span></a> - Class in <a href="org/apache/ignite/ml/knn/ann/package-summary.html">org.apache.ignite.ml.knn.ann</a></dt>
<dd>
<div class="block">ANN algorithm trainer to solve multi-class classification task.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/ann/ANNClassificationTrainer.html#ANNClassificationTrainer--">ANNClassificationTrainer()</a></span> - Constructor for class org.apache.ignite.ml.knn.ann.<a href="org/apache/ignite/ml/knn/ann/ANNClassificationTrainer.html" title="class in org.apache.ignite.ml.knn.ann">ANNClassificationTrainer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/knn/ann/ANNClassificationTrainer.CentroidStat.html" title="class in org.apache.ignite.ml.knn.ann"><span class="typeNameLink">ANNClassificationTrainer.CentroidStat</span></a> - Class in <a href="org/apache/ignite/ml/knn/ann/package-summary.html">org.apache.ignite.ml.knn.ann</a></dt>
<dd>
<div class="block">Service class used for statistics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/ann/ANNClassificationModel.ANNJSONExportModel.html#ANNJSONExportModel-java.lang.Long-java.lang.String-java.lang.String-">ANNJSONExportModel(Long, String, String)</a></span> - Constructor for class org.apache.ignite.ml.knn.ann.<a href="org/apache/ignite/ml/knn/ann/ANNClassificationModel.ANNJSONExportModel.html" title="class in org.apache.ignite.ml.knn.ann">ANNClassificationModel.ANNJSONExportModel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/ann/ANNClassificationModel.ANNJSONExportModel.html#ANNJSONExportModel--">ANNJSONExportModel()</a></span> - Constructor for class org.apache.ignite.ml.knn.ann.<a href="org/apache/ignite/ml/knn/ann/ANNClassificationModel.ANNJSONExportModel.html" title="class in org.apache.ignite.ml.knn.ann">ANNClassificationModel.ANNJSONExportModel</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/knn/ann/ANNModelFormat.html" title="class in org.apache.ignite.ml.knn.ann"><span class="typeNameLink">ANNModelFormat</span></a> - Class in <a href="org/apache/ignite/ml/knn/ann/package-summary.html">org.apache.ignite.ml.knn.ann</a></dt>
<dd>
<div class="block">ANN model representation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/ann/ANNModelFormat.html#ANNModelFormat-int-org.apache.ignite.ml.math.distances.DistanceMeasure-boolean-org.apache.ignite.ml.structures.LabeledVectorSet-org.apache.ignite.ml.knn.ann.ANNClassificationTrainer.CentroidStat-">ANNModelFormat(int, DistanceMeasure, boolean, LabeledVectorSet<span class='angle_bracket'>&lt;</span>LabeledVector<span class='angle_bracket'>&gt;</span>, ANNClassificationTrainer.CentroidStat)</a></span> - Constructor for class org.apache.ignite.ml.knn.ann.<a href="org/apache/ignite/ml/knn/ann/ANNModelFormat.html" title="class in org.apache.ignite.ml.knn.ann">ANNModelFormat</a></dt>
<dd>
<div class="block">Creates an instance.</div>
</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><a href="org/apache/ignite/plugin/security/SecurityPermissionSetBuilder.html#appendCachePermissions-java.lang.String-org.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="memberNameLink"><a href="org/apache/ignite/plugin/security/SecurityPermissionSetBuilder.html#appendServicePermissions-java.lang.String-org.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="memberNameLink"><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="memberNameLink"><a href="org/apache/ignite/plugin/security/SecurityPermissionSetBuilder.html#appendTaskPermissions-java.lang.String-org.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="typeNameLink">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="memberNameLink"><a href="org/apache/ignite/yarn/ApplicationMaster.html#ApplicationMaster-java.lang.String-org.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="memberNameLink"><a href="org/apache/ignite/cache/affinity/rendezvous/ClusterNodeAttributeAffinityBackupFilter.html#apply-org.apache.ignite.cluster.ClusterNode-java.util.List-">apply(ClusterNode, List<span class='angle_bracket'>&lt;</span>ClusterNode<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.cache.affinity.rendezvous.<a href="org/apache/ignite/cache/affinity/rendezvous/ClusterNodeAttributeAffinityBackupFilter.html" title="class in org.apache.ignite.cache.affinity.rendezvous">ClusterNodeAttributeAffinityBackupFilter</a></dt>
<dd>
<div class="block">Defines a predicate which returns <code>true</code> if a node is acceptable for a backup
or <code>false</code> otherwise.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/affinity/rendezvous/ClusterNodeAttributeColocatedBackupFilter.html#apply-org.apache.ignite.cluster.ClusterNode-java.util.List-">apply(ClusterNode, List<span class='angle_bracket'>&lt;</span>ClusterNode<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.cache.affinity.rendezvous.<a href="org/apache/ignite/cache/affinity/rendezvous/ClusterNodeAttributeColocatedBackupFilter.html" title="class in org.apache.ignite.cache.affinity.rendezvous">ClusterNodeAttributeColocatedBackupFilter</a></dt>
<dd>
<div class="block">Defines a predicate which returns <code>true</code> if a node is acceptable for a backup
or <code>false</code> otherwise.</div>
</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><a href="org/apache/ignite/IgniteCompute.html#apply-org.apache.ignite.lang.IgniteClosure-T-">apply(IgniteClosure<span class='angle_bracket'>&lt;</span>T, R<span class='angle_bracket'>&gt;</span>, 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="memberNameLink"><a href="org/apache/ignite/IgniteCompute.html#apply-org.apache.ignite.lang.IgniteClosure-java.util.Collection-">apply(IgniteClosure<span class='angle_bracket'>&lt;</span>T, R<span class='angle_bracket'>&gt;</span>, Collection<span class='angle_bracket'>&lt;</span>? extends T<span class='angle_bracket'>&gt;</span>)</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="memberNameLink"><a href="org/apache/ignite/IgniteCompute.html#apply-org.apache.ignite.lang.IgniteClosure-java.util.Collection-org.apache.ignite.lang.IgniteReducer-">apply(IgniteClosure<span class='angle_bracket'>&lt;</span>T, R1<span class='angle_bracket'>&gt;</span>, Collection<span class='angle_bracket'>&lt;</span>? extends T<span class='angle_bracket'>&gt;</span>, IgniteReducer<span class='angle_bracket'>&lt;</span>R1, R2<span class='angle_bracket'>&gt;</span>)</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="memberNameLink"><a href="org/apache/ignite/lang/IgniteBiClosure.html#apply-E1-E2-">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="memberNameLink"><a href="org/apache/ignite/lang/IgniteBiInClosure.html#apply-E1-E2-">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="memberNameLink"><a href="org/apache/ignite/lang/IgniteBiPredicate.html#apply-E1-E2-">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="memberNameLink"><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="memberNameLink"><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="memberNameLink"><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="memberNameLink"><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="memberNameLink"><a href="org/apache/ignite/messaging/MessagingListenActor.html#apply-java.util.UUID-T-">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="memberNameLink"><a href="org/apache/ignite/ml/composition/predictionsaggregator/MeanValuePredictionsAggregator.html#apply-double:A-">apply(double[])</a></span> - Method in class org.apache.ignite.ml.composition.predictionsaggregator.<a href="org/apache/ignite/ml/composition/predictionsaggregator/MeanValuePredictionsAggregator.html" title="class in org.apache.ignite.ml.composition.predictionsaggregator">MeanValuePredictionsAggregator</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/predictionsaggregator/OnMajorityPredictionsAggregator.html#apply-double:A-">apply(double[])</a></span> - Method in class org.apache.ignite.ml.composition.predictionsaggregator.<a href="org/apache/ignite/ml/composition/predictionsaggregator/OnMajorityPredictionsAggregator.html" title="class in org.apache.ignite.ml.composition.predictionsaggregator">OnMajorityPredictionsAggregator</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/predictionsaggregator/WeightedPredictionsAggregator.html#apply-double:A-">apply(double[])</a></span> - Method in class org.apache.ignite.ml.composition.predictionsaggregator.<a href="org/apache/ignite/ml/composition/predictionsaggregator/WeightedPredictionsAggregator.html" title="class in org.apache.ignite.ml.composition.predictionsaggregator">WeightedPredictionsAggregator</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.html#apply-K-V-">apply(K, V)</a></span> - Method in class org.apache.ignite.ml.dataset.feature.extractor.<a href="org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor">Vectorizer</a></dt>
<dd>
<div class="block">Extracts labeled vector from upstream object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/functions/IgniteIntDoubleToDoubleBiFunction.html#apply-int-double-">apply(int, double)</a></span> - Method in interface org.apache.ignite.ml.math.functions.<a href="org/apache/ignite/ml/math/functions/IgniteIntDoubleToDoubleBiFunction.html" title="interface in org.apache.ignite.ml.math.functions">IgniteIntDoubleToDoubleBiFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/functions/IgniteIntIntToIntBiFunction.html#apply-int-int-">apply(int, int)</a></span> - Method in interface org.apache.ignite.ml.math.functions.<a href="org/apache/ignite/ml/math/functions/IgniteIntIntToIntBiFunction.html" title="interface in org.apache.ignite.ml.math.functions">IgniteIntIntToIntBiFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/functions/IgniteTriFunction.html#apply-A-B-C-">apply(A, B, C)</a></span> - Method in interface org.apache.ignite.ml.math.functions.<a href="org/apache/ignite/ml/math/functions/IgniteTriFunction.html" title="interface in org.apache.ignite.ml.math.functions">IgniteTriFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/functions/IntIntDoubleToVoidFunction.html#apply-int-int-double-">apply(int, int, double)</a></span> - Method in interface org.apache.ignite.ml.math.functions.<a href="org/apache/ignite/ml/math/functions/IntIntDoubleToVoidFunction.html" title="interface in org.apache.ignite.ml.math.functions">IntIntDoubleToVoidFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/binarization/BinarizationPreprocessor.html#apply-K-V-">apply(K, V)</a></span> - Method in class org.apache.ignite.ml.preprocessing.binarization.<a href="org/apache/ignite/ml/preprocessing/binarization/BinarizationPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.binarization">BinarizationPreprocessor</a></dt>
<dd>
<div class="block">Applies this preprocessor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/developer/MappedPreprocessor.html#apply-K-V-">apply(K, V)</a></span> - Method in class org.apache.ignite.ml.preprocessing.developer.<a href="org/apache/ignite/ml/preprocessing/developer/MappedPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.developer">MappedPreprocessor</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/developer/PatchedPreprocessor.html#apply-K-V-">apply(K, V)</a></span> - Method in class org.apache.ignite.ml.preprocessing.developer.<a href="org/apache/ignite/ml/preprocessing/developer/PatchedPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.developer">PatchedPreprocessor</a></dt>
<dd>
<div class="block">Applies this preprocessor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/encoding/frequency/FrequencyEncoderPreprocessor.html#apply-K-V-">apply(K, V)</a></span> - Method in class org.apache.ignite.ml.preprocessing.encoding.frequency.<a href="org/apache/ignite/ml/preprocessing/encoding/frequency/FrequencyEncoderPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.encoding.frequency">FrequencyEncoderPreprocessor</a></dt>
<dd>
<div class="block">Applies this preprocessor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/encoding/label/LabelEncoderPreprocessor.html#apply-K-V-">apply(K, V)</a></span> - Method in class org.apache.ignite.ml.preprocessing.encoding.label.<a href="org/apache/ignite/ml/preprocessing/encoding/label/LabelEncoderPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.encoding.label">LabelEncoderPreprocessor</a></dt>
<dd>
<div class="block">Applies this preprocessor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/encoding/onehotencoder/OneHotEncoderPreprocessor.html#apply-K-V-">apply(K, V)</a></span> - Method in class org.apache.ignite.ml.preprocessing.encoding.onehotencoder.<a href="org/apache/ignite/ml/preprocessing/encoding/onehotencoder/OneHotEncoderPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.encoding.onehotencoder">OneHotEncoderPreprocessor</a></dt>
<dd>
<div class="block">Applies this preprocessor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/encoding/stringencoder/StringEncoderPreprocessor.html#apply-K-V-">apply(K, V)</a></span> - Method in class org.apache.ignite.ml.preprocessing.encoding.stringencoder.<a href="org/apache/ignite/ml/preprocessing/encoding/stringencoder/StringEncoderPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.encoding.stringencoder">StringEncoderPreprocessor</a></dt>
<dd>
<div class="block">Applies this preprocessor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/encoding/target/TargetEncoderPreprocessor.html#apply-K-V-">apply(K, V)</a></span> - Method in class org.apache.ignite.ml.preprocessing.encoding.target.<a href="org/apache/ignite/ml/preprocessing/encoding/target/TargetEncoderPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.encoding.target">TargetEncoderPreprocessor</a></dt>
<dd>
<div class="block">Applies this preprocessor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/finalization/VectorFinalizationPreprocessor.html#apply-K-V-">apply(K, V)</a></span> - Method in class org.apache.ignite.ml.preprocessing.finalization.<a href="org/apache/ignite/ml/preprocessing/finalization/VectorFinalizationPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.finalization">VectorFinalizationPreprocessor</a></dt>
<dd>
<div class="block">Applies this preprocessor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/imputing/ImputerPreprocessor.html#apply-K-V-">apply(K, V)</a></span> - Method in class org.apache.ignite.ml.preprocessing.imputing.<a href="org/apache/ignite/ml/preprocessing/imputing/ImputerPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.imputing">ImputerPreprocessor</a></dt>
<dd>
<div class="block">Applies this preprocessor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/maxabsscaling/MaxAbsScalerPreprocessor.html#apply-K-V-">apply(K, V)</a></span> - Method in class org.apache.ignite.ml.preprocessing.maxabsscaling.<a href="org/apache/ignite/ml/preprocessing/maxabsscaling/MaxAbsScalerPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.maxabsscaling">MaxAbsScalerPreprocessor</a></dt>
<dd>
<div class="block">Applies this preprocessor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/minmaxscaling/MinMaxScalerPreprocessor.html#apply-K-V-">apply(K, V)</a></span> - Method in class org.apache.ignite.ml.preprocessing.minmaxscaling.<a href="org/apache/ignite/ml/preprocessing/minmaxscaling/MinMaxScalerPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.minmaxscaling">MinMaxScalerPreprocessor</a></dt>
<dd>
<div class="block">Applies this preprocessor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/normalization/NormalizationPreprocessor.html#apply-K-V-">apply(K, V)</a></span> - Method in class org.apache.ignite.ml.preprocessing.normalization.<a href="org/apache/ignite/ml/preprocessing/normalization/NormalizationPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.normalization">NormalizationPreprocessor</a></dt>
<dd>
<div class="block">Applies this preprocessor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/standardscaling/StandardScalerPreprocessor.html#apply-K-V-">apply(K, V)</a></span> - Method in class org.apache.ignite.ml.preprocessing.standardscaling.<a href="org/apache/ignite/ml/preprocessing/standardscaling/StandardScalerPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.standardscaling">StandardScalerPreprocessor</a></dt>
<dd>
<div class="block">Applies this preprocessor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/indexing/IndexingQueryCacheFilter.html#apply-java.lang.Object-">apply(Object)</a></span> - Method in class org.apache.ignite.spi.indexing.<a href="org/apache/ignite/spi/indexing/IndexingQueryCacheFilter.html" title="class in org.apache.ignite.spi.indexing">IndexingQueryCacheFilter</a></dt>
<dd>
<div class="block">Apply filter.</div>
</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><a href="org/apache/ignite/IgniteCompute.html#applyAsync-org.apache.ignite.lang.IgniteClosure-T-">applyAsync(IgniteClosure<span class='angle_bracket'>&lt;</span>T, R<span class='angle_bracket'>&gt;</span>, 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="memberNameLink"><a href="org/apache/ignite/IgniteCompute.html#applyAsync-org.apache.ignite.lang.IgniteClosure-java.util.Collection-">applyAsync(IgniteClosure<span class='angle_bracket'>&lt;</span>T, R<span class='angle_bracket'>&gt;</span>, Collection<span class='angle_bracket'>&lt;</span>? extends T<span class='angle_bracket'>&gt;</span>)</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="memberNameLink"><a href="org/apache/ignite/IgniteCompute.html#applyAsync-org.apache.ignite.lang.IgniteClosure-java.util.Collection-org.apache.ignite.lang.IgniteReducer-">applyAsync(IgniteClosure<span class='angle_bracket'>&lt;</span>T, R1<span class='angle_bracket'>&gt;</span>, Collection<span class='angle_bracket'>&lt;</span>? extends T<span class='angle_bracket'>&gt;</span>, IgniteReducer<span class='angle_bracket'>&lt;</span>R1, R2<span class='angle_bracket'>&gt;</span>)</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="memberNameLink"><a href="org/apache/ignite/ml/recommendation/util/MatrixFactorizationGradient.html#applyGradient-java.util.Map-java.util.Map-">applyGradient(Map<span class='angle_bracket'>&lt;</span>O, Vector<span class='angle_bracket'>&gt;</span>, Map<span class='angle_bracket'>&lt;</span>S, Vector<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.recommendation.util.<a href="org/apache/ignite/ml/recommendation/util/MatrixFactorizationGradient.html" title="class in org.apache.ignite.ml.recommendation.util">MatrixFactorizationGradient</a></dt>
<dd>
<div class="block">Applies given gradient to recommendation model (object matrix and subject matrix) and updates this model
correspondingly.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/indexing/IndexingQueryCacheFilter.html#applyPartition-int-">applyPartition(int)</a></span> - Method in class org.apache.ignite.spi.indexing.<a href="org/apache/ignite/spi/indexing/IndexingQueryCacheFilter.html" title="class in org.apache.ignite.spi.indexing">IndexingQueryCacheFilter</a></dt>
<dd>
<div class="block">Apply filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/MultilayerPerceptron.html#architecture--">architecture()</a></span> - Method in class org.apache.ignite.ml.nn.<a href="org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</a></dt>
<dd>
<div class="block">Get architecture of this MLP.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/functions/Functions.html#argmin-java.util.List-org.apache.ignite.ml.math.functions.IgniteFunction-">argmin(List<span class='angle_bracket'>&lt;</span>A<span class='angle_bracket'>&gt;</span>, IgniteFunction<span class='angle_bracket'>&lt;</span>A, B<span class='angle_bracket'>&gt;</span>)</a></span> - Static method in class org.apache.ignite.ml.math.functions.<a href="org/apache/ignite/ml/math/functions/Functions.html" title="class in org.apache.ignite.ml.math.functions">Functions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><a href="org/apache/ignite/compute/ComputeJobAdapter.html#arguments--">arguments()</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 array of job arguments.</div>
</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><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="memberNameLink"><a href="org/apache/ignite/events/SqlQueryExecutionEvent.html#arguments--">arguments()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/SqlQueryExecutionEvent.html" title="class in org.apache.ignite.events">SqlQueryExecutionEvent</a></dt>
<dd>
<div class="block">Gets query arguments.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.ArrayLikeObjectLabelVectorizer.html#ArrayLikeObjectLabelVectorizer-java.lang.Integer...-">ArrayLikeObjectLabelVectorizer(Integer...)</a></span> - Constructor for class org.apache.ignite.ml.dataset.feature.extractor.<a href="org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.ArrayLikeObjectLabelVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor">ExtractionUtils.ArrayLikeObjectLabelVectorizer</a></dt>
<dd>
<div class="block">Creates an instance of Vectorizer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.ArrayLikeVectorizer.html#ArrayLikeVectorizer-java.lang.Integer...-">ArrayLikeVectorizer(Integer...)</a></span> - Constructor for class org.apache.ignite.ml.dataset.feature.extractor.<a href="org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.ArrayLikeVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor">ExtractionUtils.ArrayLikeVectorizer</a></dt>
<dd>
<div class="block">Creates an instance of Vectorizer.</div>
</dd>
<dt><a href="org/apache/ignite/ml/knn/utils/indices/ArraySpatialIndex.html" title="class in org.apache.ignite.ml.knn.utils.indices"><span class="typeNameLink">ArraySpatialIndex</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/knn/utils/indices/ArraySpatialIndex.html" title="type parameter in ArraySpatialIndex">L</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/knn/utils/indices/package-summary.html">org.apache.ignite.ml.knn.utils.indices</a></dt>
<dd>
<div class="block">Array based implementation of <a href="org/apache/ignite/ml/knn/utils/indices/SpatialIndex.html" title="interface in org.apache.ignite.ml.knn.utils.indices"><code>SpatialIndex</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/utils/indices/ArraySpatialIndex.html#ArraySpatialIndex-java.util.List-org.apache.ignite.ml.math.distances.DistanceMeasure-">ArraySpatialIndex(List<span class='angle_bracket'>&lt;</span>LabeledVector<span class='angle_bracket'>&lt;</span>L<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>, DistanceMeasure)</a></span> - Constructor for class org.apache.ignite.ml.knn.utils.indices.<a href="org/apache/ignite/ml/knn/utils/indices/ArraySpatialIndex.html" title="class in org.apache.ignite.ml.knn.utils.indices">ArraySpatialIndex</a></dt>
<dd>
<div class="block">Construct a new array spatial index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html#asArray--">asArray()</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a></dt>
<dd>
<div class="block">Returns array of doubles corresponds to vector components.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/Tracer.html#asAscii-org.apache.ignite.ml.math.primitives.vector.Vector-java.lang.String-boolean-">asAscii(Vector, String, boolean)</a></span> - Static method in class org.apache.ignite.ml.math.<a href="org/apache/ignite/ml/math/Tracer.html" title="class in org.apache.ignite.ml.math">Tracer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/Tracer.html#asAscii-org.apache.ignite.ml.math.primitives.matrix.Matrix-java.lang.String-">asAscii(Matrix, String)</a></span> - Static method in class org.apache.ignite.ml.math.<a href="org/apache/ignite/ml/math/Tracer.html" title="class in org.apache.ignite.ml.math">Tracer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/DataStreamGenerator.html#asDatasetBuilder-int-int-">asDatasetBuilder(int, int)</a></span> - Method in interface org.apache.ignite.ml.util.generators.<a href="org/apache/ignite/ml/util/generators/DataStreamGenerator.html" title="interface in org.apache.ignite.ml.util.generators">DataStreamGenerator</a></dt>
<dd>
<div class="block">Convert first N values from stream to <a href="org/apache/ignite/ml/dataset/DatasetBuilder.html" title="interface in org.apache.ignite.ml.dataset"><code>DatasetBuilder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/DataStreamGenerator.html#asDatasetBuilder-int-org.apache.ignite.lang.IgniteBiPredicate-int-">asDatasetBuilder(int, IgniteBiPredicate<span class='angle_bracket'>&lt;</span>Vector, Double<span class='angle_bracket'>&gt;</span>, int)</a></span> - Method in interface org.apache.ignite.ml.util.generators.<a href="org/apache/ignite/ml/util/generators/DataStreamGenerator.html" title="interface in org.apache.ignite.ml.util.generators">DataStreamGenerator</a></dt>
<dd>
<div class="block">Convert first N values from stream to <a href="org/apache/ignite/ml/dataset/DatasetBuilder.html" title="interface in org.apache.ignite.ml.dataset"><code>DatasetBuilder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/DataStreamGenerator.html#asDatasetBuilder-int-org.apache.ignite.lang.IgniteBiPredicate-int-org.apache.ignite.ml.dataset.UpstreamTransformerBuilder-">asDatasetBuilder(int, IgniteBiPredicate<span class='angle_bracket'>&lt;</span>Vector, Double<span class='angle_bracket'>&gt;</span>, int, UpstreamTransformerBuilder)</a></span> - Method in interface org.apache.ignite.ml.util.generators.<a href="org/apache/ignite/ml/util/generators/DataStreamGenerator.html" title="interface in org.apache.ignite.ml.util.generators">DataStreamGenerator</a></dt>
<dd>
<div class="block">Convert first N values from stream to <a href="org/apache/ignite/ml/dataset/DatasetBuilder.html" title="interface in org.apache.ignite.ml.dataset"><code>DatasetBuilder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGenerator.html#asDataStream--">asDataStream()</a></span> - Method in interface org.apache.ignite.ml.util.generators.primitives.vector.<a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGenerator.html" title="interface in org.apache.ignite.ml.util.generators.primitives.vector">VectorGenerator</a></dt>
<dd>
<div class="block">Convert vectors generator to unlabeled data stream generator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGeneratorsFamily.html#asDataStream--">asDataStream()</a></span> - Method in class org.apache.ignite.ml.util.generators.primitives.vector.<a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGeneratorsFamily.html" title="class in org.apache.ignite.ml.util.generators.primitives.vector">VectorGeneratorsFamily</a></dt>
<dd>
<div class="block">Creates data stream where label of vector == id of distribution from family.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/util/MatrixUtil.html#asDense-org.apache.ignite.ml.math.primitives.matrix.impl.SparseMatrix-int-">asDense(SparseMatrix, int)</a></span> - Static method in class org.apache.ignite.ml.math.util.<a href="org/apache/ignite/ml/math/util/MatrixUtil.html" title="class in org.apache.ignite.ml.math.util">MatrixUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/CompositionUtils.html#asFeatureExtractor-org.apache.ignite.ml.trainers.FeatureLabelExtractor-">asFeatureExtractor(FeatureLabelExtractor<span class='angle_bracket'>&lt;</span>K, V, L<span class='angle_bracket'>&gt;</span>)</a></span> - Static method in class org.apache.ignite.ml.composition.<a href="org/apache/ignite/ml/composition/CompositionUtils.html" title="class in org.apache.ignite.ml.composition">CompositionUtils</a></dt>
<dd>
<div class="block">Create feature extractor from given mapping <code>(key, value) -<span class='angle_bracket'>&gt;</span> LabeledVector</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/CompositionUtils.html#asLabelExtractor-org.apache.ignite.ml.trainers.FeatureLabelExtractor-">asLabelExtractor(FeatureLabelExtractor<span class='angle_bracket'>&lt;</span>K, V, L<span class='angle_bracket'>&gt;</span>)</a></span> - Static method in class org.apache.ignite.ml.composition.<a href="org/apache/ignite/ml/composition/CompositionUtils.html" title="class in org.apache.ignite.ml.composition">CompositionUtils</a></dt>
<dd>
<div class="block">Label extractor feature extractor from given mapping <code>(key, value) -<span class='angle_bracket'>&gt;</span> LabeledVector</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/MnistUtils.html#asLIBSVM-java.lang.String-java.lang.String-java.lang.String-java.util.Random-int-">asLIBSVM(String, String, String, Random, int)</a></span> - Static method in class org.apache.ignite.ml.util.<a href="org/apache/ignite/ml/util/MnistUtils.html" title="class in org.apache.ignite.ml.util">MnistUtils</a></dt>
<dd>
<div class="block">Convert random <code>count</code> samples from MNIST dataset from two files (images and labels) into libsvm format.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/DataStreamGenerator.html#asMap-int-">asMap(int)</a></span> - Method in interface org.apache.ignite.ml.util.generators.<a href="org/apache/ignite/ml/util/generators/DataStreamGenerator.html" title="interface in org.apache.ignite.ml.util.generators">DataStreamGenerator</a></dt>
<dd>
<div class="block">Convert first N values from stream to map.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/StorageConstants.html#assertAccessMode-int-">assertAccessMode(int)</a></span> - Method in interface org.apache.ignite.ml.math.<a href="org/apache/ignite/ml/math/StorageConstants.html" title="interface in org.apache.ignite.ml.math">StorageConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiAdapter.html#assertParameter-boolean-java.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="memberNameLink"><a href="org/apache/ignite/ml/math/StorageConstants.html#assertStorageMode-int-">assertStorageMode(int)</a></span> - Method in interface org.apache.ignite.ml.math.<a href="org/apache/ignite/ml/math/StorageConstants.html" title="interface in org.apache.ignite.ml.math">StorageConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#assign-double-">assign(double)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>
<div class="block">Assigns given value to all elements of this matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#assign-org.apache.ignite.ml.math.functions.IntIntToDoubleFunction-">assign(IntIntToDoubleFunction)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>
<div class="block">Assigns each matrix element to the value generated by given function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#assign-double:A:A-">assign(double[][])</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>
<div class="block">Assigns given values to this matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#assign-org.apache.ignite.ml.math.primitives.matrix.Matrix-">assign(Matrix)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>
<div class="block">Assigns values from given matrix to this matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html#assign-double-">assign(double)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">Matrix</a></dt>
<dd>
<div class="block">Assigns given value to all elements of this matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html#assign-double:A:A-">assign(double[][])</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">Matrix</a></dt>
<dd>
<div class="block">Assigns given values to this matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html#assign-org.apache.ignite.ml.math.primitives.matrix.Matrix-">assign(Matrix)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">Matrix</a></dt>
<dd>
<div class="block">Assigns values from given matrix to this matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html#assign-org.apache.ignite.ml.math.functions.IntIntToDoubleFunction-">assign(IntIntToDoubleFunction)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">Matrix</a></dt>
<dd>
<div class="block">Assigns each matrix element to the value generated by given function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#assign-double-">assign(double)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Assigns given value to all elements of this vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#assign-double:A-">assign(double[])</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Assigns values from given array to this vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#assign-org.apache.ignite.ml.math.primitives.vector.Vector-">assign(Vector)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Copies values from the argument vector to this one.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#assign-java.util.function.IntToDoubleFunction-">assign(IntToDoubleFunction)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Assigns each vector element to the value generated by given function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#assign-double-">assign(double)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Assigns given value to all elements of this vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#assign-double:A-">assign(double[])</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Assigns values from given array to this vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#assign-org.apache.ignite.ml.math.primitives.vector.Vector-">assign(Vector)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Copies values from the argument vector to this one.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#assign-java.util.function.IntToDoubleFunction-">assign(IntToDoubleFunction)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Assigns each vector element to the value generated by given function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html#assign-double-">assign(double)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a></dt>
<dd>
<div class="block">Assigns given value to all elements of this vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html#assign-double:A-">assign(double[])</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a></dt>
<dd>
<div class="block">Assigns values from given array to this vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html#assign-org.apache.ignite.ml.math.primitives.vector.Vector-">assign(Vector)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a></dt>
<dd>
<div class="block">Copies values from the argument vector to this one.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html#assign-java.util.function.IntToDoubleFunction-">assign(IntToDoubleFunction)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a></dt>
<dd>
<div class="block">Assigns each vector element to the value generated by given function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#assignColumn-int-org.apache.ignite.ml.math.primitives.vector.Vector-">assignColumn(int, Vector)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>
<div class="block">Assigns values from given vector to the specified column in this matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html#assignColumn-int-org.apache.ignite.ml.math.primitives.vector.Vector-">assignColumn(int, Vector)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">Matrix</a></dt>
<dd>
<div class="block">Assigns values from given vector to the specified column in this matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/affinity/rendezvous/RendezvousAffinityFunction.html#assignPartition-int-java.util.List-int-java.util.Map-">assignPartition(int, List<span class='angle_bracket'>&lt;</span>ClusterNode<span class='angle_bracket'>&gt;</span>, int, Map<span class='angle_bracket'>&lt;</span>UUID, Collection<span class='angle_bracket'>&lt;</span>ClusterNode<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>)</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="memberNameLink"><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="memberNameLink"><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="memberNameLink"><a href="org/apache/ignite/ml/dataset/impl/cache/util/DatasetAffinityFunctionWrapper.html#assignPartitions-org.apache.ignite.cache.affinity.AffinityFunctionContext-">assignPartitions(AffinityFunctionContext)</a></span> - Method in class org.apache.ignite.ml.dataset.impl.cache.util.<a href="org/apache/ignite/ml/dataset/impl/cache/util/DatasetAffinityFunctionWrapper.html" title="class in org.apache.ignite.ml.dataset.impl.cache.util">DatasetAffinityFunctionWrapper</a></dt>
<dd>
<div class="block">Gets affinity nodes for a partition.</div>
</dd>
<dt><span class="memberNameLink"><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><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#assignRow-int-org.apache.ignite.ml.math.primitives.vector.Vector-">assignRow(int, Vector)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>
<div class="block">Assigns values from given vector to the specified row in this matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html#assignRow-int-org.apache.ignite.ml.math.primitives.vector.Vector-">assignRow(int, Vector)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">Matrix</a></dt>
<dd>
<div class="block">Assigns values from given vector to the specified row in this matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/Utils.html#asStream-java.util.Iterator-long-">asStream(Iterator<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>, long)</a></span> - Static method in class org.apache.ignite.ml.util.<a href="org/apache/ignite/ml/util/Utils.html" title="class in org.apache.ignite.ml.util">Utils</a></dt>
<dd>
<div class="block">Convert given iterator to a stream with known count of entries.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/Utils.html#asStream-java.util.Iterator-">asStream(Iterator<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>)</a></span> - Static method in class org.apache.ignite.ml.util.<a href="org/apache/ignite/ml/util/Utils.html" title="class in org.apache.ignite.ml.util">Utils</a></dt>
<dd>
<div class="block">Convert given iterator to a stream.</div>
</dd>
<dt><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/encrypt/AsymmetricKeyEncryptionService.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt"><span class="typeNameLink">AsymmetricKeyEncryptionService</span></a> - Class in <a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/encrypt/package-summary.html">org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt</a></dt>
<dd>
<div class="block">Provides an implementation of asymmetric encryption to encrypt/decrypt the data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/encrypt/AsymmetricKeyEncryptionService.html#AsymmetricKeyEncryptionService--">AsymmetricKeyEncryptionService()</a></span> - Constructor for class org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/encrypt/AsymmetricKeyEncryptionService.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt">AsymmetricKeyEncryptionService</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/inference/builder/AsyncModelBuilder.html" title="interface in org.apache.ignite.ml.inference.builder"><span class="typeNameLink">AsyncModelBuilder</span></a> - Interface in <a href="org/apache/ignite/ml/inference/builder/package-summary.html">org.apache.ignite.ml.inference.builder</a></dt>
<dd>
<div class="block">Builder of asynchronous inference model.</div>
</dd>
<dt><a href="org/apache/ignite/configuration/AtomicConfiguration.html" title="class in org.apache.ignite.configuration"><span class="typeNameLink">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="memberNameLink"><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="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheGroupView.html#atomicityMode--">atomicityMode()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheGroupView.html" title="class in org.apache.ignite.spi.systemview.view">CacheGroupView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#atomicityMode--">atomicityMode()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignite.html#atomicLong-java.lang.String-long-boolean-">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="memberNameLink"><a href="org/apache/ignite/Ignite.html#atomicLong-java.lang.String-org.apache.ignite.configuration.AtomicConfiguration-long-boolean-">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="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#atomicLong-java.lang.String-long-boolean-">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="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#atomicLong-java.lang.String-org.apache.ignite.configuration.AtomicConfiguration-long-boolean-">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>
<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><a href="org/apache/ignite/spi/systemview/view/datastructures/AtomicLongView.html" title="class in org.apache.ignite.spi.systemview.view.datastructures"><span class="typeNameLink">AtomicLongView</span></a> - Class in <a href="org/apache/ignite/spi/systemview/view/datastructures/package-summary.html">org.apache.ignite.spi.systemview.view.datastructures</a></dt>
<dd>
<div class="block"><a href="org/apache/ignite/IgniteAtomicLong.html" title="interface in org.apache.ignite"><code>IgniteAtomicLong</code></a> representation for a <a href="org/apache/ignite/spi/systemview/view/SystemView.html" title="interface in org.apache.ignite.spi.systemview.view"><code>SystemView</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/datastructures/AtomicLongView.html#AtomicLongView-org.apache.ignite.internal.processors.datastructures.GridCacheRemovable-">AtomicLongView(GridCacheRemovable)</a></span> - Constructor for class org.apache.ignite.spi.systemview.view.datastructures.<a href="org/apache/ignite/spi/systemview/view/datastructures/AtomicLongView.html" title="class in org.apache.ignite.spi.systemview.view.datastructures">AtomicLongView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignite.html#atomicReference-java.lang.String-T-boolean-">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="memberNameLink"><a href="org/apache/ignite/Ignite.html#atomicReference-java.lang.String-org.apache.ignite.configuration.AtomicConfiguration-T-boolean-">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="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#atomicReference-java.lang.String-T-boolean-">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="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#atomicReference-java.lang.String-org.apache.ignite.configuration.AtomicConfiguration-T-boolean-">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><a href="org/apache/ignite/spi/systemview/view/datastructures/AtomicReferenceView.html" title="class in org.apache.ignite.spi.systemview.view.datastructures"><span class="typeNameLink">AtomicReferenceView</span></a> - Class in <a href="org/apache/ignite/spi/systemview/view/datastructures/package-summary.html">org.apache.ignite.spi.systemview.view.datastructures</a></dt>
<dd>
<div class="block"><a href="org/apache/ignite/IgniteAtomicReference.html" title="interface in org.apache.ignite"><code>IgniteAtomicReference</code></a> representation for a <a href="org/apache/ignite/spi/systemview/view/SystemView.html" title="interface in org.apache.ignite.spi.systemview.view"><code>SystemView</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/datastructures/AtomicReferenceView.html#AtomicReferenceView-org.apache.ignite.internal.processors.datastructures.GridCacheRemovable-">AtomicReferenceView(GridCacheRemovable)</a></span> - Constructor for class org.apache.ignite.spi.systemview.view.datastructures.<a href="org/apache/ignite/spi/systemview/view/datastructures/AtomicReferenceView.html" title="class in org.apache.ignite.spi.systemview.view.datastructures">AtomicReferenceView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignite.html#atomicSequence-java.lang.String-long-boolean-">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="memberNameLink"><a href="org/apache/ignite/Ignite.html#atomicSequence-java.lang.String-org.apache.ignite.configuration.AtomicConfiguration-long-boolean-">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="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#atomicSequence-java.lang.String-long-boolean-">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="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#atomicSequence-java.lang.String-org.apache.ignite.configuration.AtomicConfiguration-long-boolean-">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><a href="org/apache/ignite/spi/systemview/view/datastructures/AtomicSequenceView.html" title="class in org.apache.ignite.spi.systemview.view.datastructures"><span class="typeNameLink">AtomicSequenceView</span></a> - Class in <a href="org/apache/ignite/spi/systemview/view/datastructures/package-summary.html">org.apache.ignite.spi.systemview.view.datastructures</a></dt>
<dd>
<div class="block"><a href="org/apache/ignite/IgniteAtomicSequence.html" title="interface in org.apache.ignite"><code>IgniteAtomicSequence</code></a> representation for a <a href="org/apache/ignite/spi/systemview/view/SystemView.html" title="interface in org.apache.ignite.spi.systemview.view"><code>SystemView</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/datastructures/AtomicSequenceView.html#AtomicSequenceView-org.apache.ignite.internal.processors.datastructures.GridCacheRemovable-">AtomicSequenceView(GridCacheRemovable)</a></span> - Constructor for class org.apache.ignite.spi.systemview.view.datastructures.<a href="org/apache/ignite/spi/systemview/view/datastructures/AtomicSequenceView.html" title="class in org.apache.ignite.spi.systemview.view.datastructures">AtomicSequenceView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignite.html#atomicStamped-java.lang.String-T-S-boolean-">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="memberNameLink"><a href="org/apache/ignite/Ignite.html#atomicStamped-java.lang.String-org.apache.ignite.configuration.AtomicConfiguration-T-S-boolean-">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="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#atomicStamped-java.lang.String-T-S-boolean-">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="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#atomicStamped-java.lang.String-org.apache.ignite.configuration.AtomicConfiguration-T-S-boolean-">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>
<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><a href="org/apache/ignite/spi/systemview/view/datastructures/AtomicStampedView.html" title="class in org.apache.ignite.spi.systemview.view.datastructures"><span class="typeNameLink">AtomicStampedView</span></a> - Class in <a href="org/apache/ignite/spi/systemview/view/datastructures/package-summary.html">org.apache.ignite.spi.systemview.view.datastructures</a></dt>
<dd>
<div class="block"><a href="org/apache/ignite/IgniteAtomicStamped.html" title="interface in org.apache.ignite"><code>IgniteAtomicStamped</code></a> representation for a <a href="org/apache/ignite/spi/systemview/view/SystemView.html" title="interface in org.apache.ignite.spi.systemview.view"><code>SystemView</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/datastructures/AtomicStampedView.html#AtomicStampedView-org.apache.ignite.internal.processors.datastructures.GridCacheRemovable-">AtomicStampedView(GridCacheRemovable)</a></span> - Constructor for class org.apache.ignite.spi.systemview.view.datastructures.<a href="org/apache/ignite/spi/systemview/view/datastructures/AtomicStampedView.html" title="class in org.apache.ignite.spi.systemview.view.datastructures">AtomicStampedView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><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="memberNameLink"><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="memberNameLink"><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="memberNameLink"><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="memberNameLink"><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="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#ATTR_FORCE_CLIENT_SERVER_CONNECTIONS">ATTR_FORCE_CLIENT_SERVER_CONNECTIONS</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="memberNameLink"><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="memberNameLink"><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>
<div class="block">Attr paired connection.</div>
</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><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="memberNameLink"><a href="org/apache/ignite/cluster/BaselineNode.html#attribute-java.lang.String-">attribute(String)</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/BaselineNode.html" title="interface in org.apache.ignite.cluster">BaselineNode</a></dt>
<dd>
<div class="block">Gets a node attribute.</div>
</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><a href="org/apache/ignite/spi/discovery/isolated/IsolatedNode.html#attribute-java.lang.String-">attribute(String)</a></span> - Method in class org.apache.ignite.spi.discovery.isolated.<a href="org/apache/ignite/spi/discovery/isolated/IsolatedNode.html" title="class in org.apache.ignite.spi.discovery.isolated">IsolatedNode</a></dt>
<dd>
<div class="block">Gets a node attribute.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#attributeNames--">attributeNames()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Get distinct attribute names for given nodes projection.</div>
</dd>
<dt><a href="org/apache/ignite/spi/communication/tcp/AttributeNames.html" title="class in org.apache.ignite.spi.communication.tcp"><span class="typeNameLink">AttributeNames</span></a> - Class in <a href="org/apache/ignite/spi/communication/tcp/package-summary.html">org.apache.ignite.spi.communication.tcp</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">fix it in the ticket https://ggsystems.atlassian.net/browse/GG-29546</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/AttributeNames.html#AttributeNames-java.lang.String-java.lang.String-java.lang.String-java.lang.String-java.lang.String-java.lang.String-java.lang.String-">AttributeNames(String, String, String, String, String, String, String)</a></span> - Constructor for class org.apache.ignite.spi.communication.tcp.<a href="org/apache/ignite/spi/communication/tcp/AttributeNames.html" title="class in org.apache.ignite.spi.communication.tcp">AttributeNames</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/BaselineNode.html#attributes--">attributes()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/BaselineNode.html" title="interface in org.apache.ignite.cluster">BaselineNode</a></dt>
<dd>
<div class="block">Gets all node attributes.</div>
</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><a href="org/apache/ignite/spi/discovery/isolated/IsolatedNode.html#attributes--">attributes()</a></span> - Method in class org.apache.ignite.spi.discovery.isolated.<a href="org/apache/ignite/spi/discovery/isolated/IsolatedNode.html" title="class in org.apache.ignite.spi.discovery.isolated">IsolatedNode</a></dt>
<dd>
<div class="block">Gets all node attributes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#attributeValues-java.lang.String-">attributeValues(String)</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Get distinct attribute values for given nodes projection.</div>
</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><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="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoverySpiNodeAuthenticator.html#authenticateNode-org.apache.ignite.cluster.ClusterNode-org.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="typeNameLink">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="memberNameLink"><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="memberNameLink"><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="memberNameLink"><a href="org/apache/ignite/events/BaselineConfigurationChangedEvent.html#autoAdjustTimeout--">autoAdjustTimeout()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/BaselineConfigurationChangedEvent.html" title="class in org.apache.ignite.events">BaselineConfigurationChangedEvent</a></dt>
<dd>
<div class="block">Auto-adjust timeout value in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/datastructures/CountDownLatchView.html#autoDelete--">autoDelete()</a></span> - Method in class org.apache.ignite.spi.systemview.view.datastructures.<a href="org/apache/ignite/spi/systemview/view/datastructures/CountDownLatchView.html" title="class in org.apache.ignite.spi.systemview.view.datastructures">CountDownLatchView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><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="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlTableColumnView.html#autoIncrement--">autoIncrement()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlTableColumnView.html" title="class in org.apache.ignite.spi.systemview.view">SqlTableColumnView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/maintenance/MaintenanceWorkflowCallback.html#automaticAction--">automaticAction()</a></span> - Method in interface org.apache.ignite.maintenance.<a href="org/apache/ignite/maintenance/MaintenanceWorkflowCallback.html" title="interface in org.apache.ignite.maintenance">MaintenanceWorkflowCallback</a></dt>
<dd>
<div class="block">Component can provide optional <a href="org/apache/ignite/maintenance/MaintenanceAction.html" title="interface in org.apache.ignite.maintenance"><code>MaintenanceAction</code></a> that will be executed automatically
by <a href="org/apache/ignite/maintenance/MaintenanceRegistry.html" title="interface in org.apache.ignite.maintenance"><code>MaintenanceRegistry</code></a> when node enters maintenance mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ContinuousQueryView.html#autoUnsubscribe--">autoUnsubscribe()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ContinuousQueryView.html" title="class in org.apache.ignite.spi.systemview.view">ContinuousQueryView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><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="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/datastructures/SemaphoreView.html#availablePermits--">availablePermits()</a></span> - Method in class org.apache.ignite.spi.systemview.view.datastructures.<a href="org/apache/ignite/spi/systemview/view/datastructures/SemaphoreView.html" title="class in org.apache.ignite.spi.systemview.view.datastructures">SemaphoreView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><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="memberNameLink"><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="memberNameLink"><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="memberNameLink"><a href="org/apache/ignite/ml/optimization/updatecalculators/NesterovParameterUpdate.html#avg-java.util.List-">avg(List<span class='angle_bracket'>&lt;</span>NesterovParameterUpdate<span class='angle_bracket'>&gt;</span>)</a></span> - Static method in class org.apache.ignite.ml.optimization.updatecalculators.<a href="org/apache/ignite/ml/optimization/updatecalculators/NesterovParameterUpdate.html" title="class in org.apache.ignite.ml.optimization.updatecalculators">NesterovParameterUpdate</a></dt>
<dd>
<div class="block">Get average of parameters updates.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/optimization/updatecalculators/RPropParameterUpdate.html#AVG">AVG</a></span> - Static variable in class org.apache.ignite.ml.optimization.updatecalculators.<a href="org/apache/ignite/ml/optimization/updatecalculators/RPropParameterUpdate.html" title="class in org.apache.ignite.ml.optimization.updatecalculators">RPropParameterUpdate</a></dt>
<dd>
<div class="block">Averages updates returned by different trainings.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/optimization/updatecalculators/SimpleGDParameterUpdate.html#AVG">AVG</a></span> - Static variable in class org.apache.ignite.ml.optimization.updatecalculators.<a href="org/apache/ignite/ml/optimization/updatecalculators/SimpleGDParameterUpdate.html" title="class in org.apache.ignite.ml.optimization.updatecalculators">SimpleGDParameterUpdate</a></dt>
<dd>
<div class="block">Method used to sum updates inside of one of parallel trainings.</div>
</dd>
<dt><span class="memberNameLink"><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="https://docs.oracle.com/javase/8/docs/api/java/lang/Thread.html?is-external=true#interrupt--" title="class or interface in java.lang">interrupted</a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCondition.html#await-long-java.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="memberNameLink"><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="memberNameLink"><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="memberNameLink"><a href="org/apache/ignite/IgniteCountDownLatch.html#await-long-java.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="memberNameLink"><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="memberNameLink"><a href="org/apache/ignite/thread/IgniteStripedThreadPoolExecutor.html#awaitTermination-long-java.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="memberNameLink"><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="memberNameLink"><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>
<dt><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/encrypt/AwsKmsEncryptionService.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt"><span class="typeNameLink">AwsKmsEncryptionService</span></a> - Class in <a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/encrypt/package-summary.html">org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt</a></dt>
<dd>
<div class="block">Provides an implementation of AWS KMS to encrypt/decrypt the data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/encrypt/AwsKmsEncryptionService.html#AwsKmsEncryptionService--">AwsKmsEncryptionService()</a></span> - Constructor for class org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/encrypt/AwsKmsEncryptionService.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt">AwsKmsEncryptionService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/Blas.html#axpy-java.lang.Double-org.apache.ignite.ml.math.primitives.vector.Vector-org.apache.ignite.ml.math.primitives.vector.Vector-">axpy(Double, Vector, Vector)</a></span> - Static method in class org.apache.ignite.ml.math.<a href="org/apache/ignite/ml/math/Blas.html" title="class in org.apache.ignite.ml.math">Blas</a></dt>
<dd>
<div class="block">Performs y += a * x</div>
</dd>
</dl>
<a name="I:B">
<!-- -->
</a>
<h2 class="title">B</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/ExponentialBackoffTimeoutStrategy.html#backoffTimeout-long-long-">backoffTimeout(long, long)</a></span> - Static method in class org.apache.ignite.spi.<a href="org/apache/ignite/spi/ExponentialBackoffTimeoutStrategy.html" title="class in org.apache.ignite.spi">ExponentialBackoffTimeoutStrategy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><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><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheGroupView.html#backups--">backups()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheGroupView.html" title="class in org.apache.ignite.spi.systemview.view">CacheGroupView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#backups--">backups()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/composition/bagging/BaggedModel.html" title="class in org.apache.ignite.ml.composition.bagging"><span class="typeNameLink">BaggedModel</span></a> - Class in <a href="org/apache/ignite/ml/composition/bagging/package-summary.html">org.apache.ignite.ml.composition.bagging</a></dt>
<dd>
<div class="block">This class represents model produced by <a href="org/apache/ignite/ml/composition/bagging/BaggedTrainer.html" title="class in org.apache.ignite.ml.composition.bagging"><code>BaggedTrainer</code></a>.</div>
</dd>
<dt><a href="org/apache/ignite/ml/composition/bagging/BaggedTrainer.html" title="class in org.apache.ignite.ml.composition.bagging"><span class="typeNameLink">BaggedTrainer</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/composition/bagging/BaggedTrainer.html" title="type parameter in BaggedTrainer">L</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/composition/bagging/package-summary.html">org.apache.ignite.ml.composition.bagging</a></dt>
<dd>
<div class="block">Trainer encapsulating logic of bootstrap aggregating (bagging).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/bagging/BaggedTrainer.html#BaggedTrainer-org.apache.ignite.ml.trainers.DatasetTrainer-org.apache.ignite.ml.composition.predictionsaggregator.PredictionsAggregator-int-double-int-int-">BaggedTrainer(DatasetTrainer<span class='angle_bracket'>&lt;</span>? extends IgniteModel, L<span class='angle_bracket'>&gt;</span>, PredictionsAggregator, int, double, int, int)</a></span> - Constructor for class org.apache.ignite.ml.composition.bagging.<a href="org/apache/ignite/ml/composition/bagging/BaggedTrainer.html" title="class in org.apache.ignite.ml.composition.bagging">BaggedTrainer</a></dt>
<dd>
<div class="block">Construct instance of this class with given parameters.</div>
</dd>
<dt><a href="org/apache/ignite/ml/trainers/transformers/BaggingUpstreamTransformer.html" title="class in org.apache.ignite.ml.trainers.transformers"><span class="typeNameLink">BaggingUpstreamTransformer</span></a> - Class in <a href="org/apache/ignite/ml/trainers/transformers/package-summary.html">org.apache.ignite.ml.trainers.transformers</a></dt>
<dd>
<div class="block">This class encapsulates the logic needed to do bagging (bootstrap aggregating) by features.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/trainers/transformers/BaggingUpstreamTransformer.html#BaggingUpstreamTransformer-long-double-">BaggingUpstreamTransformer(long, double)</a></span> - Constructor for class org.apache.ignite.ml.trainers.transformers.<a href="org/apache/ignite/ml/trainers/transformers/BaggingUpstreamTransformer.html" title="class in org.apache.ignite.ml.trainers.transformers">BaggingUpstreamTransformer</a></dt>
<dd>
<div class="block">Construct instance of this transformer with a given subsample ratio.</div>
</dd>
<dt><a href="org/apache/ignite/ml/selection/scoring/metric/classification/BalancedAccuracy.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification"><span class="typeNameLink">BalancedAccuracy</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/selection/scoring/metric/classification/BalancedAccuracy.html" title="type parameter in BalancedAccuracy">L</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/selection/scoring/metric/classification/package-summary.html">org.apache.ignite.ml.selection.scoring.metric.classification</a></dt>
<dd>
<div class="block">BalancedAccuracy metric class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/BalancedAccuracy.html#BalancedAccuracy--">BalancedAccuracy()</a></span> - Constructor for class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/BalancedAccuracy.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">BalancedAccuracy</a></dt>
<dd>
<div class="block">Creates an instance of BalancedAccuracy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/BalancedAccuracy.html#BalancedAccuracy-L-L-">BalancedAccuracy(L, L)</a></span> - Constructor for class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/BalancedAccuracy.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">BalancedAccuracy</a></dt>
<dd>
<div class="block">Creates an instance of BalancedAccuracy class.</div>
</dd>
<dt><a href="org/apache/ignite/ml/knn/utils/indices/BallTreeSpatialIndex.html" title="class in org.apache.ignite.ml.knn.utils.indices"><span class="typeNameLink">BallTreeSpatialIndex</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/knn/utils/indices/BallTreeSpatialIndex.html" title="type parameter in BallTreeSpatialIndex">L</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/knn/utils/indices/package-summary.html">org.apache.ignite.ml.knn.utils.indices</a></dt>
<dd>
<div class="block">Ball tree based implementation of <a href="org/apache/ignite/ml/knn/utils/indices/SpatialIndex.html" title="interface in org.apache.ignite.ml.knn.utils.indices"><code>SpatialIndex</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/utils/indices/BallTreeSpatialIndex.html#BallTreeSpatialIndex-java.util.List-org.apache.ignite.ml.math.distances.DistanceMeasure-">BallTreeSpatialIndex(List<span class='angle_bracket'>&lt;</span>LabeledVector<span class='angle_bracket'>&lt;</span>L<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>, DistanceMeasure)</a></span> - Constructor for class org.apache.ignite.ml.knn.utils.indices.<a href="org/apache/ignite/ml/knn/utils/indices/BallTreeSpatialIndex.html" title="class in org.apache.ignite.ml.knn.utils.indices">BallTreeSpatialIndex</a></dt>
<dd>
<div class="block">Constructs a new instance of Ball tree spatial index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCluster.html#baselineAutoAdjustEnabled-boolean-">baselineAutoAdjustEnabled(boolean)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCluster.html" title="interface in org.apache.ignite">IgniteCluster</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/mxbean/BaselineAutoAdjustMXBean.html" title="interface in org.apache.ignite.mxbean"><span class="typeNameLink">BaselineAutoAdjustMXBean</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 <code>DistributedBaselineConfiguration</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCluster.html#baselineAutoAdjustStatus--">baselineAutoAdjustStatus()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCluster.html" title="interface in org.apache.ignite">IgniteCluster</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCluster.html#baselineAutoAdjustTimeout--">baselineAutoAdjustTimeout()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCluster.html" title="interface in org.apache.ignite">IgniteCluster</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCluster.html#baselineAutoAdjustTimeout-long-">baselineAutoAdjustTimeout(long)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCluster.html" title="interface in org.apache.ignite">IgniteCluster</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/events/BaselineChangedEvent.html" title="class in org.apache.ignite.events"><span class="typeNameLink">BaselineChangedEvent</span></a> - Class in <a href="org/apache/ignite/events/package-summary.html">org.apache.ignite.events</a></dt>
<dd>
<div class="block">Baseline changed event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/BaselineChangedEvent.html#BaselineChangedEvent-org.apache.ignite.cluster.ClusterNode-java.lang.String-int-java.util.Collection-">BaselineChangedEvent(ClusterNode, String, int, Collection<span class='angle_bracket'>&lt;</span>BaselineNode<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.events.<a href="org/apache/ignite/events/BaselineChangedEvent.html" title="class in org.apache.ignite.events">BaselineChangedEvent</a></dt>
<dd>
<div class="block">Creates baseline changed event with given parameters.</div>
</dd>
<dt><a href="org/apache/ignite/events/BaselineConfigurationChangedEvent.html" title="class in org.apache.ignite.events"><span class="typeNameLink">BaselineConfigurationChangedEvent</span></a> - Class in <a href="org/apache/ignite/events/package-summary.html">org.apache.ignite.events</a></dt>
<dd>
<div class="block">Baseline configuration changed event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/BaselineConfigurationChangedEvent.html#BaselineConfigurationChangedEvent-org.apache.ignite.cluster.ClusterNode-java.lang.String-int-boolean-long-">BaselineConfigurationChangedEvent(ClusterNode, String, int, boolean, long)</a></span> - Constructor for class org.apache.ignite.events.<a href="org/apache/ignite/events/BaselineConfigurationChangedEvent.html" title="class in org.apache.ignite.events">BaselineConfigurationChangedEvent</a></dt>
<dd>
<div class="block">Creates baseline configuration changed event with given parameters.</div>
</dd>
<dt><a href="org/apache/ignite/cluster/BaselineNode.html" title="interface in org.apache.ignite.cluster"><span class="typeNameLink">BaselineNode</span></a> - Interface in <a href="org/apache/ignite/cluster/package-summary.html">org.apache.ignite.cluster</a></dt>
<dd>
<div class="block">Interface representing a single node from baseline topology.</div>
</dd>
<dt><a href="org/apache/ignite/spi/systemview/view/BaselineNodeAttributeView.html" title="class in org.apache.ignite.spi.systemview.view"><span class="typeNameLink">BaselineNodeAttributeView</span></a> - Class in <a href="org/apache/ignite/spi/systemview/view/package-summary.html">org.apache.ignite.spi.systemview.view</a></dt>
<dd>
<div class="block">Baseline node attribute representation for a <a href="org/apache/ignite/spi/systemview/view/SystemView.html" title="interface in org.apache.ignite.spi.systemview.view"><code>SystemView</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/BaselineNodeAttributeView.html#BaselineNodeAttributeView-java.lang.Object-java.lang.String-java.lang.Object-">BaselineNodeAttributeView(Object, String, Object)</a></span> - Constructor for class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/BaselineNodeAttributeView.html" title="class in org.apache.ignite.spi.systemview.view">BaselineNodeAttributeView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/BaselineChangedEvent.html#baselineNodes--">baselineNodes()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/BaselineChangedEvent.html" title="class in org.apache.ignite.events">BaselineChangedEvent</a></dt>
<dd>
<div class="block">New baseline nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/ClusterActivationEvent.html#baselineNodes--">baselineNodes()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/ClusterActivationEvent.html" title="class in org.apache.ignite.events">ClusterActivationEvent</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets baseline nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/ClusterStateChangeEvent.html#baselineNodes--">baselineNodes()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/ClusterStateChangeEvent.html" title="class in org.apache.ignite.events">ClusterStateChangeEvent</a></dt>
<dd>
<div class="block">Gets baseline nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/GDBLearningStrategy.html#baseMdlTrainerBuilder">baseMdlTrainerBuilder</a></span> - Variable in class org.apache.ignite.ml.composition.boosting.<a href="org/apache/ignite/ml/composition/boosting/GDBLearningStrategy.html" title="class in org.apache.ignite.ml.composition.boosting">GDBLearningStrategy</a></dt>
<dd>
<div class="block">Base model trainer builder.</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="typeNameLink">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="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/transaction/BaseMutation.html#BaseMutation-java.lang.String-org.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><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/encoding/EncoderPreprocessor.html#basePreprocessor">basePreprocessor</a></span> - Variable in class org.apache.ignite.ml.preprocessing.encoding.<a href="org/apache/ignite/ml/preprocessing/encoding/EncoderPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.encoding">EncoderPreprocessor</a></dt>
<dd>
<div class="block">Base preprocessor.</div>
</dd>
<dt><a href="org/apache/ignite/configuration/BasicAddressResolver.html" title="class in org.apache.ignite.configuration"><span class="typeNameLink">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="memberNameLink"><a href="org/apache/ignite/configuration/BasicAddressResolver.html#BasicAddressResolver-java.util.Map-">BasicAddressResolver(Map<span class='angle_bracket'>&lt;</span>String, String<span class='angle_bracket'>&gt;</span>)</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/cache/store/jdbc/dialect/BasicJdbcDialect.html" title="class in org.apache.ignite.cache.store.jdbc.dialect"><span class="typeNameLink">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="memberNameLink"><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="typeNameLink">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="memberNameLink"><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/startup/BasicWarmupClosure.html" title="class in org.apache.ignite.startup"><span class="typeNameLink">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="memberNameLink"><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="typeNameLink">BatchExecutionAssistant</span></a><span class='angle_bracket'>&lt;</span><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><span class='angle_bracket'>&gt;</span> - 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="typeNameLink">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="memberNameLink"><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="memberNameLink"><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="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/datastructures/AtomicSequenceView.html#batchSize--">batchSize()</a></span> - Method in class org.apache.ignite.spi.systemview.view.datastructures.<a href="org/apache/ignite/spi/systemview/view/datastructures/AtomicSequenceView.html" title="class in org.apache.ignite.spi.systemview.view.datastructures">AtomicSequenceView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/naivebayes/BayesModel.html" title="interface in org.apache.ignite.ml.naivebayes"><span class="typeNameLink">BayesModel</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/naivebayes/BayesModel.html" title="type parameter in BayesModel">MODEL</a> extends <a href="org/apache/ignite/ml/naivebayes/BayesModel.html" title="interface in org.apache.ignite.ml.naivebayes">BayesModel</a>,<a href="org/apache/ignite/ml/naivebayes/BayesModel.html" title="type parameter in BayesModel">FEATURES</a>,<a href="org/apache/ignite/ml/naivebayes/BayesModel.html" title="type parameter in BayesModel">OUTPUT</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/ml/naivebayes/package-summary.html">org.apache.ignite.ml.naivebayes</a></dt>
<dd>
<div class="block">Interface for Bayes Models.</div>
</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><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="memberNameLink"><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="memberNameLink"><a href="org/apache/ignite/ml/trainers/AdaptableDatasetTrainer.html#beforeTrainedModel-org.apache.ignite.ml.math.functions.IgniteFunction-">beforeTrainedModel(IgniteFunction<span class='angle_bracket'>&lt;</span>I1, I<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.trainers.<a href="org/apache/ignite/ml/trainers/AdaptableDatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">AdaptableDatasetTrainer</a></dt>
<dd>
<div class="block">Let this trainer produce model <code>mdl</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/isolve/lsqr/AbstractLSQR.html#beta-double:A-double-double-">beta(double[], double, double)</a></span> - Method in class org.apache.ignite.ml.math.isolve.lsqr.<a href="org/apache/ignite/ml/math/isolve/lsqr/AbstractLSQR.html" title="class in org.apache.ignite.ml.math.isolve.lsqr">AbstractLSQR</a></dt>
<dd>
<div class="block">Calculates beta.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/isolve/lsqr/LSQROnHeap.html#beta-double:A-double-double-">beta(double[], double, double)</a></span> - Method in class org.apache.ignite.ml.math.isolve.lsqr.<a href="org/apache/ignite/ml/math/isolve/lsqr/LSQROnHeap.html" title="class in org.apache.ignite.ml.math.isolve.lsqr">LSQROnHeap</a></dt>
<dd>
<div class="block">Calculates beta.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/MultilayerPerceptron.html#bias-int-int-">bias(int, int)</a></span> - Method in class org.apache.ignite.ml.nn.<a href="org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</a></dt>
<dd>
<div class="block">Get the bias of given neuron in given layer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/MLPLayer.html#biases">biases</a></span> - Variable in class org.apache.ignite.ml.nn.<a href="org/apache/ignite/ml/nn/MLPLayer.html" title="class in org.apache.ignite.ml.nn">MLPLayer</a></dt>
<dd>
<div class="block">Biases vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/MultilayerPerceptron.html#biases-int-">biases(int)</a></span> - Method in class org.apache.ignite.ml.nn.<a href="org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</a></dt>
<dd>
<div class="block">Get biases of layer with given index.</div>
</dd>
<dt><a href="org/apache/ignite/ml/preprocessing/binarization/BinarizationPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.binarization"><span class="typeNameLink">BinarizationPreprocessor</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/preprocessing/binarization/BinarizationPreprocessor.html" title="type parameter in BinarizationPreprocessor">K</a>,<a href="org/apache/ignite/ml/preprocessing/binarization/BinarizationPreprocessor.html" title="type parameter in BinarizationPreprocessor">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/preprocessing/binarization/package-summary.html">org.apache.ignite.ml.preprocessing.binarization</a></dt>
<dd>
<div class="block">Preprocessing function that makes binarization.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/binarization/BinarizationPreprocessor.html#BinarizationPreprocessor-double-org.apache.ignite.ml.preprocessing.Preprocessor-">BinarizationPreprocessor(double, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.preprocessing.binarization.<a href="org/apache/ignite/ml/preprocessing/binarization/BinarizationPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.binarization">BinarizationPreprocessor</a></dt>
<dd>
<div class="block">Constructs a new instance of Binarization preprocessor.</div>
</dd>
<dt><a href="org/apache/ignite/ml/preprocessing/binarization/BinarizationTrainer.html" title="class in org.apache.ignite.ml.preprocessing.binarization"><span class="typeNameLink">BinarizationTrainer</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/preprocessing/binarization/BinarizationTrainer.html" title="type parameter in BinarizationTrainer">K</a>,<a href="org/apache/ignite/ml/preprocessing/binarization/BinarizationTrainer.html" title="type parameter in BinarizationTrainer">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/preprocessing/binarization/package-summary.html">org.apache.ignite.ml.preprocessing.binarization</a></dt>
<dd>
<div class="block">Trainer of the binarization preprocessor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/binarization/BinarizationTrainer.html#BinarizationTrainer--">BinarizationTrainer()</a></span> - Constructor for class org.apache.ignite.ml.preprocessing.binarization.<a href="org/apache/ignite/ml/preprocessing/binarization/BinarizationTrainer.html" title="class in org.apache.ignite.ml.preprocessing.binarization">BinarizationTrainer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/IgniteClient.html#binary--">binary()</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/IgniteClient.html" title="interface in org.apache.ignite.client">IgniteClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><a href="org/apache/ignite/IgniteClientSpringBean.html#binary--">binary()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteClientSpringBean.html" title="class in org.apache.ignite">IgniteClientSpringBean</a></dt>
<dt><span class="memberNameLink"><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="typeNameLink">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="memberNameLink"><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="memberNameLink"><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="typeNameLink">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="memberNameLink"><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="memberNameLink"><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/ml/selection/scoring/evaluator/context/BinaryClassificationEvaluationContext.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator.context"><span class="typeNameLink">BinaryClassificationEvaluationContext</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/selection/scoring/evaluator/context/BinaryClassificationEvaluationContext.html" title="type parameter in BinaryClassificationEvaluationContext">L</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/selection/scoring/evaluator/context/package-summary.html">org.apache.ignite.ml.selection.scoring.evaluator.context</a></dt>
<dd>
<div class="block">This context tries to define positive and negative labels for estimation of binary classifier.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/context/BinaryClassificationEvaluationContext.html#BinaryClassificationEvaluationContext--">BinaryClassificationEvaluationContext()</a></span> - Constructor for class org.apache.ignite.ml.selection.scoring.evaluator.context.<a href="org/apache/ignite/ml/selection/scoring/evaluator/context/BinaryClassificationEvaluationContext.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator.context">BinaryClassificationEvaluationContext</a></dt>
<dd>
<div class="block">Creates an instance of BinaryClassificationEvaluationContext.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/context/BinaryClassificationEvaluationContext.html#BinaryClassificationEvaluationContext-L-L-">BinaryClassificationEvaluationContext(L, L)</a></span> - Constructor for class org.apache.ignite.ml.selection.scoring.evaluator.context.<a href="org/apache/ignite/ml/selection/scoring/evaluator/context/BinaryClassificationEvaluationContext.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator.context">BinaryClassificationEvaluationContext</a></dt>
<dd>
<div class="block">Creates an instance of BinaryClassificationEvaluationContext.</div>
</dd>
<dt><a href="org/apache/ignite/ml/selection/scoring/metric/classification/BinaryClassificationMetric.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification"><span class="typeNameLink">BinaryClassificationMetric</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/selection/scoring/metric/classification/BinaryClassificationMetric.html" title="type parameter in BinaryClassificationMetric">L</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/selection/scoring/metric/classification/package-summary.html">org.apache.ignite.ml.selection.scoring.metric.classification</a></dt>
<dd>
<div class="block">Common abstract class for all binary classification metrics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/BinaryClassificationMetric.html#BinaryClassificationMetric-L-L-">BinaryClassificationMetric(L, L)</a></span> - Constructor for class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/BinaryClassificationMetric.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">BinaryClassificationMetric</a></dt>
<dd>
<div class="block">Creates an instance of BinaryClassificationMetric.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/BinaryClassificationMetric.html#BinaryClassificationMetric--">BinaryClassificationMetric()</a></span> - Constructor for class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/BinaryClassificationMetric.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">BinaryClassificationMetric</a></dt>
<dd>
<div class="block">Creates an instance of BinaryClassificationMetric.</div>
</dd>
<dt><a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/BinaryClassificationPointwiseMetricStatsAggregator.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator.aggregator"><span class="typeNameLink">BinaryClassificationPointwiseMetricStatsAggregator</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/BinaryClassificationPointwiseMetricStatsAggregator.html" title="type parameter in BinaryClassificationPointwiseMetricStatsAggregator">L</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/package-summary.html">org.apache.ignite.ml.selection.scoring.evaluator.aggregator</a></dt>
<dd>
<div class="block">This class represents statistics for pointwise metrics evaluation for binary classification like TruePositive,
FalsePositive, TrueNegative and FalseNegative.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/BinaryClassificationPointwiseMetricStatsAggregator.html#BinaryClassificationPointwiseMetricStatsAggregator--">BinaryClassificationPointwiseMetricStatsAggregator()</a></span> - Constructor for class org.apache.ignite.ml.selection.scoring.evaluator.aggregator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/BinaryClassificationPointwiseMetricStatsAggregator.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator.aggregator">BinaryClassificationPointwiseMetricStatsAggregator</a></dt>
<dd>
<div class="block">Creates an instance of BinaryClassificationPointwiseMetricStatsAggregator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/BinaryClassificationPointwiseMetricStatsAggregator.html#BinaryClassificationPointwiseMetricStatsAggregator-L-L-int-int-int-int-">BinaryClassificationPointwiseMetricStatsAggregator(L, L, int, int, int, int)</a></span> - Constructor for class org.apache.ignite.ml.selection.scoring.evaluator.aggregator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/BinaryClassificationPointwiseMetricStatsAggregator.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator.aggregator">BinaryClassificationPointwiseMetricStatsAggregator</a></dt>
<dd>
<div class="block">Creates an instance of BinaryClassificationPointwiseMetricStatsAggregator.</div>
</dd>
<dt><a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/BinaryClassificationPointwiseMetricStatsAggregator.WithCustomLabelsAggregator.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator.aggregator"><span class="typeNameLink">BinaryClassificationPointwiseMetricStatsAggregator.WithCustomLabelsAggregator</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/BinaryClassificationPointwiseMetricStatsAggregator.WithCustomLabelsAggregator.html" title="type parameter in BinaryClassificationPointwiseMetricStatsAggregator.WithCustomLabelsAggregator">L</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/package-summary.html">org.apache.ignite.ml.selection.scoring.evaluator.aggregator</a></dt>
<dd>
<div class="block">Class represents already initialized aggregator.</div>
</dd>
<dt><a href="org/apache/ignite/binary/BinaryCollectionFactory.html" title="interface in org.apache.ignite.binary"><span class="typeNameLink">BinaryCollectionFactory</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/binary/BinaryCollectionFactory.html" title="type parameter in BinaryCollectionFactory">K</a><span class='angle_bracket'>&gt;</span> - 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="typeNameLink">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="memberNameLink"><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="typeNameLink">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="typeNameLink">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="typeNameLink">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="memberNameLink"><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="memberNameLink"><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="https://docs.oracle.com/javase/8/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="memberNameLink"><a href="org/apache/ignite/binary/BinaryInvalidTypeException.html#BinaryInvalidTypeException-java.lang.String-java.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="https://docs.oracle.com/javase/8/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="typeNameLink">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="typeNameLink">BinaryMapFactory</span></a><span class='angle_bracket'>&lt;</span><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><span class='angle_bracket'>&gt;</span> - 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/spi/systemview/view/BinaryMetadataView.html" title="class in org.apache.ignite.spi.systemview.view"><span class="typeNameLink">BinaryMetadataView</span></a> - Class in <a href="org/apache/ignite/spi/systemview/view/package-summary.html">org.apache.ignite.spi.systemview.view</a></dt>
<dd>
<div class="block"><code>BinaryMetadata</code> representation for the <a href="org/apache/ignite/spi/systemview/view/SystemView.html" title="interface in org.apache.ignite.spi.systemview.view"><code>SystemView</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/BinaryMetadataView.html#BinaryMetadataView-org.apache.ignite.internal.binary.BinaryMetadata-">BinaryMetadataView(BinaryMetadata)</a></span> - Constructor for class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/BinaryMetadataView.html" title="class in org.apache.ignite.spi.systemview.view">BinaryMetadataView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/binary/BinaryNameMapper.html" title="interface in org.apache.ignite.binary"><span class="typeNameLink">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="typeNameLink">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="typeNameLink">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="typeNameLink">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="memberNameLink"><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="memberNameLink"><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="https://docs.oracle.com/javase/8/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="memberNameLink"><a href="org/apache/ignite/binary/BinaryObjectException.html#BinaryObjectException-java.lang.String-java.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="https://docs.oracle.com/javase/8/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/ml/dataset/feature/extractor/impl/BinaryObjectVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor.impl"><span class="typeNameLink">BinaryObjectVectorizer</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/dataset/feature/extractor/impl/BinaryObjectVectorizer.html" title="type parameter in BinaryObjectVectorizer">K</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/dataset/feature/extractor/impl/package-summary.html">org.apache.ignite.ml.dataset.feature.extractor.impl</a></dt>
<dd>
<div class="block">Vectorizer on binary objects.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/impl/BinaryObjectVectorizer.html#BinaryObjectVectorizer-java.lang.String...-">BinaryObjectVectorizer(String...)</a></span> - Constructor for class org.apache.ignite.ml.dataset.feature.extractor.impl.<a href="org/apache/ignite/ml/dataset/feature/extractor/impl/BinaryObjectVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor.impl">BinaryObjectVectorizer</a></dt>
<dd>
<div class="block">Creates an instance of Vectorizer.</div>
</dd>
<dt><a href="org/apache/ignite/ml/dataset/feature/extractor/impl/BinaryObjectVectorizer.Mapping.html" title="class in org.apache.ignite.ml.dataset.feature.extractor.impl"><span class="typeNameLink">BinaryObjectVectorizer.Mapping</span></a> - Class in <a href="org/apache/ignite/ml/dataset/feature/extractor/impl/package-summary.html">org.apache.ignite.ml.dataset.feature.extractor.impl</a></dt>
<dd>
<div class="block">Feature values mapping for non-number features.</div>
</dd>
<dt><a href="org/apache/ignite/binary/BinaryRawReader.html" title="interface in org.apache.ignite.binary"><span class="typeNameLink">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="typeNameLink">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="typeNameLink">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="typeNameLink">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="memberNameLink"><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="typeNameLink">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="typeNameLink">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="typeNameLink">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="memberNameLink"><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="memberNameLink"><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="memberNameLink"><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="typeNameLink">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="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/WrappedPreparedStatement.html#bind-java.lang.Object...-">bind(Object...)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.session.<a href="org/apache/ignite/cache/store/cassandra/session/WrappedPreparedStatement.html" title="class in org.apache.ignite.cache.store.cassandra.session">WrappedPreparedStatement</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/WrappedPreparedStatement.html#bind--">bind()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.session.<a href="org/apache/ignite/cache/store/cassandra/session/WrappedPreparedStatement.html" title="class in org.apache.ignite.cache.store.cassandra.session">WrappedPreparedStatement</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PersistenceController.html#bindKey-com.datastax.driver.core.PreparedStatement-java.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="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PersistenceController.html#bindKeyValue-com.datastax.driver.core.PreparedStatement-java.lang.Object-java.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="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/BatchExecutionAssistant.html#bindStatement-com.datastax.driver.core.PreparedStatement-V-">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="memberNameLink"><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="memberNameLink"><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="memberNameLink"><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="memberNameLink"><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><a href="org/apache/ignite/ml/math/Blas.html" title="class in org.apache.ignite.ml.math"><span class="typeNameLink">Blas</span></a> - Class in <a href="org/apache/ignite/ml/math/package-summary.html">org.apache.ignite.ml.math</a></dt>
<dd>
<div class="block">Useful subset of BLAS operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/Blas.html#Blas--">Blas()</a></span> - Constructor for class org.apache.ignite.ml.math.<a href="org/apache/ignite/ml/math/Blas.html" title="class in org.apache.ignite.ml.math">Blas</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/EncryptionSpi.html#blockSize--">blockSize()</a></span> - Method in interface org.apache.ignite.spi.encryption.<a href="org/apache/ignite/spi/encryption/EncryptionSpi.html" title="interface in org.apache.ignite.spi.encryption">EncryptionSpi</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionSpi.html#blockSize--">blockSize()</a></span> - Method in class org.apache.ignite.spi.encryption.keystore.<a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionSpi.html" title="class in org.apache.ignite.spi.encryption.keystore">KeystoreEncryptionSpi</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/noop/NoopEncryptionSpi.html#blockSize--">blockSize()</a></span> - Method in class org.apache.ignite.spi.encryption.noop.<a href="org/apache/ignite/spi/encryption/noop/NoopEncryptionSpi.html" title="class in org.apache.ignite.spi.encryption.noop">NoopEncryptionSpi</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/DataStreamGenerator.html#blur-org.apache.ignite.ml.util.generators.primitives.scalar.RandomProducer-">blur(RandomProducer)</a></span> - Method in interface org.apache.ignite.ml.util.generators.<a href="org/apache/ignite/ml/util/generators/DataStreamGenerator.html" title="interface in org.apache.ignite.ml.util.generators">DataStreamGenerator</a></dt>
<dd>
<div class="block">Apply pseudorandom noize to vectors without labels mapping.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/isolve/lsqr/AbstractLSQR.html#bnorm--">bnorm()</a></span> - Method in class org.apache.ignite.ml.math.isolve.lsqr.<a href="org/apache/ignite/ml/math/isolve/lsqr/AbstractLSQR.html" title="class in org.apache.ignite.ml.math.isolve.lsqr">AbstractLSQR</a></dt>
<dd>
<div class="block">Calculates bnorm.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/isolve/lsqr/LSQROnHeap.html#bnorm--">bnorm()</a></span> - Method in class org.apache.ignite.ml.math.isolve.lsqr.<a href="org/apache/ignite/ml/math/isolve/lsqr/LSQROnHeap.html" title="class in org.apache.ignite.ml.math.isolve.lsqr">LSQROnHeap</a></dt>
<dd>
<div class="block">Calculates bnorm.</div>
</dd>
<dt><span class="memberNameLink"><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><a href="org/apache/ignite/spi/metric/BooleanMetric.html" title="interface in org.apache.ignite.spi.metric"><span class="typeNameLink">BooleanMetric</span></a> - Interface in <a href="org/apache/ignite/spi/metric/package-summary.html">org.apache.ignite.spi.metric</a></dt>
<dd>
<div class="block">Interface for the metrics that holds boolean primitive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html#BOOSTER">BOOSTER</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#BOOSTER">BOOSTER</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgHeaderContext.html#BOOSTER--">BOOSTER()</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgHeaderContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgHeaderContext</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/dataset/impl/bootstrapping/BootstrappedDatasetBuilder.html" title="class in org.apache.ignite.ml.dataset.impl.bootstrapping"><span class="typeNameLink">BootstrappedDatasetBuilder</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/dataset/impl/bootstrapping/BootstrappedDatasetBuilder.html" title="type parameter in BootstrappedDatasetBuilder">K</a>,<a href="org/apache/ignite/ml/dataset/impl/bootstrapping/BootstrappedDatasetBuilder.html" title="type parameter in BootstrappedDatasetBuilder">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/dataset/impl/bootstrapping/package-summary.html">org.apache.ignite.ml.dataset.impl.bootstrapping</a></dt>
<dd>
<div class="block">Builder for bootstrapped dataset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/impl/bootstrapping/BootstrappedDatasetBuilder.html#BootstrappedDatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-int-double-">BootstrappedDatasetBuilder(Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, int, double)</a></span> - Constructor for class org.apache.ignite.ml.dataset.impl.bootstrapping.<a href="org/apache/ignite/ml/dataset/impl/bootstrapping/BootstrappedDatasetBuilder.html" title="class in org.apache.ignite.ml.dataset.impl.bootstrapping">BootstrappedDatasetBuilder</a></dt>
<dd>
<div class="block">Creates an instance of BootstrappedDatasetBuilder.</div>
</dd>
<dt><a href="org/apache/ignite/ml/dataset/impl/bootstrapping/BootstrappedDatasetPartition.html" title="class in org.apache.ignite.ml.dataset.impl.bootstrapping"><span class="typeNameLink">BootstrappedDatasetPartition</span></a> - Class in <a href="org/apache/ignite/ml/dataset/impl/bootstrapping/package-summary.html">org.apache.ignite.ml.dataset.impl.bootstrapping</a></dt>
<dd>
<div class="block">Partition of bootstrapped vectors.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/impl/bootstrapping/BootstrappedDatasetPartition.html#BootstrappedDatasetPartition-org.apache.ignite.ml.dataset.impl.bootstrapping.BootstrappedVector:A-">BootstrappedDatasetPartition(BootstrappedVector[])</a></span> - Constructor for class org.apache.ignite.ml.dataset.impl.bootstrapping.<a href="org/apache/ignite/ml/dataset/impl/bootstrapping/BootstrappedDatasetPartition.html" title="class in org.apache.ignite.ml.dataset.impl.bootstrapping">BootstrappedDatasetPartition</a></dt>
<dd>
<div class="block">Creates an instance of BootstrappedDatasetPartition.</div>
</dd>
<dt><a href="org/apache/ignite/ml/dataset/impl/bootstrapping/BootstrappedVector.html" title="class in org.apache.ignite.ml.dataset.impl.bootstrapping"><span class="typeNameLink">BootstrappedVector</span></a> - Class in <a href="org/apache/ignite/ml/dataset/impl/bootstrapping/package-summary.html">org.apache.ignite.ml.dataset.impl.bootstrapping</a></dt>
<dd>
<div class="block">Represents vector with repetitions counters for subsamples in bootstrapped dataset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/impl/bootstrapping/BootstrappedVector.html#BootstrappedVector-org.apache.ignite.ml.math.primitives.vector.Vector-double-int:A-">BootstrappedVector(Vector, double, int[])</a></span> - Constructor for class org.apache.ignite.ml.dataset.impl.bootstrapping.<a href="org/apache/ignite/ml/dataset/impl/bootstrapping/BootstrappedVector.html" title="class in org.apache.ignite.ml.dataset.impl.bootstrapping">BootstrappedVector</a></dt>
<dd>
<div class="block">Creates an instance of BootstrappedVector.</div>
</dd>
<dt><a href="org/apache/ignite/ml/tree/randomforest/data/impurity/basic/BootstrappedVectorsHistogram.html" title="class in org.apache.ignite.ml.tree.randomforest.data.impurity.basic"><span class="typeNameLink">BootstrappedVectorsHistogram</span></a> - Class in <a href="org/apache/ignite/ml/tree/randomforest/data/impurity/basic/package-summary.html">org.apache.ignite.ml.tree.randomforest.data.impurity.basic</a></dt>
<dd>
<div class="block">Histogram for bootstrapped vectors with predefined bucket mapping logic for feature id == featureId.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/impurity/basic/BootstrappedVectorsHistogram.html#BootstrappedVectorsHistogram-java.util.Set-org.apache.ignite.ml.dataset.feature.BucketMeta-int-">BootstrappedVectorsHistogram(Set<span class='angle_bracket'>&lt;</span>Integer<span class='angle_bracket'>&gt;</span>, BucketMeta, int)</a></span> - Constructor for class org.apache.ignite.ml.tree.randomforest.data.impurity.basic.<a href="org/apache/ignite/ml/tree/randomforest/data/impurity/basic/BootstrappedVectorsHistogram.html" title="class in org.apache.ignite.ml.tree.randomforest.data.impurity.basic">BootstrappedVectorsHistogram</a></dt>
<dd>
<div class="block">Creates an instance of BootstrappedVectorsHistogram.</div>
</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/datastructures/QueueView.html#bounded--">bounded()</a></span> - Method in class org.apache.ignite.spi.systemview.view.datastructures.<a href="org/apache/ignite/spi/systemview/view/datastructures/QueueView.html" title="class in org.apache.ignite.spi.systemview.view.datastructures">QueueView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/metric/HistogramMetric.html#bounds--">bounds()</a></span> - Method in interface org.apache.ignite.spi.metric.<a href="org/apache/ignite/spi/metric/HistogramMetric.html" title="interface in org.apache.ignite.spi.metric">HistogramMetric</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><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><a href="org/apache/ignite/ml/math/distances/BrayCurtisDistance.html" title="class in org.apache.ignite.ml.math.distances"><span class="typeNameLink">BrayCurtisDistance</span></a> - Class in <a href="org/apache/ignite/ml/math/distances/package-summary.html">org.apache.ignite.ml.math.distances</a></dt>
<dd>
<div class="block">Calculates the Bray Curtis distance between two points.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/distances/BrayCurtisDistance.html#BrayCurtisDistance--">BrayCurtisDistance()</a></span> - Constructor for class org.apache.ignite.ml.math.distances.<a href="org/apache/ignite/ml/math/distances/BrayCurtisDistance.html" title="class in org.apache.ignite.ml.math.distances">BrayCurtisDistance</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><a href="org/apache/ignite/IgniteCompute.html#broadcast-org.apache.ignite.lang.IgniteCallable-">broadcast(IgniteCallable<span class='angle_bracket'>&lt;</span>R<span class='angle_bracket'>&gt;</span>)</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="memberNameLink"><a href="org/apache/ignite/IgniteCompute.html#broadcast-org.apache.ignite.lang.IgniteClosure-T-">broadcast(IgniteClosure<span class='angle_bracket'>&lt;</span>T, R<span class='angle_bracket'>&gt;</span>, 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="memberNameLink"><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="memberNameLink"><a href="org/apache/ignite/IgniteCompute.html#broadcastAsync-org.apache.ignite.lang.IgniteCallable-">broadcastAsync(IgniteCallable<span class='angle_bracket'>&lt;</span>R<span class='angle_bracket'>&gt;</span>)</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="memberNameLink"><a href="org/apache/ignite/IgniteCompute.html#broadcastAsync-org.apache.ignite.lang.IgniteClosure-T-">broadcastAsync(IgniteClosure<span class='angle_bracket'>&lt;</span>T, R<span class='angle_bracket'>&gt;</span>, 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="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/datastructures/ReentrantLockView.html#broken--">broken()</a></span> - Method in class org.apache.ignite.spi.systemview.view.datastructures.<a href="org/apache/ignite/spi/systemview/view/datastructures/ReentrantLockView.html" title="class in org.apache.ignite.spi.systemview.view.datastructures">ReentrantLockView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/datastructures/SemaphoreView.html#broken--">broken()</a></span> - Method in class org.apache.ignite.spi.systemview.view.datastructures.<a href="org/apache/ignite/spi/systemview/view/datastructures/SemaphoreView.html" title="class in org.apache.ignite.spi.systemview.view.datastructures">SemaphoreView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/selection/paramgrid/BruteForceStrategy.html" title="class in org.apache.ignite.ml.selection.paramgrid"><span class="typeNameLink">BruteForceStrategy</span></a> - Class in <a href="org/apache/ignite/ml/selection/paramgrid/package-summary.html">org.apache.ignite.ml.selection.paramgrid</a></dt>
<dd>
<div class="block">This strategy enables the brute-force search in hyper-parameter space.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/paramgrid/BruteForceStrategy.html#BruteForceStrategy--">BruteForceStrategy()</a></span> - Constructor for class org.apache.ignite.ml.selection.paramgrid.<a href="org/apache/ignite/ml/selection/paramgrid/BruteForceStrategy.html" title="class in org.apache.ignite.ml.selection.paramgrid">BruteForceStrategy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/impurity/basic/BootstrappedVectorsHistogram.html#bucketIds">bucketIds</a></span> - Variable in class org.apache.ignite.ml.tree.randomforest.data.impurity.basic.<a href="org/apache/ignite/ml/tree/randomforest/data/impurity/basic/BootstrappedVectorsHistogram.html" title="class in org.apache.ignite.ml.tree.randomforest.data.impurity.basic">BootstrappedVectorsHistogram</a></dt>
<dd>
<div class="block">Bucket ids.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/impurity/ImpurityHistogram.html#bucketIds">bucketIds</a></span> - Variable in class org.apache.ignite.ml.tree.randomforest.data.impurity.<a href="org/apache/ignite/ml/tree/randomforest/data/impurity/ImpurityHistogram.html" title="class in org.apache.ignite.ml.tree.randomforest.data.impurity">ImpurityHistogram</a></dt>
<dd>
<div class="block">Bucket ids.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/BucketMeta.html#bucketIdToValue-int-">bucketIdToValue(int)</a></span> - Method in class org.apache.ignite.ml.dataset.feature.<a href="org/apache/ignite/ml/dataset/feature/BucketMeta.html" title="class in org.apache.ignite.ml.dataset.feature">BucketMeta</a></dt>
<dd>
<div class="block">Returns mean value by bucket id.</div>
</dd>
<dt><a href="org/apache/ignite/ml/dataset/feature/BucketMeta.html" title="class in org.apache.ignite.ml.dataset.feature"><span class="typeNameLink">BucketMeta</span></a> - Class in <a href="org/apache/ignite/ml/dataset/feature/package-summary.html">org.apache.ignite.ml.dataset.feature</a></dt>
<dd>
<div class="block">Bucket meta-information for feature histogram.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/BucketMeta.html#BucketMeta-org.apache.ignite.ml.dataset.feature.FeatureMeta-">BucketMeta(FeatureMeta)</a></span> - Constructor for class org.apache.ignite.ml.dataset.feature.<a href="org/apache/ignite/ml/dataset/feature/BucketMeta.html" title="class in org.apache.ignite.ml.dataset.feature">BucketMeta</a></dt>
<dd>
<div class="block">Creates an instance of BucketMeta.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/impurity/basic/BootstrappedVectorsHistogram.html#bucketMeta">bucketMeta</a></span> - Variable in class org.apache.ignite.ml.tree.randomforest.data.impurity.basic.<a href="org/apache/ignite/ml/tree/randomforest/data/impurity/basic/BootstrappedVectorsHistogram.html" title="class in org.apache.ignite.ml.tree.randomforest.data.impurity.basic">BootstrappedVectorsHistogram</a></dt>
<dd>
<div class="block">Bucket meta.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/PagesListView.html#bucketNumber--">bucketNumber()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/PagesListView.html" title="class in org.apache.ignite.spi.systemview.view">PagesListView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/Histogram.html#buckets--">buckets()</a></span> - Method in interface org.apache.ignite.ml.dataset.feature.<a href="org/apache/ignite/ml/dataset/feature/Histogram.html" title="interface in org.apache.ignite.ml.dataset.feature">Histogram</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/ObjectHistogram.html#buckets--">buckets()</a></span> - Method in class org.apache.ignite.ml.dataset.feature.<a href="org/apache/ignite/ml/dataset/feature/ObjectHistogram.html" title="class in org.apache.ignite.ml.dataset.feature">ObjectHistogram</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/impurity/GiniHistogram.html#buckets--">buckets()</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.impurity.<a href="org/apache/ignite/ml/tree/randomforest/data/impurity/GiniHistogram.html" title="class in org.apache.ignite.ml.tree.randomforest.data.impurity">GiniHistogram</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/impurity/MSEHistogram.html#buckets--">buckets()</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.impurity.<a href="org/apache/ignite/ml/tree/randomforest/data/impurity/MSEHistogram.html" title="class in org.apache.ignite.ml.tree.randomforest.data.impurity">MSEHistogram</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/PagesListView.html#bucketSize--">bucketSize()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/PagesListView.html" title="class in org.apache.ignite.spi.systemview.view">PagesListView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ContinuousQueryView.html#bufferSize--">bufferSize()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ContinuousQueryView.html" title="class in org.apache.ignite.spi.systemview.view">ContinuousQueryView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><a href="org/apache/ignite/ml/dataset/DatasetBuilder.html#build-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-org.apache.ignite.ml.dataset.PartitionContextBuilder-org.apache.ignite.ml.dataset.PartitionDataBuilder-org.apache.ignite.ml.environment.LearningEnvironment-">build(LearningEnvironmentBuilder, PartitionContextBuilder<span class='angle_bracket'>&lt;</span>K, V, C<span class='angle_bracket'>&gt;</span>, PartitionDataBuilder<span class='angle_bracket'>&lt;</span>K, V, C, D<span class='angle_bracket'>&gt;</span>, LearningEnvironment)</a></span> - Method in interface org.apache.ignite.ml.dataset.<a href="org/apache/ignite/ml/dataset/DatasetBuilder.html" title="interface in org.apache.ignite.ml.dataset">DatasetBuilder</a></dt>
<dd>
<div class="block">Constructs a new instance of <a href="org/apache/ignite/ml/dataset/Dataset.html" title="interface in org.apache.ignite.ml.dataset"><code>Dataset</code></a> that includes allocation required data structures and
initialization of <code>context</code> part of partitions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/impl/bootstrapping/BootstrappedDatasetBuilder.html#build-org.apache.ignite.ml.environment.LearningEnvironment-java.util.Iterator-long-org.apache.ignite.ml.dataset.primitive.context.EmptyContext-">build(LearningEnvironment, Iterator<span class='angle_bracket'>&lt;</span>UpstreamEntry<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>, long, EmptyContext)</a></span> - Method in class org.apache.ignite.ml.dataset.impl.bootstrapping.<a href="org/apache/ignite/ml/dataset/impl/bootstrapping/BootstrappedDatasetBuilder.html" title="class in org.apache.ignite.ml.dataset.impl.bootstrapping">BootstrappedDatasetBuilder</a></dt>
<dd>
<div class="block">Builds a new partition <code>data</code> from a partition <code>upstream</code> data and partition <code>context</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/impl/cache/CacheBasedDatasetBuilder.html#build-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-org.apache.ignite.ml.dataset.PartitionContextBuilder-org.apache.ignite.ml.dataset.PartitionDataBuilder-org.apache.ignite.ml.environment.LearningEnvironment-">build(LearningEnvironmentBuilder, PartitionContextBuilder<span class='angle_bracket'>&lt;</span>K, V, C<span class='angle_bracket'>&gt;</span>, PartitionDataBuilder<span class='angle_bracket'>&lt;</span>K, V, C, D<span class='angle_bracket'>&gt;</span>, LearningEnvironment)</a></span> - Method in class org.apache.ignite.ml.dataset.impl.cache.<a href="org/apache/ignite/ml/dataset/impl/cache/CacheBasedDatasetBuilder.html" title="class in org.apache.ignite.ml.dataset.impl.cache">CacheBasedDatasetBuilder</a></dt>
<dd>
<div class="block">Constructs a new instance of <a href="org/apache/ignite/ml/dataset/Dataset.html" title="interface in org.apache.ignite.ml.dataset"><code>Dataset</code></a> that includes allocation required data structures and
initialization of <code>context</code> part of partitions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/impl/local/LocalDatasetBuilder.html#build-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-org.apache.ignite.ml.dataset.PartitionContextBuilder-org.apache.ignite.ml.dataset.PartitionDataBuilder-org.apache.ignite.ml.environment.LearningEnvironment-">build(LearningEnvironmentBuilder, PartitionContextBuilder<span class='angle_bracket'>&lt;</span>K, V, C<span class='angle_bracket'>&gt;</span>, PartitionDataBuilder<span class='angle_bracket'>&lt;</span>K, V, C, D<span class='angle_bracket'>&gt;</span>, LearningEnvironment)</a></span> - Method in class org.apache.ignite.ml.dataset.impl.local.<a href="org/apache/ignite/ml/dataset/impl/local/LocalDatasetBuilder.html" title="class in org.apache.ignite.ml.dataset.impl.local">LocalDatasetBuilder</a></dt>
<dd>
<div class="block">Constructs a new instance of <a href="org/apache/ignite/ml/dataset/Dataset.html" title="interface in org.apache.ignite.ml.dataset"><code>Dataset</code></a> that includes allocation required data structures and
initialization of <code>context</code> part of partitions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/PartitionContextBuilder.html#build-org.apache.ignite.ml.environment.LearningEnvironment-java.util.Iterator-long-">build(LearningEnvironment, Iterator<span class='angle_bracket'>&lt;</span>UpstreamEntry<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>, long)</a></span> - Method in interface org.apache.ignite.ml.dataset.<a href="org/apache/ignite/ml/dataset/PartitionContextBuilder.html" title="interface in org.apache.ignite.ml.dataset">PartitionContextBuilder</a></dt>
<dd>
<div class="block">Builds a new partition <code>context</code> from an <code>upstream</code> data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/PartitionContextBuilder.html#build-org.apache.ignite.ml.environment.LearningEnvironment-java.util.stream.Stream-long-">build(LearningEnvironment, Stream<span class='angle_bracket'>&lt;</span>UpstreamEntry<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>, long)</a></span> - Method in interface org.apache.ignite.ml.dataset.<a href="org/apache/ignite/ml/dataset/PartitionContextBuilder.html" title="interface in org.apache.ignite.ml.dataset">PartitionContextBuilder</a></dt>
<dd>
<div class="block">Builds a new partition <code>context</code> from an <code>upstream</code> data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/PartitionDataBuilder.html#build-org.apache.ignite.ml.environment.LearningEnvironment-java.util.Iterator-long-C-">build(LearningEnvironment, Iterator<span class='angle_bracket'>&lt;</span>UpstreamEntry<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>, long, C)</a></span> - Method in interface org.apache.ignite.ml.dataset.<a href="org/apache/ignite/ml/dataset/PartitionDataBuilder.html" title="interface in org.apache.ignite.ml.dataset">PartitionDataBuilder</a></dt>
<dd>
<div class="block">Builds a new partition <code>data</code> from a partition <code>upstream</code> data and partition <code>context</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/PartitionDataBuilder.html#build-org.apache.ignite.ml.environment.LearningEnvironment-java.util.stream.Stream-long-C-">build(LearningEnvironment, Stream<span class='angle_bracket'>&lt;</span>UpstreamEntry<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>, long, C)</a></span> - Method in interface org.apache.ignite.ml.dataset.<a href="org/apache/ignite/ml/dataset/PartitionDataBuilder.html" title="interface in org.apache.ignite.ml.dataset">PartitionDataBuilder</a></dt>
<dd>
<div class="block">Builds a new partition <code>data</code> from a partition <code>upstream</code> data and partition <code>context</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/primitive/builder/context/EmptyContextBuilder.html#build-org.apache.ignite.ml.environment.LearningEnvironment-java.util.Iterator-long-">build(LearningEnvironment, Iterator<span class='angle_bracket'>&lt;</span>UpstreamEntry<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>, long)</a></span> - Method in class org.apache.ignite.ml.dataset.primitive.builder.context.<a href="org/apache/ignite/ml/dataset/primitive/builder/context/EmptyContextBuilder.html" title="class in org.apache.ignite.ml.dataset.primitive.builder.context">EmptyContextBuilder</a></dt>
<dd>
<div class="block">Builds a new partition <code>context</code> from an <code>upstream</code> data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/primitive/builder/data/SimpleDatasetDataBuilder.html#build-org.apache.ignite.ml.environment.LearningEnvironment-java.util.Iterator-long-C-">build(LearningEnvironment, Iterator<span class='angle_bracket'>&lt;</span>UpstreamEntry<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>, long, C)</a></span> - Method in class org.apache.ignite.ml.dataset.primitive.builder.data.<a href="org/apache/ignite/ml/dataset/primitive/builder/data/SimpleDatasetDataBuilder.html" title="class in org.apache.ignite.ml.dataset.primitive.builder.data">SimpleDatasetDataBuilder</a></dt>
<dd>
<div class="block">Builds a new partition <code>data</code> from a partition <code>upstream</code> data and partition <code>context</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/primitive/builder/data/SimpleLabeledDatasetDataBuilder.html#build-org.apache.ignite.ml.environment.LearningEnvironment-java.util.Iterator-long-C-">build(LearningEnvironment, Iterator<span class='angle_bracket'>&lt;</span>UpstreamEntry<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>, long, C)</a></span> - Method in class org.apache.ignite.ml.dataset.primitive.builder.data.<a href="org/apache/ignite/ml/dataset/primitive/builder/data/SimpleLabeledDatasetDataBuilder.html" title="class in org.apache.ignite.ml.dataset.primitive.builder.data">SimpleLabeledDatasetDataBuilder</a></dt>
<dd>
<div class="block">Builds a new partition <code>data</code> from a partition <code>upstream</code> data and partition <code>context</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/primitive/FeatureMatrixWithLabelsOnHeapDataBuilder.html#build-org.apache.ignite.ml.environment.LearningEnvironment-java.util.Iterator-long-C-">build(LearningEnvironment, Iterator<span class='angle_bracket'>&lt;</span>UpstreamEntry<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>, long, C)</a></span> - Method in class org.apache.ignite.ml.dataset.primitive.<a href="org/apache/ignite/ml/dataset/primitive/FeatureMatrixWithLabelsOnHeapDataBuilder.html" title="class in org.apache.ignite.ml.dataset.primitive">FeatureMatrixWithLabelsOnHeapDataBuilder</a></dt>
<dd>
<div class="block">Builds a new partition <code>data</code> from a partition <code>upstream</code> data and partition <code>context</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/UpstreamTransformerBuilder.html#build-org.apache.ignite.ml.environment.LearningEnvironment-">build(LearningEnvironment)</a></span> - Method in interface org.apache.ignite.ml.dataset.<a href="org/apache/ignite/ml/dataset/UpstreamTransformerBuilder.html" title="interface in org.apache.ignite.ml.dataset">UpstreamTransformerBuilder</a></dt>
<dd>
<div class="block">Create <a href="org/apache/ignite/ml/dataset/UpstreamTransformer.html" title="interface in org.apache.ignite.ml.dataset"><code>UpstreamTransformer</code></a> based on learning environment.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/builder/AsyncModelBuilder.html#build-org.apache.ignite.ml.inference.reader.ModelReader-org.apache.ignite.ml.inference.parser.ModelParser-">build(ModelReader, ModelParser<span class='angle_bracket'>&lt;</span>I, O, ?<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.ml.inference.builder.<a href="org/apache/ignite/ml/inference/builder/AsyncModelBuilder.html" title="interface in org.apache.ignite.ml.inference.builder">AsyncModelBuilder</a></dt>
<dd>
<div class="block">Builds asynchronous inference model using specified model reader and model parser.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/builder/IgniteDistributedModelBuilder.html#build-org.apache.ignite.ml.inference.reader.ModelReader-org.apache.ignite.ml.inference.parser.ModelParser-">build(ModelReader, ModelParser<span class='angle_bracket'>&lt;</span>I, O, ?<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.inference.builder.<a href="org/apache/ignite/ml/inference/builder/IgniteDistributedModelBuilder.html" title="class in org.apache.ignite.ml.inference.builder">IgniteDistributedModelBuilder</a></dt>
<dd>
<div class="block">Starts the specified in constructor number of service instances and request/response queues.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/builder/SingleModelBuilder.html#build-org.apache.ignite.ml.inference.reader.ModelReader-org.apache.ignite.ml.inference.parser.ModelParser-">build(ModelReader, ModelParser<span class='angle_bracket'>&lt;</span>I, O, M<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.inference.builder.<a href="org/apache/ignite/ml/inference/builder/SingleModelBuilder.html" title="class in org.apache.ignite.ml.inference.builder">SingleModelBuilder</a></dt>
<dd>
<div class="block">Builds synchronous inference model using specified model reader and model parser.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/builder/SyncModelBuilder.html#build-org.apache.ignite.ml.inference.reader.ModelReader-org.apache.ignite.ml.inference.parser.ModelParser-">build(ModelReader, ModelParser<span class='angle_bracket'>&lt;</span>I, O, M<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.ml.inference.builder.<a href="org/apache/ignite/ml/inference/builder/SyncModelBuilder.html" title="interface in org.apache.ignite.ml.inference.builder">SyncModelBuilder</a></dt>
<dd>
<div class="block">Builds synchronous inference model using specified model reader and model parser.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/builder/ThreadedModelBuilder.html#build-org.apache.ignite.ml.inference.reader.ModelReader-org.apache.ignite.ml.inference.parser.ModelParser-">build(ModelReader, ModelParser<span class='angle_bracket'>&lt;</span>I, O, ?<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.inference.builder.<a href="org/apache/ignite/ml/inference/builder/ThreadedModelBuilder.html" title="class in org.apache.ignite.ml.inference.builder">ThreadedModelBuilder</a></dt>
<dd>
<div class="block">Builds asynchronous inference model using specified model reader and model parser.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/KNNPartitionDataBuilder.html#build-org.apache.ignite.ml.environment.LearningEnvironment-java.util.Iterator-long-org.apache.ignite.ml.dataset.primitive.context.EmptyContext-">build(LearningEnvironment, Iterator<span class='angle_bracket'>&lt;</span>UpstreamEntry<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>, long, EmptyContext)</a></span> - Method in class org.apache.ignite.ml.knn.<a href="org/apache/ignite/ml/knn/KNNPartitionDataBuilder.html" title="class in org.apache.ignite.ml.knn">KNNPartitionDataBuilder</a></dt>
<dd>
<div class="block">Builds a new partition <code>data</code> from a partition <code>upstream</code> data and partition <code>context</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/recommendation/util/RecommendationBinaryDatasetDataBuilder.html#build-org.apache.ignite.ml.environment.LearningEnvironment-java.util.Iterator-long-org.apache.ignite.ml.dataset.primitive.context.EmptyContext-">build(LearningEnvironment, Iterator<span class='angle_bracket'>&lt;</span>UpstreamEntry<span class='angle_bracket'>&lt;</span>Object, BinaryObject<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>, long, EmptyContext)</a></span> - Method in class org.apache.ignite.ml.recommendation.util.<a href="org/apache/ignite/ml/recommendation/util/RecommendationBinaryDatasetDataBuilder.html" title="class in org.apache.ignite.ml.recommendation.util">RecommendationBinaryDatasetDataBuilder</a></dt>
<dd>
<div class="block">Builds a new partition <code>data</code> from a partition <code>upstream</code> data and partition <code>context</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/recommendation/util/RecommendationDatasetDataBuilder.html#build-org.apache.ignite.ml.environment.LearningEnvironment-java.util.Iterator-long-org.apache.ignite.ml.dataset.primitive.context.EmptyContext-">build(LearningEnvironment, Iterator<span class='angle_bracket'>&lt;</span>UpstreamEntry<span class='angle_bracket'>&lt;</span>K, Z<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>, long, EmptyContext)</a></span> - Method in class org.apache.ignite.ml.recommendation.util.<a href="org/apache/ignite/ml/recommendation/util/RecommendationDatasetDataBuilder.html" title="class in org.apache.ignite.ml.recommendation.util">RecommendationDatasetDataBuilder</a></dt>
<dd>
<div class="block">Builds a new partition <code>data</code> from a partition <code>upstream</code> data and partition <code>context</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/partition/LabeledDatasetPartitionDataBuilderOnHeap.html#build-org.apache.ignite.ml.environment.LearningEnvironment-java.util.Iterator-long-C-">build(LearningEnvironment, Iterator<span class='angle_bracket'>&lt;</span>UpstreamEntry<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>, long, C)</a></span> - Method in class org.apache.ignite.ml.structures.partition.<a href="org/apache/ignite/ml/structures/partition/LabeledDatasetPartitionDataBuilderOnHeap.html" title="class in org.apache.ignite.ml.structures.partition">LabeledDatasetPartitionDataBuilderOnHeap</a></dt>
<dd>
<div class="block">Builds a new partition <code>data</code> from a partition <code>upstream</code> data and partition <code>context</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/partition/LabelPartitionDataBuilderOnHeap.html#build-org.apache.ignite.ml.environment.LearningEnvironment-java.util.Iterator-long-C-">build(LearningEnvironment, Iterator<span class='angle_bracket'>&lt;</span>UpstreamEntry<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>, long, C)</a></span> - Method in class org.apache.ignite.ml.structures.partition.<a href="org/apache/ignite/ml/structures/partition/LabelPartitionDataBuilderOnHeap.html" title="class in org.apache.ignite.ml.structures.partition">LabelPartitionDataBuilderOnHeap</a></dt>
<dd>
<div class="block">Builds a new partition <code>data</code> from a partition <code>upstream</code> data and partition <code>context</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/data/DecisionTreeDataBuilder.html#build-org.apache.ignite.ml.environment.LearningEnvironment-java.util.Iterator-long-C-">build(LearningEnvironment, Iterator<span class='angle_bracket'>&lt;</span>UpstreamEntry<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>, long, C)</a></span> - Method in class org.apache.ignite.ml.tree.data.<a href="org/apache/ignite/ml/tree/data/DecisionTreeDataBuilder.html" title="class in org.apache.ignite.ml.tree.data">DecisionTreeDataBuilder</a></dt>
<dd>
<div class="block">Builds a new partition <code>data</code> from a partition <code>upstream</code> data and partition <code>context</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGeneratorsFamily.Builder.html#build--">build()</a></span> - Method in class org.apache.ignite.ml.util.generators.primitives.vector.<a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGeneratorsFamily.Builder.html" title="class in org.apache.ignite.ml.util.generators.primitives.vector">VectorGeneratorsFamily.Builder</a></dt>
<dd>
<div class="block">Builds VectorGeneratorsFamily instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGeneratorsFamily.Builder.html#build-long-">build(long)</a></span> - Method in class org.apache.ignite.ml.util.generators.primitives.vector.<a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGeneratorsFamily.Builder.html" title="class in org.apache.ignite.ml.util.generators.primitives.vector">VectorGeneratorsFamily.Builder</a></dt>
<dd>
<div class="block">Builds VectorGeneratorsFamily instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/standard/GaussianMixtureDataStream.Builder.html#build--">build()</a></span> - Method in class org.apache.ignite.ml.util.generators.standard.<a href="org/apache/ignite/ml/util/generators/standard/GaussianMixtureDataStream.Builder.html" title="class in org.apache.ignite.ml.util.generators.standard">GaussianMixtureDataStream.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/standard/GaussianMixtureDataStream.Builder.html#build-long-">build(long)</a></span> - Method in class org.apache.ignite.ml.util.generators.standard.<a href="org/apache/ignite/ml/util/generators/standard/GaussianMixtureDataStream.Builder.html" title="class in org.apache.ignite.ml.util.generators.standard">GaussianMixtureDataStream.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><a href="org/apache/ignite/spi/tracing/TracingConfigurationCoordinates.Builder.html#build--">build()</a></span> - Method in class org.apache.ignite.spi.tracing.<a href="org/apache/ignite/spi/tracing/TracingConfigurationCoordinates.Builder.html" title="class in org.apache.ignite.spi.tracing">TracingConfigurationCoordinates.Builder</a></dt>
<dd>
<div class="block">Builder's build() method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/TracingConfigurationParameters.Builder.html#build--">build()</a></span> - Method in class org.apache.ignite.spi.tracing.<a href="org/apache/ignite/spi/tracing/TracingConfigurationParameters.Builder.html" title="class in org.apache.ignite.spi.tracing">TracingConfigurationParameters.Builder</a></dt>
<dd>
<div class="block">Builder's build() method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/GDBTrainer.html#buildBaseModelTrainer--">buildBaseModelTrainer()</a></span> - Method in class org.apache.ignite.ml.composition.boosting.<a href="org/apache/ignite/ml/composition/boosting/GDBTrainer.html" title="class in org.apache.ignite.ml.composition.boosting">GDBTrainer</a></dt>
<dd>
<div class="block">Returns regressor model trainer for one step of GDB.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/boosting/GDBBinaryClassifierOnTreesTrainer.html#buildBaseModelTrainer--">buildBaseModelTrainer()</a></span> - Method in class org.apache.ignite.ml.tree.boosting.<a href="org/apache/ignite/ml/tree/boosting/GDBBinaryClassifierOnTreesTrainer.html" title="class in org.apache.ignite.ml.tree.boosting">GDBBinaryClassifierOnTreesTrainer</a></dt>
<dd>
<div class="block">Returns regressor model trainer for one step of GDB.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/boosting/GDBRegressionOnTreesTrainer.html#buildBaseModelTrainer--">buildBaseModelTrainer()</a></span> - Method in class org.apache.ignite.ml.tree.boosting.<a href="org/apache/ignite/ml/tree/boosting/GDBRegressionOnTreesTrainer.html" title="class in org.apache.ignite.ml.tree.boosting">GDBRegressionOnTreesTrainer</a></dt>
<dd>
<div class="block">Returns regressor model trainer for one step of GDB.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcPojoStore.html#buildBinaryObject-java.lang.String-org.apache.ignite.cache.store.jdbc.JdbcTypeField:A-java.util.Map-java.sql.ResultSet-">buildBinaryObject(String, JdbcTypeField[], Map<span class='angle_bracket'>&lt;</span>String, Integer<span class='angle_bracket'>&gt;</span>, 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="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/RandomForestClassifierTrainer.html#buildComposition-java.util.List-">buildComposition(List<span class='angle_bracket'>&lt;</span>RandomForestTreeModel<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.<a href="org/apache/ignite/ml/tree/randomforest/RandomForestClassifierTrainer.html" title="class in org.apache.ignite.ml.tree.randomforest">RandomForestClassifierTrainer</a></dt>
<dd>
<div class="block">Returns composition of built trees.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/RandomForestRegressionTrainer.html#buildComposition-java.util.List-">buildComposition(List<span class='angle_bracket'>&lt;</span>RandomForestTreeModel<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.<a href="org/apache/ignite/ml/tree/randomforest/RandomForestRegressionTrainer.html" title="class in org.apache.ignite.ml.tree.randomforest">RandomForestRegressionTrainer</a></dt>
<dd>
<div class="block">Returns composition of built trees.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/RandomForestTrainer.html#buildComposition-java.util.List-">buildComposition(List<span class='angle_bracket'>&lt;</span>RandomForestTreeModel<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.<a href="org/apache/ignite/ml/tree/randomforest/RandomForestTrainer.html" title="class in org.apache.ignite.ml.tree.randomforest">RandomForestTrainer</a></dt>
<dd>
<div class="block">Returns composition of built trees.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/utils/KNNUtils.html#buildDataset-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">buildDataset(LearningEnvironmentBuilder, DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Static method in class org.apache.ignite.ml.knn.utils.<a href="org/apache/ignite/ml/knn/utils/KNNUtils.html" title="class in org.apache.ignite.ml.knn.utils">KNNUtils</a></dt>
<dd>
<div class="block">Builds dataset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/NodeData.html#buildDecisionTreeModel-java.util.Map-">buildDecisionTreeModel(Map<span class='angle_bracket'>&lt;</span>Integer, NodeData<span class='angle_bracket'>&gt;</span>)</a></span> - Static method in class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/NodeData.html" title="class in org.apache.ignite.ml.tree">NodeData</a></dt>
<dd>
<div class="block">Builds the DT model by the given sorted map of nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteBinary.html#buildEnum-java.lang.String-int-">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="memberNameLink"><a href="org/apache/ignite/IgniteBinary.html#buildEnum-java.lang.String-java.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="memberNameLink"><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="memberNameLink"><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="memberNameLink"><a href="org/apache/ignite/ml/trainers/transformers/BaggingUpstreamTransformer.html#builder-double-int-">builder(double, int)</a></span> - Static method in class org.apache.ignite.ml.trainers.transformers.<a href="org/apache/ignite/ml/trainers/transformers/BaggingUpstreamTransformer.html" title="class in org.apache.ignite.ml.trainers.transformers">BaggingUpstreamTransformer</a></dt>
<dd>
<div class="block">Get builder of <a href="org/apache/ignite/ml/trainers/transformers/BaggingUpstreamTransformer.html" title="class in org.apache.ignite.ml.trainers.transformers"><code>BaggingUpstreamTransformer</code></a> for a model with a specified index in ensemble.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGeneratorsFamily.Builder.html#Builder--">Builder()</a></span> - Constructor for class org.apache.ignite.ml.util.generators.primitives.vector.<a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGeneratorsFamily.Builder.html" title="class in org.apache.ignite.ml.util.generators.primitives.vector">VectorGeneratorsFamily.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/standard/GaussianMixtureDataStream.Builder.html#Builder--">Builder()</a></span> - Constructor for class org.apache.ignite.ml.util.generators.standard.<a href="org/apache/ignite/ml/util/generators/standard/GaussianMixtureDataStream.Builder.html" title="class in org.apache.ignite.ml.util.generators.standard">GaussianMixtureDataStream.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/ModelTrace.html#builder-java.lang.String-boolean-">builder(String, boolean)</a></span> - Static method in class org.apache.ignite.ml.util.<a href="org/apache/ignite/ml/util/ModelTrace.html" title="class in org.apache.ignite.ml.util">ModelTrace</a></dt>
<dd>
<div class="block">Creates an instance of ModelTrace.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/ModelTrace.html#builder-java.lang.String-">builder(String)</a></span> - Static method in class org.apache.ignite.ml.util.<a href="org/apache/ignite/ml/util/ModelTrace.html" title="class in org.apache.ignite.ml.util">ModelTrace</a></dt>
<dd>
<div class="block">Creates an instance of ModelTrace.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/TracingConfigurationCoordinates.Builder.html#Builder-org.apache.ignite.spi.tracing.Scope-">Builder(Scope)</a></span> - Constructor for class org.apache.ignite.spi.tracing.<a href="org/apache/ignite/spi/tracing/TracingConfigurationCoordinates.Builder.html" title="class in org.apache.ignite.spi.tracing">TracingConfigurationCoordinates.Builder</a></dt>
<dd>
<div class="block">Constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/TracingConfigurationParameters.Builder.html#Builder--">Builder()</a></span> - Constructor for class org.apache.ignite.spi.tracing.<a href="org/apache/ignite/spi/tracing/TracingConfigurationParameters.Builder.html" title="class in org.apache.ignite.spi.tracing">TracingConfigurationParameters.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/LearningEnvironmentBuilder.html#buildForTrainer--">buildForTrainer()</a></span> - Method in interface org.apache.ignite.ml.environment.<a href="org/apache/ignite/ml/environment/LearningEnvironmentBuilder.html" title="interface in org.apache.ignite.ml.environment">LearningEnvironmentBuilder</a></dt>
<dd>
<div class="block">Builds learning environment for trainer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/DefaultLearningEnvironmentBuilder.html#buildForWorker-int-">buildForWorker(int)</a></span> - Method in class org.apache.ignite.ml.environment.<a href="org/apache/ignite/ml/environment/DefaultLearningEnvironmentBuilder.html" title="class in org.apache.ignite.ml.environment">DefaultLearningEnvironmentBuilder</a></dt>
<dd>
<div class="block">Builds <a href="org/apache/ignite/ml/environment/LearningEnvironment.html" title="interface in org.apache.ignite.ml.environment"><code>LearningEnvironment</code></a> for worker on given partition.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/LearningEnvironmentBuilder.html#buildForWorker-int-">buildForWorker(int)</a></span> - Method in interface org.apache.ignite.ml.environment.<a href="org/apache/ignite/ml/environment/LearningEnvironmentBuilder.html" title="interface in org.apache.ignite.ml.environment">LearningEnvironmentBuilder</a></dt>
<dd>
<div class="block">Builds <a href="org/apache/ignite/ml/environment/LearningEnvironment.html" title="interface in org.apache.ignite.ml.environment"><code>LearningEnvironment</code></a> for worker on given partition.</div>
</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><a href="org/apache/ignite/ml/knn/NNClassificationModel.html#buildLabeledDatasetOnListOfVectors-java.util.List-">buildLabeledDatasetOnListOfVectors(List<span class='angle_bracket'>&lt;</span>LabeledVector<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.knn.<a href="org/apache/ignite/ml/knn/NNClassificationModel.html" title="class in org.apache.ignite.ml.knn">NNClassificationModel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html#buildObject-java.lang.String-java.lang.String-org.apache.ignite.cache.store.jdbc.CacheAbstractJdbcStore.TypeKind-org.apache.ignite.cache.store.jdbc.JdbcTypeField:A-java.util.Map-java.sql.ResultSet-">buildObject(String, String, CacheAbstractJdbcStore.TypeKind, JdbcTypeField[], Map<span class='angle_bracket'>&lt;</span>String, Integer<span class='angle_bracket'>&gt;</span>, 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="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcPojoStore.html#buildObject-java.lang.String-java.lang.String-org.apache.ignite.cache.store.jdbc.CacheAbstractJdbcStore.TypeKind-org.apache.ignite.cache.store.jdbc.JdbcTypeField:A-java.util.Map-java.sql.ResultSet-">buildObject(String, String, CacheAbstractJdbcStore.TypeKind, JdbcTypeField[], Map<span class='angle_bracket'>&lt;</span>String, Integer<span class='angle_bracket'>&gt;</span>, 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="memberNameLink"><a href="org/apache/ignite/ml/tree/NodeData.html#buildTree-java.util.Map-org.apache.ignite.ml.tree.NodeData-">buildTree(Map<span class='angle_bracket'>&lt;</span>Integer, NodeData<span class='angle_bracket'>&gt;</span>, NodeData)</a></span> - Static method in class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/NodeData.html" title="class in org.apache.ignite.ml.tree">NodeData</a></dt>
<dd>
<div class="block">Build tree or sub-tree based on indices and nodes sorted map as a dictionary.</div>
</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><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><a href="org/apache/ignite/cache/query/BulkLoadContextCursor.html" title="class in org.apache.ignite.cache.query"><span class="typeNameLink">BulkLoadContextCursor</span></a> - Class in <a href="org/apache/ignite/cache/query/package-summary.html">org.apache.ignite.cache.query</a></dt>
<dd>
<div class="block">A special FieldsQueryCursor subclass that is used as a sentinel to transfer data from bulk load
(COPY) command to the JDBC or other client-facing driver: the bulk load batch processor
and parameters to send to the client.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/BulkLoadContextCursor.html#BulkLoadContextCursor-org.apache.ignite.internal.processors.bulkload.BulkLoadProcessor-org.apache.ignite.internal.processors.bulkload.BulkLoadAckClientParameters-">BulkLoadContextCursor(BulkLoadProcessor, BulkLoadAckClientParameters)</a></span> - Constructor for class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/BulkLoadContextCursor.html" title="class in org.apache.ignite.cache.query">BulkLoadContextCursor</a></dt>
<dd>
<div class="block">Creates a cursor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/BulkLoadContextCursor.html#bulkLoadProcessor--">bulkLoadProcessor()</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/BulkLoadContextCursor.html" title="class in org.apache.ignite.cache.query">BulkLoadContextCursor</a></dt>
<dd>
<div class="block">Returns a bulk load context.</div>
</dd>
<dt><span class="memberNameLink"><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="typeNameLink">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="https://docs.oracle.com/javase/8/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="https://docs.oracle.com/javase/8/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="memberNameLink"><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="memberNameLink"><a href="org/apache/ignite/osgi/classloaders/BundleDelegatingClassLoader.html#BundleDelegatingClassLoader-org.osgi.framework.Bundle-java.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>
</dl>
<a name="I:C">
<!-- -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><span class="memberNameLink"><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="memberNameLink"><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="memberNameLink"><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="memberNameLink"><a href="org/apache/ignite/client/IgniteClient.html#cache-java.lang.String-">cache(String)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/IgniteClient.html" title="interface in org.apache.ignite.client">IgniteClient</a></dt>
<dd>
<div class="block">Get existing cache.</div>
</dd>
<dt><span class="memberNameLink"><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 for the given name if one is configured or <code>null</code> otherwise.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteClientSpringBean.html#cache-java.lang.String-">cache(String)</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteClientSpringBean.html" title="class in org.apache.ignite">IgniteClientSpringBean</a></dt>
<dd>
<div class="block">Get existing cache.</div>
</dd>
<dt><span class="memberNameLink"><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 for the given name if one is configured or <code>null</code> otherwise.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateAccessStrategyFactory.html#CACHE_PREFIX">CACHE_PREFIX</a></span> - Static variable in class org.apache.ignite.cache.hibernate.<a href="org/apache/ignite/cache/hibernate/HibernateAccessStrategyFactory.html" title="class in org.apache.ignite.cache.hibernate">HibernateAccessStrategyFactory</a></dt>
<dd>
<div class="block">When set, all cache names in ignite will be fetched using the specified prefix.</div>
</dd>
<dt><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html" title="class in org.apache.ignite.cache.store.jdbc"><span class="typeNameLink">CacheAbstractJdbcStore</span></a><span class='angle_bracket'>&lt;</span><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><span class='angle_bracket'>&gt;</span> - 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="memberNameLink"><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="typeNameLink">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><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.TypeKind.html" title="enum in org.apache.ignite.cache.store.jdbc"><span class="typeNameLink">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><span class="memberNameLink"><a href="org/apache/ignite/configuration/CommunicationFailureContext.html#cacheAffinity-java.lang.String-">cacheAffinity(String)</a></span> - Method in interface org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/CommunicationFailureContext.html" title="interface in org.apache.ignite.configuration">CommunicationFailureContext</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/cache/CacheAtomicityMode.html" title="enum in org.apache.ignite.cache"><span class="typeNameLink">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/ml/dataset/impl/cache/CacheBasedDataset.html" title="class in org.apache.ignite.ml.dataset.impl.cache"><span class="typeNameLink">CacheBasedDataset</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/dataset/impl/cache/CacheBasedDataset.html" title="type parameter in CacheBasedDataset">K</a>,<a href="org/apache/ignite/ml/dataset/impl/cache/CacheBasedDataset.html" title="type parameter in CacheBasedDataset">V</a>,<a href="org/apache/ignite/ml/dataset/impl/cache/CacheBasedDataset.html" title="type parameter in CacheBasedDataset">C</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>,<a href="org/apache/ignite/ml/dataset/impl/cache/CacheBasedDataset.html" title="type parameter in CacheBasedDataset">D</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseable.html?is-external=true" title="class or interface in java.lang">AutoCloseable</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/dataset/impl/cache/package-summary.html">org.apache.ignite.ml.dataset.impl.cache</a></dt>
<dd>
<div class="block">An implementation of dataset based on Ignite Cache, which is used as <code>upstream</code> and as reliable storage for
partition <code>context</code> as well.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/impl/cache/CacheBasedDataset.html#CacheBasedDataset-org.apache.ignite.Ignite-org.apache.ignite.IgniteCache-org.apache.ignite.lang.IgniteBiPredicate-org.apache.ignite.ml.dataset.UpstreamTransformerBuilder-org.apache.ignite.IgniteCache-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-org.apache.ignite.ml.dataset.PartitionDataBuilder-java.util.UUID-boolean-org.apache.ignite.ml.environment.LearningEnvironment-int-">CacheBasedDataset(Ignite, IgniteCache<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, IgniteBiPredicate<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, UpstreamTransformerBuilder, IgniteCache<span class='angle_bracket'>&lt;</span>Integer, C<span class='angle_bracket'>&gt;</span>, LearningEnvironmentBuilder, PartitionDataBuilder<span class='angle_bracket'>&lt;</span>K, V, C, D<span class='angle_bracket'>&gt;</span>, UUID, boolean, LearningEnvironment, int)</a></span> - Constructor for class org.apache.ignite.ml.dataset.impl.cache.<a href="org/apache/ignite/ml/dataset/impl/cache/CacheBasedDataset.html" title="class in org.apache.ignite.ml.dataset.impl.cache">CacheBasedDataset</a></dt>
<dd>
<div class="block">Constructs a new instance of dataset based on Ignite Cache, which is used as <code>upstream</code> and as reliable storage for
partition <code>context</code> as well.</div>
</dd>
<dt><a href="org/apache/ignite/ml/dataset/impl/cache/CacheBasedDatasetBuilder.html" title="class in org.apache.ignite.ml.dataset.impl.cache"><span class="typeNameLink">CacheBasedDatasetBuilder</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/dataset/impl/cache/CacheBasedDatasetBuilder.html" title="type parameter in CacheBasedDatasetBuilder">K</a>,<a href="org/apache/ignite/ml/dataset/impl/cache/CacheBasedDatasetBuilder.html" title="type parameter in CacheBasedDatasetBuilder">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/dataset/impl/cache/package-summary.html">org.apache.ignite.ml.dataset.impl.cache</a></dt>
<dd>
<div class="block">A dataset builder that makes <a href="org/apache/ignite/ml/dataset/impl/cache/CacheBasedDataset.html" title="class in org.apache.ignite.ml.dataset.impl.cache"><code>CacheBasedDataset</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/impl/cache/CacheBasedDatasetBuilder.html#CacheBasedDatasetBuilder-org.apache.ignite.Ignite-org.apache.ignite.IgniteCache-">CacheBasedDatasetBuilder(Ignite, IgniteCache<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.dataset.impl.cache.<a href="org/apache/ignite/ml/dataset/impl/cache/CacheBasedDatasetBuilder.html" title="class in org.apache.ignite.ml.dataset.impl.cache">CacheBasedDatasetBuilder</a></dt>
<dd>
<div class="block">Constructs a new instance of cache based dataset builder that makes <a href="org/apache/ignite/ml/dataset/impl/cache/CacheBasedDataset.html" title="class in org.apache.ignite.ml.dataset.impl.cache"><code>CacheBasedDataset</code></a> with default
predicate that passes all upstream entries to dataset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/impl/cache/CacheBasedDatasetBuilder.html#CacheBasedDatasetBuilder-org.apache.ignite.Ignite-org.apache.ignite.IgniteCache-org.apache.ignite.lang.IgniteBiPredicate-">CacheBasedDatasetBuilder(Ignite, IgniteCache<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, IgniteBiPredicate<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.dataset.impl.cache.<a href="org/apache/ignite/ml/dataset/impl/cache/CacheBasedDatasetBuilder.html" title="class in org.apache.ignite.ml.dataset.impl.cache">CacheBasedDatasetBuilder</a></dt>
<dd>
<div class="block">Constructs a new instance of cache based dataset builder that makes <a href="org/apache/ignite/ml/dataset/impl/cache/CacheBasedDataset.html" title="class in org.apache.ignite.ml.dataset.impl.cache"><code>CacheBasedDataset</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/impl/cache/CacheBasedDatasetBuilder.html#CacheBasedDatasetBuilder-org.apache.ignite.Ignite-org.apache.ignite.IgniteCache-org.apache.ignite.lang.IgniteBiPredicate-org.apache.ignite.ml.dataset.UpstreamTransformerBuilder-">CacheBasedDatasetBuilder(Ignite, IgniteCache<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, IgniteBiPredicate<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, UpstreamTransformerBuilder)</a></span> - Constructor for class org.apache.ignite.ml.dataset.impl.cache.<a href="org/apache/ignite/ml/dataset/impl/cache/CacheBasedDatasetBuilder.html" title="class in org.apache.ignite.ml.dataset.impl.cache">CacheBasedDatasetBuilder</a></dt>
<dd>
<div class="block">Constructs a new instance of cache based dataset builder that makes <a href="org/apache/ignite/ml/dataset/impl/cache/CacheBasedDataset.html" title="class in org.apache.ignite.ml.dataset.impl.cache"><code>CacheBasedDataset</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/impl/cache/CacheBasedDatasetBuilder.html#CacheBasedDatasetBuilder-org.apache.ignite.Ignite-org.apache.ignite.IgniteCache-org.apache.ignite.lang.IgniteBiPredicate-org.apache.ignite.ml.dataset.UpstreamTransformerBuilder-java.lang.Boolean-int-">CacheBasedDatasetBuilder(Ignite, IgniteCache<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, IgniteBiPredicate<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, UpstreamTransformerBuilder, Boolean, int)</a></span> - Constructor for class org.apache.ignite.ml.dataset.impl.cache.<a href="org/apache/ignite/ml/dataset/impl/cache/CacheBasedDatasetBuilder.html" title="class in org.apache.ignite.ml.dataset.impl.cache">CacheBasedDatasetBuilder</a></dt>
<dd>
<div class="block">Constructs a new instance of cache based dataset builder that makes <a href="org/apache/ignite/ml/dataset/impl/cache/CacheBasedDataset.html" title="class in org.apache.ignite.ml.dataset.impl.cache"><code>CacheBasedDataset</code></a>.</div>
</dd>
<dt><a href="org/apache/ignite/ml/selection/scoring/cursor/CacheBasedLabelPairCursor.html" title="class in org.apache.ignite.ml.selection.scoring.cursor"><span class="typeNameLink">CacheBasedLabelPairCursor</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/selection/scoring/cursor/CacheBasedLabelPairCursor.html" title="type parameter in CacheBasedLabelPairCursor">L</a>,<a href="org/apache/ignite/ml/selection/scoring/cursor/CacheBasedLabelPairCursor.html" title="type parameter in CacheBasedLabelPairCursor">K</a>,<a href="org/apache/ignite/ml/selection/scoring/cursor/CacheBasedLabelPairCursor.html" title="type parameter in CacheBasedLabelPairCursor">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/selection/scoring/cursor/package-summary.html">org.apache.ignite.ml.selection.scoring.cursor</a></dt>
<dd>
<div class="block">Truth with prediction cursor based on a data stored in Ignite cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/cursor/CacheBasedLabelPairCursor.html#CacheBasedLabelPairCursor-org.apache.ignite.IgniteCache-org.apache.ignite.lang.IgniteBiPredicate-org.apache.ignite.ml.preprocessing.Preprocessor-org.apache.ignite.ml.IgniteModel-">CacheBasedLabelPairCursor(IgniteCache<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, IgniteBiPredicate<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, IgniteModel<span class='angle_bracket'>&lt;</span>Vector, L<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.selection.scoring.cursor.<a href="org/apache/ignite/ml/selection/scoring/cursor/CacheBasedLabelPairCursor.html" title="class in org.apache.ignite.ml.selection.scoring.cursor">CacheBasedLabelPairCursor</a></dt>
<dd>
<div class="block">Constructs a new instance of cache based truth with prediction cursor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/cursor/CacheBasedLabelPairCursor.html#CacheBasedLabelPairCursor-org.apache.ignite.IgniteCache-org.apache.ignite.ml.preprocessing.Preprocessor-org.apache.ignite.ml.IgniteModel-">CacheBasedLabelPairCursor(IgniteCache<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, IgniteModel<span class='angle_bracket'>&lt;</span>Vector, L<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.selection.scoring.cursor.<a href="org/apache/ignite/ml/selection/scoring/cursor/CacheBasedLabelPairCursor.html" title="class in org.apache.ignite.ml.selection.scoring.cursor">CacheBasedLabelPairCursor</a></dt>
<dd>
<div class="block">Constructs a new instance of cache based truth with prediction cursor.</div>
</dd>
<dt><a href="org/apache/ignite/spi/checkpoint/cache/CacheCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.cache"><span class="typeNameLink">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="memberNameLink"><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="typeNameLink">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="typeNameLink">CacheConfiguration</span></a><span class='angle_bracket'>&lt;</span><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><span class='angle_bracket'>&gt;</span> - 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="memberNameLink"><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="memberNameLink"><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="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#CacheConfiguration-javax.cache.configuration.CompleteConfiguration-">CacheConfiguration(CompleteConfiguration<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</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="typeNameLink">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><a href="org/apache/ignite/events/CacheConsistencyViolationEvent.html" title="class in org.apache.ignite.events"><span class="typeNameLink">CacheConsistencyViolationEvent</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/events/CacheConsistencyViolationEvent.html" title="type parameter in CacheConsistencyViolationEvent">K</a>,<a href="org/apache/ignite/events/CacheConsistencyViolationEvent.html" title="type parameter in CacheConsistencyViolationEvent">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/events/package-summary.html">org.apache.ignite.events</a></dt>
<dd>
<div class="block"><b>This is an experimental API.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/CacheConsistencyViolationEvent.html#CacheConsistencyViolationEvent-org.apache.ignite.cluster.ClusterNode-java.lang.String-java.util.Map-java.util.Map-">CacheConsistencyViolationEvent(ClusterNode, String, Map<span class='angle_bracket'>&lt;</span>UUID, Map<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>, Map<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.events.<a href="org/apache/ignite/events/CacheConsistencyViolationEvent.html" title="class in org.apache.ignite.events">CacheConsistencyViolationEvent</a></dt>
<dd>
<div class="block">Creates a new instance of CacheConsistencyViolationEvent.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheGroupView.html#cacheCount--">cacheCount()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheGroupView.html" title="class in org.apache.ignite.spi.systemview.view">CacheGroupView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/PagesListView.html#cachedPagesCount--">cachedPagesCount()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/PagesListView.html" title="class in org.apache.ignite.spi.systemview.view">PagesListView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/cache/CacheEntry.html" title="interface in org.apache.ignite.cache"><span class="typeNameLink">CacheEntry</span></a><span class='angle_bracket'>&lt;</span><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><span class='angle_bracket'>&gt;</span> - 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="typeNameLink">CacheEntryEventSerializableFilter</span></a><span class='angle_bracket'>&lt;</span><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><span class='angle_bracket'>&gt;</span> - 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="https://docs.oracle.com/javase/8/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="typeNameLink">CacheEntryProcessor</span></a><span class='angle_bracket'>&lt;</span><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><span class='angle_bracket'>&gt;</span> - 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="https://docs.oracle.com/javase/8/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="typeNameLink">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="memberNameLink"><a href="org/apache/ignite/events/CacheEvent.html#CacheEvent-java.lang.String-org.apache.ignite.cluster.ClusterNode-org.apache.ignite.cluster.ClusterNode-java.lang.String-int-int-boolean-java.lang.Object-org.apache.ignite.lang.IgniteUuid-java.lang.String-java.lang.Object-java.lang.Object-boolean-java.lang.Object-boolean-java.util.UUID-java.lang.String-java.lang.String-">CacheEvent(String, ClusterNode, ClusterNode, String, int, int, boolean, Object, IgniteUuid, String, 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/cache/CacheExistsException.html" title="class in org.apache.ignite.cache"><span class="typeNameLink">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="memberNameLink"><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="memberNameLink"><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="memberNameLink"><a href="org/apache/ignite/cache/CacheExistsException.html#CacheExistsException-java.lang.String-java.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><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheGroupView.html#cacheGroupId--">cacheGroupId()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheGroupView.html" title="class in org.apache.ignite.spi.systemview.view">CacheGroupView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CachePagesListView.html#cacheGroupId--">cacheGroupId()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CachePagesListView.html" title="class in org.apache.ignite.spi.systemview.view">CachePagesListView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#cacheGroupId--">cacheGroupId()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/PartitionStateView.html#cacheGroupId--">cacheGroupId()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/PartitionStateView.html" title="class in org.apache.ignite.spi.systemview.view">PartitionStateView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ScanQueryView.html#cacheGroupId--">cacheGroupId()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ScanQueryView.html" title="class in org.apache.ignite.spi.systemview.view">ScanQueryView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlIndexView.html#cacheGroupId--">cacheGroupId()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlIndexView.html" title="class in org.apache.ignite.spi.systemview.view">SqlIndexView</a></dt>
<dd>
<div class="block">Returns cache group ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlTableView.html#cacheGroupId--">cacheGroupId()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlTableView.html" title="class in org.apache.ignite.spi.systemview.view">SqlTableView</a></dt>
<dd>
<div class="block">Returns cache group ID.</div>
</dd>
<dt><a href="org/apache/ignite/mxbean/CacheGroupMetricsMXBean.html" title="interface in org.apache.ignite.mxbean"><span class="typeNameLink">CacheGroupMetricsMXBean</span></a> - Interface in <a href="org/apache/ignite/mxbean/package-summary.html">org.apache.ignite.mxbean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Check the <a href="org/apache/ignite/spi/metric/jmx/JmxMetricExporterSpi.html" title="class in org.apache.ignite.spi.metric.jmx"><code>JmxMetricExporterSpi</code></a> with "name=cacheGroups.{cache_group_name}" instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheGroupView.html#cacheGroupName--">cacheGroupName()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheGroupView.html" title="class in org.apache.ignite.spi.systemview.view">CacheGroupView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#cacheGroupName--">cacheGroupName()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ScanQueryView.html#cacheGroupName--">cacheGroupName()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ScanQueryView.html" title="class in org.apache.ignite.spi.systemview.view">ScanQueryView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlIndexView.html#cacheGroupName--">cacheGroupName()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlIndexView.html" title="class in org.apache.ignite.spi.systemview.view">SqlIndexView</a></dt>
<dd>
<div class="block">Returns Cache group name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlTableView.html#cacheGroupName--">cacheGroupName()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlTableView.html" title="class in org.apache.ignite.spi.systemview.view">SqlTableView</a></dt>
<dd>
<div class="block">Returns Cache group name.</div>
</dd>
<dt><a href="org/apache/ignite/spi/systemview/view/CacheGroupView.html" title="class in org.apache.ignite.spi.systemview.view"><span class="typeNameLink">CacheGroupView</span></a> - Class in <a href="org/apache/ignite/spi/systemview/view/package-summary.html">org.apache.ignite.spi.systemview.view</a></dt>
<dd>
<div class="block">Cache group representation for the <a href="org/apache/ignite/spi/systemview/view/SystemView.html" title="interface in org.apache.ignite.spi.systemview.view"><code>SystemView</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheGroupView.html#CacheGroupView-org.apache.ignite.internal.processors.cache.CacheGroupDescriptor-">CacheGroupView(CacheGroupDescriptor)</a></span> - Constructor for class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheGroupView.html" title="class in org.apache.ignite.spi.systemview.view">CacheGroupView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#cacheId--">cacheId()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ScanQueryView.html#cacheId--">cacheId()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ScanQueryView.html" title="class in org.apache.ignite.spi.systemview.view">ScanQueryView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlIndexView.html#cacheId--">cacheId()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlIndexView.html" title="class in org.apache.ignite.spi.systemview.view">SqlIndexView</a></dt>
<dd>
<div class="block">Returns cache ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlTableView.html#cacheId--">cacheId()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlTableView.html" title="class in org.apache.ignite.spi.systemview.view">SqlTableView</a></dt>
<dd>
<div class="block">Returns cache ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/TransactionView.html#cacheIds--">cacheIds()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/TransactionView.html" title="class in org.apache.ignite.spi.systemview.view">TransactionView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/cache/CacheInterceptor.html" title="interface in org.apache.ignite.cache"><span class="typeNameLink">CacheInterceptor</span></a><span class='angle_bracket'>&lt;</span><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><span class='angle_bracket'>&gt;</span> - 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="typeNameLink">CacheInterceptorAdapter</span></a><span class='angle_bracket'>&lt;</span><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><span class='angle_bracket'>&gt;</span> - 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="memberNameLink"><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="typeNameLink">CacheInterceptorEntry</span></a><span class='angle_bracket'>&lt;</span><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><span class='angle_bracket'>&gt;</span> - 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="memberNameLink"><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="typeNameLink">CacheJdbcBlobStore</span></a><span class='angle_bracket'>&lt;</span><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><span class='angle_bracket'>&gt;</span> - 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="memberNameLink"><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="typeNameLink">CacheJdbcBlobStoreFactory</span></a><span class='angle_bracket'>&lt;</span><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><span class='angle_bracket'>&gt;</span> - 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="memberNameLink"><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="typeNameLink">CacheJdbcPojoStore</span></a><span class='angle_bracket'>&lt;</span><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><span class='angle_bracket'>&gt;</span> - 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="memberNameLink"><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="typeNameLink">CacheJdbcPojoStoreFactory</span></a><span class='angle_bracket'>&lt;</span><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><span class='angle_bracket'>&gt;</span> - 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="memberNameLink"><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="typeNameLink">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="memberNameLink"><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="typeNameLink">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<span class='angle_bracket'>&lt;</span>TransactionManager<span class='angle_bracket'>&gt;</span></code> interface that is using JNDI names to find TM.</div>
</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><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="typeNameLink">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="memberNameLink"><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="typeNameLink">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="memberNameLink"><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="memberNameLink"><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="memberNameLink"><a href="org/apache/ignite/cache/CacheKeyConfiguration.html#CacheKeyConfiguration-java.lang.String-java.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><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#cacheLoaderFactory--">cacheLoaderFactory()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/cache/store/CacheLoadOnlyStoreAdapter.html" title="class in org.apache.ignite.cache.store"><span class="typeNameLink">CacheLoadOnlyStoreAdapter</span></a><span class='angle_bracket'>&lt;</span><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><span class='angle_bracket'>&gt;</span> - 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="memberNameLink"><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="typeNameLink">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="memberNameLink"><a href="org/apache/ignite/cache/CacheManager.html#CacheManager-java.net.URI-org.apache.ignite.cache.CachingProvider-java.lang.ClassLoader-java.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="memberNameLink"><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="typeNameLink">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="memberNameLink"><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><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/isolated/IsolatedNode.html#cacheMetrics--">cacheMetrics()</a></span> - Method in class org.apache.ignite.spi.discovery.isolated.<a href="org/apache/ignite/spi/discovery/isolated/IsolatedNode.html" title="class in org.apache.ignite.spi.discovery.isolated">IsolatedNode</a></dt>
<dd>
<div class="block">Gets collections of cache metrics for this node.</div>
</dd>
<dt><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean"><span class="typeNameLink">CacheMetricsMXBean</span></a> - Interface in <a href="org/apache/ignite/mxbean/package-summary.html">org.apache.ignite.mxbean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Check the <a href="org/apache/ignite/spi/metric/jmx/JmxMetricExporterSpi.html" title="class in org.apache.ignite.spi.metric.jmx"><code>JmxMetricExporterSpi</code></a> with "name=cache.{cache_name}" instead.</span></div>
</div>
</dd>
<dt><a href="org/apache/ignite/cache/CacheMode.html" title="enum in org.apache.ignite.cache"><span class="typeNameLink">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="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheGroupView.html#cacheMode--">cacheMode()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheGroupView.html" title="class in org.apache.ignite.spi.systemview.view">CacheGroupView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#cacheMode--">cacheMode()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><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="memberNameLink"><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="memberNameLink"><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="memberNameLink"><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="memberNameLink"><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="memberNameLink"><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="memberNameLink"><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="memberNameLink"><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><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#cacheName--">cacheName()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ContinuousQueryView.html#cacheName--">cacheName()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ContinuousQueryView.html" title="class in org.apache.ignite.spi.systemview.view">ContinuousQueryView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ScanQueryView.html#cacheName--">cacheName()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ScanQueryView.html" title="class in org.apache.ignite.spi.systemview.view">ScanQueryView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ServiceView.html#cacheName--">cacheName()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ServiceView.html" title="class in org.apache.ignite.spi.systemview.view">ServiceView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlIndexView.html#cacheName--">cacheName()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlIndexView.html" title="class in org.apache.ignite.spi.systemview.view">SqlIndexView</a></dt>
<dd>
<div class="block">Returns cache name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlTableView.html#cacheName--">cacheName()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlTableView.html" title="class in org.apache.ignite.spi.systemview.view">SqlTableView</a></dt>
<dd>
<div class="block">Returns cache name.</div>
</dd>
<dt><a href="org/apache/ignite/resources/CacheNameResource.html" title="annotation in org.apache.ignite.resources"><span class="typeNameLink">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="memberNameLink"><a href="org/apache/ignite/client/IgniteClient.html#cacheNames--">cacheNames()</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/IgniteClient.html" title="interface in org.apache.ignite.client">IgniteClient</a></dt>
<dd>
<div class="block">Gets the names of all available caches.</div>
</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><a href="org/apache/ignite/IgniteClientSpringBean.html#cacheNames--">cacheNames()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteClientSpringBean.html" title="class in org.apache.ignite">IgniteClientSpringBean</a></dt>
<dd>
<div class="block">Gets the names of all available caches.</div>
</dd>
<dt><span class="memberNameLink"><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><span class="memberNameLink"><a href="org/apache/ignite/client/IgniteClient.html#cacheNamesAsync--">cacheNamesAsync()</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/IgniteClient.html" title="interface in org.apache.ignite.client">IgniteClient</a></dt>
<dd>
<div class="block">Gets the names of all available caches.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteClientSpringBean.html#cacheNamesAsync--">cacheNamesAsync()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteClientSpringBean.html" title="class in org.apache.ignite">IgniteClientSpringBean</a></dt>
<dd>
<div class="block">Gets the names of all available caches.</div>
</dd>
<dt><a href="org/apache/ignite/spi/systemview/view/CachePagesListView.html" title="class in org.apache.ignite.spi.systemview.view"><span class="typeNameLink">CachePagesListView</span></a> - Class in <a href="org/apache/ignite/spi/systemview/view/package-summary.html">org.apache.ignite.spi.systemview.view</a></dt>
<dd>
<div class="block">Pages-list representation for a <a href="org/apache/ignite/spi/systemview/view/SystemView.html" title="interface in org.apache.ignite.spi.systemview.view"><code>SystemView</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CachePagesListView.html#CachePagesListView-org.apache.ignite.internal.processors.cache.persistence.freelist.PagesList-int-int-">CachePagesListView(PagesList, int, int)</a></span> - Constructor for class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CachePagesListView.html" title="class in org.apache.ignite.spi.systemview.view">CachePagesListView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/cache/CachePartialUpdateException.html" title="class in org.apache.ignite.cache"><span class="typeNameLink">CachePartialUpdateException</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 from non-transactional cache in case when update succeeded only partially.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CachePartialUpdateException.html#CachePartialUpdateException-org.apache.ignite.internal.processors.cache.CachePartialUpdateCheckedException-">CachePartialUpdateException(CachePartialUpdateCheckedException)</a></span> - Constructor for exception org.apache.ignite.cache.<a href="org/apache/ignite/cache/CachePartialUpdateException.html" title="class in org.apache.ignite.cache">CachePartialUpdateException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CommunicationFailureContext.html#cachePartitionOwners-java.lang.String-">cachePartitionOwners(String)</a></span> - Method in interface org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/CommunicationFailureContext.html" title="interface in org.apache.ignite.configuration">CommunicationFailureContext</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/cache/CachePeekMode.html" title="enum in org.apache.ignite.cache"><span class="typeNameLink">CachePeekMode</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 cache peek modes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/SecurityBasicPermissionSet.html#cachePermissions--">cachePermissions()</a></span> - Method in class org.apache.ignite.plugin.security.<a href="org/apache/ignite/plugin/security/SecurityBasicPermissionSet.html" title="class in org.apache.ignite.plugin.security">SecurityBasicPermissionSet</a></dt>
<dd>
<div class="block">Map of cache names to cache permissions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/SecurityPermissionSet.html#cachePermissions--">cachePermissions()</a></span> - Method in interface org.apache.ignite.plugin.security.<a href="org/apache/ignite/plugin/security/SecurityPermissionSet.html" title="interface in org.apache.ignite.plugin.security">SecurityPermissionSet</a></dt>
<dd>
<div class="block">Map of cache names to cache permissions.</div>
</dd>
<dt><a href="org/apache/ignite/plugin/CachePluginConfiguration.html" title="interface in org.apache.ignite.plugin"><span class="typeNameLink">CachePluginConfiguration</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/plugin/CachePluginConfiguration.html" title="type parameter in CachePluginConfiguration">K</a>,<a href="org/apache/ignite/plugin/CachePluginConfiguration.html" title="type parameter in CachePluginConfiguration">V</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/plugin/package-summary.html">org.apache.ignite.plugin</a></dt>
<dd>
<div class="block">Cache plugin configuration.</div>
</dd>
<dt><a href="org/apache/ignite/plugin/CachePluginContext.html" title="interface in org.apache.ignite.plugin"><span class="typeNameLink">CachePluginContext</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/plugin/CachePluginContext.html" title="type parameter in CachePluginContext">C</a> extends <a href="org/apache/ignite/plugin/CachePluginConfiguration.html" title="interface in org.apache.ignite.plugin">CachePluginConfiguration</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/plugin/package-summary.html">org.apache.ignite.plugin</a></dt>
<dd>
<div class="block">Cache plugin context.</div>
</dd>
<dt><a href="org/apache/ignite/plugin/CachePluginProvider.html" title="interface in org.apache.ignite.plugin"><span class="typeNameLink">CachePluginProvider</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/plugin/CachePluginProvider.html" title="type parameter in CachePluginProvider">C</a> extends <a href="org/apache/ignite/plugin/CachePluginConfiguration.html" title="interface in org.apache.ignite.plugin">CachePluginConfiguration</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/plugin/package-summary.html">org.apache.ignite.plugin</a></dt>
<dd>
<div class="block">Cache plugin provider is a point for processing of properties
which provide specific <a href="org/apache/ignite/plugin/CachePluginConfiguration.html" title="interface in org.apache.ignite.plugin"><code>CachePluginConfiguration</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/thread/IgniteThread.html#cachePoolThread--">cachePoolThread()</a></span> - Method in class org.apache.ignite.thread.<a href="org/apache/ignite/thread/IgniteThread.html" title="class in org.apache.ignite.thread">IgniteThread</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/cache/query/CacheQueryEntryEvent.html" title="class in org.apache.ignite.cache.query"><span class="typeNameLink">CacheQueryEntryEvent</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/cache/query/CacheQueryEntryEvent.html" title="type parameter in CacheQueryEntryEvent">K</a>,<a href="org/apache/ignite/cache/query/CacheQueryEntryEvent.html" title="type parameter in CacheQueryEntryEvent">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/cache/query/package-summary.html">org.apache.ignite.cache.query</a></dt>
<dd>
<div class="block">A Cache continuous query entry event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/CacheQueryEntryEvent.html#CacheQueryEntryEvent-javax.cache.Cache-javax.cache.event.EventType-">CacheQueryEntryEvent(Cache, EventType)</a></span> - Constructor for class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/CacheQueryEntryEvent.html" title="class in org.apache.ignite.cache.query">CacheQueryEntryEvent</a></dt>
<dd>
<div class="block">Constructs a cache entry event from a given cache as source.</div>
</dd>
<dt><a href="org/apache/ignite/events/CacheQueryExecutedEvent.html" title="class in org.apache.ignite.events"><span class="typeNameLink">CacheQueryExecutedEvent</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/events/CacheQueryExecutedEvent.html" title="type parameter in CacheQueryExecutedEvent">K</a>,<a href="org/apache/ignite/events/CacheQueryExecutedEvent.html" title="type parameter in CacheQueryExecutedEvent">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/events/package-summary.html">org.apache.ignite.events</a></dt>
<dd>
<div class="block">Cache query execution event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/CacheQueryExecutedEvent.html#CacheQueryExecutedEvent-org.apache.ignite.cluster.ClusterNode-java.lang.String-int-java.lang.String-java.lang.String-java.lang.String-java.lang.String-org.apache.ignite.lang.IgniteBiPredicate-org.apache.ignite.cache.CacheEntryEventSerializableFilter-java.lang.Object:A-java.util.UUID-java.lang.String-">CacheQueryExecutedEvent(ClusterNode, String, int, String, String, String, String, IgniteBiPredicate<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, CacheEntryEventSerializableFilter<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Object[], UUID, String)</a></span> - Constructor for class org.apache.ignite.events.<a href="org/apache/ignite/events/CacheQueryExecutedEvent.html" title="class in org.apache.ignite.events">CacheQueryExecutedEvent</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/events/CacheQueryReadEvent.html" title="class in org.apache.ignite.events"><span class="typeNameLink">CacheQueryReadEvent</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/events/CacheQueryReadEvent.html" title="type parameter in CacheQueryReadEvent">K</a>,<a href="org/apache/ignite/events/CacheQueryReadEvent.html" title="type parameter in CacheQueryReadEvent">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/events/package-summary.html">org.apache.ignite.events</a></dt>
<dd>
<div class="block">Cache query read event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/CacheQueryReadEvent.html#CacheQueryReadEvent-org.apache.ignite.cluster.ClusterNode-java.lang.String-int-java.lang.String-java.lang.String-java.lang.String-java.lang.String-org.apache.ignite.lang.IgniteBiPredicate-org.apache.ignite.cache.CacheEntryEventSerializableFilter-java.lang.Object:A-java.util.UUID-java.lang.String-K-V-V-java.lang.Object-">CacheQueryReadEvent(ClusterNode, String, int, String, String, String, String, IgniteBiPredicate<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, CacheEntryEventSerializableFilter<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Object[], UUID, String, K, V, V, Object)</a></span> - Constructor for class org.apache.ignite.events.<a href="org/apache/ignite/events/CacheQueryReadEvent.html" title="class in org.apache.ignite.events">CacheQueryReadEvent</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/cache/CacheRebalanceMode.html" title="enum in org.apache.ignite.cache"><span class="typeNameLink">CacheRebalanceMode</span></a> - Enum in <a href="org/apache/ignite/cache/package-summary.html">org.apache.ignite.cache</a></dt>
<dd>
<div class="block">Cache rebalance mode.</div>
</dd>
<dt><a href="org/apache/ignite/events/CacheRebalancingEvent.html" title="class in org.apache.ignite.events"><span class="typeNameLink">CacheRebalancingEvent</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) rebalancing event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/CacheRebalancingEvent.html#CacheRebalancingEvent-java.lang.String-org.apache.ignite.cluster.ClusterNode-java.lang.String-int-int-org.apache.ignite.cluster.ClusterNode-int-long-">CacheRebalancingEvent(String, ClusterNode, String, int, int, ClusterNode, int, long)</a></span> - Constructor for 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">Constructs cache event.</div>
</dd>
<dt><a href="org/apache/ignite/cache/jta/reflect/CacheReflectionTmLookup.html" title="class in org.apache.ignite.cache.jta.reflect"><span class="typeNameLink">CacheReflectionTmLookup</span></a> - Class in <a href="org/apache/ignite/cache/jta/reflect/package-summary.html">org.apache.ignite.cache.jta.reflect</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 attempts to obtain
JTA manager by calling static method on the class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/jta/reflect/CacheReflectionTmLookup.html#CacheReflectionTmLookup--">CacheReflectionTmLookup()</a></span> - Constructor for class org.apache.ignite.cache.jta.reflect.<a href="org/apache/ignite/cache/jta/reflect/CacheReflectionTmLookup.html" title="class in org.apache.ignite.cache.jta.reflect">CacheReflectionTmLookup</a></dt>
<dd>
<div class="block">Creates uninitialized reflection TM lookup.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/jta/reflect/CacheReflectionTmLookup.html#CacheReflectionTmLookup-java.lang.String-java.lang.String-">CacheReflectionTmLookup(String, String)</a></span> - Constructor for class org.apache.ignite.cache.jta.reflect.<a href="org/apache/ignite/cache/jta/reflect/CacheReflectionTmLookup.html" title="class in org.apache.ignite.cache.jta.reflect">CacheReflectionTmLookup</a></dt>
<dd>
<div class="block">Creates generic TM lookup with given class and method name.</div>
</dd>
<dt><a href="org/apache/ignite/cache/CacheServerNotFoundException.html" title="class in org.apache.ignite.cache"><span class="typeNameLink">CacheServerNotFoundException</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 all data nodes left the grid.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheServerNotFoundException.html#CacheServerNotFoundException-java.lang.String-">CacheServerNotFoundException(String)</a></span> - Constructor for exception org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheServerNotFoundException.html" title="class in org.apache.ignite.cache">CacheServerNotFoundException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheServerNotFoundException.html#CacheServerNotFoundException-java.lang.String-java.lang.Throwable-">CacheServerNotFoundException(String, Throwable)</a></span> - Constructor for exception org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheServerNotFoundException.html" title="class in org.apache.ignite.cache">CacheServerNotFoundException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheServerNotFoundException.html#CacheServerNotFoundException-java.lang.Throwable-">CacheServerNotFoundException(Throwable)</a></span> - Constructor for exception org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheServerNotFoundException.html" title="class in org.apache.ignite.cache">CacheServerNotFoundException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/cache/store/spring/CacheSpringStoreSessionListener.html" title="class in org.apache.ignite.cache.store.spring"><span class="typeNameLink">CacheSpringStoreSessionListener</span></a> - Class in <a href="org/apache/ignite/cache/store/spring/package-summary.html">org.apache.ignite.cache.store.spring</a></dt>
<dd>
<div class="block">Cache store session listener based on Spring transaction management.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/spring/CacheSpringStoreSessionListener.html#CacheSpringStoreSessionListener--">CacheSpringStoreSessionListener()</a></span> - Constructor for class org.apache.ignite.cache.store.spring.<a href="org/apache/ignite/cache/store/spring/CacheSpringStoreSessionListener.html" title="class in org.apache.ignite.cache.store.spring">CacheSpringStoreSessionListener</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/cache/store/CacheStore.html" title="interface in org.apache.ignite.cache.store"><span class="typeNameLink">CacheStore</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/cache/store/CacheStore.html" title="type parameter in CacheStore">K</a>,<a href="org/apache/ignite/cache/store/CacheStore.html" title="type parameter in CacheStore">V</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/cache/store/package-summary.html">org.apache.ignite.cache.store</a></dt>
<dd>
<div class="block">API for cache persistent storage for read-through and write-through behavior.</div>
</dd>
<dt><a href="org/apache/ignite/cache/store/CacheStoreAdapter.html" title="class in org.apache.ignite.cache.store"><span class="typeNameLink">CacheStoreAdapter</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/cache/store/CacheStoreAdapter.html" title="type parameter in CacheStoreAdapter">K</a>,<a href="org/apache/ignite/cache/store/CacheStoreAdapter.html" title="type parameter in CacheStoreAdapter">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/cache/store/package-summary.html">org.apache.ignite.cache.store</a></dt>
<dd>
<div class="block">Cache storage convenience adapter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/CacheStoreAdapter.html#CacheStoreAdapter--">CacheStoreAdapter()</a></span> - Constructor for class org.apache.ignite.cache.store.<a href="org/apache/ignite/cache/store/CacheStoreAdapter.html" title="class in org.apache.ignite.cache.store">CacheStoreAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#cacheStoreFactory--">cacheStoreFactory()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/cache/store/CacheStoreSession.html" title="interface in org.apache.ignite.cache.store"><span class="typeNameLink">CacheStoreSession</span></a> - Interface in <a href="org/apache/ignite/cache/store/package-summary.html">org.apache.ignite.cache.store</a></dt>
<dd>
<div class="block">Session for the cache store operations.</div>
</dd>
<dt><a href="org/apache/ignite/cache/store/CacheStoreSessionListener.html" title="interface in org.apache.ignite.cache.store"><span class="typeNameLink">CacheStoreSessionListener</span></a> - Interface in <a href="org/apache/ignite/cache/store/package-summary.html">org.apache.ignite.cache.store</a></dt>
<dd>
<div class="block">Cache store session listener that allows to implement callbacks
for session lifecycle.</div>
</dd>
<dt><a href="org/apache/ignite/resources/CacheStoreSessionResource.html" title="annotation in org.apache.ignite.resources"><span class="typeNameLink">CacheStoreSessionResource</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 current <a href="org/apache/ignite/cache/store/CacheStoreSession.html" title="interface in org.apache.ignite.cache.store"><code>CacheStoreSession</code></a>
instance.</div>
</dd>
<dt><a href="org/apache/ignite/cache/jta/CacheTmLookup.html" title="interface in org.apache.ignite.cache.jta"><span class="typeNameLink">CacheTmLookup</span></a> - Interface in <a href="org/apache/ignite/cache/jta/package-summary.html">org.apache.ignite.cache.jta</a></dt>
<dd>
<div class="block">Allows grid to use different transactional systems.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#cacheType--">cacheType()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view"><span class="typeNameLink">CacheView</span></a> - Class in <a href="org/apache/ignite/spi/systemview/view/package-summary.html">org.apache.ignite.spi.systemview.view</a></dt>
<dd>
<div class="block">Cache representation for a <a href="org/apache/ignite/spi/systemview/view/SystemView.html" title="interface in org.apache.ignite.spi.systemview.view"><code>SystemView</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#CacheView-org.apache.ignite.internal.processors.cache.DynamicCacheDescriptor-">CacheView(DynamicCacheDescriptor)</a></span> - Constructor for class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#cacheWriterFactory--">cacheWriterFactory()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/cache/CacheWriteSynchronizationMode.html" title="enum in org.apache.ignite.cache"><span class="typeNameLink">CacheWriteSynchronizationMode</span></a> - Enum in <a href="org/apache/ignite/cache/package-summary.html">org.apache.ignite.cache</a></dt>
<dd>
<div class="block">Mode indicating how Ignite should wait for write replies from other nodes.</div>
</dd>
<dt><a href="org/apache/ignite/cache/CachingProvider.html" title="class in org.apache.ignite.cache"><span class="typeNameLink">CachingProvider</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 <code>CachingProvider</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CachingProvider.html#CachingProvider--">CachingProvider()</a></span> - Constructor for class org.apache.ignite.cache.<a href="org/apache/ignite/cache/CachingProvider.html" title="class in org.apache.ignite.cache">CachingProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/impurity/gini/GiniImpurityMeasureCalculator.html#calculate-org.apache.ignite.ml.tree.data.DecisionTreeData-org.apache.ignite.ml.tree.TreeFilter-int-">calculate(DecisionTreeData, TreeFilter, int)</a></span> - Method in class org.apache.ignite.ml.tree.impurity.gini.<a href="org/apache/ignite/ml/tree/impurity/gini/GiniImpurityMeasureCalculator.html" title="class in org.apache.ignite.ml.tree.impurity.gini">GiniImpurityMeasureCalculator</a></dt>
<dd>
<div class="block">Calculates all impurity measures required required to find a best split and returns them as an array of
<a href="org/apache/ignite/ml/tree/impurity/util/StepFunction.html" title="class in org.apache.ignite.ml.tree.impurity.util"><code>StepFunction</code></a> (for every column).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/impurity/ImpurityMeasureCalculator.html#calculate-org.apache.ignite.ml.tree.data.DecisionTreeData-org.apache.ignite.ml.tree.TreeFilter-int-">calculate(DecisionTreeData, TreeFilter, int)</a></span> - Method in class org.apache.ignite.ml.tree.impurity.<a href="org/apache/ignite/ml/tree/impurity/ImpurityMeasureCalculator.html" title="class in org.apache.ignite.ml.tree.impurity">ImpurityMeasureCalculator</a></dt>
<dd>
<div class="block">Calculates all impurity measures required required to find a best split and returns them as an array of
<a href="org/apache/ignite/ml/tree/impurity/util/StepFunction.html" title="class in org.apache.ignite.ml.tree.impurity.util"><code>StepFunction</code></a> (for every column).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/impurity/mse/MSEImpurityMeasureCalculator.html#calculate-org.apache.ignite.ml.tree.data.DecisionTreeData-org.apache.ignite.ml.tree.TreeFilter-int-">calculate(DecisionTreeData, TreeFilter, int)</a></span> - Method in class org.apache.ignite.ml.tree.impurity.mse.<a href="org/apache/ignite/ml/tree/impurity/mse/MSEImpurityMeasureCalculator.html" title="class in org.apache.ignite.ml.tree.impurity.mse">MSEImpurityMeasureCalculator</a></dt>
<dd>
<div class="block">Calculates all impurity measures required required to find a best split and returns them as an array of
<a href="org/apache/ignite/ml/tree/impurity/util/StepFunction.html" title="class in org.apache.ignite.ml.tree.impurity.util"><code>StepFunction</code></a> (for every column).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PojoField.html#calculatedField--">calculatedField()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/PojoField.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">PojoField</a></dt>
<dd>
<div class="block">Indicates if it's a calculated field - field which value just generated based on other field values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/genetic/Population.html#calculateFitnessForAll-java.util.function.Function-">calculateFitnessForAll(Function<span class='angle_bracket'>&lt;</span>Chromosome, Double<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.util.genetic.<a href="org/apache/ignite/ml/util/genetic/Population.html" title="class in org.apache.ignite.ml.util.genetic">Population</a></dt>
<dd>
<div class="block">Calculates fitness for all chromosomes with custom fitness function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/genetic/Population.html#calculateFitnessForChromosome-int-java.util.function.Function-">calculateFitnessForChromosome(int, Function<span class='angle_bracket'>&lt;</span>Chromosome, Double<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.util.genetic.<a href="org/apache/ignite/ml/util/genetic/Population.html" title="class in org.apache.ignite.ml.util.genetic">Population</a></dt>
<dd>
<div class="block">Calculates fitness for chromosome found by index with custom fitness function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/recommendation/util/RecommendationDatasetData.html#calculateGradient-java.util.Map-java.util.Map-int-int-double-double-">calculateGradient(Map<span class='angle_bracket'>&lt;</span>O, Vector<span class='angle_bracket'>&gt;</span>, Map<span class='angle_bracket'>&lt;</span>S, Vector<span class='angle_bracket'>&gt;</span>, int, int, double, double)</a></span> - Method in class org.apache.ignite.ml.recommendation.util.<a href="org/apache/ignite/ml/recommendation/util/RecommendationDatasetData.html" title="class in org.apache.ignite.ml.recommendation.util">RecommendationDatasetData</a></dt>
<dd>
<div class="block">Calculates gradient of the loss function of recommendation system SGD training.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/affinity/rendezvous/RendezvousAffinityFunction.html#calculateMask-int-">calculateMask(int)</a></span> - Static 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">Helper method to calculates mask.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/optimization/updatecalculators/NesterovUpdateCalculator.html#calculateNewUpdate-M-org.apache.ignite.ml.optimization.updatecalculators.NesterovParameterUpdate-int-org.apache.ignite.ml.math.primitives.matrix.Matrix-org.apache.ignite.ml.math.primitives.matrix.Matrix-">calculateNewUpdate(M, NesterovParameterUpdate, int, Matrix, Matrix)</a></span> - Method in class org.apache.ignite.ml.optimization.updatecalculators.<a href="org/apache/ignite/ml/optimization/updatecalculators/NesterovUpdateCalculator.html" title="class in org.apache.ignite.ml.optimization.updatecalculators">NesterovUpdateCalculator</a></dt>
<dd>
<div class="block">Calculate new update.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/optimization/updatecalculators/ParameterUpdateCalculator.html#calculateNewUpdate-M-P-int-org.apache.ignite.ml.math.primitives.matrix.Matrix-org.apache.ignite.ml.math.primitives.matrix.Matrix-">calculateNewUpdate(M, P, int, Matrix, Matrix)</a></span> - Method in interface org.apache.ignite.ml.optimization.updatecalculators.<a href="org/apache/ignite/ml/optimization/updatecalculators/ParameterUpdateCalculator.html" title="interface in org.apache.ignite.ml.optimization.updatecalculators">ParameterUpdateCalculator</a></dt>
<dd>
<div class="block">Calculate new update.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/optimization/updatecalculators/RPropUpdateCalculator.html#calculateNewUpdate-org.apache.ignite.ml.optimization.SmoothParametrized-org.apache.ignite.ml.optimization.updatecalculators.RPropParameterUpdate-int-org.apache.ignite.ml.math.primitives.matrix.Matrix-org.apache.ignite.ml.math.primitives.matrix.Matrix-">calculateNewUpdate(SmoothParametrized, RPropParameterUpdate, int, Matrix, Matrix)</a></span> - Method in class org.apache.ignite.ml.optimization.updatecalculators.<a href="org/apache/ignite/ml/optimization/updatecalculators/RPropUpdateCalculator.html" title="class in org.apache.ignite.ml.optimization.updatecalculators">RPropUpdateCalculator</a></dt>
<dd>
<div class="block">Calculate new update.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/optimization/updatecalculators/SimpleGDUpdateCalculator.html#calculateNewUpdate-org.apache.ignite.ml.optimization.SmoothParametrized-org.apache.ignite.ml.optimization.updatecalculators.SimpleGDParameterUpdate-int-org.apache.ignite.ml.math.primitives.matrix.Matrix-org.apache.ignite.ml.math.primitives.matrix.Matrix-">calculateNewUpdate(SmoothParametrized, SimpleGDParameterUpdate, int, Matrix, Matrix)</a></span> - Method in class org.apache.ignite.ml.optimization.updatecalculators.<a href="org/apache/ignite/ml/optimization/updatecalculators/SimpleGDUpdateCalculator.html" title="class in org.apache.ignite.ml.optimization.updatecalculators">SimpleGDUpdateCalculator</a></dt>
<dd>
<div class="block">Calculate new update.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/affinity/rendezvous/RendezvousAffinityFunction.html#calculatePartition-java.lang.Object-int-int-">calculatePartition(Object, int, int)</a></span> - Static 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">Helper method to calculate partition.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/LoadCacheCustomQueryWorker.html#call--">call()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.session.<a href="org/apache/ignite/cache/store/cassandra/session/LoadCacheCustomQueryWorker.html" title="class in org.apache.ignite.cache.store.cassandra.session">LoadCacheCustomQueryWorker</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeJobAdapter.html#call--">call()</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCompute.html#call-org.apache.ignite.lang.IgniteCallable-">call(IgniteCallable<span class='angle_bracket'>&lt;</span>R<span class='angle_bracket'>&gt;</span>)</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 job on a node within the underlying cluster group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCompute.html#call-java.util.Collection-">call(Collection<span class='angle_bracket'>&lt;</span>? extends IgniteCallable<span class='angle_bracket'>&lt;</span>R<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>)</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 collection of jobs on nodes within the underlying cluster group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCompute.html#call-java.util.Collection-org.apache.ignite.lang.IgniteReducer-">call(Collection<span class='angle_bracket'>&lt;</span>? extends IgniteCallable<span class='angle_bracket'>&lt;</span>R1<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>, IgniteReducer<span class='angle_bracket'>&lt;</span>R1, R2<span class='angle_bracket'>&gt;</span>)</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 collection of jobs on nodes within the underlying cluster group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCompute.html#callAsync-org.apache.ignite.lang.IgniteCallable-">callAsync(IgniteCallable<span class='angle_bracket'>&lt;</span>R<span class='angle_bracket'>&gt;</span>)</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 job asynchronously on a node within the underlying cluster group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCompute.html#callAsync-java.util.Collection-">callAsync(Collection<span class='angle_bracket'>&lt;</span>? extends IgniteCallable<span class='angle_bracket'>&lt;</span>R<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>)</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 collection of jobs asynchronously on nodes within the underlying cluster group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCompute.html#callAsync-java.util.Collection-org.apache.ignite.lang.IgniteReducer-">callAsync(Collection<span class='angle_bracket'>&lt;</span>? extends IgniteCallable<span class='angle_bracket'>&lt;</span>R1<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>, IgniteReducer<span class='angle_bracket'>&lt;</span>R1, R2<span class='angle_bracket'>&gt;</span>)</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 collection of jobs asynchronously on nodes within the underlying cluster group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeJobContinuation.html#callcc--">callcc()</a></span> - Method in interface org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeJobContinuation.html" title="interface in org.apache.ignite.compute">ComputeJobContinuation</a></dt>
<dd>
<div class="block">Resumes job if it was held by <a href="org/apache/ignite/compute/ComputeJobContinuation.html#holdcc--"><code>ComputeJobContinuation.holdcc()</code></a> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeJobContinuationAdapter.html#callcc--">callcc()</a></span> - Method in class org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeJobContinuationAdapter.html" title="class in org.apache.ignite.compute">ComputeJobContinuationAdapter</a></dt>
<dd>
<div class="block">Resumes job if it was held by <a href="org/apache/ignite/compute/ComputeJobContinuation.html#holdcc--"><code>ComputeJobContinuation.holdcc()</code></a> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteScheduler.html#callLocal-java.util.concurrent.Callable-">callLocal(Callable<span class='angle_bracket'>&lt;</span>R<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteScheduler.html" title="interface in org.apache.ignite">IgniteScheduler</a></dt>
<dd>
<div class="block">Executes given callable on internal system thread pool asynchronously.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/distances/CanberraDistance.html" title="class in org.apache.ignite.ml.math.distances"><span class="typeNameLink">CanberraDistance</span></a> - Class in <a href="org/apache/ignite/ml/math/distances/package-summary.html">org.apache.ignite.ml.math.distances</a></dt>
<dd>
<div class="block">Calculates the Canberra distance between two points.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/distances/CanberraDistance.html#CanberraDistance--">CanberraDistance()</a></span> - Constructor for class org.apache.ignite.ml.math.distances.<a href="org/apache/ignite/ml/math/distances/CanberraDistance.html" title="class in org.apache.ignite.ml.math.distances">CanberraDistance</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeJob.html#cancel--">cancel()</a></span> - Method in interface org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeJob.html" title="interface in org.apache.ignite.compute">ComputeJob</a></dt>
<dd>
<div class="block">This method is called when system detects that completion of this
job can no longer alter the overall outcome (for example, when parent task
has already reduced the results).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeJobAdapter.html#cancel--">cancel()</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">This method is called when system detects that completion of this
job can no longer alter the overall outcome (for example, when parent task
has already reduced the results).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeJobSibling.html#cancel--">cancel()</a></span> - Method in interface org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeJobSibling.html" title="interface in org.apache.ignite.compute">ComputeJobSibling</a></dt>
<dd>
<div class="block">Sends a request to cancel this sibling.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteServices.html#cancel-java.lang.String-">cancel(String)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteServices.html" title="interface in org.apache.ignite">IgniteServices</a></dt>
<dd>
<div class="block">Cancels service deployment.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteFuture.html#cancel--">cancel()</a></span> - Method in interface org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteFuture.html" title="interface in org.apache.ignite.lang">IgniteFuture</a></dt>
<dd>
<div class="block">Cancels this future.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/parallelism/DefaultParallelismStrategy.FutureWrapper.html#cancel-boolean-">cancel(boolean)</a></span> - Method in class org.apache.ignite.ml.environment.parallelism.<a href="org/apache/ignite/ml/environment/parallelism/DefaultParallelismStrategy.FutureWrapper.html" title="class in org.apache.ignite.ml.environment.parallelism">DefaultParallelismStrategy.FutureWrapper</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/parallelism/NoParallelismStrategy.Stub.html#cancel-boolean-">cancel(boolean)</a></span> - Method in class org.apache.ignite.ml.environment.parallelism.<a href="org/apache/ignite/ml/environment/parallelism/NoParallelismStrategy.Stub.html" title="class in org.apache.ignite.ml.environment.parallelism">NoParallelismStrategy.Stub</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ComputeMXBean.html#cancel-java.lang.String-">cancel(String)</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ComputeMXBean.html" title="interface in org.apache.ignite.mxbean">ComputeMXBean</a></dt>
<dd>
<div class="block">Kills compute task by the session idenitifier.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DefragmentationMXBean.html#cancel--">cancel()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DefragmentationMXBean.html" title="interface in org.apache.ignite.mxbean">DefragmentationMXBean</a></dt>
<dd>
<div class="block">Cancel defragmentation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ServiceMXBean.html#cancel-java.lang.String-">cancel(String)</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ServiceMXBean.html" title="interface in org.apache.ignite.mxbean">ServiceMXBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/TransactionsMXBean.html#cancel-java.lang.String-">cancel(String)</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/TransactionsMXBean.html" title="interface in org.apache.ignite.mxbean">TransactionsMXBean</a></dt>
<dd>
<div class="block">Kills transactions by the xid.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/services/Service.html#cancel-org.apache.ignite.services.ServiceContext-">cancel(ServiceContext)</a></span> - Method in interface org.apache.ignite.services.<a href="org/apache/ignite/services/Service.html" title="interface in org.apache.ignite.services">Service</a></dt>
<dd>
<div class="block">Cancels this service.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/CollisionJobContext.html#cancel--">cancel()</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">Cancels the job.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteServices.html#cancelAll-java.util.Collection-">cancelAll(Collection<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteServices.html" title="interface in org.apache.ignite">IgniteServices</a></dt>
<dd>
<div class="block">Cancels services with specified names.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteServices.html#cancelAll--">cancelAll()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteServices.html" title="interface in org.apache.ignite">IgniteServices</a></dt>
<dd>
<div class="block">Cancels all deployed services.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteServices.html#cancelAllAsync-java.util.Collection-">cancelAllAsync(Collection<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteServices.html" title="interface in org.apache.ignite">IgniteServices</a></dt>
<dd>
<div class="block">Asynchronously cancels services with specified names.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteServices.html#cancelAllAsync--">cancelAllAsync()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteServices.html" title="interface in org.apache.ignite">IgniteServices</a></dt>
<dd>
<div class="block">Asynchronously cancels all deployed services.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteServices.html#cancelAsync-java.lang.String-">cancelAsync(String)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteServices.html" title="interface in org.apache.ignite">IgniteServices</a></dt>
<dd>
<div class="block">Asynchronously cancels service deployment.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/QueryMXBean.html#cancelContinuous-java.lang.String-java.lang.String-">cancelContinuous(String, String)</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/QueryMXBean.html" title="interface in org.apache.ignite.mxbean">QueryMXBean</a></dt>
<dd>
<div class="block">Kills continuous query by the identifier.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ScanQueryView.html#canceled--">canceled()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ScanQueryView.html" title="class in org.apache.ignite.spi.systemview.view">ScanQueryView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/QueryMXBean.html#cancelScan-java.lang.String-java.lang.String-java.lang.Long-">cancelScan(String, String, Long)</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/QueryMXBean.html" title="interface in org.apache.ignite.mxbean">QueryMXBean</a></dt>
<dd>
<div class="block">Kills scan query by the identifiers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSnapshot.html#cancelSnapshot-java.lang.String-">cancelSnapshot(String)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteSnapshot.html" title="interface in org.apache.ignite">IgniteSnapshot</a></dt>
<dd>
<div class="block">Cancel running snapshot operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/SnapshotMXBean.html#cancelSnapshot-java.lang.String-">cancelSnapshot(String)</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/SnapshotMXBean.html" title="interface in org.apache.ignite.mxbean">SnapshotMXBean</a></dt>
<dd>
<div class="block">Cancel previously started snapshot operation on the node initiator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSnapshot.html#cancelSnapshotRestore-java.lang.String-">cancelSnapshotRestore(String)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteSnapshot.html" title="interface in org.apache.ignite">IgniteSnapshot</a></dt>
<dd>
<div class="block">Cancel snapshot restore operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/QueryMXBean.html#cancelSQL-java.lang.String-">cancelSQL(String)</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/QueryMXBean.html" title="interface in org.apache.ignite.mxbean">QueryMXBean</a></dt>
<dd>
<div class="block">Kills SQL query by the identifier.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/ann/ANNClassificationModel.ANNJSONExportModel.html#candidateFeatures">candidateFeatures</a></span> - Variable in class org.apache.ignite.ml.knn.ann.<a href="org/apache/ignite/ml/knn/ann/ANNClassificationModel.ANNJSONExportModel.html" title="class in org.apache.ignite.ml.knn.ann">ANNClassificationModel.ANNJSONExportModel</a></dt>
<dd>
<div class="block">Centers of clusters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/ann/ANNClassificationModel.ANNJSONExportModel.html#candidateLabels">candidateLabels</a></span> - Variable in class org.apache.ignite.ml.knn.ann.<a href="org/apache/ignite/ml/knn/ann/ANNClassificationModel.ANNJSONExportModel.html" title="class in org.apache.ignite.ml.knn.ann">ANNClassificationModel.ANNJSONExportModel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteQueue.html#capacity--">capacity()</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">Gets maximum number of elements of the queue.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/datastructures/QueueView.html#capacity--">capacity()</a></span> - Method in class org.apache.ignite.spi.systemview.view.datastructures.<a href="org/apache/ignite/spi/systemview/view/datastructures/QueueView.html" title="class in org.apache.ignite.spi.systemview.view.datastructures">QueueView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/math/exceptions/math/CardinalityException.html" title="class in org.apache.ignite.ml.math.exceptions.math"><span class="typeNameLink">CardinalityException</span></a> - Exception in <a href="org/apache/ignite/ml/math/exceptions/math/package-summary.html">org.apache.ignite.ml.math.exceptions.math</a></dt>
<dd>
<div class="block">Indicates a cardinality mismatch in matrix or vector operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/exceptions/math/CardinalityException.html#CardinalityException-int-int-">CardinalityException(int, int)</a></span> - Constructor for exception org.apache.ignite.ml.math.exceptions.math.<a href="org/apache/ignite/ml/math/exceptions/math/CardinalityException.html" title="class in org.apache.ignite.ml.math.exceptions.math">CardinalityException</a></dt>
<dd>
<div class="block">Creates new cardinality violation exception.</div>
</dd>
<dt><a href="org/apache/ignite/cache/store/cassandra/CassandraCacheStore.html" title="class in org.apache.ignite.cache.store.cassandra"><span class="typeNameLink">CassandraCacheStore</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/cache/store/cassandra/CassandraCacheStore.html" title="type parameter in CassandraCacheStore">K</a>,<a href="org/apache/ignite/cache/store/cassandra/CassandraCacheStore.html" title="type parameter in CassandraCacheStore">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/cache/store/cassandra/package-summary.html">org.apache.ignite.cache.store.cassandra</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 Cassandra database.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/CassandraCacheStore.html#CassandraCacheStore-org.apache.ignite.cache.store.cassandra.datasource.DataSource-org.apache.ignite.cache.store.cassandra.persistence.KeyValuePersistenceSettings-int-">CassandraCacheStore(DataSource, KeyValuePersistenceSettings, int)</a></span> - Constructor for class org.apache.ignite.cache.store.cassandra.<a href="org/apache/ignite/cache/store/cassandra/CassandraCacheStore.html" title="class in org.apache.ignite.cache.store.cassandra">CassandraCacheStore</a></dt>
<dd>
<div class="block">Store constructor.</div>
</dd>
<dt><a href="org/apache/ignite/cache/store/cassandra/CassandraCacheStoreFactory.html" title="class in org.apache.ignite.cache.store.cassandra"><span class="typeNameLink">CassandraCacheStoreFactory</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/cache/store/cassandra/CassandraCacheStoreFactory.html" title="type parameter in CassandraCacheStoreFactory">K</a>,<a href="org/apache/ignite/cache/store/cassandra/CassandraCacheStoreFactory.html" title="type parameter in CassandraCacheStoreFactory">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/cache/store/cassandra/package-summary.html">org.apache.ignite.cache.store.cassandra</a></dt>
<dd>
<div class="block">Factory class to instantiate <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="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/CassandraCacheStoreFactory.html#CassandraCacheStoreFactory--">CassandraCacheStoreFactory()</a></span> - Constructor for class org.apache.ignite.cache.store.cassandra.<a href="org/apache/ignite/cache/store/cassandra/CassandraCacheStoreFactory.html" title="class in org.apache.ignite.cache.store.cassandra">CassandraCacheStoreFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/cache/store/cassandra/common/CassandraHelper.html" title="class in org.apache.ignite.cache.store.cassandra.common"><span class="typeNameLink">CassandraHelper</span></a> - Class in <a href="org/apache/ignite/cache/store/cassandra/common/package-summary.html">org.apache.ignite.cache.store.cassandra.common</a></dt>
<dd>
<div class="block">Helper class providing methods to work with Cassandra session and exceptions</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/common/CassandraHelper.html#CassandraHelper--">CassandraHelper()</a></span> - Constructor for class org.apache.ignite.cache.store.cassandra.common.<a href="org/apache/ignite/cache/store/cassandra/common/CassandraHelper.html" title="class in org.apache.ignite.cache.store.cassandra.common">CassandraHelper</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/cache/store/cassandra/session/CassandraSession.html" title="interface in org.apache.ignite.cache.store.cassandra.session"><span class="typeNameLink">CassandraSession</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">Wrapper around Cassandra driver session, to automatically handle:
Keyspace and table absence exceptions
Timeout exceptions
Batch operations
</div>
</dd>
<dt><a href="org/apache/ignite/cache/store/cassandra/session/CassandraSessionImpl.html" title="class in org.apache.ignite.cache.store.cassandra.session"><span class="typeNameLink">CassandraSessionImpl</span></a> - Class 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">Implementation for <a href="org/apache/ignite/cache/store/cassandra/session/CassandraSession.html" title="interface in org.apache.ignite.cache.store.cassandra.session"><code>CassandraSession</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/CassandraSessionImpl.html#CassandraSessionImpl-com.datastax.driver.core.Cluster.Builder-java.lang.Integer-com.datastax.driver.core.ConsistencyLevel-com.datastax.driver.core.ConsistencyLevel-long-org.apache.ignite.IgniteLogger-">CassandraSessionImpl(Cluster.Builder, Integer, ConsistencyLevel, ConsistencyLevel, long, IgniteLogger)</a></span> - Constructor for class org.apache.ignite.cache.store.cassandra.session.<a href="org/apache/ignite/cache/store/cassandra/session/CassandraSessionImpl.html" title="class in org.apache.ignite.cache.store.cassandra.session">CassandraSessionImpl</a></dt>
<dd>
<div class="block">Creates instance of Cassandra driver session wrapper.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PersistenceSettings.html#cassandraUniqueFields--">cassandraUniqueFields()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/PersistenceSettings.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">PersistenceSettings</a></dt>
<dd>
<div class="block">List of POJO fields having unique mapping to Cassandra columns - skipping aliases pointing
to the same Cassandra table column.</div>
</dd>
<dt><a href="org/apache/ignite/ml/catboost/CatboostClassificationModel.html" title="class in org.apache.ignite.ml.catboost"><span class="typeNameLink">CatboostClassificationModel</span></a> - Class in <a href="org/apache/ignite/ml/catboost/package-summary.html">org.apache.ignite.ml.catboost</a></dt>
<dd>
<div class="block">CatboostClassificationModel imported and wrapped to be compatible with Apache Ignite infrastructure.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/catboost/CatboostClassificationModel.html#CatboostClassificationModel-ai.catboost.CatBoostModel-">CatboostClassificationModel(CatBoostModel)</a></span> - Constructor for class org.apache.ignite.ml.catboost.<a href="org/apache/ignite/ml/catboost/CatboostClassificationModel.html" title="class in org.apache.ignite.ml.catboost">CatboostClassificationModel</a></dt>
<dd>
<div class="block">Constructs a new instance of Catboost model wrapper.</div>
</dd>
<dt><a href="org/apache/ignite/ml/catboost/CatboostClassificationModelParser.html" title="class in org.apache.ignite.ml.catboost"><span class="typeNameLink">CatboostClassificationModelParser</span></a> - Class in <a href="org/apache/ignite/ml/catboost/package-summary.html">org.apache.ignite.ml.catboost</a></dt>
<dd>
<div class="block">Catboost Classification model parser.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/catboost/CatboostClassificationModelParser.html#CatboostClassificationModelParser--">CatboostClassificationModelParser()</a></span> - Constructor for class org.apache.ignite.ml.catboost.<a href="org/apache/ignite/ml/catboost/CatboostClassificationModelParser.html" title="class in org.apache.ignite.ml.catboost">CatboostClassificationModelParser</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/catboost/CatboostRegressionModel.html" title="class in org.apache.ignite.ml.catboost"><span class="typeNameLink">CatboostRegressionModel</span></a> - Class in <a href="org/apache/ignite/ml/catboost/package-summary.html">org.apache.ignite.ml.catboost</a></dt>
<dd>
<div class="block">CatboostRegressionModel imported and wrapped to be compatible with Apache Ignite infrastructure.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/catboost/CatboostRegressionModel.html#CatboostRegressionModel-ai.catboost.CatBoostModel-">CatboostRegressionModel(CatBoostModel)</a></span> - Constructor for class org.apache.ignite.ml.catboost.<a href="org/apache/ignite/ml/catboost/CatboostRegressionModel.html" title="class in org.apache.ignite.ml.catboost">CatboostRegressionModel</a></dt>
<dd>
<div class="block">Constructs a new instance of Catboost model wrapper.</div>
</dd>
<dt><a href="org/apache/ignite/ml/catboost/CatboostRegressionModelParser.html" title="class in org.apache.ignite.ml.catboost"><span class="typeNameLink">CatboostRegressionModelParser</span></a> - Class in <a href="org/apache/ignite/ml/catboost/package-summary.html">org.apache.ignite.ml.catboost</a></dt>
<dd>
<div class="block">Catboost Regression model parser.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/catboost/CatboostRegressionModelParser.html#CatboostRegressionModelParser--">CatboostRegressionModelParser()</a></span> - Constructor for class org.apache.ignite.ml.catboost.<a href="org/apache/ignite/ml/catboost/CatboostRegressionModelParser.html" title="class in org.apache.ignite.ml.catboost">CatboostRegressionModelParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/encoding/EncoderPartitionData.html#categoryFrequencies--">categoryFrequencies()</a></span> - Method in class org.apache.ignite.ml.preprocessing.encoding.<a href="org/apache/ignite/ml/preprocessing/encoding/EncoderPartitionData.html" title="class in org.apache.ignite.ml.preprocessing.encoding">EncoderPartitionData</a></dt>
<dd>
<div class="block">Gets the array of maps of frequencies by value in partition for each feature in the dataset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/kmeans/ClusterizationModel.html#centers--">centers()</a></span> - Method in interface org.apache.ignite.ml.clustering.kmeans.<a href="org/apache/ignite/ml/clustering/kmeans/ClusterizationModel.html" title="interface in org.apache.ignite.ml.clustering.kmeans">ClusterizationModel</a></dt>
<dd>
<div class="block">Get cluster centers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/kmeans/KMeansModel.html#centers--">centers()</a></span> - Method in class org.apache.ignite.ml.clustering.kmeans.<a href="org/apache/ignite/ml/clustering/kmeans/KMeansModel.html" title="class in org.apache.ignite.ml.clustering.kmeans">KMeansModel</a></dt>
<dd>
<div class="block">Get cluster centers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/startup/cmdline/AboutDialog.html#centerShow-java.lang.String-java.lang.String-java.lang.String-java.util.Date-java.lang.String-">centerShow(String, String, String, Date, String)</a></span> - Static method in class org.apache.ignite.startup.cmdline.<a href="org/apache/ignite/startup/cmdline/AboutDialog.html" title="class in org.apache.ignite.startup.cmdline">AboutDialog</a></dt>
<dd>
<div class="block">Show about dialog.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/ann/ANNClassificationTrainer.CentroidStat.html#CentroidStat--">CentroidStat()</a></span> - Constructor for class org.apache.ignite.ml.knn.ann.<a href="org/apache/ignite/ml/knn/ann/ANNClassificationTrainer.CentroidStat.html" title="class in org.apache.ignite.ml.knn.ann">ANNClassificationTrainer.CentroidStat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/ann/ANNClassificationTrainer.CentroidStat.html#centroidStat">centroidStat</a></span> - Variable in class org.apache.ignite.ml.knn.ann.<a href="org/apache/ignite/ml/knn/ann/ANNClassificationTrainer.CentroidStat.html" title="class in org.apache.ignite.ml.knn.ann">ANNClassificationTrainer.CentroidStat</a></dt>
<dd>
<div class="block">Count of points closest to the center with a given index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/ann/ANNClassificationModel.ANNJSONExportModel.html#centroindsStat">centroindsStat</a></span> - Variable in class org.apache.ignite.ml.knn.ann.<a href="org/apache/ignite/ml/knn/ann/ANNClassificationModel.ANNJSONExportModel.html" title="class in org.apache.ignite.ml.knn.ann">ANNClassificationModel.ANNJSONExportModel</a></dt>
<dd>
<div class="block">Centroid statistics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/AuthenticationContext.html#certificates--">certificates()</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>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/AuthenticationContext.html#certificates-java.security.cert.Certificate:A-">certificates(Certificate[])</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">Set client SSL certificates.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/SecuritySubject.html#certificates--">certificates()</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 client certificates, or <code>null</code> if SSL were not used or client certificate checking not enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcDriver.html#CFG_URL_PREFIX">CFG_URL_PREFIX</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcDriver.html" title="class in org.apache.ignite">IgniteJdbcDriver</a></dt>
<dd>
<div class="block">Config URL prefix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#cfgNodeId">cfgNodeId</a></span> - 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>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteFuture.html#chain-org.apache.ignite.lang.IgniteClosure-">chain(IgniteClosure<span class='angle_bracket'>&lt;</span>? super IgniteFuture<span class='angle_bracket'>&lt;</span>V<span class='angle_bracket'>&gt;</span>, T<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteFuture.html" title="interface in org.apache.ignite.lang">IgniteFuture</a></dt>
<dd>
<div class="block">Make a chained future to convert result of this future (when complete) into a new format.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteFuture.html#chainAsync-org.apache.ignite.lang.IgniteClosure-java.util.concurrent.Executor-">chainAsync(IgniteClosure<span class='angle_bracket'>&lt;</span>? super IgniteFuture<span class='angle_bracket'>&lt;</span>V<span class='angle_bracket'>&gt;</span>, T<span class='angle_bracket'>&gt;</span>, Executor)</a></span> - Method in interface org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteFuture.html" title="interface in org.apache.ignite.lang">IgniteFuture</a></dt>
<dd>
<div class="block">Make a chained future to convert result of this future (when complete) into a new format.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteEncryption.html#changeCacheGroupKey-java.util.Collection-">changeCacheGroupKey(Collection<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteEncryption.html" title="interface in org.apache.ignite">IgniteEncryption</a></dt>
<dd>
<div class="block">Starts cache group encryption key change process.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/EncryptionMXBean.html#changeCacheGroupKey-java.lang.String-">changeCacheGroupKey(String)</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/EncryptionMXBean.html" title="interface in org.apache.ignite.mxbean">EncryptionMXBean</a></dt>
<dd>
<div class="block">Starts cache group encryption key change process.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteEncryption.html#changeMasterKey-java.lang.String-">changeMasterKey(String)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteEncryption.html" title="interface in org.apache.ignite">IgniteEncryption</a></dt>
<dd>
<div class="block">Starts master key change process.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/EncryptionMXBean.html#changeMasterKey-java.lang.String-">changeMasterKey(String)</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/EncryptionMXBean.html" title="interface in org.apache.ignite.mxbean">EncryptionMXBean</a></dt>
<dd>
<div class="block">Starts master key change process.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html#channelNames">channelNames</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelLexer</a></dt>
<dd>
<div class="block">Channel names.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/distances/ChebyshevDistance.html" title="class in org.apache.ignite.ml.math.distances"><span class="typeNameLink">ChebyshevDistance</span></a> - Class in <a href="org/apache/ignite/ml/math/distances/package-summary.html">org.apache.ignite.ml.math.distances</a></dt>
<dd>
<div class="block">Calculates the <code>max(x_i - y_i)</code> (Chebyshev) distance between two points.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/distances/ChebyshevDistance.html#ChebyshevDistance--">ChebyshevDistance()</a></span> - Constructor for class org.apache.ignite.ml.math.distances.<a href="org/apache/ignite/ml/math/distances/ChebyshevDistance.html" title="class in org.apache.ignite.ml.math.distances">ChebyshevDistance</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/impurity/ImpurityHistogram.html#checkAndReturnSplitValue-int-double-double-">checkAndReturnSplitValue(int, double, double)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.impurity.<a href="org/apache/ignite/ml/tree/randomforest/data/impurity/ImpurityHistogram.html" title="class in org.apache.ignite.ml.tree.randomforest.data.impurity">ImpurityHistogram</a></dt>
<dd>
<div class="block">Checks split value validity and return Optional-wrap of it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/Blas.html#checkCardinality-org.apache.ignite.ml.math.primitives.matrix.Matrix-org.apache.ignite.ml.math.primitives.vector.Vector-">checkCardinality(Matrix, Vector)</a></span> - Static method in class org.apache.ignite.ml.math.<a href="org/apache/ignite/ml/math/Blas.html" title="class in org.apache.ignite.ml.math">Blas</a></dt>
<dd>
<div class="block">Checks if Matrix A can be multiplied by vector v, if not CardinalityException is thrown.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#checkCardinality-org.apache.ignite.ml.math.primitives.vector.Vector-">checkCardinality(Vector)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#checkCardinality-double:A-">checkCardinality(double[])</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#checkCardinality-int:A-">checkCardinality(int[])</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#checkConfigurationConsistency0-org.apache.ignite.spi.IgniteSpiContext-org.apache.ignite.cluster.ClusterNode-boolean-">checkConfigurationConsistency0(IgniteSpiContext, ClusterNode, boolean)</a></span> - Method 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">Method which is called in the end of checkConfigurationConsistency() method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiAdapter.html#checkConfigurationConsistency0-org.apache.ignite.spi.IgniteSpiContext-org.apache.ignite.cluster.ClusterNode-boolean-">checkConfigurationConsistency0(IgniteSpiContext, ClusterNode, boolean)</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">Method which is called in the end of checkConfigurationConsistency() method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#checkConnection-java.util.List-">checkConnection(List<span class='angle_bracket'>&lt;</span>ClusterNode<span class='angle_bracket'>&gt;</span>)</a></span> - Method 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="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/GDBLearningStrategy.html#checkConvergenceStgyFactory">checkConvergenceStgyFactory</a></span> - Variable in class org.apache.ignite.ml.composition.boosting.<a href="org/apache/ignite/ml/composition/boosting/GDBLearningStrategy.html" title="class in org.apache.ignite.ml.composition.boosting">GDBLearningStrategy</a></dt>
<dd>
<div class="block">Check convergence strategy factory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/GDBTrainer.html#checkConvergenceStgyFactory">checkConvergenceStgyFactory</a></span> - Variable in class org.apache.ignite.ml.composition.boosting.<a href="org/apache/ignite/ml/composition/boosting/GDBTrainer.html" title="class in org.apache.ignite.ml.composition.boosting">GDBTrainer</a></dt>
<dd>
<div class="block">Check convergence strategy factory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PersistenceSettings.html#checkDuplicates-java.util.List-">checkDuplicates(List<span class='angle_bracket'>&lt;</span>F<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/PersistenceSettings.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">PersistenceSettings</a></dt>
<dd>
<div class="block">Checks if there are POJO filed with the same name or same Cassandra column specified in persistence settings.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#checkFailedError-org.apache.ignite.spi.discovery.tcp.messages.TcpDiscoveryCheckFailedMessage-">checkFailedError(TcpDiscoveryCheckFailedMessage)</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="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiOperationTimeoutHelper.html#checkFailureTimeoutReached-java.lang.Exception-">checkFailureTimeoutReached(Exception)</a></span> - Method in class org.apache.ignite.spi.<a href="org/apache/ignite/spi/IgniteSpiOperationTimeoutHelper.html" title="class in org.apache.ignite.spi">IgniteSpiOperationTimeoutHelper</a></dt>
<dd>
<div class="block">Checks whether the given <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang"><code>Exception</code></a> is a timeout.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#checkIgnite--">checkIgnite()</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 if this bean is valid.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#checkIndex-int-">checkIndex(int)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Check index bounds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/aop/GridifySetToSetAbstractAspect.html#checkIsSplitToJobsAllowed-org.apache.ignite.internal.util.gridify.GridifyRangeArgument-org.apache.ignite.compute.gridify.GridifySetToSet-">checkIsSplitToJobsAllowed(GridifyRangeArgument, GridifySetToSet)</a></span> - Method in class org.apache.ignite.compute.gridify.aop.<a href="org/apache/ignite/compute/gridify/aop/GridifySetToSetAbstractAspect.html" title="class in org.apache.ignite.compute.gridify.aop">GridifySetToSetAbstractAspect</a></dt>
<dd>
<div class="block">Check if split allowed for input argument.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/aop/GridifySetToValueAbstractAspect.html#checkIsSplitToJobsAllowed-org.apache.ignite.internal.util.gridify.GridifyRangeArgument-org.apache.ignite.compute.gridify.GridifySetToValue-">checkIsSplitToJobsAllowed(GridifyRangeArgument, GridifySetToValue)</a></span> - Method in class org.apache.ignite.compute.gridify.aop.<a href="org/apache/ignite/compute/gridify/aop/GridifySetToValueAbstractAspect.html" title="class in org.apache.ignite.compute.gridify.aop">GridifySetToValueAbstractAspect</a></dt>
<dd>
<div class="block">Check if split allowed for input argument.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/aop/GridifySetToSetAbstractAspect.html#checkMethodSignature-java.lang.reflect.Method-">checkMethodSignature(Method)</a></span> - Method in class org.apache.ignite.compute.gridify.aop.<a href="org/apache/ignite/compute/gridify/aop/GridifySetToSetAbstractAspect.html" title="class in org.apache.ignite.compute.gridify.aop">GridifySetToSetAbstractAspect</a></dt>
<dd>
<div class="block">Check method signature.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/aop/GridifySetToValueAbstractAspect.html#checkMethodSignature-java.lang.reflect.Method-">checkMethodSignature(Method)</a></span> - Method in class org.apache.ignite.compute.gridify.aop.<a href="org/apache/ignite/compute/gridify/aop/GridifySetToValueAbstractAspect.html" title="class in org.apache.ignite.compute.gridify.aop">GridifySetToValueAbstractAspect</a></dt>
<dd>
<div class="block">Check method signature.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#CHECKPOINT_PARALLEL_SORT_THRESHOLD">CHECKPOINT_PARALLEL_SORT_THRESHOLD</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Starting from this number of dirty pages in checkpoint, array will be sorted with
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Arrays.html?is-external=true#parallelSort-T:A-" title="class or interface in java.util"><code>Arrays.parallelSort(Comparable[])</code></a> in case of <a href="org/apache/ignite/configuration/CheckpointWriteOrder.html#SEQUENTIAL"><code>CheckpointWriteOrder.SEQUENTIAL</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#CHECKPOINT_SPI_FORMATTED_DESC">CHECKPOINT_SPI_FORMATTED_DESC</a></span> - Static variable 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><a href="org/apache/ignite/events/CheckpointEvent.html" title="class in org.apache.ignite.events"><span class="typeNameLink">CheckpointEvent</span></a> - Class in <a href="org/apache/ignite/events/package-summary.html">org.apache.ignite.events</a></dt>
<dd>
<div class="block">Grid checkpoint event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/CheckpointEvent.html#CheckpointEvent--">CheckpointEvent()</a></span> - Constructor for class org.apache.ignite.events.<a href="org/apache/ignite/events/CheckpointEvent.html" title="class in org.apache.ignite.events">CheckpointEvent</a></dt>
<dd>
<div class="block">No-arg constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/CheckpointEvent.html#CheckpointEvent-org.apache.ignite.cluster.ClusterNode-java.lang.String-int-java.lang.String-">CheckpointEvent(ClusterNode, String, int, String)</a></span> - Constructor for class org.apache.ignite.events.<a href="org/apache/ignite/events/CheckpointEvent.html" title="class in org.apache.ignite.events">CheckpointEvent</a></dt>
<dd>
<div class="block">Creates new checkpoint event with given parameters.</div>
</dd>
<dt><a href="org/apache/ignite/spi/checkpoint/CheckpointListener.html" title="interface in org.apache.ignite.spi.checkpoint"><span class="typeNameLink">CheckpointListener</span></a> - Interface in <a href="org/apache/ignite/spi/checkpoint/package-summary.html">org.apache.ignite.spi.checkpoint</a></dt>
<dd>
<div class="block">Listener for notifications of checkpoints removed by <a href="org/apache/ignite/spi/checkpoint/CheckpointSpi.html" title="interface in org.apache.ignite.spi.checkpoint"><code>CheckpointSpi</code></a>.</div>
</dd>
<dt><a href="org/apache/ignite/spi/checkpoint/CheckpointSpi.html" title="interface in org.apache.ignite.spi.checkpoint"><span class="typeNameLink">CheckpointSpi</span></a> - Interface in <a href="org/apache/ignite/spi/checkpoint/package-summary.html">org.apache.ignite.spi.checkpoint</a></dt>
<dd>
<div class="block">Checkpoint SPI provides an ability to save an intermediate job state.</div>
</dd>
<dt><a href="org/apache/ignite/configuration/CheckpointWriteOrder.html" title="enum in org.apache.ignite.configuration"><span class="typeNameLink">CheckpointWriteOrder</span></a> - Enum in <a href="org/apache/ignite/configuration/package-summary.html">org.apache.ignite.configuration</a></dt>
<dd>
<div class="block">This enum defines order of writing pages to disk storage during checkpoint.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html#checkRingLatency-int-">checkRingLatency(int)</a></span> - Method in interface org.apache.ignite.spi.discovery.tcp.<a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html" title="interface in org.apache.ignite.spi.discovery.tcp">TcpDiscoverySpiMBean</a></dt>
<dd>
<div class="block">Diagnosis method for determining ring message latency.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/StripedExecutorMXBean.html#checkStarvation--">checkStarvation()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/StripedExecutorMXBean.html" title="interface in org.apache.ignite.mxbean">StripedExecutorMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Will be removed at 3.0.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/ExponentialBackoffTimeoutStrategy.html#checkTimeout-long-">checkTimeout(long)</a></span> - Method in class org.apache.ignite.spi.<a href="org/apache/ignite/spi/ExponentialBackoffTimeoutStrategy.html" title="class in org.apache.ignite.spi">ExponentialBackoffTimeoutStrategy</a></dt>
<dd>
<div class="block">Check if total timeout will be reached in now() + timeInFut.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/TimeoutStrategy.html#checkTimeout-long-">checkTimeout(long)</a></span> - Method in interface org.apache.ignite.spi.<a href="org/apache/ignite/spi/TimeoutStrategy.html" title="interface in org.apache.ignite.spi">TimeoutStrategy</a></dt>
<dd>
<div class="block">Check if total timeout will be reached in now() + timeInFut.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/TimeoutStrategy.html#checkTimeout--">checkTimeout()</a></span> - Method in interface org.apache.ignite.spi.<a href="org/apache/ignite/spi/TimeoutStrategy.html" title="interface in org.apache.ignite.spi">TimeoutStrategy</a></dt>
<dd>
<div class="block">Check if total timeout will be reached by now.</div>
</dd>
<dt><a href="org/apache/ignite/ml/util/genetic/Chromosome.html" title="class in org.apache.ignite.ml.util.genetic"><span class="typeNameLink">Chromosome</span></a> - Class in <a href="org/apache/ignite/ml/util/genetic/package-summary.html">org.apache.ignite.ml.util.genetic</a></dt>
<dd>
<div class="block">Represents the set of genes, known as chromosome in genetic programming.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/genetic/Chromosome.html#Chromosome-int-">Chromosome(int)</a></span> - Constructor for class org.apache.ignite.ml.util.genetic.<a href="org/apache/ignite/ml/util/genetic/Chromosome.html" title="class in org.apache.ignite.ml.util.genetic">Chromosome</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/genetic/Chromosome.html#Chromosome-java.lang.Double:A-">Chromosome(Double[])</a></span> - Constructor for class org.apache.ignite.ml.util.genetic.<a href="org/apache/ignite/ml/util/genetic/Chromosome.html" title="class in org.apache.ignite.ml.util.genetic">Chromosome</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionSpi.html#CIPHER_ALGO">CIPHER_ALGO</a></span> - Static variable in class org.apache.ignite.spi.encryption.keystore.<a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionSpi.html" title="class in org.apache.ignite.spi.encryption.keystore">KeystoreEncryptionSpi</a></dt>
<dd>
<div class="block">Algorithm supported by implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGeneratorPrimitives.html#circle-double-">circle(double)</a></span> - Static method in class org.apache.ignite.ml.util.generators.primitives.vector.<a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGeneratorPrimitives.html" title="class in org.apache.ignite.ml.util.generators.primitives.vector">VectorGeneratorPrimitives</a></dt>
<dd>
<div class="block">Returns vector generator of 2D-vectors from circle-like distribution around zero.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGeneratorPrimitives.html#circle-double-long-">circle(double, long)</a></span> - Static method in class org.apache.ignite.ml.util.generators.primitives.vector.<a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGeneratorPrimitives.html" title="class in org.apache.ignite.ml.util.generators.primitives.vector">VectorGeneratorPrimitives</a></dt>
<dd>
<div class="block">Returns vector generator of 2D-vectors from circle-like distribution around zero.</div>
</dd>
<dt><a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/ClassificationMetricsAggregator.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator.aggregator"><span class="typeNameLink">ClassificationMetricsAggregator</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/ClassificationMetricsAggregator.html" title="type parameter in ClassificationMetricsAggregator">L</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/package-summary.html">org.apache.ignite.ml.selection.scoring.evaluator.aggregator</a></dt>
<dd>
<div class="block">Class represents aggregations for classification metric (including multi-classification case).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/ClassificationMetricsAggregator.html#ClassificationMetricsAggregator--">ClassificationMetricsAggregator()</a></span> - Constructor for class org.apache.ignite.ml.selection.scoring.evaluator.aggregator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/ClassificationMetricsAggregator.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator.aggregator">ClassificationMetricsAggregator</a></dt>
<dd>
<div class="block">Creates an instance of ClassificationMetricsAggregator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/ClassificationMetricsAggregator.html#ClassificationMetricsAggregator-long-long-">ClassificationMetricsAggregator(long, long)</a></span> - Constructor for class org.apache.ignite.ml.selection.scoring.evaluator.aggregator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/ClassificationMetricsAggregator.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator.aggregator">ClassificationMetricsAggregator</a></dt>
<dd>
<div class="block">Creates an instance of ClassificationMetricsAggregator.</div>
</dd>
<dt><a href="org/apache/ignite/ml/tree/randomforest/data/statistics/ClassifierLeafValuesComputer.html" title="class in org.apache.ignite.ml.tree.randomforest.data.statistics"><span class="typeNameLink">ClassifierLeafValuesComputer</span></a> - Class in <a href="org/apache/ignite/ml/tree/randomforest/data/statistics/package-summary.html">org.apache.ignite.ml.tree.randomforest.data.statistics</a></dt>
<dd>
<div class="block">Implementation of <a href="org/apache/ignite/ml/tree/randomforest/data/statistics/LeafValuesComputer.html" title="class in org.apache.ignite.ml.tree.randomforest.data.statistics"><code>LeafValuesComputer</code></a> for classification task.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/statistics/ClassifierLeafValuesComputer.html#ClassifierLeafValuesComputer-java.util.Map-">ClassifierLeafValuesComputer(Map<span class='angle_bracket'>&lt;</span>Double, Integer<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.tree.randomforest.data.statistics.<a href="org/apache/ignite/ml/tree/randomforest/data/statistics/ClassifierLeafValuesComputer.html" title="class in org.apache.ignite.ml.tree.randomforest.data.statistics">ClassifierLeafValuesComputer</a></dt>
<dd>
<div class="block">Creates an instance of ClassifierLeafValuesComputer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/aop/GridifyDefaultRangeTask.html#classLoader--">classLoader()</a></span> - Method in class org.apache.ignite.compute.gridify.aop.<a href="org/apache/ignite/compute/gridify/aop/GridifyDefaultRangeTask.html" title="class in org.apache.ignite.compute.gridify.aop">GridifyDefaultRangeTask</a></dt>
<dd>
<div class="block">Gets class loader for the class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/aop/GridifyDefaultTask.html#classLoader--">classLoader()</a></span> - Method in class org.apache.ignite.compute.gridify.aop.<a href="org/apache/ignite/compute/gridify/aop/GridifyDefaultTask.html" title="class in org.apache.ignite.compute.gridify.aop">GridifyDefaultTask</a></dt>
<dd>
<div class="block">Gets class loader for the class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/osgi/IgniteOsgiUtils.html#classloaders--">classloaders()</a></span> - Static method in class org.apache.ignite.osgi.<a href="org/apache/ignite/osgi/IgniteOsgiUtils.html" title="class in org.apache.ignite.osgi">IgniteOsgiUtils</a></dt>
<dd>
<div class="block">Returns a <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util"><code>Map</code></a> of <a href="org/apache/ignite/Ignite.html" title="interface in org.apache.ignite"><code>Ignite</code></a> instances and the classloaders of the <code>Bundle</code>s they were
started from.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/osgi/IgniteAbstractOsgiContextActivator.html#classLoadingStrategy--">classLoadingStrategy()</a></span> - Method in class org.apache.ignite.osgi.<a href="org/apache/ignite/osgi/IgniteAbstractOsgiContextActivator.html" title="class in org.apache.ignite.osgi">IgniteAbstractOsgiContextActivator</a></dt>
<dd>
<div class="block">Override this method to indicate which classloading strategy to use.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/CacheQueryExecutedEvent.html#className--">className()</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 queried class name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/CacheQueryReadEvent.html#className--">className()</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 queried class name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/marshaller/MarshallerContext.html#classNameFilter--">classNameFilter()</a></span> - Method in interface org.apache.ignite.marshaller.<a href="org/apache/ignite/marshaller/MarshallerContext.html" title="interface in org.apache.ignite.marshaller">MarshallerContext</a></dt>
<dd>
<div class="block">Returns class name filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/marshaller/MarshallerUtils.html#classNameFilter-java.lang.ClassLoader-">classNameFilter(ClassLoader)</a></span> - Static method in class org.apache.ignite.marshaller.<a href="org/apache/ignite/marshaller/MarshallerUtils.html" title="class in org.apache.ignite.marshaller">MarshallerUtils</a></dt>
<dd>
<div class="block">Returns class name filter for marshaller.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/osgi/classloaders/BundleDelegatingClassLoader.html#classNotFoundException-java.lang.String-">classNotFoundException(String)</a></span> - Method 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">Builds a <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/ClassNotFoundException.html?is-external=true" title="class or interface in java.lang"><code>ClassNotFoundException</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/CacheQueryExecutedEvent.html#clause--">clause()</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 clause.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/CacheQueryReadEvent.html#clause--">clause()</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 clause.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiThread.html#cleanup--">cleanup()</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">Should be overridden by child classes if cleanup logic is required.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#clear-java.lang.Object-">clear(Object)</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">Clears key on all nodes that store it's data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#clear--">clear()</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">Clears cache on all nodes that store it's data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCache.html#clear--">clear()</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a></dt>
<dd>
<div class="block">Clears the contents of the cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCache.html#clear-K-">clear(K)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a></dt>
<dd>
<div class="block">Clears entry with specified key from the cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#clear--">clear()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#clear-K-">clear(K)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Clears entry from the cache and swap storage, without notifying listeners or
<code>CacheWriter</code>s.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteQueue.html#clear--">clear()</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="memberNameLink"><a href="org/apache/ignite/IgniteQueue.html#clear-int-">clear(int)</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">Removes all of the elements from this queue.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSet.html#clear--">clear()</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="memberNameLink"><a href="org/apache/ignite/lang/IgniteBiTuple.html#clear--">clear()</a></span> - Method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteBiTuple.html" title="class in org.apache.ignite.lang">IgniteBiTuple</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#clear--">clear()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#clearAll-java.util.Set-">clearAll(Set)</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">Clears keys on all nodes that store it's data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCache.html#clearAll-java.util.Set-">clearAll(Set<span class='angle_bracket'>&lt;</span>? extends K<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a></dt>
<dd>
<div class="block">Clears entries with specified keys from the cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#clearAll-java.util.Set-">clearAll(Set<span class='angle_bracket'>&lt;</span>? extends K<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Clears entries from the cache and swap storage, without notifying listeners or
<code>CacheWriter</code>s.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/eventstorage/memory/MemoryEventStorageSpi.html#clearAll--">clearAll()</a></span> - Method in class org.apache.ignite.spi.eventstorage.memory.<a href="org/apache/ignite/spi/eventstorage/memory/MemoryEventStorageSpi.html" title="class in org.apache.ignite.spi.eventstorage.memory">MemoryEventStorageSpi</a></dt>
<dd>
<div class="block">Removes all events from the event queue.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/eventstorage/memory/MemoryEventStorageSpiMBean.html#clearAll--">clearAll()</a></span> - Method in interface org.apache.ignite.spi.eventstorage.memory.<a href="org/apache/ignite/spi/eventstorage/memory/MemoryEventStorageSpiMBean.html" title="interface in org.apache.ignite.spi.eventstorage.memory">MemoryEventStorageSpiMBean</a></dt>
<dd>
<div class="block">Removes all events from the event queue.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#clearAllAsync-java.util.Set-">clearAllAsync(Set)</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCache.html#clearAllAsync-java.util.Set-">clearAllAsync(Set<span class='angle_bracket'>&lt;</span>? extends K<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a></dt>
<dd>
<div class="block">Clears entries with specified keys from the cache asynchronously.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#clearAllAsync-java.util.Set-">clearAllAsync(Set<span class='angle_bracket'>&lt;</span>? extends K<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Asynchronously clears entries from the cache and swap storage, without notifying listeners or
<code>CacheWriter</code>s.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#clearAsync--">clearAsync()</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#clearAsync-java.lang.Object-">clearAsync(Object)</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCache.html#clearAsync--">clearAsync()</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a></dt>
<dd>
<div class="block">Clears the contents of the cache asynchronously.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCache.html#clearAsync-K-">clearAsync(K)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a></dt>
<dd>
<div class="block">Clears entry with specified key from the cache asynchronously.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#clearAsync--">clearAsync()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Asynchronously clears the contents of the cache, without notifying listeners or
<code>CacheWriter</code>s.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#clearAsync-K-">clearAsync(K)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Asynchronously clears entry from the cache and swap storage, without notifying listeners or
<code>CacheWriter</code>s.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/marshaller/MarshallerExclusions.html#clearCache--">clearCache()</a></span> - Static method in class org.apache.ignite.marshaller.<a href="org/apache/ignite/marshaller/MarshallerExclusions.html" title="class in org.apache.ignite.marshaller">MarshallerExclusions</a></dt>
<dd>
<div class="block">Intended for test purposes only.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#clearLocally-boolean-boolean-boolean-">clearLocally(boolean, boolean, boolean)</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">Clears all entries from this cache only if the entry is not
currently locked or participating in a transaction.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#clearLocally-java.lang.Object-">clearLocally(Object)</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">Clears an entry from this cache and swap storage only if the entry
is not currently locked, and is not participating in a transaction.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#clearLocallyAll-java.util.Set-boolean-boolean-boolean-">clearLocallyAll(Set, boolean, boolean, boolean)</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">Clears entries from this cache and swap storage only if the entry
is not currently locked, and is not participating in a transaction.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#clearNodeLocalMap--">clearNodeLocalMap()</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">Clears node local map.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#clearQueryEntities--">clearQueryEntities()</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>
<dd>
<div class="block">Clear query entities.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#clearStatistics--">clearStatistics()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Clear cluster statistics for this cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCluster.html#clearStatistics-java.util.Collection-">clearStatistics(Collection<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCluster.html" title="interface in org.apache.ignite">IgniteCluster</a></dt>
<dd>
<div class="block">Clear statistics for caches cluster wide.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#CLIENT_THROTTLE_RECONNECT_RESET_TIMEOUT_INTERVAL">CLIENT_THROTTLE_RECONNECT_RESET_TIMEOUT_INTERVAL</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Time interval that indicates that client reconnect throttle must be reset to zero. 2 minutes by default.</div>
</dd>
<dt><a href="org/apache/ignite/client/ClientAddressFinder.html" title="interface in org.apache.ignite.client"><span class="typeNameLink">ClientAddressFinder</span></a> - Interface in <a href="org/apache/ignite/client/package-summary.html">org.apache.ignite.client</a></dt>
<dd>
<div class="block">This interface provides a list of addresses of Ignite server nodes within a cluster.</div>
</dd>
<dt><a href="org/apache/ignite/client/ClientAuthenticationException.html" title="class in org.apache.ignite.client"><span class="typeNameLink">ClientAuthenticationException</span></a> - Exception in <a href="org/apache/ignite/client/package-summary.html">org.apache.ignite.client</a></dt>
<dd>
<div class="block">Indicates user name or password is invalid.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientAuthenticationException.html#ClientAuthenticationException-java.lang.String-">ClientAuthenticationException(String)</a></span> - Constructor for exception org.apache.ignite.client.<a href="org/apache/ignite/client/ClientAuthenticationException.html" title="class in org.apache.ignite.client">ClientAuthenticationException</a></dt>
<dd>
<div class="block">Default constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientAuthenticationException.html#ClientAuthenticationException-java.lang.String-java.lang.Throwable-">ClientAuthenticationException(String, Throwable)</a></span> - Constructor for exception org.apache.ignite.client.<a href="org/apache/ignite/client/ClientAuthenticationException.html" title="class in org.apache.ignite.client">ClientAuthenticationException</a></dt>
<dd>
<div class="block">Constructs a new exception with the specified detail message and cause.</div>
</dd>
<dt><a href="org/apache/ignite/client/ClientAuthorizationException.html" title="class in org.apache.ignite.client"><span class="typeNameLink">ClientAuthorizationException</span></a> - Exception in <a href="org/apache/ignite/client/package-summary.html">org.apache.ignite.client</a></dt>
<dd>
<div class="block">Indicates user has no permission to perform operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientAuthorizationException.html#ClientAuthorizationException--">ClientAuthorizationException()</a></span> - Constructor for exception org.apache.ignite.client.<a href="org/apache/ignite/client/ClientAuthorizationException.html" title="class in org.apache.ignite.client">ClientAuthorizationException</a></dt>
<dd>
<div class="block">Default constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientAuthorizationException.html#ClientAuthorizationException-java.lang.Throwable-">ClientAuthorizationException(Throwable)</a></span> - Constructor for exception org.apache.ignite.client.<a href="org/apache/ignite/client/ClientAuthorizationException.html" title="class in org.apache.ignite.client">ClientAuthorizationException</a></dt>
<dd>
<div class="block">Constructs a new exception with the specified cause and a detail
message of <tt>(cause==null ?</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientAuthorizationException.html#ClientAuthorizationException-java.lang.String-java.lang.Throwable-">ClientAuthorizationException(String, Throwable)</a></span> - Constructor for exception org.apache.ignite.client.<a href="org/apache/ignite/client/ClientAuthorizationException.html" title="class in org.apache.ignite.client">ClientAuthorizationException</a></dt>
<dd>
<div class="block">Constructs a new exception with the specified detail message and cause.</div>
</dd>
<dt><a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client"><span class="typeNameLink">ClientCache</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">K</a>,<a href="org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">V</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/client/package-summary.html">org.apache.ignite.client</a></dt>
<dd>
<div class="block">Thin client cache.</div>
</dd>
<dt><a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client"><span class="typeNameLink">ClientCacheConfiguration</span></a> - Class in <a href="org/apache/ignite/client/package-summary.html">org.apache.ignite.client</a></dt>
<dd>
<div class="block">Cache configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#ClientCacheConfiguration--">ClientCacheConfiguration()</a></span> - Constructor for class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>
<div class="block">Default constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#ClientCacheConfiguration-org.apache.ignite.client.ClientCacheConfiguration-">ClientCacheConfiguration(ClientCacheConfiguration)</a></span> - Constructor for class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>
<div class="block">Creates client cache configuration by coping all configuration properties from the given one.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/deploy/DeployingContext.html#clientClassLoader--">clientClassLoader()</a></span> - Method in interface org.apache.ignite.ml.environment.deploy.<a href="org/apache/ignite/ml/environment/deploy/DeployingContext.html" title="interface in org.apache.ignite.ml.environment.deploy">DeployingContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/deploy/DeployingContextImpl.html#clientClassLoader--">clientClassLoader()</a></span> - Method in class org.apache.ignite.ml.environment.deploy.<a href="org/apache/ignite/ml/environment/deploy/DeployingContextImpl.html" title="class in org.apache.ignite.ml.environment.deploy">DeployingContextImpl</a></dt>
<dt><a href="org/apache/ignite/client/ClientCluster.html" title="interface in org.apache.ignite.client"><span class="typeNameLink">ClientCluster</span></a> - Interface in <a href="org/apache/ignite/client/package-summary.html">org.apache.ignite.client</a></dt>
<dd>
<div class="block">Thin client cluster facade.</div>
</dd>
<dt><a href="org/apache/ignite/client/ClientClusterGroup.html" title="interface in org.apache.ignite.client"><span class="typeNameLink">ClientClusterGroup</span></a> - Interface in <a href="org/apache/ignite/client/package-summary.html">org.apache.ignite.client</a></dt>
<dd>
<div class="block">Thin client cluster group facade.</div>
</dd>
<dt><a href="org/apache/ignite/client/ClientCompute.html" title="interface in org.apache.ignite.client"><span class="typeNameLink">ClientCompute</span></a> - Interface in <a href="org/apache/ignite/client/package-summary.html">org.apache.ignite.client</a></dt>
<dd>
<div class="block">Thin client compute facade.</div>
</dd>
<dt><a href="org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration"><span class="typeNameLink">ClientConfiguration</span></a> - Class in <a href="org/apache/ignite/configuration/package-summary.html">org.apache.ignite.configuration</a></dt>
<dd>
<div class="block"><code>TcpIgniteClient</code> configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConfiguration.html#ClientConfiguration--">ClientConfiguration()</a></span> - Constructor for class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration">ClientConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/client/ClientConnectionException.html" title="class in org.apache.ignite.client"><span class="typeNameLink">ClientConnectionException</span></a> - Exception in <a href="org/apache/ignite/client/package-summary.html">org.apache.ignite.client</a></dt>
<dd>
<div class="block">Indicates all the Ignite servers specified in the client configuration are no longer available.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientConnectionException.html#ClientConnectionException-java.lang.String-">ClientConnectionException(String)</a></span> - Constructor for exception org.apache.ignite.client.<a href="org/apache/ignite/client/ClientConnectionException.html" title="class in org.apache.ignite.client">ClientConnectionException</a></dt>
<dd>
<div class="block">Constructs a new exception with the specified detail message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientConnectionException.html#ClientConnectionException-java.lang.String-java.lang.Throwable-">ClientConnectionException(String, Throwable)</a></span> - Constructor for exception org.apache.ignite.client.<a href="org/apache/ignite/client/ClientConnectionException.html" title="class in org.apache.ignite.client">ClientConnectionException</a></dt>
<dd>
<div class="block">Constructs a new exception with the specified cause and detail message.</div>
</dd>
<dt><a href="org/apache/ignite/spi/systemview/view/ClientConnectionView.html" title="class in org.apache.ignite.spi.systemview.view"><span class="typeNameLink">ClientConnectionView</span></a> - Class in <a href="org/apache/ignite/spi/systemview/view/package-summary.html">org.apache.ignite.spi.systemview.view</a></dt>
<dd>
<div class="block">Client connection system view row.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ClientConnectionView.html#ClientConnectionView-org.apache.ignite.internal.util.nio.GridNioSession-">ClientConnectionView(GridNioSession)</a></span> - Constructor for class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ClientConnectionView.html" title="class in org.apache.ignite.spi.systemview.view">ClientConnectionView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html" title="class in org.apache.ignite.configuration"><span class="typeNameLink">ClientConnectorConfiguration</span></a> - Class in <a href="org/apache/ignite/configuration/package-summary.html">org.apache.ignite.configuration</a></dt>
<dd>
<div class="block">Client connector configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html#ClientConnectorConfiguration--">ClientConnectorConfiguration()</a></span> - Constructor for class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ClientConnectorConfiguration</a></dt>
<dd>
<div class="block">Creates SQL connector configuration with all default values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html#ClientConnectorConfiguration-org.apache.ignite.configuration.ClientConnectorConfiguration-">ClientConnectorConfiguration(ClientConnectorConfiguration)</a></span> - Constructor for class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ClientConnectorConfiguration</a></dt>
<dd>
<div class="block">Creates SQL connector configuration by copying all properties from given configuration.</div>
</dd>
<dt><a href="org/apache/ignite/client/ClientDisconnectListener.html" title="interface in org.apache.ignite.client"><span class="typeNameLink">ClientDisconnectListener</span></a> - Interface in <a href="org/apache/ignite/client/package-summary.html">org.apache.ignite.client</a></dt>
<dd>
<div class="block">Client disconnected event listener.</div>
</dd>
<dt><a href="org/apache/ignite/client/ClientException.html" title="class in org.apache.ignite.client"><span class="typeNameLink">ClientException</span></a> - Exception in <a href="org/apache/ignite/client/package-summary.html">org.apache.ignite.client</a></dt>
<dd>
<div class="block">Common thin client unchecked exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientException.html#ClientException--">ClientException()</a></span> - Constructor for exception org.apache.ignite.client.<a href="org/apache/ignite/client/ClientException.html" title="class in org.apache.ignite.client">ClientException</a></dt>
<dd>
<div class="block">Constructs a new exception with <code>null</code> as its detail message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientException.html#ClientException-java.lang.String-">ClientException(String)</a></span> - Constructor for exception org.apache.ignite.client.<a href="org/apache/ignite/client/ClientException.html" title="class in org.apache.ignite.client">ClientException</a></dt>
<dd>
<div class="block">Constructs a new exception with the specified detail message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientException.html#ClientException-java.lang.Throwable-">ClientException(Throwable)</a></span> - Constructor for exception org.apache.ignite.client.<a href="org/apache/ignite/client/ClientException.html" title="class in org.apache.ignite.client">ClientException</a></dt>
<dd>
<div class="block">Constructs a new exception with the specified cause and a detail
message of <tt>(cause==null ?</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientException.html#ClientException-java.lang.String-java.lang.Throwable-">ClientException(String, Throwable)</a></span> - Constructor for exception org.apache.ignite.client.<a href="org/apache/ignite/client/ClientException.html" title="class in org.apache.ignite.client">ClientException</a></dt>
<dd>
<div class="block">Constructs a new exception with the specified detail message and cause.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientException.html#ClientException-java.lang.String-java.lang.Throwable-boolean-boolean-">ClientException(String, Throwable, boolean, boolean)</a></span> - Constructor for exception org.apache.ignite.client.<a href="org/apache/ignite/client/ClientException.html" title="class in org.apache.ignite.client">ClientException</a></dt>
<dd>
<div class="block">Constructs a new exception with the specified detail message,
cause, suppression enabled or disabled, and writable stack
trace enabled or disabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiAdapter.html#clientFailureDetectionTimeout--">clientFailureDetectionTimeout()</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">Returns client failure detection timeout set to use for network related operations.</div>
</dd>
<dt><a href="org/apache/ignite/client/ClientFeatureNotSupportedByServerException.html" title="class in org.apache.ignite.client"><span class="typeNameLink">ClientFeatureNotSupportedByServerException</span></a> - Exception in <a href="org/apache/ignite/client/package-summary.html">org.apache.ignite.client</a></dt>
<dd>
<div class="block">Feature not supported by server exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientFeatureNotSupportedByServerException.html#ClientFeatureNotSupportedByServerException-java.lang.String-">ClientFeatureNotSupportedByServerException(String)</a></span> - Constructor for exception org.apache.ignite.client.<a href="org/apache/ignite/client/ClientFeatureNotSupportedByServerException.html" title="class in org.apache.ignite.client">ClientFeatureNotSupportedByServerException</a></dt>
<dd>
<div class="block">Constructs a new exception with the specified detail message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientFeatureNotSupportedByServerException.html#ClientFeatureNotSupportedByServerException-org.apache.ignite.internal.client.thin.ProtocolBitmaskFeature-">ClientFeatureNotSupportedByServerException(ProtocolBitmaskFeature)</a></span> - Constructor for exception org.apache.ignite.client.<a href="org/apache/ignite/client/ClientFeatureNotSupportedByServerException.html" title="class in org.apache.ignite.client">ClientFeatureNotSupportedByServerException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientFeatureNotSupportedByServerException.html#ClientFeatureNotSupportedByServerException-java.lang.String-java.lang.Throwable-">ClientFeatureNotSupportedByServerException(String, Throwable)</a></span> - Constructor for exception org.apache.ignite.client.<a href="org/apache/ignite/client/ClientFeatureNotSupportedByServerException.html" title="class in org.apache.ignite.client">ClientFeatureNotSupportedByServerException</a></dt>
<dd>
<div class="block">Constructs a new exception with the specified cause and detail message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/BulkLoadContextCursor.html#clientParams--">clientParams()</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/BulkLoadContextCursor.html" title="class in org.apache.ignite.cache.query">BulkLoadContextCursor</a></dt>
<dd>
<div class="block">Returns the bulk load parameters to send to the client.</div>
</dd>
<dt><a href="org/apache/ignite/mxbean/ClientProcessorMXBean.html" title="interface in org.apache.ignite.mxbean"><span class="typeNameLink">ClientProcessorMXBean</span></a> - Interface in <a href="org/apache/ignite/mxbean/package-summary.html">org.apache.ignite.mxbean</a></dt>
<dd>
<div class="block">MXBean interface that provides access to ODBC\JDBC\Thin client connections.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/isolated/IsolatedDiscoverySpi.html#clientReconnect--">clientReconnect()</a></span> - Method in class org.apache.ignite.spi.discovery.isolated.<a href="org/apache/ignite/spi/discovery/isolated/IsolatedDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.isolated">IsolatedDiscoverySpi</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#clientReconnect--">clientReconnect()</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html#clientReconnect--">clientReconnect()</a></span> - Method in class org.apache.ignite.spi.discovery.zk.<a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.zk">ZookeeperDiscoverySpi</a></dt>
<dt><a href="org/apache/ignite/client/ClientReconnectedException.html" title="class in org.apache.ignite.client"><span class="typeNameLink">ClientReconnectedException</span></a> - Exception in <a href="org/apache/ignite/client/package-summary.html">org.apache.ignite.client</a></dt>
<dd>
<div class="block">Indicates that previous connection was lost and a new connection established,
which can lead to inconsistency of non-atomic operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientReconnectedException.html#ClientReconnectedException--">ClientReconnectedException()</a></span> - Constructor for exception org.apache.ignite.client.<a href="org/apache/ignite/client/ClientReconnectedException.html" title="class in org.apache.ignite.client">ClientReconnectedException</a></dt>
<dd>
<div class="block">Default constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientReconnectedException.html#ClientReconnectedException-java.lang.String-">ClientReconnectedException(String)</a></span> - Constructor for exception org.apache.ignite.client.<a href="org/apache/ignite/client/ClientReconnectedException.html" title="class in org.apache.ignite.client">ClientReconnectedException</a></dt>
<dd>
<div class="block">Constructs a new exception with the specified message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientReconnectedException.html#ClientReconnectedException-java.lang.String-java.lang.Throwable-">ClientReconnectedException(String, Throwable)</a></span> - Constructor for exception org.apache.ignite.client.<a href="org/apache/ignite/client/ClientReconnectedException.html" title="class in org.apache.ignite.client">ClientReconnectedException</a></dt>
<dd>
<div class="block">Constructs a new exception with the specified cause and detail message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCluster.html#clientReconnectFuture--">clientReconnectFuture()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCluster.html" title="interface in org.apache.ignite">IgniteCluster</a></dt>
<dd>
<div class="block">If local client node disconnected from cluster returns future
that will be completed when client reconnected.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/isolated/IsolatedDiscoverySpi.html#clientReconnectSupported--">clientReconnectSupported()</a></span> - Method in class org.apache.ignite.spi.discovery.isolated.<a href="org/apache/ignite/spi/discovery/isolated/IsolatedDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.isolated">IsolatedDiscoverySpi</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#clientReconnectSupported--">clientReconnectSupported()</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html#clientReconnectSupported--">clientReconnectSupported()</a></span> - Method in class org.apache.ignite.spi.discovery.zk.<a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.zk">ZookeeperDiscoverySpi</a></dt>
<dt><a href="org/apache/ignite/client/ClientServices.html" title="interface in org.apache.ignite.client"><span class="typeNameLink">ClientServices</span></a> - Interface in <a href="org/apache/ignite/client/package-summary.html">org.apache.ignite.client</a></dt>
<dd>
<div class="block">Thin client services facade.</div>
</dd>
<dt><a href="org/apache/ignite/client/ClientTransaction.html" title="interface in org.apache.ignite.client"><span class="typeNameLink">ClientTransaction</span></a> - Interface in <a href="org/apache/ignite/client/package-summary.html">org.apache.ignite.client</a></dt>
<dd>
<div class="block">Thin client transaction.</div>
</dd>
<dt><a href="org/apache/ignite/configuration/ClientTransactionConfiguration.html" title="class in org.apache.ignite.configuration"><span class="typeNameLink">ClientTransactionConfiguration</span></a> - Class in <a href="org/apache/ignite/configuration/package-summary.html">org.apache.ignite.configuration</a></dt>
<dd>
<div class="block">Thin client transactions configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientTransactionConfiguration.html#ClientTransactionConfiguration--">ClientTransactionConfiguration()</a></span> - Constructor for class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientTransactionConfiguration.html" title="class in org.apache.ignite.configuration">ClientTransactionConfiguration</a></dt>
<dd>
<div class="block">Empty constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientTransactionConfiguration.html#ClientTransactionConfiguration-org.apache.ignite.configuration.ClientTransactionConfiguration-">ClientTransactionConfiguration(ClientTransactionConfiguration)</a></span> - Constructor for class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientTransactionConfiguration.html" title="class in org.apache.ignite.configuration">ClientTransactionConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/client/ClientTransactions.html" title="interface in org.apache.ignite.client"><span class="typeNameLink">ClientTransactions</span></a> - Interface in <a href="org/apache/ignite/client/package-summary.html">org.apache.ignite.client</a></dt>
<dd>
<div class="block">Thin client transactions facade.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#clientWorkerCount--">clientWorkerCount()</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="memberNameLink"><a href="org/apache/ignite/binary/BinaryObject.html#clone--">clone()</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryObject.html" title="interface in org.apache.ignite.binary">BinaryObject</a></dt>
<dd>
<div class="block">Copies this binary object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteBiTuple.html#clone--">clone()</a></span> - Method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteBiTuple.html" title="class in org.apache.ignite.lang">IgniteBiTuple</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteUuid.html#clone--">clone()</a></span> - Method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteUuid.html" title="class in org.apache.ignite.lang">IgniteUuid</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheManager.html#close--">close()</a></span> - Method in class org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheManager.html" title="class in org.apache.ignite.cache">CacheManager</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CachingProvider.html#close--">close()</a></span> - Method in class org.apache.ignite.cache.<a href="org/apache/ignite/cache/CachingProvider.html" title="class in org.apache.ignite.cache">CachingProvider</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CachingProvider.html#close-java.lang.ClassLoader-">close(ClassLoader)</a></span> - Method in class org.apache.ignite.cache.<a href="org/apache/ignite/cache/CachingProvider.html" title="class in org.apache.ignite.cache">CachingProvider</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CachingProvider.html#close-java.net.URI-java.lang.ClassLoader-">close(URI, ClassLoader)</a></span> - Method in class org.apache.ignite.cache.<a href="org/apache/ignite/cache/CachingProvider.html" title="class in org.apache.ignite.cache">CachingProvider</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/BulkLoadContextCursor.html#close--">close()</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/BulkLoadContextCursor.html" title="class in org.apache.ignite.cache.query">BulkLoadContextCursor</a></dt>
<dd>
<div class="block">Closes all resources related to this cursor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/QueryCursor.html#close--">close()</a></span> - Method in interface org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/QueryCursor.html" title="interface in org.apache.ignite.cache.query">QueryCursor</a></dt>
<dd>
<div class="block">Closes all resources related to this cursor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/CassandraSessionImpl.html#close--">close()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.session.<a href="org/apache/ignite/cache/store/cassandra/session/CassandraSessionImpl.html" title="class in org.apache.ignite.cache.store.cassandra.session">CassandraSessionImpl</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientTransaction.html#close--">close()</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientTransaction.html" title="interface in org.apache.ignite.client">ClientTransaction</a></dt>
<dd>
<div class="block">Ends the transaction.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignite.html#close--">close()</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">Closes <code>this</code> instance of grid.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteAtomicLong.html#close--">close()</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">Removes this atomic long.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteAtomicReference.html#close--">close()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteAtomicReference.html" title="interface in org.apache.ignite">IgniteAtomicReference</a></dt>
<dd>
<div class="block">Removes this atomic reference.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteAtomicSequence.html#close--">close()</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">Removes this atomic sequence.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteAtomicStamped.html#close--">close()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteAtomicStamped.html" title="interface in org.apache.ignite">IgniteAtomicStamped</a></dt>
<dd>
<div class="block">Removes this atomic stamped.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#close--">close()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Closes this cache instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteClientSpringBean.html#close--">close()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteClientSpringBean.html" title="class in org.apache.ignite">IgniteClientSpringBean</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCountDownLatch.html#close--">close()</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">Removes this count down latch.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteDataStreamer.html#close-boolean-">close(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">Streams any remaining data and closes this streamer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteDataStreamer.html#close--">close()</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">Closes data streamer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteLock.html#close--">close()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteLock.html" title="interface in org.apache.ignite">IgniteLock</a></dt>
<dd>
<div class="block">Removes reentrant lock.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteQueue.html#close--">close()</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">Removes this queue.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSemaphore.html#close--">close()</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">Removes this semaphore.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSet.html#close--">close()</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">Removes this set.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#close--">close()</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">Closes <code>this</code> instance of grid.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/java/JavaLoggerFileHandler.html#close--">close()</a></span> - Method in class org.apache.ignite.logger.java.<a href="org/apache/ignite/logger/java/JavaLoggerFileHandler.html" title="class in org.apache.ignite.logger.java">JavaLoggerFileHandler</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/catboost/CatboostClassificationModel.html#close--">close()</a></span> - Method in class org.apache.ignite.ml.catboost.<a href="org/apache/ignite/ml/catboost/CatboostClassificationModel.html" title="class in org.apache.ignite.ml.catboost">CatboostClassificationModel</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/catboost/CatboostRegressionModel.html#close--">close()</a></span> - Method in class org.apache.ignite.ml.catboost.<a href="org/apache/ignite/ml/catboost/CatboostRegressionModel.html" title="class in org.apache.ignite.ml.catboost">CatboostRegressionModel</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/bagging/BaggedModel.html#close--">close()</a></span> - Method in class org.apache.ignite.ml.composition.bagging.<a href="org/apache/ignite/ml/composition/bagging/BaggedModel.html" title="class in org.apache.ignite.ml.composition.bagging">BaggedModel</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/combinators/parallel/ModelsParallelComposition.html#close--">close()</a></span> - Method in class org.apache.ignite.ml.composition.combinators.parallel.<a href="org/apache/ignite/ml/composition/combinators/parallel/ModelsParallelComposition.html" title="class in org.apache.ignite.ml.composition.combinators.parallel">ModelsParallelComposition</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/combinators/sequential/ModelsSequentialComposition.html#close--">close()</a></span> - Method in class org.apache.ignite.ml.composition.combinators.sequential.<a href="org/apache/ignite/ml/composition/combinators/sequential/ModelsSequentialComposition.html" title="class in org.apache.ignite.ml.composition.combinators.sequential">ModelsSequentialComposition</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/stacking/StackedModel.html#close--">close()</a></span> - Method in class org.apache.ignite.ml.composition.stacking.<a href="org/apache/ignite/ml/composition/stacking/StackedModel.html" title="class in org.apache.ignite.ml.composition.stacking">StackedModel</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/impl/bootstrapping/BootstrappedDatasetPartition.html#close--">close()</a></span> - Method in class org.apache.ignite.ml.dataset.impl.bootstrapping.<a href="org/apache/ignite/ml/dataset/impl/bootstrapping/BootstrappedDatasetPartition.html" title="class in org.apache.ignite.ml.dataset.impl.bootstrapping">BootstrappedDatasetPartition</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/impl/cache/CacheBasedDataset.html#close--">close()</a></span> - Method in class org.apache.ignite.ml.dataset.impl.cache.<a href="org/apache/ignite/ml/dataset/impl/cache/CacheBasedDataset.html" title="class in org.apache.ignite.ml.dataset.impl.cache">CacheBasedDataset</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/impl/local/LocalDataset.html#close--">close()</a></span> - Method in class org.apache.ignite.ml.dataset.impl.local.<a href="org/apache/ignite/ml/dataset/impl/local/LocalDataset.html" title="class in org.apache.ignite.ml.dataset.impl.local">LocalDataset</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/primitive/data/SimpleDatasetData.html#close--">close()</a></span> - Method in class org.apache.ignite.ml.dataset.primitive.data.<a href="org/apache/ignite/ml/dataset/primitive/data/SimpleDatasetData.html" title="class in org.apache.ignite.ml.dataset.primitive.data">SimpleDatasetData</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/primitive/data/SimpleLabeledDatasetData.html#close--">close()</a></span> - Method in class org.apache.ignite.ml.dataset.primitive.data.<a href="org/apache/ignite/ml/dataset/primitive/data/SimpleLabeledDatasetData.html" title="class in org.apache.ignite.ml.dataset.primitive.data">SimpleLabeledDatasetData</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/primitive/DatasetWrapper.html#close--">close()</a></span> - Method in class org.apache.ignite.ml.dataset.primitive.<a href="org/apache/ignite/ml/dataset/primitive/DatasetWrapper.html" title="class in org.apache.ignite.ml.dataset.primitive">DatasetWrapper</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/primitive/FeatureMatrixWithLabelsOnHeapData.html#close--">close()</a></span> - Method in class org.apache.ignite.ml.dataset.primitive.<a href="org/apache/ignite/ml/dataset/primitive/FeatureMatrixWithLabelsOnHeapData.html" title="class in org.apache.ignite.ml.dataset.primitive">FeatureMatrixWithLabelsOnHeapData</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/h2o/H2OMojoModel.html#close--">close()</a></span> - Method in class org.apache.ignite.ml.h2o.<a href="org/apache/ignite/ml/h2o/H2OMojoModel.html" title="class in org.apache.ignite.ml.h2o">H2OMojoModel</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/IgniteModel.html#close--">close()</a></span> - Method in interface org.apache.ignite.ml.<a href="org/apache/ignite/ml/IgniteModel.html" title="interface in org.apache.ignite.ml">IgniteModel</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/Model.html#close--">close()</a></span> - Method in interface org.apache.ignite.ml.inference.<a href="org/apache/ignite/ml/inference/Model.html" title="interface in org.apache.ignite.ml.inference">Model</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/KNNModel.html#close--">close()</a></span> - Method in class org.apache.ignite.ml.knn.<a href="org/apache/ignite/ml/knn/KNNModel.html" title="class in org.apache.ignite.ml.knn">KNNModel</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/utils/indices/SpatialIndex.html#close--">close()</a></span> - Method in interface org.apache.ignite.ml.knn.utils.indices.<a href="org/apache/ignite/ml/knn/utils/indices/SpatialIndex.html" title="interface in org.apache.ignite.ml.knn.utils.indices">SpatialIndex</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/isolve/lsqr/LSQROnHeap.html#close--">close()</a></span> - Method in class org.apache.ignite.ml.math.isolve.lsqr.<a href="org/apache/ignite/ml/math/isolve/lsqr/LSQROnHeap.html" title="class in org.apache.ignite.ml.math.isolve.lsqr">LSQROnHeap</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/LUDecomposition.html#close--">close()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/LUDecomposition.html" title="class in org.apache.ignite.ml.math.primitives.matrix">LUDecomposition</a></dt>
<dd>
<div class="block">Destroys decomposition components and other internal components of decomposition.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/discrete/DiscreteNaiveBayesSumsHolder.html#close--">close()</a></span> - Method in class org.apache.ignite.ml.naivebayes.discrete.<a href="org/apache/ignite/ml/naivebayes/discrete/DiscreteNaiveBayesSumsHolder.html" title="class in org.apache.ignite.ml.naivebayes.discrete">DiscreteNaiveBayesSumsHolder</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/encoding/EncoderPartitionData.html#close--">close()</a></span> - Method in class org.apache.ignite.ml.preprocessing.encoding.<a href="org/apache/ignite/ml/preprocessing/encoding/EncoderPartitionData.html" title="class in org.apache.ignite.ml.preprocessing.encoding">EncoderPartitionData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/imputing/ImputerPartitionData.html#close--">close()</a></span> - Method in class org.apache.ignite.ml.preprocessing.imputing.<a href="org/apache/ignite/ml/preprocessing/imputing/ImputerPartitionData.html" title="class in org.apache.ignite.ml.preprocessing.imputing">ImputerPartitionData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/maxabsscaling/MaxAbsScalerPartitionData.html#close--">close()</a></span> - Method in class org.apache.ignite.ml.preprocessing.maxabsscaling.<a href="org/apache/ignite/ml/preprocessing/maxabsscaling/MaxAbsScalerPartitionData.html" title="class in org.apache.ignite.ml.preprocessing.maxabsscaling">MaxAbsScalerPartitionData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/minmaxscaling/MinMaxScalerPartitionData.html#close--">close()</a></span> - Method in class org.apache.ignite.ml.preprocessing.minmaxscaling.<a href="org/apache/ignite/ml/preprocessing/minmaxscaling/MinMaxScalerPartitionData.html" title="class in org.apache.ignite.ml.preprocessing.minmaxscaling">MinMaxScalerPartitionData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/standardscaling/StandardScalerData.html#close--">close()</a></span> - Method in class org.apache.ignite.ml.preprocessing.standardscaling.<a href="org/apache/ignite/ml/preprocessing/standardscaling/StandardScalerData.html" title="class in org.apache.ignite.ml.preprocessing.standardscaling">StandardScalerData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/recommendation/util/RecommendationDatasetData.html#close--">close()</a></span> - Method in class org.apache.ignite.ml.recommendation.util.<a href="org/apache/ignite/ml/recommendation/util/RecommendationDatasetData.html" title="class in org.apache.ignite.ml.recommendation.util">RecommendationDatasetData</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/cursor/CacheBasedLabelPairCursor.html#close--">close()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.cursor.<a href="org/apache/ignite/ml/selection/scoring/cursor/CacheBasedLabelPairCursor.html" title="class in org.apache.ignite.ml.selection.scoring.cursor">CacheBasedLabelPairCursor</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/cursor/LocalLabelPairCursor.html#close--">close()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.cursor.<a href="org/apache/ignite/ml/selection/scoring/cursor/LocalLabelPairCursor.html" title="class in org.apache.ignite.ml.selection.scoring.cursor">LocalLabelPairCursor</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/LabeledVectorSet.html#close--">close()</a></span> - Method in class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/LabeledVectorSet.html" title="class in org.apache.ignite.ml.structures">LabeledVectorSet</a></dt>
<dd>
<div class="block">Closes LabeledDataset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/partition/LabelPartitionDataOnHeap.html#close--">close()</a></span> - Method in class org.apache.ignite.ml.structures.partition.<a href="org/apache/ignite/ml/structures/partition/LabelPartitionDataOnHeap.html" title="class in org.apache.ignite.ml.structures.partition">LabelPartitionDataOnHeap</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/multicast/TcpDiscoveryMulticastIpFinder.html#close--">close()</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.multicast.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/multicast/TcpDiscoveryMulticastIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.multicast">TcpDiscoveryMulticastIpFinder</a></dt>
<dd>
<div class="block">Closes this IP finder and releases any system resources associated with it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/TcpDiscoveryIpFinder.html#close--">close()</a></span> - Method in interface org.apache.ignite.spi.discovery.tcp.ipfinder.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/TcpDiscoveryIpFinder.html" title="interface in org.apache.ignite.spi.discovery.tcp.ipfinder">TcpDiscoveryIpFinder</a></dt>
<dd>
<div class="block">Closes this IP finder and releases any system resources associated with it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/TcpDiscoveryIpFinderAdapter.html#close--">close()</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/TcpDiscoveryIpFinderAdapter.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder">TcpDiscoveryIpFinderAdapter</a></dt>
<dd>
<div class="block">Closes this IP finder and releases any system resources associated with it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiCloseableIterator.html#close--">close()</a></span> - Method in interface org.apache.ignite.spi.<a href="org/apache/ignite/spi/IgniteSpiCloseableIterator.html" title="interface in org.apache.ignite.spi">IgniteSpiCloseableIterator</a></dt>
<dd>
<div class="block">Closes the iterator and frees all the resources held by the iterator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/transactions/Transaction.html#close--">close()</a></span> - Method in interface org.apache.ignite.transactions.<a href="org/apache/ignite/transactions/Transaction.html" title="interface in org.apache.ignite.transactions">Transaction</a></dt>
<dd>
<div class="block">Ends the transaction.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html#closeConnection-java.sql.Connection-">closeConnection(Connection)</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">Closes connection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/common/CassandraHelper.html#closeSession-com.datastax.driver.core.Session-">closeSession(Session)</a></span> - Static method in class org.apache.ignite.cache.store.cassandra.common.<a href="org/apache/ignite/cache/store/cassandra/common/CassandraHelper.html" title="class in org.apache.ignite.cache.store.cassandra.common">CassandraHelper</a></dt>
<dd>
<div class="block">Closes Cassandra driver session.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/CacheEvent.html#closureClassName--">closureClassName()</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 closure class name (applicable only for TRANSFORM operations).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/marshaller/MarshallerUtils.html#CLS_NAMES_FILE">CLS_NAMES_FILE</a></span> - Static variable in class org.apache.ignite.marshaller.<a href="org/apache/ignite/marshaller/MarshallerUtils.html" title="class in org.apache.ignite.marshaller">MarshallerUtils</a></dt>
<dd>
<div class="block">Class names file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/ann/ProbableLabel.html#clsLbls">clsLbls</a></span> - Variable in class org.apache.ignite.ml.knn.ann.<a href="org/apache/ignite/ml/knn/ann/ProbableLabel.html" title="class in org.apache.ignite.ml.knn.ann">ProbableLabel</a></dt>
<dd>
<div class="block">Key is label, value is probability to be this class</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/ann/ANNClassificationTrainer.CentroidStat.html#clsLblsSet">clsLblsSet</a></span> - Variable in class org.apache.ignite.ml.knn.ann.<a href="org/apache/ignite/ml/knn/ann/ANNClassificationTrainer.CentroidStat.html" title="class in org.apache.ignite.ml.knn.ann">ANNClassificationTrainer.CentroidStat</a></dt>
<dd>
<div class="block">Set of unique labels.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/osgi/classloaders/BundleDelegatingClassLoader.html#clsLdr">clsLdr</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 fallback classloader, expected to be the ignite-core classloader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/IgniteClient.html#cluster--">cluster()</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/IgniteClient.html" title="interface in org.apache.ignite.client">IgniteClient</a></dt>
<dd>
<div class="block">Gets client cluster facade.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignite.html#cluster--">cluster()</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/IgniteCluster.html" title="interface in org.apache.ignite"><code>IgniteCluster</code></a> interface.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteClientSpringBean.html#cluster--">cluster()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteClientSpringBean.html" title="class in org.apache.ignite">IgniteClientSpringBean</a></dt>
<dd>
<div class="block">Gets client cluster facade.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#cluster--">cluster()</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/IgniteCluster.html" title="interface in org.apache.ignite"><code>IgniteCluster</code></a> interface.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/kmeans/Clusterer.html#cluster-P-int-">cluster(P, int)</a></span> - Method in interface org.apache.ignite.ml.clustering.kmeans.<a href="org/apache/ignite/ml/clustering/kmeans/Clusterer.html" title="interface in org.apache.ignite.ml.clustering.kmeans">Clusterer</a></dt>
<dd>
<div class="block">Cluster given points set into k clusters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#CLUSTER_STATE_DESC">CLUSTER_STATE_DESC</a></span> - Static variable 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><a href="org/apache/ignite/events/ClusterActivationEvent.html" title="class in org.apache.ignite.events"><span class="typeNameLink">ClusterActivationEvent</span></a> - Class in <a href="org/apache/ignite/events/package-summary.html">org.apache.ignite.events</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/events/ClusterStateChangeEvent.html" title="class in org.apache.ignite.events"><code>ClusterStateChangeEvent</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/ClusterActivationEvent.html#ClusterActivationEvent-org.apache.ignite.cluster.ClusterNode-java.lang.String-int-java.util.Collection-">ClusterActivationEvent(ClusterNode, String, int, Collection<span class='angle_bracket'>&lt;</span>BaselineNode<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.events.<a href="org/apache/ignite/events/ClusterActivationEvent.html" title="class in org.apache.ignite.events">ClusterActivationEvent</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Creates activation event with given parameters.</div>
</dd>
<dt><a href="org/apache/ignite/ml/clustering/kmeans/Clusterer.html" title="interface in org.apache.ignite.ml.clustering.kmeans"><span class="typeNameLink">Clusterer</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/clustering/kmeans/Clusterer.html" title="type parameter in Clusterer">P</a>,<a href="org/apache/ignite/ml/clustering/kmeans/Clusterer.html" title="type parameter in Clusterer">M</a> extends <a href="org/apache/ignite/ml/IgniteModel.html" title="interface in org.apache.ignite.ml">IgniteModel</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/ml/clustering/kmeans/package-summary.html">org.apache.ignite.ml.clustering.kmeans</a></dt>
<dd>
<div class="block">Base interface for clusterers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCompute.html#clusterGroup--">clusterGroup()</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCompute.html" title="interface in org.apache.ignite.client">ClientCompute</a></dt>
<dd>
<div class="block">Gets cluster group to which this <code>ClientCompute</code> instance belongs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientServices.html#clusterGroup--">clusterGroup()</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientServices.html" title="interface in org.apache.ignite.client">ClientServices</a></dt>
<dd>
<div class="block">Gets the cluster group to which this <code>ClientServices</code> instance belongs.</div>
</dd>
<dt><a href="org/apache/ignite/cluster/ClusterGroup.html" title="interface in org.apache.ignite.cluster"><span class="typeNameLink">ClusterGroup</span></a> - Interface in <a href="org/apache/ignite/cluster/package-summary.html">org.apache.ignite.cluster</a></dt>
<dd>
<div class="block">Defines a cluster group which contains all or a subset of cluster nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCompute.html#clusterGroup--">clusterGroup()</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 cluster group to which this <code>IgniteCompute</code> instance belongs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteEvents.html#clusterGroup--">clusterGroup()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteEvents.html" title="interface in org.apache.ignite">IgniteEvents</a></dt>
<dd>
<div class="block">Gets cluster group to which this <code>IgniteEvents</code> instance belongs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteMessaging.html#clusterGroup--">clusterGroup()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteMessaging.html" title="interface in org.apache.ignite">IgniteMessaging</a></dt>
<dd>
<div class="block">Gets the cluster group to which this <code>GridMessaging</code> instance belongs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteServices.html#clusterGroup--">clusterGroup()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteServices.html" title="interface in org.apache.ignite">IgniteServices</a></dt>
<dd>
<div class="block">Gets the cluster group to which this <code>IgniteServices</code> instance belongs.</div>
</dd>
<dt><a href="org/apache/ignite/cluster/ClusterGroupEmptyException.html" title="class in org.apache.ignite.cluster"><span class="typeNameLink">ClusterGroupEmptyException</span></a> - Exception in <a href="org/apache/ignite/cluster/package-summary.html">org.apache.ignite.cluster</a></dt>
<dd>
<div class="block">This exception defines illegal call on empty cluster group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterGroupEmptyException.html#ClusterGroupEmptyException--">ClusterGroupEmptyException()</a></span> - Constructor for exception org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterGroupEmptyException.html" title="class in org.apache.ignite.cluster">ClusterGroupEmptyException</a></dt>
<dd>
<div class="block">Creates new exception with default error message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterGroupEmptyException.html#ClusterGroupEmptyException-java.lang.String-">ClusterGroupEmptyException(String)</a></span> - Constructor for exception org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterGroupEmptyException.html" title="class in org.apache.ignite.cluster">ClusterGroupEmptyException</a></dt>
<dd>
<div class="block">Creates new exception with given error message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterGroupEmptyException.html#ClusterGroupEmptyException-java.lang.String-java.lang.Throwable-">ClusterGroupEmptyException(String, Throwable)</a></span> - Constructor for exception org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterGroupEmptyException.html" title="class in org.apache.ignite.cluster">ClusterGroupEmptyException</a></dt>
<dd>
<div class="block">Creates a new exception with given error message and optional nested cause exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/ClusterTagUpdatedEvent.html#clusterId--">clusterId()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/ClusterTagUpdatedEvent.html" title="class in org.apache.ignite.events">ClusterTagUpdatedEvent</a></dt>
<dd>
<div class="block">Cluster ID which tag was updated.</div>
</dd>
<dt><a href="org/apache/ignite/ml/clustering/kmeans/ClusterizationModel.html" title="interface in org.apache.ignite.ml.clustering.kmeans"><span class="typeNameLink">ClusterizationModel</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/clustering/kmeans/ClusterizationModel.html" title="type parameter in ClusterizationModel">P</a>,<a href="org/apache/ignite/ml/clustering/kmeans/ClusterizationModel.html" title="type parameter in ClusterizationModel">V</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/ml/clustering/kmeans/package-summary.html">org.apache.ignite.ml.clustering.kmeans</a></dt>
<dd>
<div class="block">Base interface for all clusterization models.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#clusterMetrics--">clusterMetrics()</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 whole cluster metrics (statistics) for this cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#clusterMetrics-org.apache.ignite.cluster.ClusterGroup-">clusterMetrics(ClusterGroup)</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 cluster group metrics (statistics) for this cache.</div>
</dd>
<dt><a href="org/apache/ignite/cluster/ClusterMetrics.html" title="interface in org.apache.ignite.cluster"><span class="typeNameLink">ClusterMetrics</span></a> - Interface in <a href="org/apache/ignite/cluster/package-summary.html">org.apache.ignite.cluster</a></dt>
<dd>
<div class="block">This class represents runtime information on a cluster.</div>
</dd>
<dt><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean"><span class="typeNameLink">ClusterMetricsMXBean</span></a> - Interface in <a href="org/apache/ignite/mxbean/package-summary.html">org.apache.ignite.mxbean</a></dt>
<dd>
<div class="block">Cluster metrics MBean.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#clusterMxBean--">clusterMxBean()</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 whole cluster metrics (statistics) for this cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#clusterName--">clusterName()</a></span> - Method in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ClusterProperties.html#clusterName--">clusterName()</a></span> - Method in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ClusterProperties.html" title="class in org.apache.ignite.yarn">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/cluster/ClusterNode.html" title="interface in org.apache.ignite.cluster"><span class="typeNameLink">ClusterNode</span></a> - Interface in <a href="org/apache/ignite/cluster/package-summary.html">org.apache.ignite.cluster</a></dt>
<dd>
<div class="block">Interface representing a single cluster node.</div>
</dd>
<dt><a href="org/apache/ignite/cache/affinity/rendezvous/ClusterNodeAttributeAffinityBackupFilter.html" title="class in org.apache.ignite.cache.affinity.rendezvous"><span class="typeNameLink">ClusterNodeAttributeAffinityBackupFilter</span></a> - Class in <a href="org/apache/ignite/cache/affinity/rendezvous/package-summary.html">org.apache.ignite.cache.affinity.rendezvous</a></dt>
<dd>
<div class="block">Attribute-based affinity backup filter that forces each partition's primary and backup nodes to different hardware
which is not expected to fail simultaneously, e.g., in AWS, to different "availability zones".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/affinity/rendezvous/ClusterNodeAttributeAffinityBackupFilter.html#ClusterNodeAttributeAffinityBackupFilter-java.lang.String...-">ClusterNodeAttributeAffinityBackupFilter(String...)</a></span> - Constructor for class org.apache.ignite.cache.affinity.rendezvous.<a href="org/apache/ignite/cache/affinity/rendezvous/ClusterNodeAttributeAffinityBackupFilter.html" title="class in org.apache.ignite.cache.affinity.rendezvous">ClusterNodeAttributeAffinityBackupFilter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/cache/affinity/rendezvous/ClusterNodeAttributeColocatedBackupFilter.html" title="class in org.apache.ignite.cache.affinity.rendezvous"><span class="typeNameLink">ClusterNodeAttributeColocatedBackupFilter</span></a> - Class in <a href="org/apache/ignite/cache/affinity/rendezvous/package-summary.html">org.apache.ignite.cache.affinity.rendezvous</a></dt>
<dd>
<div class="block">This class can be used as a <a href="org/apache/ignite/cache/affinity/rendezvous/RendezvousAffinityFunction.html#affinityBackupFilter"><code>RendezvousAffinityFunction.affinityBackupFilter</code></a> to create
cache templates in Spring that force each partition's primary and backup to be co-located on nodes with the same
attribute value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/affinity/rendezvous/ClusterNodeAttributeColocatedBackupFilter.html#ClusterNodeAttributeColocatedBackupFilter-java.lang.String-">ClusterNodeAttributeColocatedBackupFilter(String)</a></span> - Constructor for class org.apache.ignite.cache.affinity.rendezvous.<a href="org/apache/ignite/cache/affinity/rendezvous/ClusterNodeAttributeColocatedBackupFilter.html" title="class in org.apache.ignite.cache.affinity.rendezvous">ClusterNodeAttributeColocatedBackupFilter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/spi/systemview/view/ClusterNodeView.html" title="class in org.apache.ignite.spi.systemview.view"><span class="typeNameLink">ClusterNodeView</span></a> - Class in <a href="org/apache/ignite/spi/systemview/view/package-summary.html">org.apache.ignite.spi.systemview.view</a></dt>
<dd>
<div class="block">Cluster node representation for a <a href="org/apache/ignite/spi/systemview/view/SystemView.html" title="interface in org.apache.ignite.spi.systemview.view"><code>SystemView</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ClusterNodeView.html#ClusterNodeView-org.apache.ignite.cluster.ClusterNode-">ClusterNodeView(ClusterNode)</a></span> - Constructor for class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ClusterNodeView.html" title="class in org.apache.ignite.spi.systemview.view">ClusterNodeView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos"><span class="typeNameLink">ClusterProperties</span></a> - Class in <a href="org/apache/ignite/mesos/package-summary.html">org.apache.ignite.mesos</a></dt>
<dd>
<div class="block">The class defines cluster configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#ClusterProperties--">ClusterProperties()</a></span> - Constructor for class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/yarn/ClusterProperties.html" title="class in org.apache.ignite.yarn"><span class="typeNameLink">ClusterProperties</span></a> - Class in <a href="org/apache/ignite/yarn/package-summary.html">org.apache.ignite.yarn</a></dt>
<dd>
<div class="block">Cluster settings.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ClusterProperties.html#ClusterProperties--">ClusterProperties()</a></span> - Constructor for class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ClusterProperties.html" title="class in org.apache.ignite.yarn">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/cluster/ClusterStartNodeResult.html" title="interface in org.apache.ignite.cluster"><span class="typeNameLink">ClusterStartNodeResult</span></a> - Interface in <a href="org/apache/ignite/cluster/package-summary.html">org.apache.ignite.cluster</a></dt>
<dd>
<div class="block">Cluster start node result information.</div>
</dd>
<dt><a href="org/apache/ignite/cluster/ClusterState.html" title="enum in org.apache.ignite.cluster"><span class="typeNameLink">ClusterState</span></a> - Enum in <a href="org/apache/ignite/cluster/package-summary.html">org.apache.ignite.cluster</a></dt>
<dd>
<div class="block">Cluster states.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#clusterState--">clusterState()</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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Check the <a href="org/apache/ignite/spi/metric/ReadOnlyMetricRegistry.html" title="interface in org.apache.ignite.spi.metric"><code>ReadOnlyMetricRegistry</code></a> with "name=ignite.clusterState" instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#clusterState-java.lang.String-">clusterState(String)</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">Changes current cluster state.</div>
</dd>
<dt><a href="org/apache/ignite/events/ClusterStateChangeEvent.html" title="class in org.apache.ignite.events"><span class="typeNameLink">ClusterStateChangeEvent</span></a> - Class in <a href="org/apache/ignite/events/package-summary.html">org.apache.ignite.events</a></dt>
<dd>
<div class="block">Cluster state change event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/ClusterStateChangeEvent.html#ClusterStateChangeEvent-org.apache.ignite.cluster.ClusterState-org.apache.ignite.cluster.ClusterState-java.util.Collection-org.apache.ignite.cluster.ClusterNode-java.lang.String-">ClusterStateChangeEvent(ClusterState, ClusterState, Collection<span class='angle_bracket'>&lt;</span>? extends BaselineNode<span class='angle_bracket'>&gt;</span>, ClusterNode, String)</a></span> - Constructor for class org.apache.ignite.events.<a href="org/apache/ignite/events/ClusterStateChangeEvent.html" title="class in org.apache.ignite.events">ClusterStateChangeEvent</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/events/ClusterStateChangeStartedEvent.html" title="class in org.apache.ignite.events"><span class="typeNameLink">ClusterStateChangeStartedEvent</span></a> - Class in <a href="org/apache/ignite/events/package-summary.html">org.apache.ignite.events</a></dt>
<dd>
<div class="block">Cluster state change started event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/ClusterStateChangeStartedEvent.html#ClusterStateChangeStartedEvent-org.apache.ignite.cluster.ClusterState-org.apache.ignite.cluster.ClusterState-org.apache.ignite.cluster.ClusterNode-java.lang.String-">ClusterStateChangeStartedEvent(ClusterState, ClusterState, ClusterNode, String)</a></span> - Constructor for class org.apache.ignite.events.<a href="org/apache/ignite/events/ClusterStateChangeStartedEvent.html" title="class in org.apache.ignite.events">ClusterStateChangeStartedEvent</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/events/ClusterTagUpdatedEvent.html" title="class in org.apache.ignite.events"><span class="typeNameLink">ClusterTagUpdatedEvent</span></a> - Class in <a href="org/apache/ignite/events/package-summary.html">org.apache.ignite.events</a></dt>
<dd>
<div class="block">Event type indicating that cluster tag has been updated.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/ClusterTagUpdatedEvent.html#ClusterTagUpdatedEvent-org.apache.ignite.cluster.ClusterNode-java.lang.String-java.util.UUID-java.lang.String-java.lang.String-">ClusterTagUpdatedEvent(ClusterNode, String, UUID, String, String)</a></span> - Constructor for class org.apache.ignite.events.<a href="org/apache/ignite/events/ClusterTagUpdatedEvent.html" title="class in org.apache.ignite.events">ClusterTagUpdatedEvent</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/cluster/ClusterTopologyException.html" title="class in org.apache.ignite.cluster"><span class="typeNameLink">ClusterTopologyException</span></a> - Exception in <a href="org/apache/ignite/cluster/package-summary.html">org.apache.ignite.cluster</a></dt>
<dd>
<div class="block">This exception is used to indicate error with the cluster topology (e.g., crashed node, etc.).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterTopologyException.html#ClusterTopologyException-java.lang.String-">ClusterTopologyException(String)</a></span> - Constructor for exception org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterTopologyException.html" title="class in org.apache.ignite.cluster">ClusterTopologyException</a></dt>
<dd>
<div class="block">Creates new topology exception with given error message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterTopologyException.html#ClusterTopologyException-java.lang.String-java.lang.Throwable-">ClusterTopologyException(String, Throwable)</a></span> - Constructor for exception org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterTopologyException.html" title="class in org.apache.ignite.cluster">ClusterTopologyException</a></dt>
<dd>
<div class="block">Creates new topology exception with given error message and optional
nested exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/GDBLearningStrategy.html#cntOfIterations">cntOfIterations</a></span> - Variable in class org.apache.ignite.ml.composition.boosting.<a href="org/apache/ignite/ml/composition/boosting/GDBLearningStrategy.html" title="class in org.apache.ignite.ml.composition.boosting">GDBLearningStrategy</a></dt>
<dd>
<div class="block">Count of iterations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteReducer.html#collect-E-">collect(E)</a></span> - Method in interface org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteReducer.html" title="interface in org.apache.ignite.lang">IgniteReducer</a></dt>
<dd>
<div class="block">Collects given value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoverySpiDataExchange.html#collect-org.apache.ignite.spi.discovery.DiscoveryDataBag-">collect(DiscoveryDataBag)</a></span> - Method in interface org.apache.ignite.spi.discovery.<a href="org/apache/ignite/spi/discovery/DiscoverySpiDataExchange.html" title="interface in org.apache.ignite.spi.discovery">DiscoverySpiDataExchange</a></dt>
<dd>
<div class="block">Collects data from all components.</div>
</dd>
<dt><a href="org/apache/ignite/configuration/CollectionConfiguration.html" title="class in org.apache.ignite.configuration"><span class="typeNameLink">CollectionConfiguration</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 Ignite collections.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CollectionConfiguration.html#CollectionConfiguration--">CollectionConfiguration()</a></span> - Constructor for class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/CollectionConfiguration.html" title="class in org.apache.ignite.configuration">CollectionConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataRegionMetricsAdapter.html#collectionOf-java.util.Collection-">collectionOf(Collection<span class='angle_bracket'>&lt;</span>DataRegionMetrics<span class='angle_bracket'>&gt;</span>)</a></span> - Static method in class org.apache.ignite.<a href="org/apache/ignite/DataRegionMetricsAdapter.html" title="class in org.apache.ignite">DataRegionMetricsAdapter</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Converts collection of <a href="org/apache/ignite/DataRegionMetrics.html" title="interface in org.apache.ignite"><code>DataRegionMetrics</code></a> into collection of legacy <a href="org/apache/ignite/MemoryMetrics.html" title="interface in org.apache.ignite"><code>MemoryMetrics</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationMetricsListener.html#collectMessagesCountByNodeId-java.lang.String-">collectMessagesCountByNodeId(String)</a></span> - Method in class org.apache.ignite.spi.communication.tcp.<a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationMetricsListener.html" title="class in org.apache.ignite.spi.communication.tcp">TcpCommunicationMetricsListener</a></dt>
<dd>
<div class="block">Collect messages count by nodeId</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationMetricsListener.html#collectMessagesCountByType-java.lang.String-">collectMessagesCountByType(String)</a></span> - Method in class org.apache.ignite.spi.communication.tcp.<a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationMetricsListener.html" title="class in org.apache.ignite.spi.communication.tcp">TcpCommunicationMetricsListener</a></dt>
<dd>
<div class="block">Collect messages count by type</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#COLLISION_SPI_FORMATTED_DESC">COLLISION_SPI_FORMATTED_DESC</a></span> - Static variable 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><a href="org/apache/ignite/spi/collision/CollisionContext.html" title="interface in org.apache.ignite.spi.collision"><span class="typeNameLink">CollisionContext</span></a> - Interface in <a href="org/apache/ignite/spi/collision/package-summary.html">org.apache.ignite.spi.collision</a></dt>
<dd>
<div class="block">Context for resolving collisions.</div>
</dd>
<dt><a href="org/apache/ignite/spi/collision/CollisionExternalListener.html" title="interface in org.apache.ignite.spi.collision"><span class="typeNameLink">CollisionExternalListener</span></a> - Interface in <a href="org/apache/ignite/spi/collision/package-summary.html">org.apache.ignite.spi.collision</a></dt>
<dd>
<div class="block">Listener to be set on <a href="org/apache/ignite/spi/collision/CollisionSpi.html" title="interface in org.apache.ignite.spi.collision"><code>CollisionSpi</code></a> for notification of external
collision events (e.g. job stealing).</div>
</dd>
<dt><a href="org/apache/ignite/spi/collision/CollisionJobContext.html" title="interface in org.apache.ignite.spi.collision"><span class="typeNameLink">CollisionJobContext</span></a> - Interface in <a href="org/apache/ignite/spi/collision/package-summary.html">org.apache.ignite.spi.collision</a></dt>
<dd>
<div class="block">This interface defines set of operations that collision SPI implementation can perform on
jobs that are either waiting or executing.</div>
</dd>
<dt><a href="org/apache/ignite/spi/collision/CollisionSpi.html" title="interface in org.apache.ignite.spi.collision"><span class="typeNameLink">CollisionSpi</span></a> - Interface in <a href="org/apache/ignite/spi/collision/package-summary.html">org.apache.ignite.spi.collision</a></dt>
<dd>
<div class="block">Collision SPI allows to regulate how grid jobs get executed when they arrive on a
destination node for execution.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteQueue.html#collocated--">collocated()</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 can be kept on the one node only.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSet.html#collocated--">collocated()</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">Returns <code>true</code> if this set can be kept on the one node only.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/datastructures/QueueView.html#collocated--">collocated()</a></span> - Method in class org.apache.ignite.spi.systemview.view.datastructures.<a href="org/apache/ignite/spi/systemview/view/datastructures/QueueView.html" title="class in org.apache.ignite.spi.systemview.view.datastructures">QueueView</a></dt>
<dd>
<div class="block">Collocated flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/datastructures/SetView.html#collocated--">collocated()</a></span> - Method in class org.apache.ignite.spi.systemview.view.datastructures.<a href="org/apache/ignite/spi/systemview/view/datastructures/SetView.html" title="class in org.apache.ignite.spi.systemview.view.datastructures">SetView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/TransactionView.html#colocated--">colocated()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/TransactionView.html" title="class in org.apache.ignite.spi.systemview.view">TransactionView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html#COLON">COLON</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#COLON">COLON</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgHeaderContext.html#COLON--">COLON()</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgHeaderContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgHeaderContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgLeafContext.html#COLON--">COLON()</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgLeafContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgLeafContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgNodeContext.html#COLON--">COLON()</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgNodeContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgNodeContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/Dataset.html#colSize">colSize</a></span> - Variable in class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/Dataset.html" title="class in org.apache.ignite.ml.structures">Dataset</a></dt>
<dd>
<div class="block">Amount of attributes in each vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/Dataset.html#colSize--">colSize()</a></span> - Method in class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/Dataset.html" title="class in org.apache.ignite.ml.structures">Dataset</a></dt>
<dd>
<div class="block">Gets amount of attributes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.Element.html#column--">column()</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.Element.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">Matrix.Element</a></dt>
<dd>
<div class="block">Gets element's column index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/StorageConstants.html#COLUMN_STORAGE_MODE">COLUMN_STORAGE_MODE</a></span> - Static variable in interface org.apache.ignite.ml.math.<a href="org/apache/ignite/ml/math/StorageConstants.html" title="interface in org.apache.ignite.ml.math">StorageConstants</a></dt>
<dd>
<div class="block">Storage mode optimized for column access.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html#columnIndex-java.util.Map-java.lang.String-">columnIndex(Map<span class='angle_bracket'>&lt;</span>String, Integer<span class='angle_bracket'>&gt;</span>, String)</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">Find column index by database name.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/exceptions/math/ColumnIndexException.html" title="class in org.apache.ignite.ml.math.exceptions.math"><span class="typeNameLink">ColumnIndexException</span></a> - Exception in <a href="org/apache/ignite/ml/math/exceptions/math/package-summary.html">org.apache.ignite.ml.math.exceptions.math</a></dt>
<dd>
<div class="block">This exception is used to indicate any error condition accessing matrix elements by invalid column index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/exceptions/math/ColumnIndexException.html#ColumnIndexException-int-">ColumnIndexException(int)</a></span> - Constructor for exception org.apache.ignite.ml.math.exceptions.math.<a href="org/apache/ignite/ml/math/exceptions/math/ColumnIndexException.html" title="class in org.apache.ignite.ml.math.exceptions.math">ColumnIndexException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlTableColumnView.html#columnName--">columnName()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlTableColumnView.html" title="class in org.apache.ignite.spi.systemview.view">SqlTableColumnView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlViewColumnView.html#columnName--">columnName()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlViewColumnView.html" title="class in org.apache.ignite.spi.systemview.view">SqlViewColumnView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/storage/ViewMatrixStorage.html#columnOffset--">columnOffset()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.storage.<a href="org/apache/ignite/ml/math/primitives/matrix/storage/ViewMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.matrix.storage">ViewMatrixStorage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlIndexView.html#columns--">columns()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlIndexView.html" title="class in org.apache.ignite.spi.systemview.view">SqlIndexView</a></dt>
<dd>
<div class="block">Returns all columns on which index is built.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/data/TreeDataIndex.html#columnsCount--">columnsCount()</a></span> - Method in class org.apache.ignite.ml.tree.data.<a href="org/apache/ignite/ml/tree/data/TreeDataIndex.html" title="class in org.apache.ignite.ml.tree.data">TreeDataIndex</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/impurity/ImpurityMeasureCalculator.html#columnsCount-org.apache.ignite.ml.tree.data.DecisionTreeData-org.apache.ignite.ml.tree.data.TreeDataIndex-">columnsCount(DecisionTreeData, TreeDataIndex)</a></span> - Method in class org.apache.ignite.ml.tree.impurity.<a href="org/apache/ignite/ml/tree/impurity/ImpurityMeasureCalculator.html" title="class in org.apache.ignite.ml.tree.impurity">ImpurityMeasureCalculator</a></dt>
<dd>
<div class="block">Returns columns count in current dataset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#columnSize--">columnSize()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>
<div class="block">Gets number of columns in this matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html#columnSize--">columnSize()</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">Matrix</a></dt>
<dd>
<div class="block">Gets number of columns in this matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/MatrixStorage.html#columnSize--">columnSize()</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/MatrixStorage.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">MatrixStorage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/storage/DenseMatrixStorage.html#columnSize--">columnSize()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.storage.<a href="org/apache/ignite/ml/math/primitives/matrix/storage/DenseMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.matrix.storage">DenseMatrixStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/storage/SparseMatrixStorage.html#columnSize--">columnSize()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.storage.<a href="org/apache/ignite/ml/math/primitives/matrix/storage/SparseMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.matrix.storage">SparseMatrixStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/storage/ViewMatrixStorage.html#columnSize--">columnSize()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.storage.<a href="org/apache/ignite/ml/math/primitives/matrix/storage/ViewMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.matrix.storage">ViewMatrixStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/storage/ViewMatrixStorage.html#columnsLength--">columnsLength()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.storage.<a href="org/apache/ignite/ml/math/primitives/matrix/storage/ViewMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.matrix.storage">ViewMatrixStorage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/IgniteModel.html#combine-org.apache.ignite.ml.IgniteModel-java.util.function.BiFunction-">combine(IgniteModel<span class='angle_bracket'>&lt;</span>T, W<span class='angle_bracket'>&gt;</span>, BiFunction<span class='angle_bracket'>&lt;</span>V, W, X<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.ml.<a href="org/apache/ignite/ml/IgniteModel.html" title="interface in org.apache.ignite.ml">IgniteModel</a></dt>
<dd>
<div class="block">Combines this model with other model via specified combiner</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html#COMMA">COMMA</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#COMMA">COMMA</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgNodeContext.html#COMMA--">COMMA()</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgNodeContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgNodeContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgNodeContext.html#COMMA-int-">COMMA(int)</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgNodeContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgNodeContext</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/startup/cmdline/CommandLineRandomNumberGenerator.html" title="class in org.apache.ignite.startup.cmdline"><span class="typeNameLink">CommandLineRandomNumberGenerator</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">Generates a random number and prints it to the console.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/startup/cmdline/CommandLineRandomNumberGenerator.html#CommandLineRandomNumberGenerator--">CommandLineRandomNumberGenerator()</a></span> - Constructor for class org.apache.ignite.startup.cmdline.<a href="org/apache/ignite/startup/cmdline/CommandLineRandomNumberGenerator.html" title="class in org.apache.ignite.startup.cmdline">CommandLineRandomNumberGenerator</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/startup/cmdline/CommandLineStartup.html" title="class in org.apache.ignite.startup.cmdline"><span class="typeNameLink">CommandLineStartup</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">This class defines command-line Ignite startup.</div>
</dd>
<dt><a href="org/apache/ignite/startup/cmdline/CommandLineTransformer.html" title="class in org.apache.ignite.startup.cmdline"><span class="typeNameLink">CommandLineTransformer</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">This class is a workaround for a versatile problems with passing arguments to the Ignite Windows batch launcher
scripts.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientTransaction.html#commit--">commit()</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientTransaction.html" title="interface in org.apache.ignite.client">ClientTransaction</a></dt>
<dd>
<div class="block">Commits this transaction.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/transactions/Transaction.html#commit--">commit()</a></span> - Method in interface org.apache.ignite.transactions.<a href="org/apache/ignite/transactions/Transaction.html" title="interface in org.apache.ignite.transactions">Transaction</a></dt>
<dd>
<div class="block">Commits this transaction by initiating <code>two-phase-commit</code> process.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/transactions/Transaction.html#commitAsync--">commitAsync()</a></span> - Method in interface org.apache.ignite.transactions.<a href="org/apache/ignite/transactions/Transaction.html" title="interface in org.apache.ignite.transactions">Transaction</a></dt>
<dd>
<div class="block">Asynchronously commits this transaction by initiating <code>two-phase-commit</code> process.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/TransactionMetricsMxBean.html#commitTime--">commitTime()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/TransactionMetricsMxBean.html" title="interface in org.apache.ignite.mxbean">TransactionMetricsMxBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">The last time, when transaction was commited.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/transactions/TransactionMetrics.html#commitTime--">commitTime()</a></span> - Method in interface org.apache.ignite.transactions.<a href="org/apache/ignite/transactions/TransactionMetrics.html" title="interface in org.apache.ignite.transactions">TransactionMetrics</a></dt>
<dd>
<div class="block">Gets last time transaction was committed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoveryDataBag.html#commonData-java.util.Map-">commonData(Map<span class='angle_bracket'>&lt;</span>Integer, Serializable<span class='angle_bracket'>&gt;</span>)</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="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoveryDataBag.html#commonData--">commonData()</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="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoveryDataBag.GridDiscoveryData.html#commonData--">commonData()</a></span> - Method in interface org.apache.ignite.spi.discovery.<a href="org/apache/ignite/spi/discovery/DiscoveryDataBag.GridDiscoveryData.html" title="interface in org.apache.ignite.spi.discovery">DiscoveryDataBag.GridDiscoveryData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoveryDataBag.html#commonDataCollectedFor-java.lang.Integer-">commonDataCollectedFor(Integer)</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="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#COMMUNICATION_METRICS_GROUP_NAME">COMMUNICATION_METRICS_GROUP_NAME</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">Communication metrics group name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#COMMUNICATION_SPI_FORMATTED_DESC">COMMUNICATION_SPI_FORMATTED_DESC</a></span> - Static variable 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><a href="org/apache/ignite/configuration/CommunicationFailureContext.html" title="interface in org.apache.ignite.configuration"><span class="typeNameLink">CommunicationFailureContext</span></a> - Interface in <a href="org/apache/ignite/configuration/package-summary.html">org.apache.ignite.configuration</a></dt>
<dd>
<div class="block">Communication Failure Context.</div>
</dd>
<dt><a href="org/apache/ignite/configuration/CommunicationFailureResolver.html" title="interface in org.apache.ignite.configuration"><span class="typeNameLink">CommunicationFailureResolver</span></a> - Interface in <a href="org/apache/ignite/configuration/package-summary.html">org.apache.ignite.configuration</a></dt>
<dd>
<div class="block">Communication Failure Resolver.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiContext.html#communicationFailureResolveSupported--">communicationFailureResolveSupported()</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><a href="org/apache/ignite/spi/communication/CommunicationListener.html" title="interface in org.apache.ignite.spi.communication"><span class="typeNameLink">CommunicationListener</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/spi/communication/CommunicationListener.html" title="type parameter in CommunicationListener">T</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/spi/communication/package-summary.html">org.apache.ignite.spi.communication</a></dt>
<dd>
<div class="block">Listener SPI notifies IO manager with.</div>
</dd>
<dt><a href="org/apache/ignite/spi/communication/CommunicationSpi.html" title="interface in org.apache.ignite.spi.communication"><span class="typeNameLink">CommunicationSpi</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/spi/communication/CommunicationSpi.html" title="type parameter in CommunicationSpi">T</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/spi/communication/package-summary.html">org.apache.ignite.spi.communication</a></dt>
<dd>
<div class="block">Communication SPI is responsible for data exchange between nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/functions/Functions.html#COMPARE">COMPARE</a></span> - Static variable in class org.apache.ignite.ml.math.functions.<a href="org/apache/ignite/ml/math/functions/Functions.html" title="class in org.apache.ignite.ml.math.functions">Functions</a></dt>
<dd>
<div class="block">Function that returns {@code a <span class='angle_bracket'>&lt;</span> b ?</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteAtomicLong.html#compareAndSet-long-long-">compareAndSet(long, 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">Atomically compares current value to the expected value, and if they are equal, sets current value
to new value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteAtomicReference.html#compareAndSet-T-T-">compareAndSet(T, T)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteAtomicReference.html" title="interface in org.apache.ignite">IgniteAtomicReference</a></dt>
<dd>
<div class="block">Conditionally sets the new value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteAtomicStamped.html#compareAndSet-T-T-S-S-">compareAndSet(T, T, S, S)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteAtomicStamped.html" title="interface in org.apache.ignite">IgniteAtomicStamped</a></dt>
<dd>
<div class="block">Conditionally sets the new value and new stamp.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventAdapter.html#compareTo-org.apache.ignite.events.Event-">compareTo(Event)</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/EventAdapter.html" title="class in org.apache.ignite.events">EventAdapter</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteProductVersion.html#compareTo-org.apache.ignite.lang.IgniteProductVersion-">compareTo(IgniteProductVersion)</a></span> - Method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteProductVersion.html" title="class in org.apache.ignite.lang">IgniteProductVersion</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteUuid.html#compareTo-org.apache.ignite.lang.IgniteUuid-">compareTo(IgniteUuid)</a></span> - Method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteUuid.html" title="class in org.apache.ignite.lang">IgniteUuid</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/utils/PointWithDistance.html#compareTo-org.apache.ignite.ml.knn.utils.PointWithDistance-">compareTo(PointWithDistance)</a></span> - Method in class org.apache.ignite.ml.knn.utils.<a href="org/apache/ignite/ml/knn/utils/PointWithDistance.html" title="class in org.apache.ignite.ml.knn.utils">PointWithDistance</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/impurity/ImpurityMeasure.html#compareTo-T-">compareTo(T)</a></span> - Method in interface org.apache.ignite.ml.tree.impurity.<a href="org/apache/ignite/ml/tree/impurity/ImpurityMeasure.html" title="interface in org.apache.ignite.ml.tree.impurity">ImpurityMeasure</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/genetic/Chromosome.html#compareTo-java.lang.Object-">compareTo(Object)</a></span> - Method in class org.apache.ignite.ml.util.genetic.<a href="org/apache/ignite/ml/util/genetic/Chromosome.html" title="class in org.apache.ignite.ml.util.genetic">Chromosome</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteProductVersion.html#compareToIgnoreTimestamp-org.apache.ignite.lang.IgniteProductVersion-">compareToIgnoreTimestamp(IgniteProductVersion)</a></span> - Method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteProductVersion.html" title="class in org.apache.ignite.lang">IgniteProductVersion</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/QueryDetailMetrics.html#completions--">completions()</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 number of completed execution of query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/stat/DistributionMixture.html#componentsProbs--">componentsProbs()</a></span> - Method in class org.apache.ignite.ml.math.stat.<a href="org/apache/ignite/ml/math/stat/DistributionMixture.html" title="class in org.apache.ignite.ml.math.stat">DistributionMixture</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/thread/IgniteThread.html#compositeRwLockIndex--">compositeRwLockIndex()</a></span> - Method in class org.apache.ignite.thread.<a href="org/apache/ignite/thread/IgniteThread.html" title="class in org.apache.ignite.thread">IgniteThread</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/thread/IgniteThread.html#compositeRwLockIndex-int-">compositeRwLockIndex(int)</a></span> - Method in class org.apache.ignite.thread.<a href="org/apache/ignite/thread/IgniteThread.html" title="class in org.apache.ignite.thread">IgniteThread</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/composition/CompositionUtils.html" title="class in org.apache.ignite.ml.composition"><span class="typeNameLink">CompositionUtils</span></a> - Class in <a href="org/apache/ignite/ml/composition/package-summary.html">org.apache.ignite.ml.composition</a></dt>
<dd>
<div class="block">Various utility functions for trainers composition.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/CompositionUtils.html#CompositionUtils--">CompositionUtils()</a></span> - Constructor for class org.apache.ignite.ml.composition.<a href="org/apache/ignite/ml/composition/CompositionUtils.html" title="class in org.apache.ignite.ml.composition">CompositionUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/GDBLearningStrategy.html#compositionWeights">compositionWeights</a></span> - Variable in class org.apache.ignite.ml.composition.boosting.<a href="org/apache/ignite/ml/composition/boosting/GDBLearningStrategy.html" title="class in org.apache.ignite.ml.composition.boosting">GDBLearningStrategy</a></dt>
<dd>
<div class="block">Composition weights.</div>
</dd>
<dt><a href="org/apache/ignite/ml/naivebayes/compound/CompoundNaiveBayesModel.html" title="class in org.apache.ignite.ml.naivebayes.compound"><span class="typeNameLink">CompoundNaiveBayesModel</span></a> - Class in <a href="org/apache/ignite/ml/naivebayes/compound/package-summary.html">org.apache.ignite.ml.naivebayes.compound</a></dt>
<dd>
<div class="block">A compound Naive Bayes model which uses a composition of<code>GaussianNaiveBayesModel</code> and <code>DiscreteNaiveBayesModel</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/compound/CompoundNaiveBayesModel.html#CompoundNaiveBayesModel--">CompoundNaiveBayesModel()</a></span> - Constructor for class org.apache.ignite.ml.naivebayes.compound.<a href="org/apache/ignite/ml/naivebayes/compound/CompoundNaiveBayesModel.html" title="class in org.apache.ignite.ml.naivebayes.compound">CompoundNaiveBayesModel</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/naivebayes/compound/CompoundNaiveBayesTrainer.html" title="class in org.apache.ignite.ml.naivebayes.compound"><span class="typeNameLink">CompoundNaiveBayesTrainer</span></a> - Class in <a href="org/apache/ignite/ml/naivebayes/compound/package-summary.html">org.apache.ignite.ml.naivebayes.compound</a></dt>
<dd>
<div class="block">Trainer for the compound Naive Bayes classifier model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/compound/CompoundNaiveBayesTrainer.html#CompoundNaiveBayesTrainer--">CompoundNaiveBayesTrainer()</a></span> - Constructor for class org.apache.ignite.ml.naivebayes.compound.<a href="org/apache/ignite/ml/naivebayes/compound/CompoundNaiveBayesTrainer.html" title="class in org.apache.ignite.ml.naivebayes.compound">CompoundNaiveBayesTrainer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/impurity/util/SimpleStepFunctionCompressor.html#compress-org.apache.ignite.ml.tree.impurity.util.StepFunction-">compress(StepFunction<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.tree.impurity.util.<a href="org/apache/ignite/ml/tree/impurity/util/SimpleStepFunctionCompressor.html" title="class in org.apache.ignite.ml.tree.impurity.util">SimpleStepFunctionCompressor</a></dt>
<dd>
<div class="block">Compresses the given step function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/impurity/util/StepFunctionCompressor.html#compress-org.apache.ignite.ml.tree.impurity.util.StepFunction-">compress(StepFunction<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.ml.tree.impurity.util.<a href="org/apache/ignite/ml/tree/impurity/util/StepFunctionCompressor.html" title="interface in org.apache.ignite.ml.tree.impurity.util">StepFunctionCompressor</a></dt>
<dd>
<div class="block">Compresses the given step function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/impurity/util/StepFunctionCompressor.html#compress-org.apache.ignite.ml.tree.impurity.util.StepFunction:A-">compress(StepFunction<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>[])</a></span> - Method in interface org.apache.ignite.ml.tree.impurity.util.<a href="org/apache/ignite/ml/tree/impurity/util/StepFunctionCompressor.html" title="interface in org.apache.ignite.ml.tree.impurity.util">StepFunctionCompressor</a></dt>
<dd>
<div class="block">Compresses every step function in the given array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/IgniteClient.html#compute--">compute()</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/IgniteClient.html" title="interface in org.apache.ignite.client">IgniteClient</a></dt>
<dd>
<div class="block">Gets compute facade over all cluster nodes started in server mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/IgniteClient.html#compute-org.apache.ignite.client.ClientClusterGroup-">compute(ClientClusterGroup)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/IgniteClient.html" title="interface in org.apache.ignite.client">IgniteClient</a></dt>
<dd>
<div class="block">Gets compute facade over the specified cluster group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignite.html#compute--">compute()</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 <code>compute</code> facade over all cluster nodes started in server mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignite.html#compute-org.apache.ignite.cluster.ClusterGroup-">compute(ClusterGroup)</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 <code>compute</code> facade over the specified cluster group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteClientSpringBean.html#compute--">compute()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteClientSpringBean.html" title="class in org.apache.ignite">IgniteClientSpringBean</a></dt>
<dd>
<div class="block">Gets compute facade over all cluster nodes started in server mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteClientSpringBean.html#compute-org.apache.ignite.client.ClientClusterGroup-">compute(ClientClusterGroup)</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteClientSpringBean.html" title="class in org.apache.ignite">IgniteClientSpringBean</a></dt>
<dd>
<div class="block">Gets compute facade over the specified cluster group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#compute--">compute()</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 <code>compute</code> facade over all cluster nodes started in server mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#compute-org.apache.ignite.cluster.ClusterGroup-">compute(ClusterGroup)</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 <code>compute</code> facade over the specified cluster group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/Dataset.html#compute-org.apache.ignite.ml.math.functions.IgniteBiFunction-org.apache.ignite.ml.math.functions.IgniteBinaryOperator-R-">compute(IgniteBiFunction<span class='angle_bracket'>&lt;</span>D, LearningEnvironment, R<span class='angle_bracket'>&gt;</span>, IgniteBinaryOperator<span class='angle_bracket'>&lt;</span>R<span class='angle_bracket'>&gt;</span>, R)</a></span> - Method in interface org.apache.ignite.ml.dataset.<a href="org/apache/ignite/ml/dataset/Dataset.html" title="interface in org.apache.ignite.ml.dataset">Dataset</a></dt>
<dd>
<div class="block">Applies the specified <code>map</code> function to every partition <code>data</code> and <a href="org/apache/ignite/ml/environment/LearningEnvironment.html" title="interface in org.apache.ignite.ml.environment"><code>LearningEnvironment</code></a>
in the dataset and then reduces <code>map</code> results to final result by using the <code>reduce</code> function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/Dataset.html#compute-org.apache.ignite.ml.math.functions.IgniteBiFunction-org.apache.ignite.ml.math.functions.IgniteBinaryOperator-">compute(IgniteBiFunction<span class='angle_bracket'>&lt;</span>D, LearningEnvironment, R<span class='angle_bracket'>&gt;</span>, IgniteBinaryOperator<span class='angle_bracket'>&lt;</span>R<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.ml.dataset.<a href="org/apache/ignite/ml/dataset/Dataset.html" title="interface in org.apache.ignite.ml.dataset">Dataset</a></dt>
<dd>
<div class="block">Applies the specified <code>map</code> function to every partition <code>data</code> and <a href="org/apache/ignite/ml/environment/LearningEnvironment.html" title="interface in org.apache.ignite.ml.environment"><code>LearningEnvironment</code></a>
in the dataset and then reduces <code>map</code> results to final result by using the <code>reduce</code> function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/Dataset.html#compute-org.apache.ignite.ml.math.functions.IgniteFunction-org.apache.ignite.ml.math.functions.IgniteBinaryOperator-R-">compute(IgniteFunction<span class='angle_bracket'>&lt;</span>D, R<span class='angle_bracket'>&gt;</span>, IgniteBinaryOperator<span class='angle_bracket'>&lt;</span>R<span class='angle_bracket'>&gt;</span>, R)</a></span> - Method in interface org.apache.ignite.ml.dataset.<a href="org/apache/ignite/ml/dataset/Dataset.html" title="interface in org.apache.ignite.ml.dataset">Dataset</a></dt>
<dd>
<div class="block">Applies the specified <code>map</code> function to every partition <code>data</code> in the dataset and then reduces
<code>map</code> results to final result by using the <code>reduce</code> function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/Dataset.html#compute-org.apache.ignite.ml.math.functions.IgniteFunction-org.apache.ignite.ml.math.functions.IgniteBinaryOperator-">compute(IgniteFunction<span class='angle_bracket'>&lt;</span>D, R<span class='angle_bracket'>&gt;</span>, IgniteBinaryOperator<span class='angle_bracket'>&lt;</span>R<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.ml.dataset.<a href="org/apache/ignite/ml/dataset/Dataset.html" title="interface in org.apache.ignite.ml.dataset">Dataset</a></dt>
<dd>
<div class="block">Applies the specified <code>map</code> function to every partition <code>data</code> in the dataset and then reduces
<code>map</code> results to final result by using the <code>reduce</code> function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/Dataset.html#compute-org.apache.ignite.ml.math.functions.IgniteBiConsumer-">compute(IgniteBiConsumer<span class='angle_bracket'>&lt;</span>D, LearningEnvironment<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.ml.dataset.<a href="org/apache/ignite/ml/dataset/Dataset.html" title="interface in org.apache.ignite.ml.dataset">Dataset</a></dt>
<dd>
<div class="block">Applies the specified <code>map</code> function to every partition <code>data</code> in the dataset and
<a href="org/apache/ignite/ml/environment/LearningEnvironment.html" title="interface in org.apache.ignite.ml.environment"><code>LearningEnvironment</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/Dataset.html#compute-org.apache.ignite.ml.math.functions.IgniteConsumer-">compute(IgniteConsumer<span class='angle_bracket'>&lt;</span>D<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.ml.dataset.<a href="org/apache/ignite/ml/dataset/Dataset.html" title="interface in org.apache.ignite.ml.dataset">Dataset</a></dt>
<dd>
<div class="block">Applies the specified <code>map</code> function to every partition <code>data</code> in the dataset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/impl/cache/CacheBasedDataset.html#compute-org.apache.ignite.ml.math.functions.IgniteBiFunction-org.apache.ignite.ml.math.functions.IgniteBinaryOperator-R-">compute(IgniteBiFunction<span class='angle_bracket'>&lt;</span>D, LearningEnvironment, R<span class='angle_bracket'>&gt;</span>, IgniteBinaryOperator<span class='angle_bracket'>&lt;</span>R<span class='angle_bracket'>&gt;</span>, R)</a></span> - Method in class org.apache.ignite.ml.dataset.impl.cache.<a href="org/apache/ignite/ml/dataset/impl/cache/CacheBasedDataset.html" title="class in org.apache.ignite.ml.dataset.impl.cache">CacheBasedDataset</a></dt>
<dd>
<div class="block">Applies the specified <code>map</code> function to every partition <code>data</code> and <a href="org/apache/ignite/ml/environment/LearningEnvironment.html" title="interface in org.apache.ignite.ml.environment"><code>LearningEnvironment</code></a>
in the dataset and then reduces <code>map</code> results to final result by using the <code>reduce</code> function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/impl/local/LocalDataset.html#compute-org.apache.ignite.ml.math.functions.IgniteBiFunction-org.apache.ignite.ml.math.functions.IgniteBinaryOperator-R-">compute(IgniteBiFunction<span class='angle_bracket'>&lt;</span>D, LearningEnvironment, R<span class='angle_bracket'>&gt;</span>, IgniteBinaryOperator<span class='angle_bracket'>&lt;</span>R<span class='angle_bracket'>&gt;</span>, R)</a></span> - Method in class org.apache.ignite.ml.dataset.impl.local.<a href="org/apache/ignite/ml/dataset/impl/local/LocalDataset.html" title="class in org.apache.ignite.ml.dataset.impl.local">LocalDataset</a></dt>
<dd>
<div class="block">Applies the specified <code>map</code> function to every partition <code>data</code> and <a href="org/apache/ignite/ml/environment/LearningEnvironment.html" title="interface in org.apache.ignite.ml.environment"><code>LearningEnvironment</code></a>
in the dataset and then reduces <code>map</code> results to final result by using the <code>reduce</code> function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/primitive/DatasetWrapper.html#compute-org.apache.ignite.ml.math.functions.IgniteBiFunction-org.apache.ignite.ml.math.functions.IgniteBinaryOperator-R-">compute(IgniteBiFunction<span class='angle_bracket'>&lt;</span>D, LearningEnvironment, R<span class='angle_bracket'>&gt;</span>, IgniteBinaryOperator<span class='angle_bracket'>&lt;</span>R<span class='angle_bracket'>&gt;</span>, R)</a></span> - Method in class org.apache.ignite.ml.dataset.primitive.<a href="org/apache/ignite/ml/dataset/primitive/DatasetWrapper.html" title="class in org.apache.ignite.ml.dataset.primitive">DatasetWrapper</a></dt>
<dd>
<div class="block">Applies the specified <code>map</code> function to every partition <code>data</code> and <a href="org/apache/ignite/ml/environment/LearningEnvironment.html" title="interface in org.apache.ignite.ml.environment"><code>LearningEnvironment</code></a>
in the dataset and then reduces <code>map</code> results to final result by using the <code>reduce</code> function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/distances/BrayCurtisDistance.html#compute-org.apache.ignite.ml.math.primitives.vector.Vector-org.apache.ignite.ml.math.primitives.vector.Vector-">compute(Vector, Vector)</a></span> - Method in class org.apache.ignite.ml.math.distances.<a href="org/apache/ignite/ml/math/distances/BrayCurtisDistance.html" title="class in org.apache.ignite.ml.math.distances">BrayCurtisDistance</a></dt>
<dd>
<div class="block">Compute the distance between two n-dimensional vectors.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/distances/CanberraDistance.html#compute-org.apache.ignite.ml.math.primitives.vector.Vector-org.apache.ignite.ml.math.primitives.vector.Vector-">compute(Vector, Vector)</a></span> - Method in class org.apache.ignite.ml.math.distances.<a href="org/apache/ignite/ml/math/distances/CanberraDistance.html" title="class in org.apache.ignite.ml.math.distances">CanberraDistance</a></dt>
<dd>
<div class="block">Compute the distance between two n-dimensional vectors.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/distances/ChebyshevDistance.html#compute-org.apache.ignite.ml.math.primitives.vector.Vector-org.apache.ignite.ml.math.primitives.vector.Vector-">compute(Vector, Vector)</a></span> - Method in class org.apache.ignite.ml.math.distances.<a href="org/apache/ignite/ml/math/distances/ChebyshevDistance.html" title="class in org.apache.ignite.ml.math.distances">ChebyshevDistance</a></dt>
<dd>
<div class="block">Compute the distance between two n-dimensional vectors.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/distances/CosineSimilarity.html#compute-org.apache.ignite.ml.math.primitives.vector.Vector-org.apache.ignite.ml.math.primitives.vector.Vector-">compute(Vector, Vector)</a></span> - Method in class org.apache.ignite.ml.math.distances.<a href="org/apache/ignite/ml/math/distances/CosineSimilarity.html" title="class in org.apache.ignite.ml.math.distances">CosineSimilarity</a></dt>
<dd>
<div class="block">Compute the distance between two n-dimensional vectors.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/distances/DistanceMeasure.html#compute-org.apache.ignite.ml.math.primitives.vector.Vector-org.apache.ignite.ml.math.primitives.vector.Vector-">compute(Vector, Vector)</a></span> - Method in interface org.apache.ignite.ml.math.distances.<a href="org/apache/ignite/ml/math/distances/DistanceMeasure.html" title="interface in org.apache.ignite.ml.math.distances">DistanceMeasure</a></dt>
<dd>
<div class="block">Compute the distance between two n-dimensional vectors.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/distances/DistanceMeasure.html#compute-org.apache.ignite.ml.math.primitives.vector.Vector-double:A-">compute(Vector, double[])</a></span> - Method in interface org.apache.ignite.ml.math.distances.<a href="org/apache/ignite/ml/math/distances/DistanceMeasure.html" title="interface in org.apache.ignite.ml.math.distances">DistanceMeasure</a></dt>
<dd>
<div class="block">Compute the distance between n-dimensional vector and n-dimensional array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/distances/EuclideanDistance.html#compute-org.apache.ignite.ml.math.primitives.vector.Vector-org.apache.ignite.ml.math.primitives.vector.Vector-">compute(Vector, Vector)</a></span> - Method in class org.apache.ignite.ml.math.distances.<a href="org/apache/ignite/ml/math/distances/EuclideanDistance.html" title="class in org.apache.ignite.ml.math.distances">EuclideanDistance</a></dt>
<dd>
<div class="block">Compute the distance between two n-dimensional vectors.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/distances/EuclideanDistance.html#compute-org.apache.ignite.ml.math.primitives.vector.Vector-double:A-">compute(Vector, double[])</a></span> - Method in class org.apache.ignite.ml.math.distances.<a href="org/apache/ignite/ml/math/distances/EuclideanDistance.html" title="class in org.apache.ignite.ml.math.distances">EuclideanDistance</a></dt>
<dd>
<div class="block">Compute the distance between n-dimensional vector and n-dimensional array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/distances/HammingDistance.html#compute-org.apache.ignite.ml.math.primitives.vector.Vector-org.apache.ignite.ml.math.primitives.vector.Vector-">compute(Vector, Vector)</a></span> - Method in class org.apache.ignite.ml.math.distances.<a href="org/apache/ignite/ml/math/distances/HammingDistance.html" title="class in org.apache.ignite.ml.math.distances">HammingDistance</a></dt>
<dd>
<div class="block">Compute the distance between two n-dimensional vectors.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/distances/JaccardIndex.html#compute-org.apache.ignite.ml.math.primitives.vector.Vector-org.apache.ignite.ml.math.primitives.vector.Vector-">compute(Vector, Vector)</a></span> - Method in class org.apache.ignite.ml.math.distances.<a href="org/apache/ignite/ml/math/distances/JaccardIndex.html" title="class in org.apache.ignite.ml.math.distances">JaccardIndex</a></dt>
<dd>
<div class="block">Compute the distance between two n-dimensional vectors.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/distances/JensenShannonDistance.html#compute-org.apache.ignite.ml.math.primitives.vector.Vector-org.apache.ignite.ml.math.primitives.vector.Vector-">compute(Vector, Vector)</a></span> - Method in class org.apache.ignite.ml.math.distances.<a href="org/apache/ignite/ml/math/distances/JensenShannonDistance.html" title="class in org.apache.ignite.ml.math.distances">JensenShannonDistance</a></dt>
<dd>
<div class="block">Compute the distance between two n-dimensional vectors.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/distances/ManhattanDistance.html#compute-org.apache.ignite.ml.math.primitives.vector.Vector-org.apache.ignite.ml.math.primitives.vector.Vector-">compute(Vector, Vector)</a></span> - Method in class org.apache.ignite.ml.math.distances.<a href="org/apache/ignite/ml/math/distances/ManhattanDistance.html" title="class in org.apache.ignite.ml.math.distances">ManhattanDistance</a></dt>
<dd>
<div class="block">Compute the distance between two n-dimensional vectors.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/distances/MinkowskiDistance.html#compute-org.apache.ignite.ml.math.primitives.vector.Vector-org.apache.ignite.ml.math.primitives.vector.Vector-">compute(Vector, Vector)</a></span> - Method in class org.apache.ignite.ml.math.distances.<a href="org/apache/ignite/ml/math/distances/MinkowskiDistance.html" title="class in org.apache.ignite.ml.math.distances">MinkowskiDistance</a></dt>
<dd>
<div class="block">Compute the distance between two n-dimensional vectors.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/distances/WeightedMinkowskiDistance.html#compute-org.apache.ignite.ml.math.primitives.vector.Vector-org.apache.ignite.ml.math.primitives.vector.Vector-">compute(Vector, Vector)</a></span> - Method in class org.apache.ignite.ml.math.distances.<a href="org/apache/ignite/ml/math/distances/WeightedMinkowskiDistance.html" title="class in org.apache.ignite.ml.math.distances">WeightedMinkowskiDistance</a></dt>
<dd>
<div class="block">Compute the distance between two n-dimensional vectors.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#compute-int-int-org.apache.ignite.ml.math.functions.IgniteTriFunction-">compute(int, int, IgniteTriFunction<span class='angle_bracket'>&lt;</span>Integer, Integer, Double, Double<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>
<div class="block">Replace matrix entry with value oldVal at (row, col) with result of computing f(row, col, oldVal).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/impl/SparseMatrix.html#compute-int-int-org.apache.ignite.ml.math.functions.IgniteTriFunction-">compute(int, int, IgniteTriFunction<span class='angle_bracket'>&lt;</span>Integer, Integer, Double, Double<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.impl.<a href="org/apache/ignite/ml/math/primitives/matrix/impl/SparseMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix.impl">SparseMatrix</a></dt>
<dd>
<div class="block">Replace matrix entry with value oldVal at (row, col) with result of computing f(row, col, oldVal).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html#compute-int-int-org.apache.ignite.ml.math.functions.IgniteTriFunction-">compute(int, int, IgniteTriFunction<span class='angle_bracket'>&lt;</span>Integer, Integer, Double, Double<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">Matrix</a></dt>
<dd>
<div class="block">Replace matrix entry with value oldVal at (row, col) with result of computing f(row, col, oldVal).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/storage/SparseMatrixStorage.html#compute-int-int-org.apache.ignite.ml.math.functions.IgniteTriFunction-">compute(int, int, IgniteTriFunction<span class='angle_bracket'>&lt;</span>Integer, Integer, Double, Double<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.storage.<a href="org/apache/ignite/ml/math/primitives/matrix/storage/SparseMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.matrix.storage">SparseMatrixStorage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#compute-int-org.apache.ignite.ml.math.functions.IgniteIntDoubleToDoubleBiFunction-">compute(int, IgniteIntDoubleToDoubleBiFunction)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Replace vector entry with value oldVal at i with result of computing f(i, oldVal).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#compute-int-org.apache.ignite.ml.math.functions.IgniteIntDoubleToDoubleBiFunction-">compute(int, IgniteIntDoubleToDoubleBiFunction)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Replace vector entry with value oldVal at i with result of computing f(i, oldVal).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html#compute-int-org.apache.ignite.ml.math.functions.IgniteIntDoubleToDoubleBiFunction-">compute(int, IgniteIntDoubleToDoubleBiFunction)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a></dt>
<dd>
<div class="block">Replace vector entry with value oldVal at i with result of computing f(i, oldVal).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/DistributionComputer.html#computeDistributionFunction--">computeDistributionFunction()</a></span> - Method in interface org.apache.ignite.ml.dataset.feature.<a href="org/apache/ignite/ml/dataset/feature/DistributionComputer.html" title="interface in org.apache.ignite.ml.dataset.feature">DistributionComputer</a></dt>
<dd>
<div class="block">Compute distribution function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/ObjectHistogram.html#computeDistributionFunction--">computeDistributionFunction()</a></span> - Method in class org.apache.ignite.ml.dataset.feature.<a href="org/apache/ignite/ml/dataset/feature/ObjectHistogram.html" title="class in org.apache.ignite.ml.dataset.feature">ObjectHistogram</a></dt>
<dd>
<div class="block">Compute distribution function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/convergence/ConvergenceChecker.html#computeError-org.apache.ignite.ml.math.primitives.vector.Vector-java.lang.Double-org.apache.ignite.ml.composition.ModelsComposition-">computeError(Vector, Double, ModelsComposition)</a></span> - Method in class org.apache.ignite.ml.composition.boosting.convergence.<a href="org/apache/ignite/ml/composition/boosting/convergence/ConvergenceChecker.html" title="class in org.apache.ignite.ml.composition.boosting.convergence">ConvergenceChecker</a></dt>
<dd>
<div class="block">Compute error for the specific vector of dataset.</div>
</dd>
<dt><a href="org/apache/ignite/compute/ComputeExecutionRejectedException.html" title="class in org.apache.ignite.compute"><span class="typeNameLink">ComputeExecutionRejectedException</span></a> - Exception in <a href="org/apache/ignite/compute/package-summary.html">org.apache.ignite.compute</a></dt>
<dd>
<div class="block">This exception defines execution rejection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeExecutionRejectedException.html#ComputeExecutionRejectedException-java.lang.String-">ComputeExecutionRejectedException(String)</a></span> - Constructor for exception org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeExecutionRejectedException.html" title="class in org.apache.ignite.compute">ComputeExecutionRejectedException</a></dt>
<dd>
<div class="block">Creates new execution rejection exception with given error message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeExecutionRejectedException.html#ComputeExecutionRejectedException-java.lang.Throwable-">ComputeExecutionRejectedException(Throwable)</a></span> - Constructor for exception org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeExecutionRejectedException.html" title="class in org.apache.ignite.compute">ComputeExecutionRejectedException</a></dt>
<dd>
<div class="block">Creates new execution rejection given throwable as a cause and
source of error message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeExecutionRejectedException.html#ComputeExecutionRejectedException-java.lang.String-java.lang.Throwable-">ComputeExecutionRejectedException(String, Throwable)</a></span> - Constructor for exception org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeExecutionRejectedException.html" title="class in org.apache.ignite.compute">ComputeExecutionRejectedException</a></dt>
<dd>
<div class="block">Creates new execution rejection exception with given error message
and optional nested exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/GDBTrainer.html#computeInitialValue-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">computeInitialValue(LearningEnvironmentBuilder, DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.composition.boosting.<a href="org/apache/ignite/ml/composition/boosting/GDBTrainer.html" title="class in org.apache.ignite.ml.composition.boosting">GDBTrainer</a></dt>
<dd>
<div class="block">Compute mean value of label as first approximation.</div>
</dd>
<dt><a href="org/apache/ignite/compute/ComputeJob.html" title="interface in org.apache.ignite.compute"><span class="typeNameLink">ComputeJob</span></a> - Interface in <a href="org/apache/ignite/compute/package-summary.html">org.apache.ignite.compute</a></dt>
<dd>
<div class="block">Defines executable unit for <a href="org/apache/ignite/compute/ComputeTask.html" title="interface in org.apache.ignite.compute"><code>ComputeTask</code></a>.</div>
</dd>
<dt><a href="org/apache/ignite/compute/ComputeJobAdapter.html" title="class in org.apache.ignite.compute"><span class="typeNameLink">ComputeJobAdapter</span></a> - Class in <a href="org/apache/ignite/compute/package-summary.html">org.apache.ignite.compute</a></dt>
<dd>
<div class="block">Convenience adapter for <a href="org/apache/ignite/compute/ComputeJob.html" title="interface in org.apache.ignite.compute"><code>ComputeJob</code></a> implementations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeJobAdapter.html#ComputeJobAdapter--">ComputeJobAdapter()</a></span> - Constructor for 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">No-arg constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeJobAdapter.html#ComputeJobAdapter-java.lang.Object-">ComputeJobAdapter(Object)</a></span> - Constructor for 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">Creates job with one arguments.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeJobAdapter.html#ComputeJobAdapter-java.lang.Object...-">ComputeJobAdapter(Object...)</a></span> - Constructor for 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">Creates job with specified arguments.</div>
</dd>
<dt><a href="org/apache/ignite/compute/ComputeJobAfterSend.html" title="annotation in org.apache.ignite.compute"><span class="typeNameLink">ComputeJobAfterSend</span></a> - Annotation Type in <a href="org/apache/ignite/compute/package-summary.html">org.apache.ignite.compute</a></dt>
<dd>
<div class="block">This annotation allows to call a method right after the job has been
successfully sent for execution.</div>
</dd>
<dt><a href="org/apache/ignite/compute/ComputeJobBeforeFailover.html" title="annotation in org.apache.ignite.compute"><span class="typeNameLink">ComputeJobBeforeFailover</span></a> - Annotation Type in <a href="org/apache/ignite/compute/package-summary.html">org.apache.ignite.compute</a></dt>
<dd>
<div class="block">This annotation allows to call a method right before job is submitted to
<a href="org/apache/ignite/spi/failover/FailoverSpi.html" title="interface in org.apache.ignite.spi.failover"><code>FailoverSpi</code></a>.</div>
</dd>
<dt><a href="org/apache/ignite/compute/ComputeJobContext.html" title="interface in org.apache.ignite.compute"><span class="typeNameLink">ComputeJobContext</span></a> - Interface in <a href="org/apache/ignite/compute/package-summary.html">org.apache.ignite.compute</a></dt>
<dd>
<div class="block">Context attached to every job executed on the grid.</div>
</dd>
<dt><a href="org/apache/ignite/compute/ComputeJobContinuation.html" title="interface in org.apache.ignite.compute"><span class="typeNameLink">ComputeJobContinuation</span></a> - Interface in <a href="org/apache/ignite/compute/package-summary.html">org.apache.ignite.compute</a></dt>
<dd>
<div class="block">Defines continuation support for grid job context.</div>
</dd>
<dt><a href="org/apache/ignite/compute/ComputeJobContinuationAdapter.html" title="class in org.apache.ignite.compute"><span class="typeNameLink">ComputeJobContinuationAdapter</span></a> - Class in <a href="org/apache/ignite/compute/package-summary.html">org.apache.ignite.compute</a></dt>
<dd>
<div class="block">Convenience adapter for <a href="org/apache/ignite/compute/ComputeJob.html" title="interface in org.apache.ignite.compute"><code>ComputeJob</code></a> implementations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeJobContinuationAdapter.html#ComputeJobContinuationAdapter--">ComputeJobContinuationAdapter()</a></span> - Constructor for class org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeJobContinuationAdapter.html" title="class in org.apache.ignite.compute">ComputeJobContinuationAdapter</a></dt>
<dd>
<div class="block">No-arg constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeJobContinuationAdapter.html#ComputeJobContinuationAdapter-java.lang.Object-">ComputeJobContinuationAdapter(Object)</a></span> - Constructor for class org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeJobContinuationAdapter.html" title="class in org.apache.ignite.compute">ComputeJobContinuationAdapter</a></dt>
<dd>
<div class="block">Creates job with one arguments.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeJobContinuationAdapter.html#ComputeJobContinuationAdapter-java.lang.Object...-">ComputeJobContinuationAdapter(Object...)</a></span> - Constructor for class org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeJobContinuationAdapter.html" title="class in org.apache.ignite.compute">ComputeJobContinuationAdapter</a></dt>
<dd>
<div class="block">Creates job with specified arguments.</div>
</dd>
<dt><a href="org/apache/ignite/compute/ComputeJobFailoverException.html" title="class in org.apache.ignite.compute"><span class="typeNameLink">ComputeJobFailoverException</span></a> - Exception in <a href="org/apache/ignite/compute/package-summary.html">org.apache.ignite.compute</a></dt>
<dd>
<div class="block">This runtime exception can be thrown from <a href="org/apache/ignite/compute/ComputeJob.html#execute--"><code>ComputeJob.execute()</code></a> method to force
job failover to another node within task topology.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeJobFailoverException.html#ComputeJobFailoverException-java.lang.String-">ComputeJobFailoverException(String)</a></span> - Constructor for exception org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeJobFailoverException.html" title="class in org.apache.ignite.compute">ComputeJobFailoverException</a></dt>
<dd>
<div class="block">Creates new exception with given error message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeJobFailoverException.html#ComputeJobFailoverException-java.lang.Throwable-">ComputeJobFailoverException(Throwable)</a></span> - Constructor for exception org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeJobFailoverException.html" title="class in org.apache.ignite.compute">ComputeJobFailoverException</a></dt>
<dd>
<div class="block">Creates new given throwable as a cause and
source of error message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeJobFailoverException.html#ComputeJobFailoverException-java.lang.String-java.lang.Throwable-">ComputeJobFailoverException(String, Throwable)</a></span> - Constructor for exception org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeJobFailoverException.html" title="class in org.apache.ignite.compute">ComputeJobFailoverException</a></dt>
<dd>
<div class="block">Creates new exception with given error message
and optional nested exception.</div>
</dd>
<dt><a href="org/apache/ignite/compute/ComputeJobMasterLeaveAware.html" title="interface in org.apache.ignite.compute"><span class="typeNameLink">ComputeJobMasterLeaveAware</span></a> - Interface in <a href="org/apache/ignite/compute/package-summary.html">org.apache.ignite.compute</a></dt>
<dd>
<div class="block">Annotation for handling master node leave during job execution.</div>
</dd>
<dt><a href="org/apache/ignite/compute/ComputeJobResult.html" title="interface in org.apache.ignite.compute"><span class="typeNameLink">ComputeJobResult</span></a> - Interface in <a href="org/apache/ignite/compute/package-summary.html">org.apache.ignite.compute</a></dt>
<dd>
<div class="block">Result of remote job which gets passed into <a href="org/apache/ignite/compute/ComputeTask.html#result-org.apache.ignite.compute.ComputeJobResult-java.util.List-"><code>ComputeTask.result(ComputeJobResult, List)</code></a>
method.</div>
</dd>
<dt><a href="org/apache/ignite/compute/ComputeJobResultPolicy.html" title="enum in org.apache.ignite.compute"><span class="typeNameLink">ComputeJobResultPolicy</span></a> - Enum in <a href="org/apache/ignite/compute/package-summary.html">org.apache.ignite.compute</a></dt>
<dd>
<div class="block">This enumeration provides different types of actions following the last
received job result.</div>
</dd>
<dt><a href="org/apache/ignite/compute/ComputeJobSibling.html" title="interface in org.apache.ignite.compute"><span class="typeNameLink">ComputeJobSibling</span></a> - Interface in <a href="org/apache/ignite/compute/package-summary.html">org.apache.ignite.compute</a></dt>
<dd>
<div class="block">Job sibling interface defines a job from the same split.</div>
</dd>
<dt><a href="org/apache/ignite/spi/systemview/view/ComputeJobView.html" title="class in org.apache.ignite.spi.systemview.view"><span class="typeNameLink">ComputeJobView</span></a> - Class in <a href="org/apache/ignite/spi/systemview/view/package-summary.html">org.apache.ignite.spi.systemview.view</a></dt>
<dd>
<div class="block">Compute job representation for a <a href="org/apache/ignite/spi/systemview/view/SystemView.html" title="interface in org.apache.ignite.spi.systemview.view"><code>SystemView</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ComputeJobView.html#ComputeJobView-org.apache.ignite.lang.IgniteUuid-org.apache.ignite.internal.processors.job.GridJobWorker-org.apache.ignite.spi.systemview.view.ComputeJobView.ComputeJobState-">ComputeJobView(IgniteUuid, GridJobWorker, ComputeJobView.ComputeJobState)</a></span> - Constructor for class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ComputeJobView.html" title="class in org.apache.ignite.spi.systemview.view">ComputeJobView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/spi/systemview/view/ComputeJobView.ComputeJobState.html" title="enum in org.apache.ignite.spi.systemview.view"><span class="typeNameLink">ComputeJobView.ComputeJobState</span></a> - Enum in <a href="org/apache/ignite/spi/systemview/view/package-summary.html">org.apache.ignite.spi.systemview.view</a></dt>
<dd>
<div class="block">Compute job state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/statistics/ClassifierLeafValuesComputer.html#computeLeafValue-org.apache.ignite.ml.dataset.feature.ObjectHistogram-">computeLeafValue(ObjectHistogram<span class='angle_bracket'>&lt;</span>BootstrappedVector<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.statistics.<a href="org/apache/ignite/ml/tree/randomforest/data/statistics/ClassifierLeafValuesComputer.html" title="class in org.apache.ignite.ml.tree.randomforest.data.statistics">ClassifierLeafValuesComputer</a></dt>
<dd>
<div class="block">Returns the most frequent value in according to statistic.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/statistics/LeafValuesComputer.html#computeLeafValue-T-">computeLeafValue(T)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.statistics.<a href="org/apache/ignite/ml/tree/randomforest/data/statistics/LeafValuesComputer.html" title="class in org.apache.ignite.ml.tree.randomforest.data.statistics">LeafValuesComputer</a></dt>
<dd>
<div class="block">Compute value from leaf based on statistics on labels corresponds to leaf.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/statistics/RegressionLeafValuesComputer.html#computeLeafValue-org.apache.ignite.ml.tree.randomforest.data.statistics.MeanValueStatistic-">computeLeafValue(MeanValueStatistic)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.statistics.<a href="org/apache/ignite/ml/tree/randomforest/data/statistics/RegressionLeafValuesComputer.html" title="class in org.apache.ignite.ml.tree.randomforest.data.statistics">RegressionLeafValuesComputer</a></dt>
<dd>
<div class="block">Returns the mean value in according to statistic.</div>
</dd>
<dt><a href="org/apache/ignite/compute/ComputeLoadBalancer.html" title="interface in org.apache.ignite.compute"><span class="typeNameLink">ComputeLoadBalancer</span></a> - Interface in <a href="org/apache/ignite/compute/package-summary.html">org.apache.ignite.compute</a></dt>
<dd>
<div class="block">Load balancer is used for finding the best balanced node according
to load balancing policy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/convergence/ConvergenceChecker.html#computeMeanErrorOnDataset-org.apache.ignite.ml.dataset.Dataset-org.apache.ignite.ml.composition.ModelsComposition-">computeMeanErrorOnDataset(Dataset<span class='angle_bracket'>&lt;</span>EmptyContext, ? extends FeatureMatrixWithLabelsOnHeapData<span class='angle_bracket'>&gt;</span>, ModelsComposition)</a></span> - Method in class org.apache.ignite.ml.composition.boosting.convergence.<a href="org/apache/ignite/ml/composition/boosting/convergence/ConvergenceChecker.html" title="class in org.apache.ignite.ml.composition.boosting.convergence">ConvergenceChecker</a></dt>
<dd>
<div class="block">Compute error for given model on learning dataset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/convergence/mean/MeanAbsValueConvergenceChecker.html#computeMeanErrorOnDataset-org.apache.ignite.ml.dataset.Dataset-org.apache.ignite.ml.composition.ModelsComposition-">computeMeanErrorOnDataset(Dataset<span class='angle_bracket'>&lt;</span>EmptyContext, ? extends FeatureMatrixWithLabelsOnHeapData<span class='angle_bracket'>&gt;</span>, ModelsComposition)</a></span> - Method in class org.apache.ignite.ml.composition.boosting.convergence.mean.<a href="org/apache/ignite/ml/composition/boosting/convergence/mean/MeanAbsValueConvergenceChecker.html" title="class in org.apache.ignite.ml.composition.boosting.convergence.mean">MeanAbsValueConvergenceChecker</a></dt>
<dd>
<div class="block">Compute error for given model on learning dataset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/convergence/median/MedianOfMedianConvergenceChecker.html#computeMeanErrorOnDataset-org.apache.ignite.ml.dataset.Dataset-org.apache.ignite.ml.composition.ModelsComposition-">computeMeanErrorOnDataset(Dataset<span class='angle_bracket'>&lt;</span>EmptyContext, ? extends FeatureMatrixWithLabelsOnHeapData<span class='angle_bracket'>&gt;</span>, ModelsComposition)</a></span> - Method in class org.apache.ignite.ml.composition.boosting.convergence.median.<a href="org/apache/ignite/ml/composition/boosting/convergence/median/MedianOfMedianConvergenceChecker.html" title="class in org.apache.ignite.ml.composition.boosting.convergence.median">MedianOfMedianConvergenceChecker</a></dt>
<dd>
<div class="block">Compute error for given model on learning dataset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/convergence/simple/ConvergenceCheckerStub.html#computeMeanErrorOnDataset-org.apache.ignite.ml.dataset.Dataset-org.apache.ignite.ml.composition.ModelsComposition-">computeMeanErrorOnDataset(Dataset<span class='angle_bracket'>&lt;</span>EmptyContext, ? extends FeatureMatrixWithLabelsOnHeapData<span class='angle_bracket'>&gt;</span>, ModelsComposition)</a></span> - Method in class org.apache.ignite.ml.composition.boosting.convergence.simple.<a href="org/apache/ignite/ml/composition/boosting/convergence/simple/ConvergenceCheckerStub.html" title="class in org.apache.ignite.ml.composition.boosting.convergence.simple">ConvergenceCheckerStub</a></dt>
<dd>
<div class="block">Compute error for given model on learning dataset.</div>
</dd>
<dt><a href="org/apache/ignite/mxbean/ComputeMXBean.html" title="interface in org.apache.ignite.mxbean"><span class="typeNameLink">ComputeMXBean</span></a> - Interface in <a href="org/apache/ignite/mxbean/package-summary.html">org.apache.ignite.mxbean</a></dt>
<dd>
<div class="block">Compute MXBean interface.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/MultilayerPerceptron.html#computeState-org.apache.ignite.ml.math.primitives.matrix.Matrix-">computeState(Matrix)</a></span> - Method in class org.apache.ignite.ml.nn.<a href="org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</a></dt>
<dd>
<div class="block">Perform forward pass and return state of outputs of each layer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/statistics/NormalDistributionStatisticsComputer.html#computeStatistics-java.util.List-org.apache.ignite.ml.dataset.Dataset-">computeStatistics(List<span class='angle_bracket'>&lt;</span>FeatureMeta<span class='angle_bracket'>&gt;</span>, Dataset<span class='angle_bracket'>&lt;</span>EmptyContext, BootstrappedDatasetPartition<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.statistics.<a href="org/apache/ignite/ml/tree/randomforest/data/statistics/NormalDistributionStatisticsComputer.html" title="class in org.apache.ignite.ml.tree.randomforest.data.statistics">NormalDistributionStatisticsComputer</a></dt>
<dd>
<div class="block">Computes statistics of normal distribution on features in dataset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/statistics/NormalDistributionStatisticsComputer.html#computeStatsOnPartition-org.apache.ignite.ml.dataset.impl.bootstrapping.BootstrappedDatasetPartition-java.util.List-">computeStatsOnPartition(BootstrappedDatasetPartition, List<span class='angle_bracket'>&lt;</span>FeatureMeta<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.statistics.<a href="org/apache/ignite/ml/tree/randomforest/data/statistics/NormalDistributionStatisticsComputer.html" title="class in org.apache.ignite.ml.tree.randomforest.data.statistics">NormalDistributionStatisticsComputer</a></dt>
<dd>
<div class="block">Aggregates normal distribution statistics for continual features in dataset partition.</div>
</dd>
<dt><a href="org/apache/ignite/compute/ComputeTask.html" title="interface in org.apache.ignite.compute"><span class="typeNameLink">ComputeTask</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/compute/ComputeTask.html" title="type parameter in ComputeTask">T</a>,<a href="org/apache/ignite/compute/ComputeTask.html" title="type parameter in ComputeTask">R</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/compute/package-summary.html">org.apache.ignite.compute</a></dt>
<dd>
<div class="block">Grid task interface defines a task that can be executed on the grid.</div>
</dd>
<dt><a href="org/apache/ignite/compute/ComputeTaskAdapter.html" title="class in org.apache.ignite.compute"><span class="typeNameLink">ComputeTaskAdapter</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/compute/ComputeTaskAdapter.html" title="type parameter in ComputeTaskAdapter">T</a>,<a href="org/apache/ignite/compute/ComputeTaskAdapter.html" title="type parameter in ComputeTaskAdapter">R</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/compute/package-summary.html">org.apache.ignite.compute</a></dt>
<dd>
<div class="block">Convenience adapter for <a href="org/apache/ignite/compute/ComputeTask.html" title="interface in org.apache.ignite.compute"><code>ComputeTask</code></a> interface.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeTaskAdapter.html#ComputeTaskAdapter--">ComputeTaskAdapter()</a></span> - Constructor for class org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeTaskAdapter.html" title="class in org.apache.ignite.compute">ComputeTaskAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/compute/ComputeTaskCancelledException.html" title="class in org.apache.ignite.compute"><span class="typeNameLink">ComputeTaskCancelledException</span></a> - Exception in <a href="org/apache/ignite/compute/package-summary.html">org.apache.ignite.compute</a></dt>
<dd>
<div class="block">This exception indicates that grid task was cancelled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeTaskCancelledException.html#ComputeTaskCancelledException-java.lang.String-">ComputeTaskCancelledException(String)</a></span> - Constructor for exception org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeTaskCancelledException.html" title="class in org.apache.ignite.compute">ComputeTaskCancelledException</a></dt>
<dd>
<div class="block">Creates new task cancellation exception with given error message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeTaskCancelledException.html#ComputeTaskCancelledException-java.lang.Throwable-">ComputeTaskCancelledException(Throwable)</a></span> - Constructor for exception org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeTaskCancelledException.html" title="class in org.apache.ignite.compute">ComputeTaskCancelledException</a></dt>
<dd>
<div class="block">Creates new task cancellation exception given throwable as a cause and
source of error message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeTaskCancelledException.html#ComputeTaskCancelledException-java.lang.String-java.lang.Throwable-">ComputeTaskCancelledException(String, Throwable)</a></span> - Constructor for exception org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeTaskCancelledException.html" title="class in org.apache.ignite.compute">ComputeTaskCancelledException</a></dt>
<dd>
<div class="block">Creates new task cancellation exception with given error message and optional nested exception.</div>
</dd>
<dt><a href="org/apache/ignite/compute/ComputeTaskContinuousMapper.html" title="interface in org.apache.ignite.compute"><span class="typeNameLink">ComputeTaskContinuousMapper</span></a> - Interface in <a href="org/apache/ignite/compute/package-summary.html">org.apache.ignite.compute</a></dt>
<dd>
<div class="block">Defines a mapper that can be used for asynchronous job sending.</div>
</dd>
<dt><a href="org/apache/ignite/compute/ComputeTaskFuture.html" title="interface in org.apache.ignite.compute"><span class="typeNameLink">ComputeTaskFuture</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/compute/ComputeTaskFuture.html" title="type parameter in ComputeTaskFuture">R</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/compute/package-summary.html">org.apache.ignite.compute</a></dt>
<dd>
<div class="block">This class defines a handler for asynchronous task execution.</div>
</dd>
<dt><a href="org/apache/ignite/compute/ComputeTaskMapAsync.html" title="annotation in org.apache.ignite.compute"><span class="typeNameLink">ComputeTaskMapAsync</span></a> - Annotation Type in <a href="org/apache/ignite/compute/package-summary.html">org.apache.ignite.compute</a></dt>
<dd>
<div class="block">Annotation for asynchronous task mapping.</div>
</dd>
<dt><a href="org/apache/ignite/compute/ComputeTaskName.html" title="annotation in org.apache.ignite.compute"><span class="typeNameLink">ComputeTaskName</span></a> - Annotation Type in <a href="org/apache/ignite/compute/package-summary.html">org.apache.ignite.compute</a></dt>
<dd>
<div class="block">This annotation allows to assign optional name to grid task.</div>
</dd>
<dt><a href="org/apache/ignite/compute/ComputeTaskNoResultCache.html" title="annotation in org.apache.ignite.compute"><span class="typeNameLink">ComputeTaskNoResultCache</span></a> - Annotation Type in <a href="org/apache/ignite/compute/package-summary.html">org.apache.ignite.compute</a></dt>
<dd>
<div class="block">This annotation disables caching of task results when attached to <a href="org/apache/ignite/compute/ComputeTask.html" title="interface in org.apache.ignite.compute"><code>ComputeTask</code></a> class
being executed.</div>
</dd>
<dt><a href="org/apache/ignite/compute/ComputeTaskSession.html" title="interface in org.apache.ignite.compute"><span class="typeNameLink">ComputeTaskSession</span></a> - Interface in <a href="org/apache/ignite/compute/package-summary.html">org.apache.ignite.compute</a></dt>
<dd>
<div class="block">Defines a distributed session for particular task execution.</div>
</dd>
<dt><a href="org/apache/ignite/compute/ComputeTaskSessionAttributeListener.html" title="interface in org.apache.ignite.compute"><span class="typeNameLink">ComputeTaskSessionAttributeListener</span></a> - Interface in <a href="org/apache/ignite/compute/package-summary.html">org.apache.ignite.compute</a></dt>
<dd>
<div class="block">This interface defines listener for task session attributes.</div>
</dd>
<dt><a href="org/apache/ignite/compute/ComputeTaskSessionFullSupport.html" title="annotation in org.apache.ignite.compute"><span class="typeNameLink">ComputeTaskSessionFullSupport</span></a> - Annotation Type in <a href="org/apache/ignite/compute/package-summary.html">org.apache.ignite.compute</a></dt>
<dd>
<div class="block">Annotation for enabling task session attributes and checkpoints for tasks.</div>
</dd>
<dt><a href="org/apache/ignite/compute/ComputeTaskSessionScope.html" title="enum in org.apache.ignite.compute"><span class="typeNameLink">ComputeTaskSessionScope</span></a> - Enum in <a href="org/apache/ignite/compute/package-summary.html">org.apache.ignite.compute</a></dt>
<dd>
<div class="block">Defines life-time scopes for checkpoint operations.</div>
</dd>
<dt><a href="org/apache/ignite/compute/ComputeTaskSpis.html" title="annotation in org.apache.ignite.compute"><span class="typeNameLink">ComputeTaskSpis</span></a> - Annotation Type in <a href="org/apache/ignite/compute/package-summary.html">org.apache.ignite.compute</a></dt>
<dd>
<div class="block">This annotation allows task to specify what SPIs it wants to use.</div>
</dd>
<dt><a href="org/apache/ignite/compute/ComputeTaskSplitAdapter.html" title="class in org.apache.ignite.compute"><span class="typeNameLink">ComputeTaskSplitAdapter</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/compute/ComputeTaskSplitAdapter.html" title="type parameter in ComputeTaskSplitAdapter">T</a>,<a href="org/apache/ignite/compute/ComputeTaskSplitAdapter.html" title="type parameter in ComputeTaskSplitAdapter">R</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/compute/package-summary.html">org.apache.ignite.compute</a></dt>
<dd>
<div class="block">This class defines simplified adapter for <a href="org/apache/ignite/compute/ComputeTask.html" title="interface in org.apache.ignite.compute"><code>ComputeTask</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeTaskSplitAdapter.html#ComputeTaskSplitAdapter--">ComputeTaskSplitAdapter()</a></span> - Constructor for class org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeTaskSplitAdapter.html" title="class in org.apache.ignite.compute">ComputeTaskSplitAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/compute/ComputeTaskTimeoutException.html" title="class in org.apache.ignite.compute"><span class="typeNameLink">ComputeTaskTimeoutException</span></a> - Exception in <a href="org/apache/ignite/compute/package-summary.html">org.apache.ignite.compute</a></dt>
<dd>
<div class="block">This exception indicates that task execution timed out.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeTaskTimeoutException.html#ComputeTaskTimeoutException-java.lang.String-">ComputeTaskTimeoutException(String)</a></span> - Constructor for exception org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeTaskTimeoutException.html" title="class in org.apache.ignite.compute">ComputeTaskTimeoutException</a></dt>
<dd>
<div class="block">Creates task timeout exception with given task execution ID and
error message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeTaskTimeoutException.html#ComputeTaskTimeoutException-java.lang.Throwable-">ComputeTaskTimeoutException(Throwable)</a></span> - Constructor for exception org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeTaskTimeoutException.html" title="class in org.apache.ignite.compute">ComputeTaskTimeoutException</a></dt>
<dd>
<div class="block">Creates new task timeout exception given throwable as a cause and
source of error message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeTaskTimeoutException.html#ComputeTaskTimeoutException-java.lang.String-java.lang.Throwable-">ComputeTaskTimeoutException(String, Throwable)</a></span> - Constructor for exception org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeTaskTimeoutException.html" title="class in org.apache.ignite.compute">ComputeTaskTimeoutException</a></dt>
<dd>
<div class="block">Creates task timeout exception with given task execution ID,
error message and optional nested exception.</div>
</dd>
<dt><a href="org/apache/ignite/spi/systemview/view/ComputeTaskView.html" title="class in org.apache.ignite.spi.systemview.view"><span class="typeNameLink">ComputeTaskView</span></a> - Class in <a href="org/apache/ignite/spi/systemview/view/package-summary.html">org.apache.ignite.spi.systemview.view</a></dt>
<dd>
<div class="block">Compute task representation for a <a href="org/apache/ignite/spi/systemview/view/SystemView.html" title="interface in org.apache.ignite.spi.systemview.view"><code>SystemView</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ComputeTaskView.html#ComputeTaskView-org.apache.ignite.lang.IgniteUuid-org.apache.ignite.internal.processors.task.GridTaskWorker-">ComputeTaskView(IgniteUuid, GridTaskWorker)</a></span> - Constructor for class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ComputeTaskView.html" title="class in org.apache.ignite.spi.systemview.view">ComputeTaskView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/compute/ComputeUserUndeclaredException.html" title="class in org.apache.ignite.compute"><span class="typeNameLink">ComputeUserUndeclaredException</span></a> - Exception in <a href="org/apache/ignite/compute/package-summary.html">org.apache.ignite.compute</a></dt>
<dd>
<div class="block">This exception is thrown when user's code throws undeclared runtime exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeUserUndeclaredException.html#ComputeUserUndeclaredException-java.lang.String-">ComputeUserUndeclaredException(String)</a></span> - Constructor for exception org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeUserUndeclaredException.html" title="class in org.apache.ignite.compute">ComputeUserUndeclaredException</a></dt>
<dd>
<div class="block">Creates user undeclared exception with given task execution ID and
error message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeUserUndeclaredException.html#ComputeUserUndeclaredException-java.lang.Throwable-">ComputeUserUndeclaredException(Throwable)</a></span> - Constructor for exception org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeUserUndeclaredException.html" title="class in org.apache.ignite.compute">ComputeUserUndeclaredException</a></dt>
<dd>
<div class="block">Creates new user undeclared exception given throwable as a cause and
source of error message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeUserUndeclaredException.html#ComputeUserUndeclaredException-java.lang.String-java.lang.Throwable-">ComputeUserUndeclaredException(String, Throwable)</a></span> - Constructor for exception org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeUserUndeclaredException.html" title="class in org.apache.ignite.compute">ComputeUserUndeclaredException</a></dt>
<dd>
<div class="block">Creates user undeclared exception with given task execution ID,
error message and optional nested exception.</div>
</dd>
<dt><a href="org/apache/ignite/ml/dataset/impl/cache/util/ComputeUtils.html" title="class in org.apache.ignite.ml.dataset.impl.cache.util"><span class="typeNameLink">ComputeUtils</span></a> - Class in <a href="org/apache/ignite/ml/dataset/impl/cache/util/package-summary.html">org.apache.ignite.ml.dataset.impl.cache.util</a></dt>
<dd>
<div class="block">Util class that provides common methods to perform computations on top of the Ignite Compute Grid.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/Dataset.html#computeWithCtx-org.apache.ignite.ml.math.functions.IgniteTriFunction-org.apache.ignite.ml.math.functions.IgniteBinaryOperator-R-">computeWithCtx(IgniteTriFunction<span class='angle_bracket'>&lt;</span>C, D, LearningEnvironment, R<span class='angle_bracket'>&gt;</span>, IgniteBinaryOperator<span class='angle_bracket'>&lt;</span>R<span class='angle_bracket'>&gt;</span>, R)</a></span> - Method in interface org.apache.ignite.ml.dataset.<a href="org/apache/ignite/ml/dataset/Dataset.html" title="interface in org.apache.ignite.ml.dataset">Dataset</a></dt>
<dd>
<div class="block">Applies the specified <code>map</code> function to every partition <code>data</code>, <code>context</code> and partition
index in the dataset and then reduces <code>map</code> results to final result by using the <code>reduce</code> function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/Dataset.html#computeWithCtx-org.apache.ignite.ml.math.functions.IgniteTriFunction-org.apache.ignite.ml.math.functions.IgniteBinaryOperator-">computeWithCtx(IgniteTriFunction<span class='angle_bracket'>&lt;</span>C, D, LearningEnvironment, R<span class='angle_bracket'>&gt;</span>, IgniteBinaryOperator<span class='angle_bracket'>&lt;</span>R<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.ml.dataset.<a href="org/apache/ignite/ml/dataset/Dataset.html" title="interface in org.apache.ignite.ml.dataset">Dataset</a></dt>
<dd>
<div class="block">Applies the specified <code>map</code> function to every partition <code>data</code>, <code>context</code> and
<a href="org/apache/ignite/ml/environment/LearningEnvironment.html" title="interface in org.apache.ignite.ml.environment"><code>LearningEnvironment</code></a> in the dataset and then reduces <code>map</code> results to final
result by using the <code>reduce</code> function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/Dataset.html#computeWithCtx-org.apache.ignite.ml.math.functions.IgniteBiFunction-org.apache.ignite.ml.math.functions.IgniteBinaryOperator-R-">computeWithCtx(IgniteBiFunction<span class='angle_bracket'>&lt;</span>C, D, R<span class='angle_bracket'>&gt;</span>, IgniteBinaryOperator<span class='angle_bracket'>&lt;</span>R<span class='angle_bracket'>&gt;</span>, R)</a></span> - Method in interface org.apache.ignite.ml.dataset.<a href="org/apache/ignite/ml/dataset/Dataset.html" title="interface in org.apache.ignite.ml.dataset">Dataset</a></dt>
<dd>
<div class="block">Applies the specified <code>map</code> function to every partition <code>data</code> and <code>context</code> in the dataset
and then reduces <code>map</code> results to final result by using the <code>reduce</code> function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/Dataset.html#computeWithCtx-org.apache.ignite.ml.math.functions.IgniteBiFunction-org.apache.ignite.ml.math.functions.IgniteBinaryOperator-">computeWithCtx(IgniteBiFunction<span class='angle_bracket'>&lt;</span>C, D, R<span class='angle_bracket'>&gt;</span>, IgniteBinaryOperator<span class='angle_bracket'>&lt;</span>R<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.ml.dataset.<a href="org/apache/ignite/ml/dataset/Dataset.html" title="interface in org.apache.ignite.ml.dataset">Dataset</a></dt>
<dd>
<div class="block">Applies the specified <code>map</code> function to every partition <code>data</code> and <code>context</code> in the dataset
and then reduces <code>map</code> results to final result by using the <code>reduce</code> function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/Dataset.html#computeWithCtx-org.apache.ignite.ml.math.functions.IgniteTriConsumer-">computeWithCtx(IgniteTriConsumer<span class='angle_bracket'>&lt;</span>C, D, LearningEnvironment<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.ml.dataset.<a href="org/apache/ignite/ml/dataset/Dataset.html" title="interface in org.apache.ignite.ml.dataset">Dataset</a></dt>
<dd>
<div class="block">Applies the specified <code>map</code> function to every partition <code>data</code>, <code>context</code> and
<a href="org/apache/ignite/ml/environment/LearningEnvironment.html" title="interface in org.apache.ignite.ml.environment"><code>LearningEnvironment</code></a> in the dataset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/Dataset.html#computeWithCtx-org.apache.ignite.ml.math.functions.IgniteBiConsumer-">computeWithCtx(IgniteBiConsumer<span class='angle_bracket'>&lt;</span>C, D<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.ml.dataset.<a href="org/apache/ignite/ml/dataset/Dataset.html" title="interface in org.apache.ignite.ml.dataset">Dataset</a></dt>
<dd>
<div class="block">Applies the specified <code>map</code> function to every partition <code>data</code> and <code>context</code> in the dataset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/impl/cache/CacheBasedDataset.html#computeWithCtx-org.apache.ignite.ml.math.functions.IgniteTriFunction-org.apache.ignite.ml.math.functions.IgniteBinaryOperator-R-">computeWithCtx(IgniteTriFunction<span class='angle_bracket'>&lt;</span>C, D, LearningEnvironment, R<span class='angle_bracket'>&gt;</span>, IgniteBinaryOperator<span class='angle_bracket'>&lt;</span>R<span class='angle_bracket'>&gt;</span>, R)</a></span> - Method in class org.apache.ignite.ml.dataset.impl.cache.<a href="org/apache/ignite/ml/dataset/impl/cache/CacheBasedDataset.html" title="class in org.apache.ignite.ml.dataset.impl.cache">CacheBasedDataset</a></dt>
<dd>
<div class="block">Applies the specified <code>map</code> function to every partition <code>data</code>, <code>context</code> and partition
index in the dataset and then reduces <code>map</code> results to final result by using the <code>reduce</code> function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/impl/local/LocalDataset.html#computeWithCtx-org.apache.ignite.ml.math.functions.IgniteTriFunction-org.apache.ignite.ml.math.functions.IgniteBinaryOperator-R-">computeWithCtx(IgniteTriFunction<span class='angle_bracket'>&lt;</span>C, D, LearningEnvironment, R<span class='angle_bracket'>&gt;</span>, IgniteBinaryOperator<span class='angle_bracket'>&lt;</span>R<span class='angle_bracket'>&gt;</span>, R)</a></span> - Method in class org.apache.ignite.ml.dataset.impl.local.<a href="org/apache/ignite/ml/dataset/impl/local/LocalDataset.html" title="class in org.apache.ignite.ml.dataset.impl.local">LocalDataset</a></dt>
<dd>
<div class="block">Applies the specified <code>map</code> function to every partition <code>data</code>, <code>context</code> and partition
index in the dataset and then reduces <code>map</code> results to final result by using the <code>reduce</code> function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/primitive/DatasetWrapper.html#computeWithCtx-org.apache.ignite.ml.math.functions.IgniteTriFunction-org.apache.ignite.ml.math.functions.IgniteBinaryOperator-R-">computeWithCtx(IgniteTriFunction<span class='angle_bracket'>&lt;</span>C, D, LearningEnvironment, R<span class='angle_bracket'>&gt;</span>, IgniteBinaryOperator<span class='angle_bracket'>&lt;</span>R<span class='angle_bracket'>&gt;</span>, R)</a></span> - Method in class org.apache.ignite.ml.dataset.primitive.<a href="org/apache/ignite/ml/dataset/primitive/DatasetWrapper.html" title="class in org.apache.ignite.ml.dataset.primitive">DatasetWrapper</a></dt>
<dd>
<div class="block">Applies the specified <code>map</code> function to every partition <code>data</code>, <code>context</code> and partition
index in the dataset and then reduces <code>map</code> results to final result by using the <code>reduce</code> function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/VectorUtils.html#concat-org.apache.ignite.ml.math.primitives.vector.Vector-org.apache.ignite.ml.math.primitives.vector.Vector-">concat(Vector, Vector)</a></span> - Static method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/VectorUtils.html" title="class in org.apache.ignite.ml.math.primitives.vector">VectorUtils</a></dt>
<dd>
<div class="block">Concatenates two given vectors.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/VectorUtils.html#concat-org.apache.ignite.ml.math.primitives.vector.Vector-org.apache.ignite.ml.math.primitives.vector.Vector...-">concat(Vector, Vector...)</a></span> - Static method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/VectorUtils.html" title="class in org.apache.ignite.ml.math.primitives.vector">VectorUtils</a></dt>
<dd>
<div class="block">Concatenates given vectors.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/VectorUtils.html#concat-org.apache.ignite.ml.math.primitives.vector.Vector...-">concat(Vector...)</a></span> - Static method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/VectorUtils.html" title="class in org.apache.ignite.ml.math.primitives.vector">VectorUtils</a></dt>
<dd>
<div class="block">Concatenates given vectors.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGenerator.html#concat-org.apache.ignite.ml.util.generators.primitives.vector.VectorGenerator-">concat(VectorGenerator)</a></span> - Method in interface org.apache.ignite.ml.util.generators.primitives.vector.<a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGenerator.html" title="interface in org.apache.ignite.ml.util.generators.primitives.vector">VectorGenerator</a></dt>
<dd>
<div class="block">Creates new generator by concatenation of vectors of this generator and other.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGenerator.html#concat-org.apache.ignite.ml.util.generators.primitives.scalar.RandomProducer-">concat(RandomProducer)</a></span> - Method in interface org.apache.ignite.ml.util.generators.primitives.vector.<a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGenerator.html" title="interface in org.apache.ignite.ml.util.generators.primitives.vector">VectorGenerator</a></dt>
<dd>
<div class="block">Creates new generator by concatenation of vectors of this generator and random producer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/TransactionView.html#concurrency--">concurrency()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/TransactionView.html" title="class in org.apache.ignite.spi.systemview.view">TransactionView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/transactions/Transaction.html#concurrency--">concurrency()</a></span> - Method in interface org.apache.ignite.transactions.<a href="org/apache/ignite/transactions/Transaction.html" title="interface in org.apache.ignite.transactions">Transaction</a></dt>
<dd>
<div class="block">Cache transaction concurrency mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/resource/ResourceHandler.html#CONFIG_PREFIX">CONFIG_PREFIX</a></span> - Static variable in class org.apache.ignite.mesos.resource.<a href="org/apache/ignite/mesos/resource/ResourceHandler.html" title="class in org.apache.ignite.mesos.resource">ResourceHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiAdapter.html#configInfo-java.lang.String-java.lang.Object-">configInfo(String, Object)</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">Gets uniformed string for configuration parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/resource/ResourceProvider.html#configName--">configName()</a></span> - Method in class org.apache.ignite.mesos.resource.<a href="org/apache/ignite/mesos/resource/ResourceProvider.html" title="class in org.apache.ignite.mesos.resource">ResourceProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#configuration--">configuration()</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 configuration bean for this cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignite.html#configuration--">configuration()</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 configuration of this Ignite instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#configuration--">configuration()</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 configuration of this Ignite instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/MetricsMxBean.html#configureHistogramMetric-java.lang.String-long:A-">configureHistogramMetric(String, long[])</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/MetricsMxBean.html" title="interface in org.apache.ignite.mxbean">MetricsMxBean</a></dt>
<dd>
<div class="block">Change <a href="org/apache/ignite/spi/metric/HistogramMetric.html" title="interface in org.apache.ignite.spi.metric"><code>HistogramMetric</code></a> configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/MetricsMxBean.html#configureHitRateMetric-java.lang.String-long-">configureHitRateMetric(String, long)</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/MetricsMxBean.html" title="interface in org.apache.ignite.mxbean">MetricsMxBean</a></dt>
<dd>
<div class="block">Change <code>HitRateMetric</code> configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryEntityPatch.html#conflict-java.lang.String-">conflict(String)</a></span> - Static method in class org.apache.ignite.cache.<a href="org/apache/ignite/cache/QueryEntityPatch.html" title="class in org.apache.ignite.cache">QueryEntityPatch</a></dt>
<dd>
<div class="block">Builder method for patch with conflicts.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#CONN_IDX_META">CONN_IDX_META</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">Connection index meta for session.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcDriver.html#connect-java.lang.String-java.util.Properties-">connect(String, Properties)</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="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDriver.html#connect-java.lang.String-java.util.Properties-">connect(String, Properties)</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="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeMessage.html#connectCount--">connectCount()</a></span> - Method in class org.apache.ignite.spi.communication.tcp.messages.<a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeMessage.html" title="class in org.apache.ignite.spi.communication.tcp.messages">HandshakeMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/visor/plugin/VisorPluginModel.html#connected--">connected()</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">Whether Visor connected to the grid.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html#connection--">connection()</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>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CommunicationFailureContext.html#connectionAvailable-org.apache.ignite.cluster.ClusterNode-org.apache.ignite.cluster.ClusterNode-">connectionAvailable(ClusterNode, ClusterNode)</a></span> - Method in interface org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/CommunicationFailureContext.html" title="interface in org.apache.ignite.configuration">CommunicationFailureContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ClientConnectionView.html#connectionId--">connectionId()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ClientConnectionView.html" title="class in org.apache.ignite.spi.systemview.view">ClientConnectionView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeMessage.html#connectionIndex--">connectionIndex()</a></span> - Method in class org.apache.ignite.spi.communication.tcp.messages.<a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeMessage.html" title="class in org.apache.ignite.spi.communication.tcp.messages">HandshakeMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeMessage2.html#connectionIndex--">connectionIndex()</a></span> - Method in class org.apache.ignite.spi.communication.tcp.messages.<a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeMessage2.html" title="class in org.apache.ignite.spi.communication.tcp.messages">HandshakeMessage2</a></dt>
<dt><a href="org/apache/ignite/configuration/ConnectorConfiguration.html" title="class in org.apache.ignite.configuration"><span class="typeNameLink">ConnectorConfiguration</span></a> - Class in <a href="org/apache/ignite/configuration/package-summary.html">org.apache.ignite.configuration</a></dt>
<dd>
<div class="block">REST access configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ConnectorConfiguration.html#ConnectorConfiguration--">ConnectorConfiguration()</a></span> - Constructor for class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ConnectorConfiguration</a></dt>
<dd>
<div class="block">Creates client connection configuration with all default values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ConnectorConfiguration.html#ConnectorConfiguration-org.apache.ignite.configuration.ConnectorConfiguration-">ConnectorConfiguration(ConnectorConfiguration)</a></span> - Constructor for class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ConnectorConfiguration</a></dt>
<dd>
<div class="block">Creates client connection configuration by copying all properties from
given configuration.</div>
</dd>
<dt><a href="org/apache/ignite/configuration/ConnectorMessageInterceptor.html" title="interface in org.apache.ignite.configuration"><span class="typeNameLink">ConnectorMessageInterceptor</span></a> - Interface in <a href="org/apache/ignite/configuration/package-summary.html">org.apache.ignite.configuration</a></dt>
<dd>
<div class="block">Interface for user-defined object interceptors.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#connRecoveryTimeout">connRecoveryTimeout</a></span> - 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">Default connection recovery timeout in ms.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#CONSISTENT_ID_META">CONSISTENT_ID_META</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 consistent id meta for session.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/metric/opencensus/OpenCensusMetricExporterSpi.html#CONSISTENT_ID_TAG">CONSISTENT_ID_TAG</a></span> - Static variable in class org.apache.ignite.spi.metric.opencensus.<a href="org/apache/ignite/spi/metric/opencensus/OpenCensusMetricExporterSpi.html" title="class in org.apache.ignite.spi.metric.opencensus">OpenCensusMetricExporterSpi</a></dt>
<dd>
<div class="block">Ignite node consistent id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/BaselineNode.html#consistentId--">consistentId()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/BaselineNode.html" title="interface in org.apache.ignite.cluster">BaselineNode</a></dt>
<dd>
<div class="block">Gets consistent globally unique node ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterNode.html#consistentId--">consistentId()</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 consistent globally unique node ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoverySpi.html#consistentId--">consistentId()</a></span> - Method in interface org.apache.ignite.spi.discovery.<a href="org/apache/ignite/spi/discovery/DiscoverySpi.html" title="interface in org.apache.ignite.spi.discovery">DiscoverySpi</a></dt>
<dd>
<div class="block">Gets consistent ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/isolated/IsolatedDiscoverySpi.html#consistentId--">consistentId()</a></span> - Method in class org.apache.ignite.spi.discovery.isolated.<a href="org/apache/ignite/spi/discovery/isolated/IsolatedDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.isolated">IsolatedDiscoverySpi</a></dt>
<dd>
<div class="block">Gets consistent ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/isolated/IsolatedNode.html#consistentId--">consistentId()</a></span> - Method in class org.apache.ignite.spi.discovery.isolated.<a href="org/apache/ignite/spi/discovery/isolated/IsolatedNode.html" title="class in org.apache.ignite.spi.discovery.isolated">IsolatedNode</a></dt>
<dd>
<div class="block">Gets consistent globally unique node ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#consistentId--">consistentId()</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">Gets consistent ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html#consistentId--">consistentId()</a></span> - Method in class org.apache.ignite.spi.discovery.zk.<a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.zk">ZookeeperDiscoverySpi</a></dt>
<dd>
<div class="block">Gets consistent ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ClusterNodeView.html#consistentId--">consistentId()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ClusterNodeView.html" title="class in org.apache.ignite.spi.systemview.view">ClusterNodeView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/environment/logging/ConsoleLogger.html" title="class in org.apache.ignite.ml.environment.logging"><span class="typeNameLink">ConsoleLogger</span></a> - Class in <a href="org/apache/ignite/ml/environment/logging/package-summary.html">org.apache.ignite.ml.environment.logging</a></dt>
<dd>
<div class="block">Simple logger printing to STD-out.</div>
</dd>
<dt><a href="org/apache/ignite/ml/environment/logging/ConsoleLogger.Factory.html" title="class in org.apache.ignite.ml.environment.logging"><span class="typeNameLink">ConsoleLogger.Factory</span></a> - Class in <a href="org/apache/ignite/ml/environment/logging/package-summary.html">org.apache.ignite.ml.environment.logging</a></dt>
<dd>
<div class="block">ConsoleLogger factory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/functions/Functions.html#constant-java.lang.Double-">constant(Double)</a></span> - Static method in class org.apache.ignite.ml.math.functions.<a href="org/apache/ignite/ml/math/functions/Functions.html" title="class in org.apache.ignite.ml.math.functions">Functions</a></dt>
<dd>
<div class="block">Function that returns passed constant.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/functions/IgniteFunction.html#constant-R-">constant(R)</a></span> - Static method in interface org.apache.ignite.ml.math.functions.<a href="org/apache/ignite/ml/math/functions/IgniteFunction.html" title="interface in org.apache.ignite.ml.math.functions">IgniteFunction</a></dt>
<dd>
<div class="block"><a href="org/apache/ignite/ml/math/functions/IgniteFunction.html" title="interface in org.apache.ignite.ml.math.functions"><code>IgniteFunction</code></a> returning specified constant.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGeneratorPrimitives.html#constant-org.apache.ignite.ml.math.primitives.vector.Vector-">constant(Vector)</a></span> - Static method in class org.apache.ignite.ml.util.generators.primitives.vector.<a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGeneratorPrimitives.html" title="class in org.apache.ignite.ml.util.generators.primitives.vector">VectorGeneratorPrimitives</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/visor/plugin/VisorPluginComponent.html#container--">container()</a></span> - Method in interface org.apache.ignite.visor.plugin.<a href="org/apache/ignite/visor/plugin/VisorPluginComponent.html" title="interface in org.apache.ignite.visor.plugin">VisorPluginComponent</a></dt>
<dd>
<div class="block">Get component container.</div>
</dd>
<dt><a href="org/apache/ignite/osgi/classloaders/ContainerSweepClassLoader.html" title="class in org.apache.ignite.osgi.classloaders"><span class="typeNameLink">ContainerSweepClassLoader</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="https://docs.oracle.com/javase/8/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang"><code>ClassLoader</code></a> implementation that first attempts to load the class from the associated <code>Bundle</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/osgi/classloaders/ContainerSweepClassLoader.html#ContainerSweepClassLoader-org.osgi.framework.Bundle-">ContainerSweepClassLoader(Bundle)</a></span> - Constructor for class org.apache.ignite.osgi.classloaders.<a href="org/apache/ignite/osgi/classloaders/ContainerSweepClassLoader.html" title="class in org.apache.ignite.osgi.classloaders">ContainerSweepClassLoader</a></dt>
<dd>
<div class="block">Constructor with a <code>Bundle</code> only.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/osgi/classloaders/ContainerSweepClassLoader.html#ContainerSweepClassLoader-org.osgi.framework.Bundle-java.lang.ClassLoader-">ContainerSweepClassLoader(Bundle, ClassLoader)</a></span> - Constructor for class org.apache.ignite.osgi.classloaders.<a href="org/apache/ignite/osgi/classloaders/ContainerSweepClassLoader.html" title="class in org.apache.ignite.osgi.classloaders">ContainerSweepClassLoader</a></dt>
<dd>
<div class="block">Constructor with a <code>Bundle</code> and another <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang"><code>ClassLoader</code></a> to check.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteQueue.html#contains-java.lang.Object-">contains(Object)</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="memberNameLink"><a href="org/apache/ignite/IgniteSet.html#contains-java.lang.Object-">contains(Object)</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="memberNameLink"><a href="org/apache/ignite/IgniteQueue.html#containsAll-java.util.Collection-">containsAll(Collection<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>)</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="memberNameLink"><a href="org/apache/ignite/IgniteSet.html#containsAll-java.util.Collection-">containsAll(Collection<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>)</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="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PojoField.html#containsField-java.util.List-java.lang.String-">containsField(List<span class='angle_bracket'>&lt;</span>? extends PojoField<span class='angle_bracket'>&gt;</span>, String)</a></span> - Static method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/PojoField.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">PojoField</a></dt>
<dd>
<div class="block">Checks if list contains POJO field with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#containsKey-java.lang.Object-">containsKey(Object)</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCache.html#containsKey-K-">containsKey(K)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a></dt>
<dd>
<div class="block">Determines if the <a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client"><code>ClientCache</code></a> contains an entry for the specified key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#containsKey-K-">containsKey(K)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteBiTuple.html#containsKey-java.lang.Object-">containsKey(Object)</a></span> - Method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteBiTuple.html" title="class in org.apache.ignite.lang">IgniteBiTuple</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiContext.html#containsKey-java.lang.String-K-">containsKey(String, K)</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">Returns <code>true</code> if this cache contains a mapping for the specified key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#containsKeyAsync-java.lang.Object-">containsKeyAsync(Object)</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCache.html#containsKeyAsync-K-">containsKeyAsync(K)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a></dt>
<dd>
<div class="block">Determines if the <a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client"><code>ClientCache</code></a> contains an entry for the specified key asynchronously.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#containsKeyAsync-K-">containsKeyAsync(K)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Asynchronously determines if the <code>Cache</code> contains an entry for the specified key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#containsKeys-java.util.Collection-">containsKeys(Collection)</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCache.html#containsKeys-java.util.Set-">containsKeys(Set<span class='angle_bracket'>&lt;</span>? extends K<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a></dt>
<dd>
<div class="block">Determines if the <a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client"><code>ClientCache</code></a> contains entries for the specified keys.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#containsKeys-java.util.Set-">containsKeys(Set<span class='angle_bracket'>&lt;</span>? extends K<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Determines if the <code>Cache</code> contains entries for the specified keys.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#containsKeysAsync-java.util.Collection-">containsKeysAsync(Collection)</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCache.html#containsKeysAsync-java.util.Set-">containsKeysAsync(Set<span class='angle_bracket'>&lt;</span>? extends K<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a></dt>
<dd>
<div class="block">Determines if the <a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client"><code>ClientCache</code></a> contains entries for the specified keys asynchronously.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#containsKeysAsync-java.util.Set-">containsKeysAsync(Set<span class='angle_bracket'>&lt;</span>? extends K<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Asynchronously determines if the <code>Cache</code> contains entries for the specified keys.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteBiTuple.html#containsValue-java.lang.Object-">containsValue(Object)</a></span> - Method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteBiTuple.html" title="class in org.apache.ignite.lang">IgniteBiTuple</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#context--">context()</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/startup/servlet/ServletContextListenerStartup.html#contextDestroyed-javax.servlet.ServletContextEvent-">contextDestroyed(ServletContextEvent)</a></span> - Method in class org.apache.ignite.startup.servlet.<a href="org/apache/ignite/startup/servlet/ServletContextListenerStartup.html" title="class in org.apache.ignite.startup.servlet">ServletContextListenerStartup</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/startup/servlet/ServletContextListenerStartup.html#contextInitialized-javax.servlet.ServletContextEvent-">contextInitialized(ServletContextEvent)</a></span> - Method in class org.apache.ignite.startup.servlet.<a href="org/apache/ignite/startup/servlet/ServletContextListenerStartup.html" title="class in org.apache.ignite.startup.servlet">ServletContextListenerStartup</a></dt>
<dt><a href="org/apache/ignite/cache/query/ContinuousQuery.html" title="class in org.apache.ignite.cache.query"><span class="typeNameLink">ContinuousQuery</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/cache/query/ContinuousQuery.html" title="type parameter in ContinuousQuery">K</a>,<a href="org/apache/ignite/cache/query/ContinuousQuery.html" title="type parameter in ContinuousQuery">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/cache/query/package-summary.html">org.apache.ignite.cache.query</a></dt>
<dd>
<div class="block">API for configuring continuous cache queries.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/ContinuousQuery.html#ContinuousQuery--">ContinuousQuery()</a></span> - Constructor for class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/ContinuousQuery.html" title="class in org.apache.ignite.cache.query">ContinuousQuery</a></dt>
<dd>
<div class="block">Creates new continuous query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/CacheQueryExecutedEvent.html#continuousQueryFilter--">continuousQueryFilter()</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 continuous query filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/CacheQueryReadEvent.html#continuousQueryFilter--">continuousQueryFilter()</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 continuous query filter.</div>
</dd>
<dt><a href="org/apache/ignite/spi/systemview/view/ContinuousQueryView.html" title="class in org.apache.ignite.spi.systemview.view"><span class="typeNameLink">ContinuousQueryView</span></a> - Class in <a href="org/apache/ignite/spi/systemview/view/package-summary.html">org.apache.ignite.spi.systemview.view</a></dt>
<dd>
<div class="block">Continuous query representation for a <a href="org/apache/ignite/spi/systemview/view/SystemView.html" title="interface in org.apache.ignite.spi.systemview.view"><code>SystemView</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ContinuousQueryView.html#ContinuousQueryView-java.util.UUID-org.apache.ignite.internal.processors.continuous.GridContinuousProcessor.RoutineInfo-">ContinuousQueryView(UUID, GridContinuousProcessor.RoutineInfo)</a></span> - Constructor for class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ContinuousQueryView.html" title="class in org.apache.ignite.spi.systemview.view">ContinuousQueryView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/cache/query/ContinuousQueryWithTransformer.html" title="class in org.apache.ignite.cache.query"><span class="typeNameLink">ContinuousQueryWithTransformer</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/cache/query/ContinuousQueryWithTransformer.html" title="type parameter in ContinuousQueryWithTransformer">K</a>,<a href="org/apache/ignite/cache/query/ContinuousQueryWithTransformer.html" title="type parameter in ContinuousQueryWithTransformer">V</a>,<a href="org/apache/ignite/cache/query/ContinuousQueryWithTransformer.html" title="type parameter in ContinuousQueryWithTransformer">T</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/cache/query/package-summary.html">org.apache.ignite.cache.query</a></dt>
<dd>
<div class="block">API for configuring continuous cache queries with transformer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/ContinuousQueryWithTransformer.html#ContinuousQueryWithTransformer--">ContinuousQueryWithTransformer()</a></span> - Constructor for class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/ContinuousQueryWithTransformer.html" title="class in org.apache.ignite.cache.query">ContinuousQueryWithTransformer</a></dt>
<dd>
<div class="block">Creates new continuous query with transformer.</div>
</dd>
<dt><a href="org/apache/ignite/cache/query/ContinuousQueryWithTransformer.EventListener.html" title="interface in org.apache.ignite.cache.query"><span class="typeNameLink">ContinuousQueryWithTransformer.EventListener</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/cache/query/ContinuousQueryWithTransformer.EventListener.html" title="type parameter in ContinuousQueryWithTransformer.EventListener">T</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/cache/query/package-summary.html">org.apache.ignite.cache.query</a></dt>
<dd>
<div class="block">Interface for local listener of <a href="org/apache/ignite/cache/query/ContinuousQueryWithTransformer.html" title="class in org.apache.ignite.cache.query"><code>ContinuousQueryWithTransformer</code></a> to implement.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/transaction/BaseMutation.html#controller--">controller()</a></span> - Method in 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">Service method to get persistence controller instance</div>
</dd>
<dt><a href="org/apache/ignite/ml/composition/boosting/convergence/ConvergenceChecker.html" title="class in org.apache.ignite.ml.composition.boosting.convergence"><span class="typeNameLink">ConvergenceChecker</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/composition/boosting/convergence/ConvergenceChecker.html" title="type parameter in ConvergenceChecker">K</a>,<a href="org/apache/ignite/ml/composition/boosting/convergence/ConvergenceChecker.html" title="type parameter in ConvergenceChecker">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/composition/boosting/convergence/package-summary.html">org.apache.ignite.ml.composition.boosting.convergence</a></dt>
<dd>
<div class="block">Contains logic of error computing and convergence checking for Gradient Boosting algorithms.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/convergence/ConvergenceChecker.html#ConvergenceChecker-long-org.apache.ignite.ml.math.functions.IgniteFunction-org.apache.ignite.ml.composition.boosting.loss.Loss-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-double-">ConvergenceChecker(long, IgniteFunction<span class='angle_bracket'>&lt;</span>Double, Double<span class='angle_bracket'>&gt;</span>, Loss, DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, double)</a></span> - Constructor for class org.apache.ignite.ml.composition.boosting.convergence.<a href="org/apache/ignite/ml/composition/boosting/convergence/ConvergenceChecker.html" title="class in org.apache.ignite.ml.composition.boosting.convergence">ConvergenceChecker</a></dt>
<dd>
<div class="block">Constructs an instance of ConvergenceChecker.</div>
</dd>
<dt><a href="org/apache/ignite/ml/composition/boosting/convergence/ConvergenceCheckerFactory.html" title="class in org.apache.ignite.ml.composition.boosting.convergence"><span class="typeNameLink">ConvergenceCheckerFactory</span></a> - Class in <a href="org/apache/ignite/ml/composition/boosting/convergence/package-summary.html">org.apache.ignite.ml.composition.boosting.convergence</a></dt>
<dd>
<div class="block">Factory for ConvergenceChecker.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/convergence/ConvergenceCheckerFactory.html#ConvergenceCheckerFactory-double-">ConvergenceCheckerFactory(double)</a></span> - Constructor for class org.apache.ignite.ml.composition.boosting.convergence.<a href="org/apache/ignite/ml/composition/boosting/convergence/ConvergenceCheckerFactory.html" title="class in org.apache.ignite.ml.composition.boosting.convergence">ConvergenceCheckerFactory</a></dt>
<dd>
<div class="block">Creates an instance of ConvergenceCheckerFactory.</div>
</dd>
<dt><a href="org/apache/ignite/ml/composition/boosting/convergence/simple/ConvergenceCheckerStub.html" title="class in org.apache.ignite.ml.composition.boosting.convergence.simple"><span class="typeNameLink">ConvergenceCheckerStub</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/composition/boosting/convergence/simple/ConvergenceCheckerStub.html" title="type parameter in ConvergenceCheckerStub">K</a>,<a href="org/apache/ignite/ml/composition/boosting/convergence/simple/ConvergenceCheckerStub.html" title="type parameter in ConvergenceCheckerStub">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/composition/boosting/convergence/simple/package-summary.html">org.apache.ignite.ml.composition.boosting.convergence.simple</a></dt>
<dd>
<div class="block">This strategy skip estimating error on dataset step.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/convergence/simple/ConvergenceCheckerStub.html#ConvergenceCheckerStub-long-org.apache.ignite.ml.math.functions.IgniteFunction-org.apache.ignite.ml.composition.boosting.loss.Loss-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-double-">ConvergenceCheckerStub(long, IgniteFunction, Loss, DatasetBuilder, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, double)</a></span> - Constructor for class org.apache.ignite.ml.composition.boosting.convergence.simple.<a href="org/apache/ignite/ml/composition/boosting/convergence/simple/ConvergenceCheckerStub.html" title="class in org.apache.ignite.ml.composition.boosting.convergence.simple">ConvergenceCheckerStub</a></dt>
<dd>
<div class="block">Creates an instance of ConvergenceCheckerStub.</div>
</dd>
<dt><a href="org/apache/ignite/ml/composition/boosting/convergence/simple/ConvergenceCheckerStubFactory.html" title="class in org.apache.ignite.ml.composition.boosting.convergence.simple"><span class="typeNameLink">ConvergenceCheckerStubFactory</span></a> - Class in <a href="org/apache/ignite/ml/composition/boosting/convergence/simple/package-summary.html">org.apache.ignite.ml.composition.boosting.convergence.simple</a></dt>
<dd>
<div class="block">Factory for <a href="org/apache/ignite/ml/composition/boosting/convergence/simple/ConvergenceCheckerStub.html" title="class in org.apache.ignite.ml.composition.boosting.convergence.simple"><code>ConvergenceCheckerStub</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/convergence/simple/ConvergenceCheckerStubFactory.html#ConvergenceCheckerStubFactory--">ConvergenceCheckerStubFactory()</a></span> - Constructor for class org.apache.ignite.ml.composition.boosting.convergence.simple.<a href="org/apache/ignite/ml/composition/boosting/convergence/simple/ConvergenceCheckerStubFactory.html" title="class in org.apache.ignite.ml.composition.boosting.convergence.simple">ConvergenceCheckerStubFactory</a></dt>
<dd>
<div class="block">Create an instance of ConvergenceCheckerStubFactory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateExceptionConverter.html#convert-java.lang.Exception-">convert(Exception)</a></span> - Method in interface org.apache.ignite.cache.hibernate.<a href="org/apache/ignite/cache/hibernate/HibernateExceptionConverter.html" title="interface in org.apache.ignite.cache.hibernate">HibernateExceptionConverter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/development/utils/IgniteWalConverter.html#convert-java.io.PrintStream-org.apache.ignite.development.utils.IgniteWalConverterArguments-">convert(PrintStream, IgniteWalConverterArguments)</a></span> - Static method in class org.apache.ignite.development.utils.<a href="org/apache/ignite/development/utils/IgniteWalConverter.html" title="class in org.apache.ignite.development.utils">IgniteWalConverter</a></dt>
<dd>
<div class="block">Write to out WAL log data in human-readable form.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/kmeans/KMeansModel.KMeansJSONExportModel.html#convert--">convert()</a></span> - Method in class org.apache.ignite.ml.clustering.kmeans.<a href="org/apache/ignite/ml/clustering/kmeans/KMeansModel.KMeansJSONExportModel.html" title="class in org.apache.ignite.ml.clustering.kmeans">KMeansModel.KMeansJSONExportModel</a></dt>
<dd>
<div class="block">Convert JSON string to IgniteModel object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/json/JSONModel.html#convert--">convert()</a></span> - Method in class org.apache.ignite.ml.inference.json.<a href="org/apache/ignite/ml/inference/json/JSONModel.html" title="class in org.apache.ignite.ml.inference.json">JSONModel</a></dt>
<dd>
<div class="block">Convert JSON string to IgniteModel object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/ann/ANNClassificationModel.ANNJSONExportModel.html#convert--">convert()</a></span> - Method in class org.apache.ignite.ml.knn.ann.<a href="org/apache/ignite/ml/knn/ann/ANNClassificationModel.ANNJSONExportModel.html" title="class in org.apache.ignite.ml.knn.ann">ANNClassificationModel.ANNJSONExportModel</a></dt>
<dd>
<div class="block">Convert JSON string to IgniteModel object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/linear/LinearRegressionModel.LinearRegressionModelJSONExportModel.html#convert--">convert()</a></span> - Method in class org.apache.ignite.ml.regressions.linear.<a href="org/apache/ignite/ml/regressions/linear/LinearRegressionModel.LinearRegressionModelJSONExportModel.html" title="class in org.apache.ignite.ml.regressions.linear">LinearRegressionModel.LinearRegressionModelJSONExportModel</a></dt>
<dd>
<div class="block">Convert JSON string to IgniteModel object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionModel.LogisticRegressionJSONExportModel.html#convert--">convert()</a></span> - Method in class org.apache.ignite.ml.regressions.logistic.<a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionModel.LogisticRegressionJSONExportModel.html" title="class in org.apache.ignite.ml.regressions.logistic">LogisticRegressionModel.LogisticRegressionJSONExportModel</a></dt>
<dd>
<div class="block">Convert JSON string to IgniteModel object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/svm/SVMLinearClassificationModel.SVMLinearClassificationJSONExportModel.html#convert--">convert()</a></span> - Method in class org.apache.ignite.ml.svm.<a href="org/apache/ignite/ml/svm/SVMLinearClassificationModel.SVMLinearClassificationJSONExportModel.html" title="class in org.apache.ignite.ml.svm">SVMLinearClassificationModel.SVMLinearClassificationJSONExportModel</a></dt>
<dd>
<div class="block">Convert JSON string to IgniteModel object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/stream/socket/SocketMessageConverter.html#convert-byte:A-">convert(byte[])</a></span> - Method in interface org.apache.ignite.stream.socket.<a href="org/apache/ignite/stream/socket/SocketMessageConverter.html" title="interface in org.apache.ignite.stream.socket">SocketMessageConverter</a></dt>
<dd>
<div class="block">Converter message represented by array of bytes to object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/classification/KNNClassificationTrainer.html#convertDatasetIntoModel-org.apache.ignite.ml.dataset.Dataset-">convertDatasetIntoModel(Dataset<span class='angle_bracket'>&lt;</span>EmptyContext, SpatialIndex<span class='angle_bracket'>&lt;</span>Double<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.knn.classification.<a href="org/apache/ignite/ml/knn/classification/KNNClassificationTrainer.html" title="class in org.apache.ignite.ml.knn.classification">KNNClassificationTrainer</a></dt>
<dd>
<div class="block">Convers given dataset into KNN model (classification or regression depends on implementation).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/KNNTrainer.html#convertDatasetIntoModel-org.apache.ignite.ml.dataset.Dataset-">convertDatasetIntoModel(Dataset<span class='angle_bracket'>&lt;</span>EmptyContext, SpatialIndex<span class='angle_bracket'>&lt;</span>Double<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.knn.<a href="org/apache/ignite/ml/knn/KNNTrainer.html" title="class in org.apache.ignite.ml.knn">KNNTrainer</a></dt>
<dd>
<div class="block">Convers given dataset into KNN model (classification or regression depends on implementation).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/regression/KNNRegressionTrainer.html#convertDatasetIntoModel-org.apache.ignite.ml.dataset.Dataset-">convertDatasetIntoModel(Dataset<span class='angle_bracket'>&lt;</span>EmptyContext, SpatialIndex<span class='angle_bracket'>&lt;</span>Double<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.knn.regression.<a href="org/apache/ignite/ml/knn/regression/KNNRegressionTrainer.html" title="class in org.apache.ignite.ml.knn.regression">KNNRegressionTrainer</a></dt>
<dd>
<div class="block">Convers given dataset into KNN model (classification or regression depends on implementation).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/Dataset.html#convertStringNamesToFeatureMetadata-java.lang.String:A-">convertStringNamesToFeatureMetadata(String[])</a></span> - Method in class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/Dataset.html" title="class in org.apache.ignite.ml.structures">Dataset</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SqlFieldsQuery.html#copy--">copy()</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SqlFieldsQuery.html" title="class in org.apache.ignite.cache.query">SqlFieldsQuery</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/Blas.html#copy-org.apache.ignite.ml.math.primitives.vector.Vector-org.apache.ignite.ml.math.primitives.vector.Vector-">copy(Vector, Vector)</a></span> - Method in class org.apache.ignite.ml.math.<a href="org/apache/ignite/ml/math/Blas.html" title="class in org.apache.ignite.ml.math">Blas</a></dt>
<dd>
<div class="block">Copies Vector x into Vector y.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#copy--">copy()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>
<div class="block">Clones this matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/impl/DenseMatrix.html#copy--">copy()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.impl.<a href="org/apache/ignite/ml/math/primitives/matrix/impl/DenseMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix.impl">DenseMatrix</a></dt>
<dd>
<div class="block">Clones this matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/impl/SparseMatrix.html#copy--">copy()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.impl.<a href="org/apache/ignite/ml/math/primitives/matrix/impl/SparseMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix.impl">SparseMatrix</a></dt>
<dd>
<div class="block">Clones this matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/impl/ViewMatrix.html#copy--">copy()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.impl.<a href="org/apache/ignite/ml/math/primitives/matrix/impl/ViewMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix.impl">ViewMatrix</a></dt>
<dd>
<div class="block">Clones this matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html#copy--">copy()</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">Matrix</a></dt>
<dd>
<div class="block">Clones this matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#copy--">copy()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Creates new copy of this vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#copy--">copy()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Creates new copy of this vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/VectorizedViewMatrix.html#copy--">copy()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/VectorizedViewMatrix.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">VectorizedViewMatrix</a></dt>
<dd>
<div class="block">Creates new copy of this vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/VectorView.html#copy--">copy()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/VectorView.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">VectorView</a></dt>
<dd>
<div class="block">Creates new copy of this vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html#copy--">copy()</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a></dt>
<dd>
<div class="block">Creates new copy of this vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/util/MatrixUtil.html#copy-org.apache.ignite.ml.math.primitives.matrix.Matrix-">copy(Matrix)</a></span> - Static method in class org.apache.ignite.ml.math.util.<a href="org/apache/ignite/ml/math/util/MatrixUtil.html" title="class in org.apache.ignite.ml.math.util">MatrixUtil</a></dt>
<dd>
<div class="block">Create the copy of matrix with read-only matrices support.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/LabeledVectorSet.html#copy--">copy()</a></span> - Method in class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/LabeledVectorSet.html" title="class in org.apache.ignite.ml.structures">LabeledVectorSet</a></dt>
<dd>
<div class="block">Makes copy with new Label objects and old features and Metadata objects.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/genetic/Chromosome.html#copy--">copy()</a></span> - Method in class org.apache.ignite.ml.util.genetic.<a href="org/apache/ignite/ml/util/genetic/Chromosome.html" title="class in org.apache.ignite.ml.util.genetic">Chromosome</a></dt>
<dd>
<div class="block">Creates chromosome copy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/Utils.html#copy-T-">copy(T)</a></span> - Static method in class org.apache.ignite.ml.util.<a href="org/apache/ignite/ml/util/Utils.html" title="class in org.apache.ignite.ml.util">Utils</a></dt>
<dd>
<div class="block">Perform deep copy of an object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/utils/IgniteYarnUtils.html#copyLocalToHdfs-org.apache.hadoop.fs.FileSystem-java.lang.String-java.lang.String-">copyLocalToHdfs(FileSystem, String, String)</a></span> - Static method in class org.apache.ignite.yarn.utils.<a href="org/apache/ignite/yarn/utils/IgniteYarnUtils.html" title="class in org.apache.ignite.yarn.utils">IgniteYarnUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#copyOfRange-int-int-">copyOfRange(int, int)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Copies the specified range of the vector into a new vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#copyOfRange-int-int-">copyOfRange(int, int)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Copies the specified range of the vector into a new vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html#copyOfRange-int-int-">copyOfRange(int, int)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a></dt>
<dd>
<div class="block">Copies the specified range of the vector into a new vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/NNClassificationModel.html#copyParametersFrom-org.apache.ignite.ml.knn.NNClassificationModel-">copyParametersFrom(NNClassificationModel)</a></span> - Method in class org.apache.ignite.ml.knn.<a href="org/apache/ignite/ml/knn/NNClassificationModel.html" title="class in org.apache.ignite.ml.knn">NNClassificationModel</a></dt>
<dd>
<div class="block">Sets parameters from other model to this model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/VectorUtils.html#copyPart-org.apache.ignite.ml.math.primitives.vector.Vector-int-int-">copyPart(Vector, int, int)</a></span> - Static method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/VectorUtils.html" title="class in org.apache.ignite.ml.math.primitives.vector">VectorUtils</a></dt>
<dd>
<div class="block">Get copy of part of given length of given vector starting from given offset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/plugin/MLPluginProvider.html#copyright--">copyright()</a></span> - Method in class org.apache.ignite.ml.util.plugin.<a href="org/apache/ignite/ml/util/plugin/MLPluginProvider.html" title="class in org.apache.ignite.ml.util.plugin">MLPluginProvider</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/PluginProvider.html#copyright--">copyright()</a></span> - Method in interface org.apache.ignite.plugin.<a href="org/apache/ignite/plugin/PluginProvider.html" title="interface in org.apache.ignite.plugin">PluginProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#COPYRIGHT_DESC">COPYRIGHT_DESC</a></span> - Static variable 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="memberNameLink"><a href="org/apache/ignite/ml/dataset/primitive/SimpleDataset.html#corr--">corr()</a></span> - Method in class org.apache.ignite.ml.dataset.primitive.<a href="org/apache/ignite/ml/dataset/primitive/SimpleDataset.html" title="class in org.apache.ignite.ml.dataset.primitive">SimpleDataset</a></dt>
<dd>
<div class="block">Calculates correlation matrix by all columns.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/distances/CosineSimilarity.html" title="class in org.apache.ignite.ml.math.distances"><span class="typeNameLink">CosineSimilarity</span></a> - Class in <a href="org/apache/ignite/ml/math/distances/package-summary.html">org.apache.ignite.ml.math.distances</a></dt>
<dd>
<div class="block">Calculates the <code>A * B / (|A| * |B|)</code> (Cosine similarity) distance between two points.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/distances/CosineSimilarity.html#CosineSimilarity--">CosineSimilarity()</a></span> - Constructor for class org.apache.ignite.ml.math.distances.<a href="org/apache/ignite/ml/math/distances/CosineSimilarity.html" title="class in org.apache.ignite.ml.math.distances">CosineSimilarity</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCountDownLatch.html#count--">count()</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 current count value of the latch.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/scheduler/SchedulerFuture.html#count--">count()</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 total count of executions this task has already completed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/datastructures/CountDownLatchView.html#count--">count()</a></span> - Method in class org.apache.ignite.spi.systemview.view.datastructures.<a href="org/apache/ignite/spi/systemview/view/datastructures/CountDownLatchView.html" title="class in org.apache.ignite.spi.systemview.view.datastructures">CountDownLatchView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SystemViewRowAttributeWalker.html#count--">count()</a></span> - Method in interface org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SystemViewRowAttributeWalker.html" title="interface in org.apache.ignite.spi.systemview.view">SystemViewRowAttributeWalker</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCountDownLatch.html#countDown--">countDown()</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">Decrements the count of the latch, releasing all waiting threads
on all nodes if the count reaches zero.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCountDownLatch.html#countDown-int-">countDown(int)</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">Decreases the count of the latch using passed in value,
releasing all waiting threads on all nodes if the count reaches zero.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCountDownLatch.html#countDownAll--">countDownAll()</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">Counts down this latch to zero, releasing all waiting threads on all nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignite.html#countDownLatch-java.lang.String-int-boolean-boolean-">countDownLatch(String, int, boolean, 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">Gets or creates count down latch.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#countDownLatch-java.lang.String-int-boolean-boolean-">countDownLatch(String, int, boolean, 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">Gets or creates count down latch.</div>
</dd>
<dt><a href="org/apache/ignite/spi/systemview/view/datastructures/CountDownLatchView.html" title="class in org.apache.ignite.spi.systemview.view.datastructures"><span class="typeNameLink">CountDownLatchView</span></a> - Class in <a href="org/apache/ignite/spi/systemview/view/datastructures/package-summary.html">org.apache.ignite.spi.systemview.view.datastructures</a></dt>
<dd>
<div class="block"><a href="org/apache/ignite/IgniteCountDownLatch.html" title="interface in org.apache.ignite"><code>IgniteCountDownLatch</code></a> representation for a <a href="org/apache/ignite/spi/systemview/view/SystemView.html" title="interface in org.apache.ignite.spi.systemview.view"><code>SystemView</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/datastructures/CountDownLatchView.html#CountDownLatchView-org.apache.ignite.internal.processors.datastructures.GridCacheRemovable-">CountDownLatchView(GridCacheRemovable)</a></span> - Constructor for class org.apache.ignite.spi.systemview.view.datastructures.<a href="org/apache/ignite/spi/systemview/view/datastructures/CountDownLatchView.html" title="class in org.apache.ignite.spi.systemview.view.datastructures">CountDownLatchView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/impl/bootstrapping/BootstrappedVector.html#counters--">counters()</a></span> - Method in class org.apache.ignite.ml.dataset.impl.bootstrapping.<a href="org/apache/ignite/ml/dataset/impl/bootstrapping/BootstrappedVector.html" title="class in org.apache.ignite.ml.dataset.impl.bootstrapping">BootstrappedVector</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/tree/randomforest/data/impurity/basic/CountersHistogram.html" title="class in org.apache.ignite.ml.tree.randomforest.data.impurity.basic"><span class="typeNameLink">CountersHistogram</span></a> - Class in <a href="org/apache/ignite/ml/tree/randomforest/data/impurity/basic/package-summary.html">org.apache.ignite.ml.tree.randomforest.data.impurity.basic</a></dt>
<dd>
<div class="block">Represents a histogram of element counts per bucket.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/impurity/basic/CountersHistogram.html#CountersHistogram-java.util.Set-org.apache.ignite.ml.dataset.feature.BucketMeta-int-int-">CountersHistogram(Set<span class='angle_bracket'>&lt;</span>Integer<span class='angle_bracket'>&gt;</span>, BucketMeta, int, int)</a></span> - Constructor for class org.apache.ignite.ml.tree.randomforest.data.impurity.basic.<a href="org/apache/ignite/ml/tree/randomforest/data/impurity/basic/CountersHistogram.html" title="class in org.apache.ignite.ml.tree.randomforest.data.impurity.basic">CountersHistogram</a></dt>
<dd>
<div class="block">Creates an instance of CountersHistogram.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/stat/DistributionMixture.html#countOfComponents--">countOfComponents()</a></span> - Method in class org.apache.ignite.ml.math.stat.<a href="org/apache/ignite/ml/math/stat/DistributionMixture.html" title="class in org.apache.ignite.ml.math.stat">DistributionMixture</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/ann/ANNClassificationTrainer.CentroidStat.html#counts">counts</a></span> - Variable in class org.apache.ignite.ml.knn.ann.<a href="org/apache/ignite/ml/knn/ann/ANNClassificationTrainer.CentroidStat.html" title="class in org.apache.ignite.ml.knn.ann">ANNClassificationTrainer.CentroidStat</a></dt>
<dd>
<div class="block">Count of points closest to the center with a given index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/imputing/ImputerPartitionData.html#counts--">counts()</a></span> - Method in class org.apache.ignite.ml.preprocessing.imputing.<a href="org/apache/ignite/ml/preprocessing/imputing/ImputerPartitionData.html" title="class in org.apache.ignite.ml.preprocessing.imputing">ImputerPartitionData</a></dt>
<dd>
<div class="block">Gets the array of amounts of values in partition for each feature in the dataset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#COURTESY_LOGGER_NAME">COURTESY_LOGGER_NAME</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">Courtesy notice log category.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/primitive/SimpleDataset.html#cov--">cov()</a></span> - Method in class org.apache.ignite.ml.dataset.primitive.<a href="org/apache/ignite/ml/dataset/primitive/SimpleDataset.html" title="class in org.apache.ignite.ml.dataset.primitive">SimpleDataset</a></dt>
<dd>
<div class="block">Calculates covariance matrix by all columns.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/stat/MultivariateGaussianDistribution.html#covariance--">covariance()</a></span> - Method in class org.apache.ignite.ml.math.stat.<a href="org/apache/ignite/ml/math/stat/MultivariateGaussianDistribution.html" title="class in org.apache.ignite.ml.math.stat">MultivariateGaussianDistribution</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/clustering/gmm/CovarianceMatricesAggregator.html" title="class in org.apache.ignite.ml.clustering.gmm"><span class="typeNameLink">CovarianceMatricesAggregator</span></a> - Class in <a href="org/apache/ignite/ml/clustering/gmm/package-summary.html">org.apache.ignite.ml.clustering.gmm</a></dt>
<dd>
<div class="block">This class encapsulates statistics aggregation logic for feature vector covariance matrix computation of one GMM
component (cluster).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/IgniteScheduler.html#CPU">CPU</a></span> - Static variable in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/IgniteScheduler.html" title="class in org.apache.ignite.mesos">IgniteScheduler</a></dt>
<dd>
<div class="block">Cpus.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/IgniteTask.html#cpuCores">cpuCores</a></span> - Variable in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/IgniteTask.html" title="class in org.apache.ignite.mesos">IgniteTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/IgniteTask.html#cpuCores--">cpuCores()</a></span> - Method in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/IgniteTask.html" title="class in org.apache.ignite.mesos">IgniteTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/IgniteContainer.html#cpuCores">cpuCores</a></span> - Variable in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/IgniteContainer.html" title="class in org.apache.ignite.yarn">IgniteContainer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/IgniteContainer.html#cpuCores--">cpuCores()</a></span> - Method in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/IgniteContainer.html" title="class in org.apache.ignite.yarn">IgniteContainer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#cpus--">cpus()</a></span> - Method in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#cpus-double-">cpus(double)</a></span> - Method in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>
<div class="block">Sets CPU count limit.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#cpusPerNode--">cpusPerNode()</a></span> - Method in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#cpusPerNode-double-">cpusPerNode(double)</a></span> - Method in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>
<div class="block">Sets CPU count limit.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ClusterProperties.html#cpusPerNode--">cpusPerNode()</a></span> - Method in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ClusterProperties.html" title="class in org.apache.ignite.yarn">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ClusterProperties.html#cpusPerNode-double-">cpusPerNode(double)</a></span> - Method in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ClusterProperties.html" title="class in org.apache.ignite.yarn">ClusterProperties</a></dt>
<dd>
<div class="block">Sets CPU count limit.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryCollectionFactory.html#create-int-">create(int)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryCollectionFactory.html" title="interface in org.apache.ignite.binary">BinaryCollectionFactory</a></dt>
<dd>
<div class="block">Create collection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryMapFactory.html#create-int-">create(int)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryMapFactory.html" title="interface in org.apache.ignite.binary">BinaryMapFactory</a></dt>
<dd>
<div class="block">Create collection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/fifo/FifoEvictionPolicyFactory.html#create--">create()</a></span> - Method in class org.apache.ignite.cache.eviction.fifo.<a href="org/apache/ignite/cache/eviction/fifo/FifoEvictionPolicyFactory.html" title="class in org.apache.ignite.cache.eviction.fifo">FifoEvictionPolicyFactory</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/lru/LruEvictionPolicyFactory.html#create--">create()</a></span> - Method in class org.apache.ignite.cache.eviction.lru.<a href="org/apache/ignite/cache/eviction/lru/LruEvictionPolicyFactory.html" title="class in org.apache.ignite.cache.eviction.lru">LruEvictionPolicyFactory</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicyFactory.html#create--">create()</a></span> - Method in class org.apache.ignite.cache.eviction.sorted.<a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicyFactory.html" title="class in org.apache.ignite.cache.eviction.sorted">SortedEvictionPolicyFactory</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/jta/jndi/CacheJndiTmFactory.html#create--">create()</a></span> - Method in 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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/jta/websphere/WebSphereLibertyTmFactory.html#create--">create()</a></span> - Method in class org.apache.ignite.cache.jta.websphere.<a href="org/apache/ignite/cache/jta/websphere/WebSphereLibertyTmFactory.html" title="class in org.apache.ignite.cache.jta.websphere">WebSphereLibertyTmFactory</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/jta/websphere/WebSphereTmFactory.html#create--">create()</a></span> - Method in class org.apache.ignite.cache.jta.websphere.<a href="org/apache/ignite/cache/jta/websphere/WebSphereTmFactory.html" title="class in org.apache.ignite.cache.jta.websphere">WebSphereTmFactory</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/CassandraCacheStoreFactory.html#create--">create()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.<a href="org/apache/ignite/cache/store/cassandra/CassandraCacheStoreFactory.html" title="class in org.apache.ignite.cache.store.cassandra">CassandraCacheStoreFactory</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcBlobStoreFactory.html#create--">create()</a></span> - Method in 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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcPojoStoreFactory.html#create--">create()</a></span> - Method in 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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteReflectionFactory.html#create--">create()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/IgniteReflectionFactory.html" title="class in org.apache.ignite.configuration">IgniteReflectionFactory</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/convergence/ConvergenceCheckerFactory.html#create-long-org.apache.ignite.ml.math.functions.IgniteFunction-org.apache.ignite.ml.composition.boosting.loss.Loss-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">create(long, IgniteFunction<span class='angle_bracket'>&lt;</span>Double, Double<span class='angle_bracket'>&gt;</span>, Loss, DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.composition.boosting.convergence.<a href="org/apache/ignite/ml/composition/boosting/convergence/ConvergenceCheckerFactory.html" title="class in org.apache.ignite.ml.composition.boosting.convergence">ConvergenceCheckerFactory</a></dt>
<dd>
<div class="block">Create an instance of ConvergenceChecker.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/convergence/mean/MeanAbsValueConvergenceCheckerFactory.html#create-long-org.apache.ignite.ml.math.functions.IgniteFunction-org.apache.ignite.ml.composition.boosting.loss.Loss-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">create(long, IgniteFunction<span class='angle_bracket'>&lt;</span>Double, Double<span class='angle_bracket'>&gt;</span>, Loss, DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.composition.boosting.convergence.mean.<a href="org/apache/ignite/ml/composition/boosting/convergence/mean/MeanAbsValueConvergenceCheckerFactory.html" title="class in org.apache.ignite.ml.composition.boosting.convergence.mean">MeanAbsValueConvergenceCheckerFactory</a></dt>
<dd>
<div class="block">Create an instance of ConvergenceChecker.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/convergence/median/MedianOfMedianConvergenceCheckerFactory.html#create-long-org.apache.ignite.ml.math.functions.IgniteFunction-org.apache.ignite.ml.composition.boosting.loss.Loss-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">create(long, IgniteFunction<span class='angle_bracket'>&lt;</span>Double, Double<span class='angle_bracket'>&gt;</span>, Loss, DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.composition.boosting.convergence.median.<a href="org/apache/ignite/ml/composition/boosting/convergence/median/MedianOfMedianConvergenceCheckerFactory.html" title="class in org.apache.ignite.ml.composition.boosting.convergence.median">MedianOfMedianConvergenceCheckerFactory</a></dt>
<dd>
<div class="block">Create an instance of ConvergenceChecker.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/convergence/simple/ConvergenceCheckerStubFactory.html#create-long-org.apache.ignite.ml.math.functions.IgniteFunction-org.apache.ignite.ml.composition.boosting.loss.Loss-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">create(long, IgniteFunction<span class='angle_bracket'>&lt;</span>Double, Double<span class='angle_bracket'>&gt;</span>, Loss, DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.composition.boosting.convergence.simple.<a href="org/apache/ignite/ml/composition/boosting/convergence/simple/ConvergenceCheckerStubFactory.html" title="class in org.apache.ignite.ml.composition.boosting.convergence.simple">ConvergenceCheckerStubFactory</a></dt>
<dd>
<div class="block">Create an instance of ConvergenceChecker.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/DatasetFactory.html#create-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-org.apache.ignite.ml.dataset.PartitionContextBuilder-org.apache.ignite.ml.dataset.PartitionDataBuilder-org.apache.ignite.ml.environment.LearningEnvironment-">create(DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, LearningEnvironmentBuilder, PartitionContextBuilder<span class='angle_bracket'>&lt;</span>K, V, C<span class='angle_bracket'>&gt;</span>, PartitionDataBuilder<span class='angle_bracket'>&lt;</span>K, V, C, D<span class='angle_bracket'>&gt;</span>, LearningEnvironment)</a></span> - Static method in class org.apache.ignite.ml.dataset.<a href="org/apache/ignite/ml/dataset/DatasetFactory.html" title="class in org.apache.ignite.ml.dataset">DatasetFactory</a></dt>
<dd>
<div class="block">Creates a new instance of distributed dataset using the specified <code>partCtxBuilder</code> and <code>partDataBuilder</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/DatasetFactory.html#create-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.dataset.PartitionContextBuilder-org.apache.ignite.ml.dataset.PartitionDataBuilder-">create(DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, PartitionContextBuilder<span class='angle_bracket'>&lt;</span>K, V, C<span class='angle_bracket'>&gt;</span>, PartitionDataBuilder<span class='angle_bracket'>&lt;</span>K, V, C, D<span class='angle_bracket'>&gt;</span>)</a></span> - Static method in class org.apache.ignite.ml.dataset.<a href="org/apache/ignite/ml/dataset/DatasetFactory.html" title="class in org.apache.ignite.ml.dataset">DatasetFactory</a></dt>
<dd>
<div class="block">Creates a new instance of distributed dataset using the specified <code>partCtxBuilder</code> and <code>partDataBuilder</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/DatasetFactory.html#create-org.apache.ignite.Ignite-org.apache.ignite.IgniteCache-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-org.apache.ignite.ml.dataset.PartitionContextBuilder-org.apache.ignite.ml.dataset.PartitionDataBuilder-org.apache.ignite.ml.environment.LearningEnvironment-">create(Ignite, IgniteCache<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, LearningEnvironmentBuilder, PartitionContextBuilder<span class='angle_bracket'>&lt;</span>K, V, C<span class='angle_bracket'>&gt;</span>, PartitionDataBuilder<span class='angle_bracket'>&lt;</span>K, V, C, D<span class='angle_bracket'>&gt;</span>, LearningEnvironment)</a></span> - Static method in class org.apache.ignite.ml.dataset.<a href="org/apache/ignite/ml/dataset/DatasetFactory.html" title="class in org.apache.ignite.ml.dataset">DatasetFactory</a></dt>
<dd>
<div class="block">Creates a new instance of distributed dataset using the specified <code>partCtxBuilder</code> and <code>partDataBuilder</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/DatasetFactory.html#create-org.apache.ignite.Ignite-org.apache.ignite.IgniteCache-org.apache.ignite.ml.dataset.PartitionContextBuilder-org.apache.ignite.ml.dataset.PartitionDataBuilder-">create(Ignite, IgniteCache<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, PartitionContextBuilder<span class='angle_bracket'>&lt;</span>K, V, C<span class='angle_bracket'>&gt;</span>, PartitionDataBuilder<span class='angle_bracket'>&lt;</span>K, V, C, D<span class='angle_bracket'>&gt;</span>)</a></span> - Static method in class org.apache.ignite.ml.dataset.<a href="org/apache/ignite/ml/dataset/DatasetFactory.html" title="class in org.apache.ignite.ml.dataset">DatasetFactory</a></dt>
<dd>
<div class="block">Creates a new instance of distributed dataset using the specified <code>partCtxBuilder</code> and <code>partDataBuilder</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/DatasetFactory.html#create-java.util.Map-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-int-org.apache.ignite.ml.dataset.PartitionContextBuilder-org.apache.ignite.ml.dataset.PartitionDataBuilder-org.apache.ignite.ml.environment.LearningEnvironment-">create(Map<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, LearningEnvironmentBuilder, int, PartitionContextBuilder<span class='angle_bracket'>&lt;</span>K, V, C<span class='angle_bracket'>&gt;</span>, PartitionDataBuilder<span class='angle_bracket'>&lt;</span>K, V, C, D<span class='angle_bracket'>&gt;</span>, LearningEnvironment)</a></span> - Static method in class org.apache.ignite.ml.dataset.<a href="org/apache/ignite/ml/dataset/DatasetFactory.html" title="class in org.apache.ignite.ml.dataset">DatasetFactory</a></dt>
<dd>
<div class="block">Creates a new instance of local dataset using the specified <code>partCtxBuilder</code> and <code>partDataBuilder</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/impl/BinaryObjectVectorizer.Mapping.html#create--">create()</a></span> - Static method in class org.apache.ignite.ml.dataset.feature.extractor.impl.<a href="org/apache/ignite/ml/dataset/feature/extractor/impl/BinaryObjectVectorizer.Mapping.html" title="class in org.apache.ignite.ml.dataset.feature.extractor.impl">BinaryObjectVectorizer.Mapping</a></dt>
<dd>
<div class="block">Creates an instance of Mapping.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/logging/ConsoleLogger.Factory.html#create-java.lang.Class-">create(Class<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.environment.logging.<a href="org/apache/ignite/ml/environment/logging/ConsoleLogger.Factory.html" title="class in org.apache.ignite.ml.environment.logging">ConsoleLogger.Factory</a></dt>
<dd>
<div class="block">Creates an instance of MLLogger for target class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/logging/MLLogger.Factory.html#create-java.lang.Class-">create(Class<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.ml.environment.logging.<a href="org/apache/ignite/ml/environment/logging/MLLogger.Factory.html" title="interface in org.apache.ignite.ml.environment.logging">MLLogger.Factory</a></dt>
<dd>
<div class="block">Creates an instance of MLLogger for target class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/MetricName.html#create--">create()</a></span> - Method in enum org.apache.ignite.ml.selection.scoring.metric.<a href="org/apache/ignite/ml/selection/scoring/metric/MetricName.html" title="enum in org.apache.ignite.ml.selection.scoring.metric">MetricName</a></dt>
<dd>
<div class="block">Creates an instance of metric class by name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetCacheStoreFactory.html#create--">create()</a></span> - Method in class org.apache.ignite.platform.dotnet.<a href="org/apache/ignite/platform/dotnet/PlatformDotNetCacheStoreFactory.html" title="class in org.apache.ignite.platform.dotnet">PlatformDotNetCacheStoreFactory</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetCacheStoreFactoryNative.html#create--">create()</a></span> - Method in class org.apache.ignite.platform.dotnet.<a href="org/apache/ignite/platform/dotnet/PlatformDotNetCacheStoreFactoryNative.html" title="class in org.apache.ignite.platform.dotnet">PlatformDotNetCacheStoreFactoryNative</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/PlatformJavaObjectFactory.html#create--">create()</a></span> - Method in interface org.apache.ignite.platform.<a href="org/apache/ignite/platform/PlatformJavaObjectFactory.html" title="interface in org.apache.ignite.platform">PlatformJavaObjectFactory</a></dt>
<dd>
<div class="block">Constructs and returns a fully configured instance of T.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageFactory.html#create-short-">create(short)</a></span> - Method in interface org.apache.ignite.plugin.extensions.communication.<a href="org/apache/ignite/plugin/extensions/communication/MessageFactory.html" title="interface in org.apache.ignite.plugin.extensions.communication">MessageFactory</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Creates new message instance of provided type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageFactoryProvider.html#create-short-">create(short)</a></span> - Method in interface org.apache.ignite.plugin.extensions.communication.<a href="org/apache/ignite/plugin/extensions/communication/MessageFactoryProvider.html" title="interface in org.apache.ignite.plugin.extensions.communication">MessageFactoryProvider</a></dt>
<dd>
<div class="block">Always throws <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/UnsupportedOperationException.html?is-external=true" title="class or interface in java.lang"><code>UnsupportedOperationException</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/platform/PlatformCachePluginConfigurationClosureFactory.html#create--">create()</a></span> - Method in interface org.apache.ignite.plugin.platform.<a href="org/apache/ignite/plugin/platform/PlatformCachePluginConfigurationClosureFactory.html" title="interface in org.apache.ignite.plugin.platform">PlatformCachePluginConfigurationClosureFactory</a></dt>
<dd>
<div class="block">Creates configuration closure instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/platform/PlatformPluginConfigurationClosureFactory.html#create--">create()</a></span> - Method in interface org.apache.ignite.plugin.platform.<a href="org/apache/ignite/plugin/platform/PlatformPluginConfigurationClosureFactory.html" title="interface in org.apache.ignite.plugin.platform">PlatformPluginConfigurationClosureFactory</a></dt>
<dd>
<div class="block">Creates configuration instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/SecurityPermissionSetBuilder.html#create--">create()</a></span> - Static 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">Static factory method for create new permission builder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/EncryptionSpi.html#create--">create()</a></span> - Method in interface org.apache.ignite.spi.encryption.<a href="org/apache/ignite/spi/encryption/EncryptionSpi.html" title="interface in org.apache.ignite.spi.encryption">EncryptionSpi</a></dt>
<dd>
<div class="block">Creates new key for an encryption/decryption of cache persistent data: pages, WAL records.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionSpi.html#create--">create()</a></span> - Method in class org.apache.ignite.spi.encryption.keystore.<a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionSpi.html" title="class in org.apache.ignite.spi.encryption.keystore">KeystoreEncryptionSpi</a></dt>
<dd>
<div class="block">Creates new key for an encryption/decryption of cache persistent data: pages, WAL records.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/noop/NoopEncryptionSpi.html#create--">create()</a></span> - Method in class org.apache.ignite.spi.encryption.noop.<a href="org/apache/ignite/spi/encryption/noop/NoopEncryptionSpi.html" title="class in org.apache.ignite.spi.encryption.noop">NoopEncryptionSpi</a></dt>
<dd>
<div class="block">Creates new key for an encryption/decryption of cache persistent data: pages, WAL records.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/NoopTracingSpi.html#create-java.lang.String-byte:A-">create(String, byte[])</a></span> - Method in class org.apache.ignite.spi.tracing.<a href="org/apache/ignite/spi/tracing/NoopTracingSpi.html" title="class in org.apache.ignite.spi.tracing">NoopTracingSpi</a></dt>
<dd>
<div class="block">Creates Span given name and explicit parent.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/NoopTracingSpi.html#create-java.lang.String-org.apache.ignite.spi.tracing.NoopSpiSpecificSpan-">create(String, NoopSpiSpecificSpan)</a></span> - Method in class org.apache.ignite.spi.tracing.<a href="org/apache/ignite/spi/tracing/NoopTracingSpi.html" title="class in org.apache.ignite.spi.tracing">NoopTracingSpi</a></dt>
<dd>
<div class="block">Creates Span given name and explicit parent.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/opencensus/OpenCensusTracingSpi.html#create-java.lang.String-byte:A-">create(String, byte[])</a></span> - Method in class org.apache.ignite.spi.tracing.opencensus.<a href="org/apache/ignite/spi/tracing/opencensus/OpenCensusTracingSpi.html" title="class in org.apache.ignite.spi.tracing.opencensus">OpenCensusTracingSpi</a></dt>
<dd>
<div class="block">Creates Span given name and explicit parent.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/opencensus/OpenCensusTracingSpi.html#create-java.lang.String-org.apache.ignite.spi.tracing.opencensus.OpenCensusSpanAdapter-">create(String, OpenCensusSpanAdapter)</a></span> - Method in class org.apache.ignite.spi.tracing.opencensus.<a href="org/apache/ignite/spi/tracing/opencensus/OpenCensusTracingSpi.html" title="class in org.apache.ignite.spi.tracing.opencensus">OpenCensusTracingSpi</a></dt>
<dd>
<div class="block">Creates Span given name and explicit parent.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/TracingSpi.html#create-java.lang.String-byte:A-">create(String, byte[])</a></span> - Method in interface org.apache.ignite.spi.tracing.<a href="org/apache/ignite/spi/tracing/TracingSpi.html" title="interface in org.apache.ignite.spi.tracing">TracingSpi</a></dt>
<dd>
<div class="block">Creates Span given name and explicit parent.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/TracingSpi.html#create-java.lang.String-S-">create(String, S)</a></span> - Method in interface org.apache.ignite.spi.tracing.<a href="org/apache/ignite/spi/tracing/TracingSpi.html" title="interface in org.apache.ignite.spi.tracing">TracingSpi</a></dt>
<dd>
<div class="block">Creates Span given name and explicit parent.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ssl/SslContextFactory.html#create--">create()</a></span> - Method in class org.apache.ignite.ssl.<a href="org/apache/ignite/ssl/SslContextFactory.html" title="class in org.apache.ignite.ssl">SslContextFactory</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheManager.html#createCache-java.lang.String-C-">createCache(String, C)</a></span> - Method in class org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheManager.html" title="class in org.apache.ignite.cache">CacheManager</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/IgniteClient.html#createCache-java.lang.String-">createCache(String)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/IgniteClient.html" title="interface in org.apache.ignite.client">IgniteClient</a></dt>
<dd>
<div class="block">Creates a cache with a default configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/IgniteClient.html#createCache-org.apache.ignite.client.ClientCacheConfiguration-">createCache(ClientCacheConfiguration)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/IgniteClient.html" title="interface in org.apache.ignite.client">IgniteClient</a></dt>
<dd>
<div class="block">Creates a cache with the specified configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignite.html#createCache-org.apache.ignite.configuration.CacheConfiguration-">createCache(CacheConfiguration<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</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">Dynamically starts new cache with the given cache configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignite.html#createCache-java.lang.String-">createCache(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">Dynamically starts new cache using template configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignite.html#createCache-org.apache.ignite.configuration.CacheConfiguration-org.apache.ignite.configuration.NearCacheConfiguration-">createCache(CacheConfiguration<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, NearCacheConfiguration<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</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">Dynamically starts new cache with the given cache configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteClientSpringBean.html#createCache-java.lang.String-">createCache(String)</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteClientSpringBean.html" title="class in org.apache.ignite">IgniteClientSpringBean</a></dt>
<dd>
<div class="block">Creates a cache with a default configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteClientSpringBean.html#createCache-org.apache.ignite.client.ClientCacheConfiguration-">createCache(ClientCacheConfiguration)</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteClientSpringBean.html" title="class in org.apache.ignite">IgniteClientSpringBean</a></dt>
<dd>
<div class="block">Creates a cache with the specified configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#createCache-org.apache.ignite.configuration.CacheConfiguration-">createCache(CacheConfiguration<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</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">Dynamically starts new cache with the given cache configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#createCache-org.apache.ignite.configuration.CacheConfiguration-org.apache.ignite.configuration.NearCacheConfiguration-">createCache(CacheConfiguration<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, NearCacheConfiguration<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</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">Dynamically starts new cache with the given cache configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#createCache-java.lang.String-">createCache(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">Dynamically starts new cache using template configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/IgniteClient.html#createCacheAsync-java.lang.String-">createCacheAsync(String)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/IgniteClient.html" title="interface in org.apache.ignite.client">IgniteClient</a></dt>
<dd>
<div class="block">Creates a cache with a default configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/IgniteClient.html#createCacheAsync-org.apache.ignite.client.ClientCacheConfiguration-">createCacheAsync(ClientCacheConfiguration)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/IgniteClient.html" title="interface in org.apache.ignite.client">IgniteClient</a></dt>
<dd>
<div class="block">Creates a cache with the specified configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteClientSpringBean.html#createCacheAsync-java.lang.String-">createCacheAsync(String)</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteClientSpringBean.html" title="class in org.apache.ignite">IgniteClientSpringBean</a></dt>
<dd>
<div class="block">Creates a cache with a default configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteClientSpringBean.html#createCacheAsync-org.apache.ignite.client.ClientCacheConfiguration-">createCacheAsync(ClientCacheConfiguration)</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteClientSpringBean.html" title="class in org.apache.ignite">IgniteClientSpringBean</a></dt>
<dd>
<div class="block">Creates a cache with the specified configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/plugin/MLPluginProvider.html#createCacheProvider-org.apache.ignite.plugin.CachePluginContext-">createCacheProvider(CachePluginContext)</a></span> - Method in class org.apache.ignite.ml.util.plugin.<a href="org/apache/ignite/ml/util/plugin/MLPluginProvider.html" title="class in org.apache.ignite.ml.util.plugin">MLPluginProvider</a></dt>
<dd>
<div class="block">Creates cache plugin provider.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/PluginProvider.html#createCacheProvider-org.apache.ignite.plugin.CachePluginContext-">createCacheProvider(CachePluginContext)</a></span> - Method in interface org.apache.ignite.plugin.<a href="org/apache/ignite/plugin/PluginProvider.html" title="interface in org.apache.ignite.plugin">PluginProvider</a></dt>
<dd>
<div class="block">Creates cache plugin provider.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignite.html#createCaches-java.util.Collection-">createCaches(Collection<span class='angle_bracket'>&lt;</span>CacheConfiguration<span class='angle_bracket'>&gt;</span>)</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">Dynamically starts new caches with the given cache configurations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#createCaches-java.util.Collection-">createCaches(Collection<span class='angle_bracket'>&lt;</span>CacheConfiguration<span class='angle_bracket'>&gt;</span>)</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">Dynamically starts new caches with the given cache configurations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/plugin/MLPluginProvider.html#createComponent-org.apache.ignite.plugin.PluginContext-java.lang.Class-">createComponent(PluginContext, Class<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.util.plugin.<a href="org/apache/ignite/ml/util/plugin/MLPluginProvider.html" title="class in org.apache.ignite.ml.util.plugin">MLPluginProvider</a></dt>
<dd>
<div class="block">Creates Ignite component.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/CachePluginProvider.html#createComponent-java.lang.Class-">createComponent(Class<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.plugin.<a href="org/apache/ignite/plugin/CachePluginProvider.html" title="interface in org.apache.ignite.plugin">CachePluginProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/PluginProvider.html#createComponent-org.apache.ignite.plugin.PluginContext-java.lang.Class-">createComponent(PluginContext, Class<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.plugin.<a href="org/apache/ignite/plugin/PluginProvider.html" title="interface in org.apache.ignite.plugin">PluginProvider</a></dt>
<dd>
<div class="block">Creates Ignite component.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j2/Log4J2Logger.html#createConsoleLogger--">createConsoleLogger()</a></span> - Method in class org.apache.ignite.logger.log4j2.<a href="org/apache/ignite/logger/log4j2/Log4J2Logger.html" title="class in org.apache.ignite.logger.log4j2">Log4J2Logger</a></dt>
<dd>
<div class="block">Creates console appender with some reasonable default logging settings.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/MemoryConfiguration.html#createDefaultPolicyConfig--">createDefaultPolicyConfig()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/MemoryConfiguration.html" title="class in org.apache.ignite.configuration">MemoryConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Creates a configuration for the default memory policy that will instantiate the default memory region.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/impurity/GiniHistogramsComputer.html#createImpurityComputerForFeature-int-org.apache.ignite.ml.dataset.feature.BucketMeta-">createImpurityComputerForFeature(int, BucketMeta)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.impurity.<a href="org/apache/ignite/ml/tree/randomforest/data/impurity/GiniHistogramsComputer.html" title="class in org.apache.ignite.ml.tree.randomforest.data.impurity">GiniHistogramsComputer</a></dt>
<dd>
<div class="block">Creates impurity computer in according to specific algorithm based on random forest (for example <a href="org/apache/ignite/ml/tree/randomforest/data/impurity/GiniHistogram.html" title="class in org.apache.ignite.ml.tree.randomforest.data.impurity"><code>GiniHistogram</code></a> for classification).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/impurity/ImpurityHistogramsComputer.html#createImpurityComputerForFeature-int-org.apache.ignite.ml.dataset.feature.BucketMeta-">createImpurityComputerForFeature(int, BucketMeta)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.impurity.<a href="org/apache/ignite/ml/tree/randomforest/data/impurity/ImpurityHistogramsComputer.html" title="class in org.apache.ignite.ml.tree.randomforest.data.impurity">ImpurityHistogramsComputer</a></dt>
<dd>
<div class="block">Creates impurity computer in according to specific algorithm based on random forest (for example <a href="org/apache/ignite/ml/tree/randomforest/data/impurity/GiniHistogram.html" title="class in org.apache.ignite.ml.tree.randomforest.data.impurity"><code>GiniHistogram</code></a> for classification).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/impurity/MSEHistogramComputer.html#createImpurityComputerForFeature-int-org.apache.ignite.ml.dataset.feature.BucketMeta-">createImpurityComputerForFeature(int, BucketMeta)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.impurity.<a href="org/apache/ignite/ml/tree/randomforest/data/impurity/MSEHistogramComputer.html" title="class in org.apache.ignite.ml.tree.randomforest.data.impurity">MSEHistogramComputer</a></dt>
<dd>
<div class="block">Creates impurity computer in according to specific algorithm based on random forest (for example <a href="org/apache/ignite/ml/tree/randomforest/data/impurity/GiniHistogram.html" title="class in org.apache.ignite.ml.tree.randomforest.data.impurity"><code>GiniHistogram</code></a> for classification).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/RandomForestClassifierTrainer.html#createImpurityHistogramsComputer--">createImpurityHistogramsComputer()</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.<a href="org/apache/ignite/ml/tree/randomforest/RandomForestClassifierTrainer.html" title="class in org.apache.ignite.ml.tree.randomforest">RandomForestClassifierTrainer</a></dt>
<dd>
<div class="block">Creates an instance of Histograms Computer corresponding to RF implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/RandomForestRegressionTrainer.html#createImpurityHistogramsComputer--">createImpurityHistogramsComputer()</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.<a href="org/apache/ignite/ml/tree/randomforest/RandomForestRegressionTrainer.html" title="class in org.apache.ignite.ml.tree.randomforest">RandomForestRegressionTrainer</a></dt>
<dd>
<div class="block">Creates an instance of Histograms Computer corresponding to RF implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/RandomForestTrainer.html#createImpurityHistogramsComputer--">createImpurityHistogramsComputer()</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.<a href="org/apache/ignite/ml/tree/randomforest/RandomForestTrainer.html" title="class in org.apache.ignite.ml.tree.randomforest">RandomForestTrainer</a></dt>
<dd>
<div class="block">Creates an instance of Histograms Computer corresponding to RF implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/data/DecisionTreeData.html#createIndexByFilter-int-org.apache.ignite.ml.tree.TreeFilter-">createIndexByFilter(int, TreeFilter)</a></span> - Method in class org.apache.ignite.ml.tree.data.<a href="org/apache/ignite/ml/tree/data/DecisionTreeData.html" title="class in org.apache.ignite.ml.tree.data">DecisionTreeData</a></dt>
<dd>
<div class="block">Builds index in according to current tree depth and cached indexes in upper levels.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/BinaryClassificationPointwiseMetricStatsAggregator.html#createInitializedContext--">createInitializedContext()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.evaluator.aggregator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/BinaryClassificationPointwiseMetricStatsAggregator.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator.aggregator">BinaryClassificationPointwiseMetricStatsAggregator</a></dt>
<dd>
<div class="block">Returns initialized context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/BinaryClassificationPointwiseMetricStatsAggregator.WithCustomLabelsAggregator.html#createInitializedContext--">createInitializedContext()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.evaluator.aggregator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/BinaryClassificationPointwiseMetricStatsAggregator.WithCustomLabelsAggregator.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator.aggregator">BinaryClassificationPointwiseMetricStatsAggregator.WithCustomLabelsAggregator</a></dt>
<dd>
<div class="block">Returns initialized context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/ClassificationMetricsAggregator.html#createInitializedContext--">createInitializedContext()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.evaluator.aggregator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/ClassificationMetricsAggregator.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator.aggregator">ClassificationMetricsAggregator</a></dt>
<dd>
<div class="block">Returns initialized context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/MetricStatsAggregator.html#createInitializedContext--">createInitializedContext()</a></span> - Method in interface org.apache.ignite.ml.selection.scoring.evaluator.aggregator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/MetricStatsAggregator.html" title="interface in org.apache.ignite.ml.selection.scoring.evaluator.aggregator">MetricStatsAggregator</a></dt>
<dd>
<div class="block">Returns initialized context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/RegressionMetricStatsAggregator.html#createInitializedContext--">createInitializedContext()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.evaluator.aggregator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/RegressionMetricStatsAggregator.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator.aggregator">RegressionMetricStatsAggregator</a></dt>
<dd>
<div class="block">Returns initialized context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/NodeSplit.html#createLeaf-org.apache.ignite.ml.tree.randomforest.data.TreeNode-">createLeaf(TreeNode)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.<a href="org/apache/ignite/ml/tree/randomforest/data/NodeSplit.html" title="class in org.apache.ignite.ml.tree.randomforest.data">NodeSplit</a></dt>
<dd>
<div class="block">Convert node to leaf.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/leaf/DecisionTreeLeafBuilder.html#createLeafNode-org.apache.ignite.ml.dataset.Dataset-org.apache.ignite.ml.tree.TreeFilter-">createLeafNode(Dataset<span class='angle_bracket'>&lt;</span>EmptyContext, DecisionTreeData<span class='angle_bracket'>&gt;</span>, TreeFilter)</a></span> - Method in interface org.apache.ignite.ml.tree.leaf.<a href="org/apache/ignite/ml/tree/leaf/DecisionTreeLeafBuilder.html" title="interface in org.apache.ignite.ml.tree.leaf">DecisionTreeLeafBuilder</a></dt>
<dd>
<div class="block">Creates new leaf node for given dataset and node predicate.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/leaf/MeanDecisionTreeLeafBuilder.html#createLeafNode-org.apache.ignite.ml.dataset.Dataset-org.apache.ignite.ml.tree.TreeFilter-">createLeafNode(Dataset<span class='angle_bracket'>&lt;</span>EmptyContext, DecisionTreeData<span class='angle_bracket'>&gt;</span>, TreeFilter)</a></span> - Method in class org.apache.ignite.ml.tree.leaf.<a href="org/apache/ignite/ml/tree/leaf/MeanDecisionTreeLeafBuilder.html" title="class in org.apache.ignite.ml.tree.leaf">MeanDecisionTreeLeafBuilder</a></dt>
<dd>
<div class="block">Creates new leaf node for given dataset and node predicate.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/leaf/MostCommonDecisionTreeLeafBuilder.html#createLeafNode-org.apache.ignite.ml.dataset.Dataset-org.apache.ignite.ml.tree.TreeFilter-">createLeafNode(Dataset<span class='angle_bracket'>&lt;</span>EmptyContext, DecisionTreeData<span class='angle_bracket'>&gt;</span>, TreeFilter)</a></span> - Method in class org.apache.ignite.ml.tree.leaf.<a href="org/apache/ignite/ml/tree/leaf/MostCommonDecisionTreeLeafBuilder.html" title="class in org.apache.ignite.ml.tree.leaf">MostCommonDecisionTreeLeafBuilder</a></dt>
<dd>
<div class="block">Creates new leaf node for given dataset and node predicate.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/RandomForestClassifierTrainer.html#createLeafStatisticsAggregator--">createLeafStatisticsAggregator()</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.<a href="org/apache/ignite/ml/tree/randomforest/RandomForestClassifierTrainer.html" title="class in org.apache.ignite.ml.tree.randomforest">RandomForestClassifierTrainer</a></dt>
<dd>
<div class="block">Creates an instance of Leaf Statistics Aggregator corresponding to RF implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/RandomForestRegressionTrainer.html#createLeafStatisticsAggregator--">createLeafStatisticsAggregator()</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.<a href="org/apache/ignite/ml/tree/randomforest/RandomForestRegressionTrainer.html" title="class in org.apache.ignite.ml.tree.randomforest">RandomForestRegressionTrainer</a></dt>
<dd>
<div class="block">Creates an instance of Leaf Statistics Aggregator corresponding to RF implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/RandomForestTrainer.html#createLeafStatisticsAggregator--">createLeafStatisticsAggregator()</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.<a href="org/apache/ignite/ml/tree/randomforest/RandomForestTrainer.html" title="class in org.apache.ignite.ml.tree.randomforest">RandomForestTrainer</a></dt>
<dd>
<div class="block">Creates an instance of Leaf Statistics Aggregator corresponding to RF implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/statistics/ClassifierLeafValuesComputer.html#createLeafStatsAggregator-int-">createLeafStatsAggregator(int)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.statistics.<a href="org/apache/ignite/ml/tree/randomforest/data/statistics/ClassifierLeafValuesComputer.html" title="class in org.apache.ignite.ml.tree.randomforest.data.statistics">ClassifierLeafValuesComputer</a></dt>
<dd>
<div class="block">Creates an instance of leaf statistics aggregator in according to concrete algorithm based on RandomForest.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/statistics/LeafValuesComputer.html#createLeafStatsAggregator-int-">createLeafStatsAggregator(int)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.statistics.<a href="org/apache/ignite/ml/tree/randomforest/data/statistics/LeafValuesComputer.html" title="class in org.apache.ignite.ml.tree.randomforest.data.statistics">LeafValuesComputer</a></dt>
<dd>
<div class="block">Creates an instance of leaf statistics aggregator in according to concrete algorithm based on RandomForest.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/statistics/RegressionLeafValuesComputer.html#createLeafStatsAggregator-int-">createLeafStatsAggregator(int)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.statistics.<a href="org/apache/ignite/ml/tree/randomforest/data/statistics/RegressionLeafValuesComputer.html" title="class in org.apache.ignite.ml.tree.randomforest.data.statistics">RegressionLeafValuesComputer</a></dt>
<dd>
<div class="block">Creates an instance of leaf statistics aggregator in according to concrete algorithm based on RandomForest.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/thread/IgniteThread.html#createName-long-java.lang.String-java.lang.String-">createName(long, String, String)</a></span> - Static method in class org.apache.ignite.thread.<a href="org/apache/ignite/thread/IgniteThread.html" title="class in org.apache.ignite.thread">IgniteThread</a></dt>
<dd>
<div class="block">Creates new thread name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignite.html#createNearCache-java.lang.String-org.apache.ignite.configuration.NearCacheConfiguration-">createNearCache(String, NearCacheConfiguration<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</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">Starts a near cache on local node if cache was previously started with one of the
<a href="org/apache/ignite/Ignite.html#createCache-org.apache.ignite.configuration.CacheConfiguration-"><code>Ignite.createCache(CacheConfiguration)</code></a> or <a href="org/apache/ignite/Ignite.html#createCache-org.apache.ignite.configuration.CacheConfiguration-org.apache.ignite.configuration.NearCacheConfiguration-"><code>Ignite.createCache(CacheConfiguration, NearCacheConfiguration)</code></a>
methods.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#createNearCache-java.lang.String-org.apache.ignite.configuration.NearCacheConfiguration-">createNearCache(String, NearCacheConfiguration<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</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">Starts a near cache on local node if cache was previously started with one of the
<a href="org/apache/ignite/Ignite.html#createCache-org.apache.ignite.configuration.CacheConfiguration-"><code>Ignite.createCache(CacheConfiguration)</code></a> or <a href="org/apache/ignite/Ignite.html#createCache-org.apache.ignite.configuration.CacheConfiguration-org.apache.ignite.configuration.NearCacheConfiguration-"><code>Ignite.createCache(CacheConfiguration, NearCacheConfiguration)</code></a>
methods.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/visor/plugin/VisorPluggableTab.html#createPanel-org.apache.ignite.visor.plugin.VisorPluginComponentsFactory-javax.swing.JPanel-">createPanel(VisorPluginComponentsFactory, JPanel)</a></span> - Method in class org.apache.ignite.visor.plugin.<a href="org/apache/ignite/visor/plugin/VisorPluggableTab.html" title="class in org.apache.ignite.visor.plugin">VisorPluggableTab</a></dt>
<dd>
<div class="block">Construct content of pluggable tab.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/KeyPersistenceSettings.html#createPojoField-org.w3c.dom.Element-java.lang.Class-">createPojoField(Element, Class)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/KeyPersistenceSettings.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">KeyPersistenceSettings</a></dt>
<dd>
<div class="block">Creates instance of <a href="org/apache/ignite/cache/store/cassandra/persistence/PojoField.html" title="class in org.apache.ignite.cache.store.cassandra.persistence"><code>PojoField</code></a> based on it's description in XML element.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/KeyPersistenceSettings.html#createPojoField-org.apache.ignite.cache.store.cassandra.persistence.PojoFieldAccessor-">createPojoField(PojoFieldAccessor)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/KeyPersistenceSettings.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">KeyPersistenceSettings</a></dt>
<dd>
<div class="block">Creates instance of <a href="org/apache/ignite/cache/store/cassandra/persistence/PojoField.html" title="class in org.apache.ignite.cache.store.cassandra.persistence"><code>PojoField</code></a> from its field accessor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/KeyPersistenceSettings.html#createPojoField-org.apache.ignite.cache.store.cassandra.persistence.PojoKeyField-java.lang.Class-">createPojoField(PojoKeyField, Class)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/KeyPersistenceSettings.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">KeyPersistenceSettings</a></dt>
<dd>
<div class="block">Creates instance of <a href="org/apache/ignite/cache/store/cassandra/persistence/PojoField.html" title="class in org.apache.ignite.cache.store.cassandra.persistence"><code>PojoField</code></a> based on the other instance and java class
to initialize accessor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PersistenceSettings.html#createPojoField-org.w3c.dom.Element-java.lang.Class-">createPojoField(Element, Class)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/PersistenceSettings.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">PersistenceSettings</a></dt>
<dd>
<div class="block">Creates instance of <a href="org/apache/ignite/cache/store/cassandra/persistence/PojoField.html" title="class in org.apache.ignite.cache.store.cassandra.persistence"><code>PojoField</code></a> based on it's description in XML element.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PersistenceSettings.html#createPojoField-org.apache.ignite.cache.store.cassandra.persistence.PojoFieldAccessor-">createPojoField(PojoFieldAccessor)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/PersistenceSettings.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">PersistenceSettings</a></dt>
<dd>
<div class="block">Creates instance of <a href="org/apache/ignite/cache/store/cassandra/persistence/PojoField.html" title="class in org.apache.ignite.cache.store.cassandra.persistence"><code>PojoField</code></a> from its field accessor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PersistenceSettings.html#createPojoField-F-java.lang.Class-">createPojoField(F, Class)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/PersistenceSettings.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">PersistenceSettings</a></dt>
<dd>
<div class="block">Creates instance of <a href="org/apache/ignite/cache/store/cassandra/persistence/PojoField.html" title="class in org.apache.ignite.cache.store.cassandra.persistence"><code>PojoField</code></a> based on the other instance and java class
to initialize accessor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/ValuePersistenceSettings.html#createPojoField-org.w3c.dom.Element-java.lang.Class-">createPojoField(Element, Class)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/ValuePersistenceSettings.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">ValuePersistenceSettings</a></dt>
<dd>
<div class="block">Creates instance of <a href="org/apache/ignite/cache/store/cassandra/persistence/PojoField.html" title="class in org.apache.ignite.cache.store.cassandra.persistence"><code>PojoField</code></a> based on it's description in XML element.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/ValuePersistenceSettings.html#createPojoField-org.apache.ignite.cache.store.cassandra.persistence.PojoFieldAccessor-">createPojoField(PojoFieldAccessor)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/ValuePersistenceSettings.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">ValuePersistenceSettings</a></dt>
<dd>
<div class="block">Creates instance of <a href="org/apache/ignite/cache/store/cassandra/persistence/PojoField.html" title="class in org.apache.ignite.cache.store.cassandra.persistence"><code>PojoField</code></a> from its field accessor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/ValuePersistenceSettings.html#createPojoField-org.apache.ignite.cache.store.cassandra.persistence.PojoValueField-java.lang.Class-">createPojoField(PojoValueField, Class)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/ValuePersistenceSettings.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">ValuePersistenceSettings</a></dt>
<dd>
<div class="block">Creates instance of <a href="org/apache/ignite/cache/store/cassandra/persistence/PojoField.html" title="class in org.apache.ignite.cache.store.cassandra.persistence"><code>PojoField</code></a> based on the other instance and java class
to initialize accessor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/DatasetFactory.html#createSimpleDataset-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-org.apache.ignite.ml.dataset.PartitionContextBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">createSimpleDataset(DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, LearningEnvironmentBuilder, PartitionContextBuilder<span class='angle_bracket'>&lt;</span>K, V, C<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Static method in class org.apache.ignite.ml.dataset.<a href="org/apache/ignite/ml/dataset/DatasetFactory.html" title="class in org.apache.ignite.ml.dataset">DatasetFactory</a></dt>
<dd>
<div class="block">Creates a new instance of distributed <a href="org/apache/ignite/ml/dataset/primitive/SimpleDataset.html" title="class in org.apache.ignite.ml.dataset.primitive"><code>SimpleDataset</code></a> using the specified <code>partCtxBuilder</code> and <code>featureExtractor</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/DatasetFactory.html#createSimpleDataset-org.apache.ignite.Ignite-org.apache.ignite.IgniteCache-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-org.apache.ignite.ml.dataset.PartitionContextBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">createSimpleDataset(Ignite, IgniteCache<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, LearningEnvironmentBuilder, PartitionContextBuilder<span class='angle_bracket'>&lt;</span>K, V, C<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Static method in class org.apache.ignite.ml.dataset.<a href="org/apache/ignite/ml/dataset/DatasetFactory.html" title="class in org.apache.ignite.ml.dataset">DatasetFactory</a></dt>
<dd>
<div class="block">Creates a new instance of distributed <a href="org/apache/ignite/ml/dataset/primitive/SimpleDataset.html" title="class in org.apache.ignite.ml.dataset.primitive"><code>SimpleDataset</code></a> using the specified <code>partCtxBuilder</code> and <code>featureExtractor</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/DatasetFactory.html#createSimpleDataset-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">createSimpleDataset(DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, LearningEnvironmentBuilder, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Static method in class org.apache.ignite.ml.dataset.<a href="org/apache/ignite/ml/dataset/DatasetFactory.html" title="class in org.apache.ignite.ml.dataset">DatasetFactory</a></dt>
<dd>
<div class="block">Creates a new instance of distributed <a href="org/apache/ignite/ml/dataset/primitive/SimpleDataset.html" title="class in org.apache.ignite.ml.dataset.primitive"><code>SimpleDataset</code></a> using the specified <code>featureExtractor</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/DatasetFactory.html#createSimpleDataset-org.apache.ignite.Ignite-org.apache.ignite.IgniteCache-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">createSimpleDataset(Ignite, IgniteCache<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, LearningEnvironmentBuilder, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Static method in class org.apache.ignite.ml.dataset.<a href="org/apache/ignite/ml/dataset/DatasetFactory.html" title="class in org.apache.ignite.ml.dataset">DatasetFactory</a></dt>
<dd>
<div class="block">Creates a new instance of distributed <a href="org/apache/ignite/ml/dataset/primitive/SimpleDataset.html" title="class in org.apache.ignite.ml.dataset.primitive"><code>SimpleDataset</code></a> using the specified <code>featureExtractor</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/DatasetFactory.html#createSimpleDataset-org.apache.ignite.Ignite-org.apache.ignite.IgniteCache-org.apache.ignite.ml.preprocessing.Preprocessor-">createSimpleDataset(Ignite, IgniteCache<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Static method in class org.apache.ignite.ml.dataset.<a href="org/apache/ignite/ml/dataset/DatasetFactory.html" title="class in org.apache.ignite.ml.dataset">DatasetFactory</a></dt>
<dd>
<div class="block">Creates a new instance of distributed <a href="org/apache/ignite/ml/dataset/primitive/SimpleDataset.html" title="class in org.apache.ignite.ml.dataset.primitive"><code>SimpleDataset</code></a> using the specified <code>featureExtractor</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/DatasetFactory.html#createSimpleDataset-java.util.Map-int-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-org.apache.ignite.ml.dataset.PartitionContextBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">createSimpleDataset(Map<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, int, LearningEnvironmentBuilder, PartitionContextBuilder<span class='angle_bracket'>&lt;</span>K, V, C<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Static method in class org.apache.ignite.ml.dataset.<a href="org/apache/ignite/ml/dataset/DatasetFactory.html" title="class in org.apache.ignite.ml.dataset">DatasetFactory</a></dt>
<dd>
<div class="block">Creates a new instance of local <a href="org/apache/ignite/ml/dataset/primitive/SimpleDataset.html" title="class in org.apache.ignite.ml.dataset.primitive"><code>SimpleDataset</code></a> using the specified <code>partCtxBuilder</code> and <code>featureExtractor</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/DatasetFactory.html#createSimpleDataset-java.util.Map-int-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">createSimpleDataset(Map<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, int, LearningEnvironmentBuilder, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Static method in class org.apache.ignite.ml.dataset.<a href="org/apache/ignite/ml/dataset/DatasetFactory.html" title="class in org.apache.ignite.ml.dataset">DatasetFactory</a></dt>
<dd>
<div class="block">Creates a new instance of local <a href="org/apache/ignite/ml/dataset/primitive/SimpleDataset.html" title="class in org.apache.ignite.ml.dataset.primitive"><code>SimpleDataset</code></a> using the specified <code>featureExtractor</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/DatasetFactory.html#createSimpleLabeledDataset-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-org.apache.ignite.ml.dataset.PartitionContextBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">createSimpleLabeledDataset(DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, LearningEnvironmentBuilder, PartitionContextBuilder<span class='angle_bracket'>&lt;</span>K, V, C<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Static method in class org.apache.ignite.ml.dataset.<a href="org/apache/ignite/ml/dataset/DatasetFactory.html" title="class in org.apache.ignite.ml.dataset">DatasetFactory</a></dt>
<dd>
<div class="block">Creates a new instance of distributed <a href="org/apache/ignite/ml/dataset/primitive/SimpleLabeledDataset.html" title="class in org.apache.ignite.ml.dataset.primitive"><code>SimpleLabeledDataset</code></a> using the specified <code>partCtxBuilder</code>,
<code>featureExtractor</code> and <code>lbExtractor</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/DatasetFactory.html#createSimpleLabeledDataset-org.apache.ignite.Ignite-org.apache.ignite.IgniteCache-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-org.apache.ignite.ml.dataset.PartitionContextBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">createSimpleLabeledDataset(Ignite, IgniteCache<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, LearningEnvironmentBuilder, PartitionContextBuilder<span class='angle_bracket'>&lt;</span>K, V, C<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Static method in class org.apache.ignite.ml.dataset.<a href="org/apache/ignite/ml/dataset/DatasetFactory.html" title="class in org.apache.ignite.ml.dataset">DatasetFactory</a></dt>
<dd>
<div class="block">Creates a new instance of distributed <a href="org/apache/ignite/ml/dataset/primitive/SimpleLabeledDataset.html" title="class in org.apache.ignite.ml.dataset.primitive"><code>SimpleLabeledDataset</code></a> using the specified <code>partCtxBuilder</code>,
<code>featureExtractor</code> and <code>lbExtractor</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/DatasetFactory.html#createSimpleLabeledDataset-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">createSimpleLabeledDataset(DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, LearningEnvironmentBuilder, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Static method in class org.apache.ignite.ml.dataset.<a href="org/apache/ignite/ml/dataset/DatasetFactory.html" title="class in org.apache.ignite.ml.dataset">DatasetFactory</a></dt>
<dd>
<div class="block">Creates a new instance of distributed <a href="org/apache/ignite/ml/dataset/primitive/SimpleLabeledDataset.html" title="class in org.apache.ignite.ml.dataset.primitive"><code>SimpleLabeledDataset</code></a> using the specified <code>featureExtractor</code>
and <code>lbExtractor</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/DatasetFactory.html#createSimpleLabeledDataset-org.apache.ignite.Ignite-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-org.apache.ignite.IgniteCache-org.apache.ignite.ml.preprocessing.Preprocessor-">createSimpleLabeledDataset(Ignite, LearningEnvironmentBuilder, IgniteCache<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Static method in class org.apache.ignite.ml.dataset.<a href="org/apache/ignite/ml/dataset/DatasetFactory.html" title="class in org.apache.ignite.ml.dataset">DatasetFactory</a></dt>
<dd>
<div class="block">Creates a new instance of distributed <a href="org/apache/ignite/ml/dataset/primitive/SimpleLabeledDataset.html" title="class in org.apache.ignite.ml.dataset.primitive"><code>SimpleLabeledDataset</code></a> using the specified <code>featureExtractor</code>
and <code>lbExtractor</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/DatasetFactory.html#createSimpleLabeledDataset-java.util.Map-int-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-org.apache.ignite.ml.dataset.PartitionContextBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">createSimpleLabeledDataset(Map<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, int, LearningEnvironmentBuilder, PartitionContextBuilder<span class='angle_bracket'>&lt;</span>K, V, C<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Static method in class org.apache.ignite.ml.dataset.<a href="org/apache/ignite/ml/dataset/DatasetFactory.html" title="class in org.apache.ignite.ml.dataset">DatasetFactory</a></dt>
<dd>
<div class="block">Creates a new instance of local <a href="org/apache/ignite/ml/dataset/primitive/SimpleLabeledDataset.html" title="class in org.apache.ignite.ml.dataset.primitive"><code>SimpleLabeledDataset</code></a> using the specified <code>partCtxBuilder</code>, <code>featureExtractor</code> and <code>lbExtractor</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/DatasetFactory.html#createSimpleLabeledDataset-java.util.Map-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-int-org.apache.ignite.ml.preprocessing.Preprocessor-">createSimpleLabeledDataset(Map<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, LearningEnvironmentBuilder, int, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Static method in class org.apache.ignite.ml.dataset.<a href="org/apache/ignite/ml/dataset/DatasetFactory.html" title="class in org.apache.ignite.ml.dataset">DatasetFactory</a></dt>
<dd>
<div class="block">Creates a new instance of local <a href="org/apache/ignite/ml/dataset/primitive/SimpleLabeledDataset.html" title="class in org.apache.ignite.ml.dataset.primitive"><code>SimpleLabeledDataset</code></a> using the specified <code>featureExtractor</code> and
<code>lbExtractor</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSnapshot.html#createSnapshot-java.lang.String-">createSnapshot(String)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteSnapshot.html" title="interface in org.apache.ignite">IgniteSnapshot</a></dt>
<dd>
<div class="block">Create a consistent copy of all persistence cache groups from the whole cluster.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/SnapshotMXBean.html#createSnapshot-java.lang.String-">createSnapshot(String)</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/SnapshotMXBean.html" title="interface in org.apache.ignite.mxbean">SnapshotMXBean</a></dt>
<dd>
<div class="block">Create the cluster-wide snapshot with given name asynchronously.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiAdapter.html#createSpiAttributeName-java.lang.String-">createSpiAttributeName(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">Creates new name for the given attribute.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#createTcpClient-org.apache.ignite.cluster.ClusterNode-int-">createTcpClient(ClusterNode, int)</a></span> - Method 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">Establish TCP connection to remote node and returns client.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/scheduler/SchedulerFuture.html#createTime--">createTime()</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 time in milliseconds at which this future was created.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ComputeJobView.html#createTime--">createTime()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ComputeJobView.html" title="class in org.apache.ignite.spi.systemview.view">ComputeJobView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/utils/IgniteYarnUtils.html#createTokenBuffer-org.apache.hadoop.security.Credentials-">createTokenBuffer(Credentials)</a></span> - Static method in class org.apache.ignite.yarn.utils.<a href="org/apache/ignite/yarn/utils/IgniteYarnUtils.html" title="class in org.apache.ignite.yarn.utils">IgniteYarnUtils</a></dt>
<dd>
<div class="block">Creates a ByteBuffer with serialized <code>Credentials</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/impl/BinaryObjectVectorizer.html#createVector-int-">createVector(int)</a></span> - Method in class org.apache.ignite.ml.dataset.feature.extractor.impl.<a href="org/apache/ignite/ml/dataset/feature/extractor/impl/BinaryObjectVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor.impl">BinaryObjectVectorizer</a></dt>
<dd>
<div class="block">Create an instance of vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.html#createVector-int-">createVector(int)</a></span> - Method in class org.apache.ignite.ml.dataset.feature.extractor.<a href="org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor">Vectorizer</a></dt>
<dd>
<div class="block">Create an instance of vector.</div>
</dd>
<dt><a href="org/apache/ignite/cache/store/cassandra/datasource/Credentials.html" title="interface in org.apache.ignite.cache.store.cassandra.datasource"><span class="typeNameLink">Credentials</span></a> - Interface in <a href="org/apache/ignite/cache/store/cassandra/datasource/package-summary.html">org.apache.ignite.cache.store.cassandra.datasource</a></dt>
<dd>
<div class="block">Provides credentials for Cassandra (instead of specifying user/password directly in Spring context XML).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/AuthenticationContext.html#credentials--">credentials()</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 security credentials.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/AuthenticationContext.html#credentials-org.apache.ignite.plugin.security.SecurityCredentials-">credentials(SecurityCredentials)</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 security credentials.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/SecurityCredentialsBasicProvider.html#credentials--">credentials()</a></span> - Method in class org.apache.ignite.plugin.security.<a href="org/apache/ignite/plugin/security/SecurityCredentialsBasicProvider.html" title="class in org.apache.ignite.plugin.security">SecurityCredentialsBasicProvider</a></dt>
<dd>
<div class="block">Gets security credentials.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/SecurityCredentialsProvider.html#credentials--">credentials()</a></span> - Method in interface org.apache.ignite.plugin.security.<a href="org/apache/ignite/plugin/security/SecurityCredentialsProvider.html" title="interface in org.apache.ignite.plugin.security">SecurityCredentialsProvider</a></dt>
<dd>
<div class="block">Gets security credentials.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#cross-org.apache.ignite.ml.math.primitives.vector.Vector-">cross(Vector)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Gets the cross product of this vector and the other vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#cross-org.apache.ignite.ml.math.primitives.vector.Vector-">cross(Vector)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Gets the cross product of this vector and the other vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html#cross-org.apache.ignite.ml.math.primitives.vector.Vector-">cross(Vector)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a></dt>
<dd>
<div class="block">Gets the cross product of this vector and the other vector.</div>
</dd>
<dt><a href="org/apache/ignite/ml/util/genetic/CrossoverStrategy.html" title="enum in org.apache.ignite.ml.util.genetic"><span class="typeNameLink">CrossoverStrategy</span></a> - Enum in <a href="org/apache/ignite/ml/util/genetic/package-summary.html">org.apache.ignite.ml.util.genetic</a></dt>
<dd>
<div class="block">Represents the crossover strategy depending of locus point amount.</div>
</dd>
<dt><a href="org/apache/ignite/ml/selection/cv/CrossValidation.html" title="class in org.apache.ignite.ml.selection.cv"><span class="typeNameLink">CrossValidation</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/selection/cv/CrossValidation.html" title="type parameter in CrossValidation">M</a> extends <a href="org/apache/ignite/ml/IgniteModel.html" title="interface in org.apache.ignite.ml">IgniteModel</a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a><span class='angle_bracket'>&gt;</span>,<a href="org/apache/ignite/ml/selection/cv/CrossValidation.html" title="type parameter in CrossValidation">K</a>,<a href="org/apache/ignite/ml/selection/cv/CrossValidation.html" title="type parameter in CrossValidation">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/selection/cv/package-summary.html">org.apache.ignite.ml.selection.cv</a></dt>
<dd>
<div class="block">Cross validation score calculator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/cv/CrossValidation.html#CrossValidation--">CrossValidation()</a></span> - Constructor for class org.apache.ignite.ml.selection.cv.<a href="org/apache/ignite/ml/selection/cv/CrossValidation.html" title="class in org.apache.ignite.ml.selection.cv">CrossValidation</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/selection/cv/CrossValidationResult.html" title="class in org.apache.ignite.ml.selection.cv"><span class="typeNameLink">CrossValidationResult</span></a> - Class in <a href="org/apache/ignite/ml/selection/cv/package-summary.html">org.apache.ignite.ml.selection.cv</a></dt>
<dd>
<div class="block">Represents the cross validation procedure result,
wraps score and values of hyper parameters associated with these values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/cv/CrossValidationResult.html#CrossValidationResult--">CrossValidationResult()</a></span> - Constructor for class org.apache.ignite.ml.selection.cv.<a href="org/apache/ignite/ml/selection/cv/CrossValidationResult.html" title="class in org.apache.ignite.ml.selection.cv">CrossValidationResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/marshaller/AbstractMarshaller.html#ctx">ctx</a></span> - Variable in class org.apache.ignite.marshaller.<a href="org/apache/ignite/marshaller/AbstractMarshaller.html" title="class in org.apache.ignite.marshaller">AbstractMarshaller</a></dt>
<dd>
<div class="block">Context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#CUR_COORDINATOR_FORMATTED_DESC">CUR_COORDINATOR_FORMATTED_DESC</a></span> - Static variable 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="memberNameLink"><a href="org/apache/ignite/thread/IgniteThread.html#current--">current()</a></span> - Static method in class org.apache.ignite.thread.<a href="org/apache/ignite/thread/IgniteThread.html" title="class in org.apache.ignite.thread">IgniteThread</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCluster.html#currentBaselineTopology--">currentBaselineTopology()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCluster.html" title="interface in org.apache.ignite">IgniteCluster</a></dt>
<dd>
<div class="block">Gets current baseline topology.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/thread/IgniteThread.html#currentThreadCanRequestBinaryMetadata--">currentThreadCanRequestBinaryMetadata()</a></span> - Static method in class org.apache.ignite.thread.<a href="org/apache/ignite/thread/IgniteThread.html" title="class in org.apache.ignite.thread">IgniteThread</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/affinity/AffinityFunctionContext.html#currentTopologySnapshot--">currentTopologySnapshot()</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 current topology snapshot.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/affinity/AffinityFunctionContext.html#currentTopologyVersion--">currentTopologyVersion()</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 current topology version number.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/functions/Functions.html#curry-java.util.function.BiFunction-">curry(BiFunction<span class='angle_bracket'>&lt;</span>A, B, C<span class='angle_bracket'>&gt;</span>)</a></span> - Static method in class org.apache.ignite.ml.math.functions.<a href="org/apache/ignite/ml/math/functions/Functions.html" title="class in org.apache.ignite.ml.math.functions">Functions</a></dt>
<dd>
<div class="block">Curry bi-function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/functions/Functions.html#curry-org.apache.ignite.ml.math.functions.IgniteBiFunction-">curry(IgniteBiFunction<span class='angle_bracket'>&lt;</span>A, B, C<span class='angle_bracket'>&gt;</span>)</a></span> - Static method in class org.apache.ignite.ml.math.functions.<a href="org/apache/ignite/ml/math/functions/Functions.html" title="class in org.apache.ignite.ml.math.functions">Functions</a></dt>
<dd>
<div class="block">Transform bi-function of the form (a, b) -> c into a function of form a -> (b -> c).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/functions/Functions.html#curry-org.apache.ignite.ml.math.functions.IgniteTriFunction-">curry(IgniteTriFunction<span class='angle_bracket'>&lt;</span>A, B, C, D<span class='angle_bracket'>&gt;</span>)</a></span> - Static method in class org.apache.ignite.ml.math.functions.<a href="org/apache/ignite/ml/math/functions/Functions.html" title="class in org.apache.ignite.ml.math.functions">Functions</a></dt>
<dd>
<div class="block">Transform tri-function of the form (a, b, c) -> d into a function of form a -> (b -> (c -> d)).</div>
</dd>
<dt><a href="org/apache/ignite/ml/environment/logging/CustomMLLogger.html" title="class in org.apache.ignite.ml.environment.logging"><span class="typeNameLink">CustomMLLogger</span></a> - Class in <a href="org/apache/ignite/ml/environment/logging/package-summary.html">org.apache.ignite.ml.environment.logging</a></dt>
<dd>
<div class="block">MLLogger implementation based on IgniteLogger.</div>
</dd>
</dl>
<a name="I:D">
<!-- -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/MatrixStorage.html#data--">data()</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/MatrixStorage.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">MatrixStorage</a></dt>
<dd>
<div class="block">Gets underlying data, if <a href="org/apache/ignite/ml/math/StorageOpsMetrics.html#isArrayBased--"><code>StorageOpsMetrics.isArrayBased()</code></a> returns <code>false</code> this method return
copy of data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/storage/DenseMatrixStorage.html#data--">data()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.storage.<a href="org/apache/ignite/ml/math/primitives/matrix/storage/DenseMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.matrix.storage">DenseMatrixStorage</a></dt>
<dd>
<div class="block">Gets underlying data, if <a href="org/apache/ignite/ml/math/StorageOpsMetrics.html#isArrayBased--"><code>StorageOpsMetrics.isArrayBased()</code></a> returns <code>false</code> this method return
copy of data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/storage/SparseMatrixStorage.html#data--">data()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.storage.<a href="org/apache/ignite/ml/math/primitives/matrix/storage/SparseMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.matrix.storage">SparseMatrixStorage</a></dt>
<dd>
<div class="block">Gets underlying data, if <a href="org/apache/ignite/ml/math/StorageOpsMetrics.html#isArrayBased--"><code>StorageOpsMetrics.isArrayBased()</code></a> returns <code>false</code> this method return
copy of data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/storage/ViewMatrixStorage.html#data--">data()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.storage.<a href="org/apache/ignite/ml/math/primitives/matrix/storage/ViewMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.matrix.storage">ViewMatrixStorage</a></dt>
<dd>
<div class="block">Gets underlying data, if <a href="org/apache/ignite/ml/math/StorageOpsMetrics.html#isArrayBased--"><code>StorageOpsMetrics.isArrayBased()</code></a> returns <code>false</code> this method return
copy of data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/DenseVectorStorage.html#data--">data()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/DenseVectorStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">DenseVectorStorage</a></dt>
<dd>
<div class="block">Gets underlying array if <a href="org/apache/ignite/ml/math/StorageOpsMetrics.html#isArrayBased--"><code>StorageOpsMetrics.isArrayBased()</code></a> returns <code>true</code> and all values
in vector are Numbers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/SparseVectorStorage.html#data--">data()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/SparseVectorStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">SparseVectorStorage</a></dt>
<dd>
<div class="block">Gets underlying array if <a href="org/apache/ignite/ml/math/StorageOpsMetrics.html#isArrayBased--"><code>StorageOpsMetrics.isArrayBased()</code></a> returns <code>true</code> and all values
in vector are Numbers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorizedViewMatrixStorage.html#data--">data()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorizedViewMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">VectorizedViewMatrixStorage</a></dt>
<dd>
<div class="block">Gets underlying array if <a href="org/apache/ignite/ml/math/StorageOpsMetrics.html#isArrayBased--"><code>StorageOpsMetrics.isArrayBased()</code></a> returns <code>true</code> and all values
in vector are Numbers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorViewStorage.html#data--">data()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorViewStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">VectorViewStorage</a></dt>
<dd>
<div class="block">Gets underlying array if <a href="org/apache/ignite/ml/math/StorageOpsMetrics.html#isArrayBased--"><code>StorageOpsMetrics.isArrayBased()</code></a> returns <code>true</code> and all values
in vector are Numbers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/VectorStorage.html#data--">data()</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/VectorStorage.html" title="interface in org.apache.ignite.ml.math.primitives.vector">VectorStorage</a></dt>
<dd>
<div class="block">Gets underlying array if <a href="org/apache/ignite/ml/math/StorageOpsMetrics.html#isArrayBased--"><code>StorageOpsMetrics.isArrayBased()</code></a> returns <code>true</code> and all values
in vector are Numbers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/Dataset.html#data">data</a></span> - Variable in class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/Dataset.html" title="class in org.apache.ignite.ml.structures">Dataset</a></dt>
<dd>
<div class="block">Data to keep.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/Dataset.html#data--">data()</a></span> - Method in class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/Dataset.html" title="class in org.apache.ignite.ml.structures">Dataset</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/configuration/DataPageEvictionMode.html" title="enum in org.apache.ignite.configuration"><span class="typeNameLink">DataPageEvictionMode</span></a> - Enum in <a href="org/apache/ignite/configuration/package-summary.html">org.apache.ignite.configuration</a></dt>
<dd>
<div class="block">Defines memory page eviction algorithm.</div>
</dd>
<dt><a href="org/apache/ignite/configuration/DataRegionConfiguration.html" title="class in org.apache.ignite.configuration"><span class="typeNameLink">DataRegionConfiguration</span></a> - Class in <a href="org/apache/ignite/configuration/package-summary.html">org.apache.ignite.configuration</a></dt>
<dd>
<div class="block">This class allows defining custom data regions' configurations with various parameters for Apache Ignite
page memory (see <a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration"><code>DataStorageConfiguration</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataRegionConfiguration.html#DataRegionConfiguration--">DataRegionConfiguration()</a></span> - Constructor for class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataRegionConfiguration.html" title="class in org.apache.ignite.configuration">DataRegionConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/DataRegionMetrics.html" title="interface in org.apache.ignite"><span class="typeNameLink">DataRegionMetrics</span></a> - Interface in <a href="org/apache/ignite/package-summary.html">org.apache.ignite</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Check the <a href="org/apache/ignite/spi/metric/ReadOnlyMetricRegistry.html" title="interface in org.apache.ignite.spi.metric"><code>ReadOnlyMetricRegistry</code></a> with "name=io.dataregion.{data_region_name}" instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignite.html#dataRegionMetrics--">dataRegionMetrics()</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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Check the <a href="org/apache/ignite/spi/metric/ReadOnlyMetricRegistry.html" title="interface in org.apache.ignite.spi.metric"><code>ReadOnlyMetricRegistry</code></a> with "name=io.dataregion.{data_region_name}" instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignite.html#dataRegionMetrics-java.lang.String-">dataRegionMetrics(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">Returns the latest <a href="org/apache/ignite/DataRegionMetrics.html" title="interface in org.apache.ignite"><code>DataRegionMetrics</code></a> snapshot for the memory region of the given name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#dataRegionMetrics--">dataRegionMetrics()</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">Returns a collection of <a href="org/apache/ignite/DataRegionMetrics.html" title="interface in org.apache.ignite"><code>DataRegionMetrics</code></a> that reflects page memory usage on this Apache Ignite node
instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#dataRegionMetrics-java.lang.String-">dataRegionMetrics(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">Returns the latest <a href="org/apache/ignite/DataRegionMetrics.html" title="interface in org.apache.ignite"><code>DataRegionMetrics</code></a> snapshot for the memory region of the given name.</div>
</dd>
<dt><a href="org/apache/ignite/DataRegionMetricsAdapter.html" title="class in org.apache.ignite"><span class="typeNameLink">DataRegionMetricsAdapter</span></a> - Class in <a href="org/apache/ignite/package-summary.html">org.apache.ignite</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Check the <a href="org/apache/ignite/spi/metric/ReadOnlyMetricRegistry.html" title="interface in org.apache.ignite.spi.metric"><code>ReadOnlyMetricRegistry</code></a> with "name=io.dataregion.{data_region_name}" instead.</span></div>
</div>
</dd>
<dt><a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html" title="interface in org.apache.ignite.mxbean"><span class="typeNameLink">DataRegionMetricsMXBean</span></a> - Interface in <a href="org/apache/ignite/mxbean/package-summary.html">org.apache.ignite.mxbean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Check the <a href="org/apache/ignite/spi/metric/jmx/JmxMetricExporterSpi.html" title="class in org.apache.ignite.spi.metric.jmx"><code>JmxMetricExporterSpi</code></a> with "name=io.dataregion.{data_region_name}" instead.</span></div>
</div>
</dd>
<dt><a href="org/apache/ignite/DataRegionMetricsProvider.html" title="interface in org.apache.ignite"><span class="typeNameLink">DataRegionMetricsProvider</span></a> - Interface in <a href="org/apache/ignite/package-summary.html">org.apache.ignite</a></dt>
<dd>
<div class="block">This interface provides calculated metrics for data region.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/PageReplacementStartedEvent.html#dataRegionName--">dataRegionName()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/PageReplacementStartedEvent.html" title="class in org.apache.ignite.events">PageReplacementStartedEvent</a></dt>
<dd>
<div class="block">Gets data region name for which page replacement started.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheGroupView.html#dataRegionName--">dataRegionName()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheGroupView.html" title="class in org.apache.ignite.spi.systemview.view">CacheGroupView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#dataRegionName--">dataRegionName()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/dataset/Dataset.html" title="interface in org.apache.ignite.ml.dataset"><span class="typeNameLink">Dataset</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/dataset/Dataset.html" title="type parameter in Dataset">C</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>,<a href="org/apache/ignite/ml/dataset/Dataset.html" title="type parameter in Dataset">D</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseable.html?is-external=true" title="class or interface in java.lang">AutoCloseable</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/ml/dataset/package-summary.html">org.apache.ignite.ml.dataset</a></dt>
<dd>
<div class="block">A dataset providing an API that allows to perform generic computations on a distributed data represented as a set of
partitions distributed across a cluster or placed locally.</div>
</dd>
<dt><a href="org/apache/ignite/ml/structures/Dataset.html" title="class in org.apache.ignite.ml.structures"><span class="typeNameLink">Dataset</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/structures/Dataset.html" title="type parameter in Dataset">Row</a> extends <a href="org/apache/ignite/ml/structures/DatasetRow.html" title="class in org.apache.ignite.ml.structures">DatasetRow</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/structures/package-summary.html">org.apache.ignite.ml.structures</a></dt>
<dd>
<div class="block">Class for set of vectors.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/Dataset.html#Dataset--">Dataset()</a></span> - Constructor for class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/Dataset.html" title="class in org.apache.ignite.ml.structures">Dataset</a></dt>
<dd>
<div class="block">Default constructor (required by Externalizable).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/Dataset.html#Dataset-Row:A-org.apache.ignite.ml.structures.FeatureMetadata:A-">Dataset(Row[], FeatureMetadata[])</a></span> - Constructor for class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/Dataset.html" title="class in org.apache.ignite.ml.structures">Dataset</a></dt>
<dd>
<div class="block">Creates new Dataset by given data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/Dataset.html#Dataset-Row:A-java.lang.String:A-int-">Dataset(Row[], String[], int)</a></span> - Constructor for class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/Dataset.html" title="class in org.apache.ignite.ml.structures">Dataset</a></dt>
<dd>
<div class="block">Creates new Dataset by given data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/Dataset.html#Dataset-Row:A-int-">Dataset(Row[], int)</a></span> - Constructor for class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/Dataset.html" title="class in org.apache.ignite.ml.structures">Dataset</a></dt>
<dd>
<div class="block">Creates new Dataset by given data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/Dataset.html#Dataset-Row:A-">Dataset(Row[])</a></span> - Constructor for class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/Dataset.html" title="class in org.apache.ignite.ml.structures">Dataset</a></dt>
<dd>
<div class="block">Creates new Dataset by given data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/Dataset.html#Dataset-int-int-java.lang.String:A-">Dataset(int, int, String[])</a></span> - Constructor for class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/Dataset.html" title="class in org.apache.ignite.ml.structures">Dataset</a></dt>
<dd>
<div class="block">Creates new Dataset and initialized with empty data structure.</div>
</dd>
<dt><a href="org/apache/ignite/ml/dataset/impl/cache/util/DatasetAffinityFunctionWrapper.html" title="class in org.apache.ignite.ml.dataset.impl.cache.util"><span class="typeNameLink">DatasetAffinityFunctionWrapper</span></a> - Class in <a href="org/apache/ignite/ml/dataset/impl/cache/util/package-summary.html">org.apache.ignite.ml.dataset.impl.cache.util</a></dt>
<dd>
<div class="block">Affinity function wrapper that uses key as a partition index and delegates all other functions to specified
delegate.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/impl/cache/util/DatasetAffinityFunctionWrapper.html#DatasetAffinityFunctionWrapper-org.apache.ignite.cache.affinity.AffinityFunction-">DatasetAffinityFunctionWrapper(AffinityFunction)</a></span> - Constructor for class org.apache.ignite.ml.dataset.impl.cache.util.<a href="org/apache/ignite/ml/dataset/impl/cache/util/DatasetAffinityFunctionWrapper.html" title="class in org.apache.ignite.ml.dataset.impl.cache.util">DatasetAffinityFunctionWrapper</a></dt>
<dd>
<div class="block">Constructs a new instance of affinity function wrapper.</div>
</dd>
<dt><a href="org/apache/ignite/ml/dataset/DatasetBuilder.html" title="interface in org.apache.ignite.ml.dataset"><span class="typeNameLink">DatasetBuilder</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/dataset/DatasetBuilder.html" title="type parameter in DatasetBuilder">K</a>,<a href="org/apache/ignite/ml/dataset/DatasetBuilder.html" title="type parameter in DatasetBuilder">V</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/ml/dataset/package-summary.html">org.apache.ignite.ml.dataset</a></dt>
<dd>
<div class="block">A builder constructing instances of a <a href="org/apache/ignite/ml/dataset/Dataset.html" title="interface in org.apache.ignite.ml.dataset"><code>Dataset</code></a>.</div>
</dd>
<dt><a href="org/apache/ignite/ml/dataset/DatasetFactory.html" title="class in org.apache.ignite.ml.dataset"><span class="typeNameLink">DatasetFactory</span></a> - Class in <a href="org/apache/ignite/ml/dataset/package-summary.html">org.apache.ignite.ml.dataset</a></dt>
<dd>
<div class="block">Factory providing a client facing API that allows to construct basic and the most frequently used types of dataset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/DatasetFactory.html#DatasetFactory--">DatasetFactory()</a></span> - Constructor for class org.apache.ignite.ml.dataset.<a href="org/apache/ignite/ml/dataset/DatasetFactory.html" title="class in org.apache.ignite.ml.dataset">DatasetFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html#datasetMapping">datasetMapping</a></span> - Variable in class org.apache.ignite.ml.composition.combinators.sequential.<a href="org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html" title="class in org.apache.ignite.ml.composition.combinators.sequential">TrainersSequentialComposition</a></dt>
<dd>
<div class="block">Dataset mapping.</div>
</dd>
<dt><a href="org/apache/ignite/ml/composition/DatasetMapping.html" title="interface in org.apache.ignite.ml.composition"><span class="typeNameLink">DatasetMapping</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/composition/DatasetMapping.html" title="type parameter in DatasetMapping">L1</a>,<a href="org/apache/ignite/ml/composition/DatasetMapping.html" title="type parameter in DatasetMapping">L2</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/ml/composition/package-summary.html">org.apache.ignite.ml.composition</a></dt>
<dd>
<div class="block">This class represents dataset mapping.</div>
</dd>
<dt><a href="org/apache/ignite/ml/structures/DatasetRow.html" title="class in org.apache.ignite.ml.structures"><span class="typeNameLink">DatasetRow</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/structures/DatasetRow.html" title="type parameter in DatasetRow">V</a> extends <a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/structures/package-summary.html">org.apache.ignite.ml.structures</a></dt>
<dd>
<div class="block">Class to keep one observation in dataset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/DatasetRow.html#DatasetRow--">DatasetRow()</a></span> - Constructor for class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/DatasetRow.html" title="class in org.apache.ignite.ml.structures">DatasetRow</a></dt>
<dd>
<div class="block">Default constructor (required by Externalizable).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/DatasetRow.html#DatasetRow-V-">DatasetRow(V)</a></span> - Constructor for class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/DatasetRow.html" title="class in org.apache.ignite.ml.structures">DatasetRow</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers"><span class="typeNameLink">DatasetTrainer</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/trainers/DatasetTrainer.html" title="type parameter in DatasetTrainer">M</a> extends <a href="org/apache/ignite/ml/IgniteModel.html" title="interface in org.apache.ignite.ml">IgniteModel</a>,<a href="org/apache/ignite/ml/trainers/DatasetTrainer.html" title="type parameter in DatasetTrainer">L</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/trainers/package-summary.html">org.apache.ignite.ml.trainers</a></dt>
<dd>
<div class="block">Interface for trainers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/trainers/DatasetTrainer.html#DatasetTrainer--">DatasetTrainer()</a></span> - Constructor for class org.apache.ignite.ml.trainers.<a href="org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/trainers/DatasetTrainer.EmptyDatasetException.html" title="class in org.apache.ignite.ml.trainers"><span class="typeNameLink">DatasetTrainer.EmptyDatasetException</span></a> - Exception in <a href="org/apache/ignite/ml/trainers/package-summary.html">org.apache.ignite.ml.trainers</a></dt>
<dd>
<div class="block">EmptyDataset exception.</div>
</dd>
<dt><a href="org/apache/ignite/ml/dataset/primitive/DatasetWrapper.html" title="class in org.apache.ignite.ml.dataset.primitive"><span class="typeNameLink">DatasetWrapper</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/dataset/primitive/DatasetWrapper.html" title="type parameter in DatasetWrapper">C</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>,<a href="org/apache/ignite/ml/dataset/primitive/DatasetWrapper.html" title="type parameter in DatasetWrapper">D</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseable.html?is-external=true" title="class or interface in java.lang">AutoCloseable</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/dataset/primitive/package-summary.html">org.apache.ignite.ml.dataset.primitive</a></dt>
<dd>
<div class="block">A dataset wrapper that allows to introduce new functionality based on common <code>compute</code> methods.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/primitive/DatasetWrapper.html#DatasetWrapper-org.apache.ignite.ml.dataset.Dataset-">DatasetWrapper(Dataset<span class='angle_bracket'>&lt;</span>C, D<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.dataset.primitive.<a href="org/apache/ignite/ml/dataset/primitive/DatasetWrapper.html" title="class in org.apache.ignite.ml.dataset.primitive">DatasetWrapper</a></dt>
<dd>
<div class="block">Constructs a new instance of dataset wrapper that delegates <code>compute</code> actions to the actual delegate.</div>
</dd>
<dt><a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html" title="class in org.apache.ignite.cache.store.cassandra.datasource"><span class="typeNameLink">DataSource</span></a> - Class in <a href="org/apache/ignite/cache/store/cassandra/datasource/package-summary.html">org.apache.ignite.cache.store.cassandra.datasource</a></dt>
<dd>
<div class="block">Data source abstraction to specify configuration of the Cassandra session to be used.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html#DataSource--">DataSource()</a></span> - Constructor for class org.apache.ignite.cache.store.cassandra.datasource.<a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html" title="class in org.apache.ignite.cache.store.cassandra.datasource">DataSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html#dataSrc">dataSrc</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">Data source.</div>
</dd>
<dt><a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration"><span class="typeNameLink">DataStorageConfiguration</span></a> - Class in <a href="org/apache/ignite/configuration/package-summary.html">org.apache.ignite.configuration</a></dt>
<dd>
<div class="block">A durable memory configuration for an Apache Ignite node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#DataStorageConfiguration--">DataStorageConfiguration()</a></span> - Constructor for class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Creates valid durable memory configuration with all default values.</div>
</dd>
<dt><a href="org/apache/ignite/DataStorageMetrics.html" title="interface in org.apache.ignite"><span class="typeNameLink">DataStorageMetrics</span></a> - Interface in <a href="org/apache/ignite/package-summary.html">org.apache.ignite</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Check the <a href="org/apache/ignite/spi/metric/ReadOnlyMetricRegistry.html" title="interface in org.apache.ignite.spi.metric"><code>ReadOnlyMetricRegistry</code></a> with "name=io.datastorage" instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignite.html#dataStorageMetrics--">dataStorageMetrics()</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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Check the <a href="org/apache/ignite/spi/metric/ReadOnlyMetricRegistry.html" title="interface in org.apache.ignite.spi.metric"><code>ReadOnlyMetricRegistry</code></a> with "name=io.datastorage" instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#dataStorageMetrics--">dataStorageMetrics()</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><a href="org/apache/ignite/DataStorageMetricsAdapter.html" title="class in org.apache.ignite"><span class="typeNameLink">DataStorageMetricsAdapter</span></a> - Class in <a href="org/apache/ignite/package-summary.html">org.apache.ignite</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Check the <a href="org/apache/ignite/spi/metric/ReadOnlyMetricRegistry.html" title="interface in org.apache.ignite.spi.metric"><code>ReadOnlyMetricRegistry</code></a> with "name=io.datastorage" instead.</span></div>
</div>
</dd>
<dt><a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html" title="interface in org.apache.ignite.mxbean"><span class="typeNameLink">DataStorageMetricsMXBean</span></a> - Interface in <a href="org/apache/ignite/mxbean/package-summary.html">org.apache.ignite.mxbean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Check the <a href="org/apache/ignite/spi/metric/jmx/JmxMetricExporterSpi.html" title="class in org.apache.ignite.spi.metric.jmx"><code>JmxMetricExporterSpi</code></a> with "name=io.datastorage" instead.</span></div>
</div>
</dd>
<dt><a href="org/apache/ignite/mxbean/DataStorageMXBean.html" title="interface in org.apache.ignite.mxbean"><span class="typeNameLink">DataStorageMXBean</span></a> - Interface in <a href="org/apache/ignite/mxbean/package-summary.html">org.apache.ignite.mxbean</a></dt>
<dd>
<div class="block">An MX bean allowing to monitor and tune persistence.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignite.html#dataStreamer-java.lang.String-">dataStreamer(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 a new instance of data streamer associated with given cache name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#dataStreamer-java.lang.String-">dataStreamer(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 a new instance of data streamer associated with given cache name.</div>
</dd>
<dt><a href="org/apache/ignite/ml/util/generators/DataStreamGenerator.html" title="interface in org.apache.ignite.ml.util.generators"><span class="typeNameLink">DataStreamGenerator</span></a> - Interface in <a href="org/apache/ignite/ml/util/generators/package-summary.html">org.apache.ignite.ml.util.generators</a></dt>
<dd>
<div class="block">Provides general interface for generation of pseudorandom vectors according to shape defined by logic of specific
data stream generator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/LearningEnvironment.html#dataTtl--">dataTtl()</a></span> - Method in interface org.apache.ignite.ml.environment.<a href="org/apache/ignite/ml/environment/LearningEnvironment.html" title="interface in org.apache.ignite.ml.environment">LearningEnvironment</a></dt>
<dd>
<div class="block">Returns partition data time-to-live in seconds (-1 for an infinite lifetime).</div>
</dd>
<dt><a href="org/apache/ignite/cache/store/jdbc/dialect/DB2Dialect.html" title="class in org.apache.ignite.cache.store.jdbc.dialect"><span class="typeNameLink">DB2Dialect</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">A dialect compatible with the IBM DB2 database.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/dialect/DB2Dialect.html#DB2Dialect--">DB2Dialect()</a></span> - Constructor for class org.apache.ignite.cache.store.jdbc.dialect.<a href="org/apache/ignite/cache/store/jdbc/dialect/DB2Dialect.html" title="class in org.apache.ignite.cache.store.jdbc.dialect">DB2Dialect</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/cache/store/cassandra/utils/DDLGenerator.html" title="class in org.apache.ignite.cache.store.cassandra.utils"><span class="typeNameLink">DDLGenerator</span></a> - Class in <a href="org/apache/ignite/cache/store/cassandra/utils/package-summary.html">org.apache.ignite.cache.store.cassandra.utils</a></dt>
<dd>
<div class="block">Generates Cassandra DDL statements from persistence descriptor xml file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/utils/DDLGenerator.html#DDLGenerator--">DDLGenerator()</a></span> - Constructor for class org.apache.ignite.cache.store.cassandra.utils.<a href="org/apache/ignite/cache/store/cassandra/utils/DDLGenerator.html" title="class in org.apache.ignite.cache.store.cassandra.utils">DDLGenerator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteLogger.html#debug-java.lang.String-">debug(String)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteLogger.html" title="interface in org.apache.ignite">IgniteLogger</a></dt>
<dd>
<div class="block">Logs out debug message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteLogger.html#debug-java.lang.String-java.lang.String-">debug(String, String)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteLogger.html" title="interface in org.apache.ignite">IgniteLogger</a></dt>
<dd>
<div class="block">Logs out debug message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/java/JavaLogger.html#debug-java.lang.String-">debug(String)</a></span> - Method in class org.apache.ignite.logger.java.<a href="org/apache/ignite/logger/java/JavaLogger.html" title="class in org.apache.ignite.logger.java">JavaLogger</a></dt>
<dd>
<div class="block">Logs out debug message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/jcl/JclLogger.html#debug-java.lang.String-">debug(String)</a></span> - Method in class org.apache.ignite.logger.jcl.<a href="org/apache/ignite/logger/jcl/JclLogger.html" title="class in org.apache.ignite.logger.jcl">JclLogger</a></dt>
<dd>
<div class="block">Logs out debug message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j/Log4JLogger.html#debug-java.lang.String-">debug(String)</a></span> - 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">Logs out debug message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j2/Log4J2Logger.html#debug-java.lang.String-">debug(String)</a></span> - Method in class org.apache.ignite.logger.log4j2.<a href="org/apache/ignite/logger/log4j2/Log4J2Logger.html" title="class in org.apache.ignite.logger.log4j2">Log4J2Logger</a></dt>
<dd>
<div class="block">Logs out debug message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j2/Log4J2Logger.html#debug-java.lang.String-java.lang.String-">debug(String, String)</a></span> - Method in class org.apache.ignite.logger.log4j2.<a href="org/apache/ignite/logger/log4j2/Log4J2Logger.html" title="class in org.apache.ignite.logger.log4j2">Log4J2Logger</a></dt>
<dd>
<div class="block">Logs out debug message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/NullLogger.html#debug-java.lang.String-">debug(String)</a></span> - Method in class org.apache.ignite.logger.<a href="org/apache/ignite/logger/NullLogger.html" title="class in org.apache.ignite.logger">NullLogger</a></dt>
<dd>
<div class="block">Logs out debug message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/slf4j/Slf4jLogger.html#debug-java.lang.String-">debug(String)</a></span> - Method in class org.apache.ignite.logger.slf4j.<a href="org/apache/ignite/logger/slf4j/Slf4jLogger.html" title="class in org.apache.ignite.logger.slf4j">Slf4jLogger</a></dt>
<dd>
<div class="block">Logs out debug message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/slf4j/Slf4jLogger.html#debug-java.lang.String-java.lang.String-">debug(String, String)</a></span> - Method in class org.apache.ignite.logger.slf4j.<a href="org/apache/ignite/logger/slf4j/Slf4jLogger.html" title="class in org.apache.ignite.logger.slf4j">Slf4jLogger</a></dt>
<dd>
<div class="block">Logs out debug message.</div>
</dd>
<dt><a href="org/apache/ignite/ml/selection/cv/DebugCrossValidation.html" title="class in org.apache.ignite.ml.selection.cv"><span class="typeNameLink">DebugCrossValidation</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/selection/cv/DebugCrossValidation.html" title="type parameter in DebugCrossValidation">M</a> extends <a href="org/apache/ignite/ml/IgniteModel.html" title="interface in org.apache.ignite.ml">IgniteModel</a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a><span class='angle_bracket'>&gt;</span>,<a href="org/apache/ignite/ml/selection/cv/DebugCrossValidation.html" title="type parameter in DebugCrossValidation">K</a>,<a href="org/apache/ignite/ml/selection/cv/DebugCrossValidation.html" title="type parameter in DebugCrossValidation">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/selection/cv/package-summary.html">org.apache.ignite.ml.selection.cv</a></dt>
<dd>
<div class="block">Cross validation score calculator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/cv/DebugCrossValidation.html#DebugCrossValidation--">DebugCrossValidation()</a></span> - Constructor for class org.apache.ignite.ml.selection.cv.<a href="org/apache/ignite/ml/selection/cv/DebugCrossValidation.html" title="class in org.apache.ignite.ml.selection.cv">DebugCrossValidation</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/tree/DecisionTreeClassificationTrainer.html" title="class in org.apache.ignite.ml.tree"><span class="typeNameLink">DecisionTreeClassificationTrainer</span></a> - Class in <a href="org/apache/ignite/ml/tree/package-summary.html">org.apache.ignite.ml.tree</a></dt>
<dd>
<div class="block">Decision tree classifier based on distributed decision tree trainer that allows to fit trees using row-partitioned
dataset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/DecisionTreeClassificationTrainer.html#DecisionTreeClassificationTrainer-int-double-">DecisionTreeClassificationTrainer(int, double)</a></span> - Constructor for class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/DecisionTreeClassificationTrainer.html" title="class in org.apache.ignite.ml.tree">DecisionTreeClassificationTrainer</a></dt>
<dd>
<div class="block">Constructs a new decision tree classifier with default impurity function compressor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/DecisionTreeClassificationTrainer.html#DecisionTreeClassificationTrainer--">DecisionTreeClassificationTrainer()</a></span> - Constructor for class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/DecisionTreeClassificationTrainer.html" title="class in org.apache.ignite.ml.tree">DecisionTreeClassificationTrainer</a></dt>
<dd>
<div class="block">Constructs a new decision tree classifier with default impurity function compressor
and default maxDeep = 5 and minImpurityDecrease = 0.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/DecisionTreeClassificationTrainer.html#DecisionTreeClassificationTrainer-int-double-org.apache.ignite.ml.tree.impurity.util.StepFunctionCompressor-">DecisionTreeClassificationTrainer(int, double, StepFunctionCompressor<span class='angle_bracket'>&lt;</span>GiniImpurityMeasure<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/DecisionTreeClassificationTrainer.html" title="class in org.apache.ignite.ml.tree">DecisionTreeClassificationTrainer</a></dt>
<dd>
<div class="block">Constructs a new instance of decision tree classifier.</div>
</dd>
<dt><a href="org/apache/ignite/ml/tree/DecisionTreeConditionalNode.html" title="class in org.apache.ignite.ml.tree"><span class="typeNameLink">DecisionTreeConditionalNode</span></a> - Class in <a href="org/apache/ignite/ml/tree/package-summary.html">org.apache.ignite.ml.tree</a></dt>
<dd>
<div class="block">Decision tree conditional (non-leaf) node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/DecisionTreeConditionalNode.html#DecisionTreeConditionalNode-int-double-org.apache.ignite.ml.tree.DecisionTreeNode-org.apache.ignite.ml.tree.DecisionTreeNode-org.apache.ignite.ml.tree.DecisionTreeNode-">DecisionTreeConditionalNode(int, double, DecisionTreeNode, DecisionTreeNode, DecisionTreeNode)</a></span> - Constructor for class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/DecisionTreeConditionalNode.html" title="class in org.apache.ignite.ml.tree">DecisionTreeConditionalNode</a></dt>
<dd>
<div class="block">Constructs a new instance of decision tree conditional node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/DecisionTreeConditionalNode.html#DecisionTreeConditionalNode--">DecisionTreeConditionalNode()</a></span> - Constructor for class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/DecisionTreeConditionalNode.html" title="class in org.apache.ignite.ml.tree">DecisionTreeConditionalNode</a></dt>
<dd>
<div class="block">For jackson serialization needs.</div>
</dd>
<dt><a href="org/apache/ignite/ml/tree/data/DecisionTreeData.html" title="class in org.apache.ignite.ml.tree.data"><span class="typeNameLink">DecisionTreeData</span></a> - Class in <a href="org/apache/ignite/ml/tree/data/package-summary.html">org.apache.ignite.ml.tree.data</a></dt>
<dd>
<div class="block">A partition <code>data</code> of the containing matrix of features and vector of labels stored in heap
with index on features.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/data/DecisionTreeData.html#DecisionTreeData-double:A:A-double:A-boolean-">DecisionTreeData(double[][], double[], boolean)</a></span> - Constructor for class org.apache.ignite.ml.tree.data.<a href="org/apache/ignite/ml/tree/data/DecisionTreeData.html" title="class in org.apache.ignite.ml.tree.data">DecisionTreeData</a></dt>
<dd>
<div class="block">Constructs a new instance of decision tree data.</div>
</dd>
<dt><a href="org/apache/ignite/ml/tree/data/DecisionTreeDataBuilder.html" title="class in org.apache.ignite.ml.tree.data"><span class="typeNameLink">DecisionTreeDataBuilder</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/tree/data/DecisionTreeDataBuilder.html" title="type parameter in DecisionTreeDataBuilder">K</a>,<a href="org/apache/ignite/ml/tree/data/DecisionTreeDataBuilder.html" title="type parameter in DecisionTreeDataBuilder">V</a>,<a href="org/apache/ignite/ml/tree/data/DecisionTreeDataBuilder.html" title="type parameter in DecisionTreeDataBuilder">C</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/tree/data/package-summary.html">org.apache.ignite.ml.tree.data</a></dt>
<dd>
<div class="block">A partition <code>data</code> builder that makes <a href="org/apache/ignite/ml/tree/data/DecisionTreeData.html" title="class in org.apache.ignite.ml.tree.data"><code>DecisionTreeData</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/data/DecisionTreeDataBuilder.html#DecisionTreeDataBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-boolean-">DecisionTreeDataBuilder(Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, boolean)</a></span> - Constructor for class org.apache.ignite.ml.tree.data.<a href="org/apache/ignite/ml/tree/data/DecisionTreeDataBuilder.html" title="class in org.apache.ignite.ml.tree.data">DecisionTreeDataBuilder</a></dt>
<dd>
<div class="block">Constructs a new instance of decision tree data builder.</div>
</dd>
<dt><a href="org/apache/ignite/ml/tree/leaf/DecisionTreeLeafBuilder.html" title="interface in org.apache.ignite.ml.tree.leaf"><span class="typeNameLink">DecisionTreeLeafBuilder</span></a> - Interface in <a href="org/apache/ignite/ml/tree/leaf/package-summary.html">org.apache.ignite.ml.tree.leaf</a></dt>
<dd>
<div class="block">Base interface for decision tree leaf builders.</div>
</dd>
<dt><a href="org/apache/ignite/ml/tree/DecisionTreeLeafNode.html" title="class in org.apache.ignite.ml.tree"><span class="typeNameLink">DecisionTreeLeafNode</span></a> - Class in <a href="org/apache/ignite/ml/tree/package-summary.html">org.apache.ignite.ml.tree</a></dt>
<dd>
<div class="block">Decision tree leaf node which contains value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/DecisionTreeLeafNode.html#DecisionTreeLeafNode-double-">DecisionTreeLeafNode(double)</a></span> - Constructor for class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/DecisionTreeLeafNode.html" title="class in org.apache.ignite.ml.tree">DecisionTreeLeafNode</a></dt>
<dd>
<div class="block">Constructs a new decision tree leaf node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/DecisionTreeLeafNode.html#DecisionTreeLeafNode--">DecisionTreeLeafNode()</a></span> - Constructor for class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/DecisionTreeLeafNode.html" title="class in org.apache.ignite.ml.tree">DecisionTreeLeafNode</a></dt>
<dd>
<div class="block">For jackson serialization needs.</div>
</dd>
<dt><a href="org/apache/ignite/ml/tree/DecisionTreeModel.html" title="class in org.apache.ignite.ml.tree"><span class="typeNameLink">DecisionTreeModel</span></a> - Class in <a href="org/apache/ignite/ml/tree/package-summary.html">org.apache.ignite.ml.tree</a></dt>
<dd>
<div class="block">Base class for decision tree models.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/DecisionTreeModel.html#DecisionTreeModel-org.apache.ignite.ml.tree.DecisionTreeNode-">DecisionTreeModel(DecisionTreeNode)</a></span> - Constructor for class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/DecisionTreeModel.html" title="class in org.apache.ignite.ml.tree">DecisionTreeModel</a></dt>
<dd>
<div class="block">Creates the model.</div>
</dd>
<dt><a href="org/apache/ignite/ml/tree/DecisionTreeNode.html" title="class in org.apache.ignite.ml.tree"><span class="typeNameLink">DecisionTreeNode</span></a> - Class in <a href="org/apache/ignite/ml/tree/package-summary.html">org.apache.ignite.ml.tree</a></dt>
<dd>
<div class="block">Base interface for decision tree nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/DecisionTreeNode.html#DecisionTreeNode--">DecisionTreeNode()</a></span> - Constructor for class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/DecisionTreeNode.html" title="class in org.apache.ignite.ml.tree">DecisionTreeNode</a></dt>
<dd>
<div class="block">Empty constructor for serialization needs.</div>
</dd>
<dt><a href="org/apache/ignite/ml/tree/DecisionTreeRegressionTrainer.html" title="class in org.apache.ignite.ml.tree"><span class="typeNameLink">DecisionTreeRegressionTrainer</span></a> - Class in <a href="org/apache/ignite/ml/tree/package-summary.html">org.apache.ignite.ml.tree</a></dt>
<dd>
<div class="block">Decision tree regressor based on distributed decision tree trainer that allows to fit trees using row-partitioned
dataset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/DecisionTreeRegressionTrainer.html#DecisionTreeRegressionTrainer-int-double-">DecisionTreeRegressionTrainer(int, double)</a></span> - Constructor for class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/DecisionTreeRegressionTrainer.html" title="class in org.apache.ignite.ml.tree">DecisionTreeRegressionTrainer</a></dt>
<dd>
<div class="block">Constructs a new decision tree regressor with default impurity function compressor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/DecisionTreeRegressionTrainer.html#DecisionTreeRegressionTrainer-int-double-org.apache.ignite.ml.tree.impurity.util.StepFunctionCompressor-">DecisionTreeRegressionTrainer(int, double, StepFunctionCompressor<span class='angle_bracket'>&lt;</span>MSEImpurityMeasure<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/DecisionTreeRegressionTrainer.html" title="class in org.apache.ignite.ml.tree">DecisionTreeRegressionTrainer</a></dt>
<dd>
<div class="block">Constructs a new decision tree regressor.</div>
</dd>
<dt><a href="org/apache/ignite/ml/tree/DecisionTreeTrainer.html" title="class in org.apache.ignite.ml.tree"><span class="typeNameLink">DecisionTreeTrainer</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/tree/DecisionTreeTrainer.html" title="type parameter in DecisionTreeTrainer">T</a> extends <a href="org/apache/ignite/ml/tree/impurity/ImpurityMeasure.html" title="interface in org.apache.ignite.ml.tree.impurity">ImpurityMeasure</a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/tree/DecisionTreeTrainer.html" title="type parameter in DecisionTreeTrainer">T</a><span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/tree/package-summary.html">org.apache.ignite.ml.tree</a></dt>
<dd>
<div class="block">Distributed decision tree trainer that allows to fit trees using row-partitioned dataset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteAtomicLong.html#decrementAndGet--">decrementAndGet()</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">Decrements and gets current value of atomic long.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/encrypt/AsymmetricKeyEncryptionService.html#decrypt-byte:A-">decrypt(byte[])</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/encrypt/AsymmetricKeyEncryptionService.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt">AsymmetricKeyEncryptionService</a></dt>
<dd>
<div class="block">Decrypt the input data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/encrypt/AwsKmsEncryptionService.html#decrypt-byte:A-">decrypt(byte[])</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/encrypt/AwsKmsEncryptionService.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt">AwsKmsEncryptionService</a></dt>
<dd>
<div class="block">Decrypt the input data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/encrypt/EncryptionService.html#decrypt-byte:A-">decrypt(byte[])</a></span> - Method in interface org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/encrypt/EncryptionService.html" title="interface in org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt">EncryptionService</a></dt>
<dd>
<div class="block">Decrypt the input data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/encrypt/SymmetricKeyEncryptionService.html#decrypt-byte:A-">decrypt(byte[])</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/encrypt/SymmetricKeyEncryptionService.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt">SymmetricKeyEncryptionService</a></dt>
<dd>
<div class="block">Decrypt the input data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/EncryptionSpi.html#decrypt-byte:A-java.io.Serializable-">decrypt(byte[], Serializable)</a></span> - Method in interface org.apache.ignite.spi.encryption.<a href="org/apache/ignite/spi/encryption/EncryptionSpi.html" title="interface in org.apache.ignite.spi.encryption">EncryptionSpi</a></dt>
<dd>
<div class="block">Decrypts data encrypted with <a href="org/apache/ignite/spi/encryption/EncryptionSpi.html#encrypt-java.nio.ByteBuffer-java.io.Serializable-java.nio.ByteBuffer-"><code>EncryptionSpi.encrypt(ByteBuffer, Serializable, ByteBuffer)</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionSpi.html#decrypt-byte:A-java.io.Serializable-">decrypt(byte[], Serializable)</a></span> - Method in class org.apache.ignite.spi.encryption.keystore.<a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionSpi.html" title="class in org.apache.ignite.spi.encryption.keystore">KeystoreEncryptionSpi</a></dt>
<dd>
<div class="block">Decrypts data encrypted with <a href="org/apache/ignite/spi/encryption/EncryptionSpi.html#encrypt-java.nio.ByteBuffer-java.io.Serializable-java.nio.ByteBuffer-"><code>EncryptionSpi.encrypt(ByteBuffer, Serializable, ByteBuffer)</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/noop/NoopEncryptionSpi.html#decrypt-byte:A-java.io.Serializable-">decrypt(byte[], Serializable)</a></span> - Method in class org.apache.ignite.spi.encryption.noop.<a href="org/apache/ignite/spi/encryption/noop/NoopEncryptionSpi.html" title="class in org.apache.ignite.spi.encryption.noop">NoopEncryptionSpi</a></dt>
<dd>
<div class="block">Decrypts data encrypted with <a href="org/apache/ignite/spi/encryption/EncryptionSpi.html#encrypt-java.nio.ByteBuffer-java.io.Serializable-java.nio.ByteBuffer-"><code>EncryptionSpi.encrypt(ByteBuffer, Serializable, ByteBuffer)</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/EncryptionSpi.html#decryptKey-byte:A-">decryptKey(byte[])</a></span> - Method in interface org.apache.ignite.spi.encryption.<a href="org/apache/ignite/spi/encryption/EncryptionSpi.html" title="interface in org.apache.ignite.spi.encryption">EncryptionSpi</a></dt>
<dd>
<div class="block">Decrypts key and checks it integrity.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/EncryptionSpi.html#decryptKey-byte:A-java.lang.String-">decryptKey(byte[], String)</a></span> - Method in interface org.apache.ignite.spi.encryption.<a href="org/apache/ignite/spi/encryption/EncryptionSpi.html" title="interface in org.apache.ignite.spi.encryption">EncryptionSpi</a></dt>
<dd>
<div class="block">Decrypts key and checks its integrity using the master key specified by name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionSpi.html#decryptKey-byte:A-">decryptKey(byte[])</a></span> - Method in class org.apache.ignite.spi.encryption.keystore.<a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionSpi.html" title="class in org.apache.ignite.spi.encryption.keystore">KeystoreEncryptionSpi</a></dt>
<dd>
<div class="block">Decrypts key and checks it integrity.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionSpi.html#decryptKey-byte:A-java.lang.String-">decryptKey(byte[], String)</a></span> - Method in class org.apache.ignite.spi.encryption.keystore.<a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionSpi.html" title="class in org.apache.ignite.spi.encryption.keystore">KeystoreEncryptionSpi</a></dt>
<dd>
<div class="block">Decrypts key and checks its integrity using the master key specified by name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/noop/NoopEncryptionSpi.html#decryptKey-byte:A-">decryptKey(byte[])</a></span> - Method in class org.apache.ignite.spi.encryption.noop.<a href="org/apache/ignite/spi/encryption/noop/NoopEncryptionSpi.html" title="class in org.apache.ignite.spi.encryption.noop">NoopEncryptionSpi</a></dt>
<dd>
<div class="block">Decrypts key and checks it integrity.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/noop/NoopEncryptionSpi.html#decryptKey-byte:A-java.lang.String-">decryptKey(byte[], String)</a></span> - Method in class org.apache.ignite.spi.encryption.noop.<a href="org/apache/ignite/spi/encryption/noop/NoopEncryptionSpi.html" title="class in org.apache.ignite.spi.encryption.noop">NoopEncryptionSpi</a></dt>
<dd>
<div class="block">Decrypts key and checks its integrity using the master key specified by name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/EncryptionSpi.html#decryptNoPadding-java.nio.ByteBuffer-java.io.Serializable-java.nio.ByteBuffer-">decryptNoPadding(ByteBuffer, Serializable, ByteBuffer)</a></span> - Method in interface org.apache.ignite.spi.encryption.<a href="org/apache/ignite/spi/encryption/EncryptionSpi.html" title="interface in org.apache.ignite.spi.encryption">EncryptionSpi</a></dt>
<dd>
<div class="block">Decrypts data encrypted with <a href="org/apache/ignite/spi/encryption/EncryptionSpi.html#encryptNoPadding-java.nio.ByteBuffer-java.io.Serializable-java.nio.ByteBuffer-"><code>EncryptionSpi.encryptNoPadding(ByteBuffer, Serializable, ByteBuffer)</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionSpi.html#decryptNoPadding-java.nio.ByteBuffer-java.io.Serializable-java.nio.ByteBuffer-">decryptNoPadding(ByteBuffer, Serializable, ByteBuffer)</a></span> - Method in class org.apache.ignite.spi.encryption.keystore.<a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionSpi.html" title="class in org.apache.ignite.spi.encryption.keystore">KeystoreEncryptionSpi</a></dt>
<dd>
<div class="block">Decrypts data encrypted with <a href="org/apache/ignite/spi/encryption/EncryptionSpi.html#encryptNoPadding-java.nio.ByteBuffer-java.io.Serializable-java.nio.ByteBuffer-"><code>EncryptionSpi.encryptNoPadding(ByteBuffer, Serializable, ByteBuffer)</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/noop/NoopEncryptionSpi.html#decryptNoPadding-java.nio.ByteBuffer-java.io.Serializable-java.nio.ByteBuffer-">decryptNoPadding(ByteBuffer, Serializable, ByteBuffer)</a></span> - Method in class org.apache.ignite.spi.encryption.noop.<a href="org/apache/ignite/spi/encryption/noop/NoopEncryptionSpi.html" title="class in org.apache.ignite.spi.encryption.noop">NoopEncryptionSpi</a></dt>
<dd>
<div class="block">Decrypts data encrypted with <a href="org/apache/ignite/spi/encryption/EncryptionSpi.html#encryptNoPadding-java.nio.ByteBuffer-java.io.Serializable-java.nio.ByteBuffer-"><code>EncryptionSpi.encryptNoPadding(ByteBuffer, Serializable, ByteBuffer)</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/marshaller/jdk/JdkMarshaller.html#DEFAULT">DEFAULT</a></span> - Static variable in class org.apache.ignite.marshaller.jdk.<a href="org/apache/ignite/marshaller/jdk/JdkMarshaller.html" title="class in org.apache.ignite.marshaller.jdk">JdkMarshaller</a></dt>
<dd>
<div class="block">Default instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/resources/SpringResource.DEFAULT.html#DEFAULT--">DEFAULT()</a></span> - Constructor for class org.apache.ignite.resources.<a href="org/apache/ignite/resources/SpringResource.DEFAULT.html" title="class in org.apache.ignite.resources">SpringResource.DEFAULT</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#DEFAULT_CLUSTER_NAME">DEFAULT_CLUSTER_NAME</a></span> - Static variable in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ClusterProperties.html#DEFAULT_CLUSTER_NAME">DEFAULT_CLUSTER_NAME</a></span> - Static variable in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ClusterProperties.html" title="class in org.apache.ignite.yarn">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/TracingConfigurationManager.html#DEFAULT_COMMUNICATION_CONFIGURATION">DEFAULT_COMMUNICATION_CONFIGURATION</a></span> - Static variable in interface org.apache.ignite.spi.tracing.<a href="org/apache/ignite/spi/tracing/TracingConfigurationManager.html" title="interface in org.apache.ignite.spi.tracing">TracingConfigurationManager</a></dt>
<dd>
<div class="block">Default communication configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/resource/ResourceHandler.html#DEFAULT_CONFIG">DEFAULT_CONFIG</a></span> - Static variable in class org.apache.ignite.mesos.resource.<a href="org/apache/ignite/mesos/resource/ResourceHandler.html" title="class in org.apache.ignite.mesos.resource">ResourceHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ClusterProperties.html#DEFAULT_CPU_PER_NODE">DEFAULT_CPU_PER_NODE</a></span> - Static variable in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ClusterProperties.html" title="class in org.apache.ignite.yarn">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/TracingConfigurationManager.html#DEFAULT_DISCOVERY_CONFIGURATION">DEFAULT_DISCOVERY_CONFIGURATION</a></span> - Static variable in interface org.apache.ignite.spi.tracing.<a href="org/apache/ignite/spi/tracing/TracingConfigurationManager.html" title="interface in org.apache.ignite.spi.tracing">TracingConfigurationManager</a></dt>
<dd>
<div class="block">Default discovery configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/TracingConfigurationManager.html#DEFAULT_EXCHANGE_CONFIGURATION">DEFAULT_EXCHANGE_CONFIGURATION</a></span> - Static variable in interface org.apache.ignite.spi.tracing.<a href="org/apache/ignite/spi/tracing/TracingConfigurationManager.html" title="interface in org.apache.ignite.spi.tracing">TracingConfigurationManager</a></dt>
<dd>
<div class="block">Default exchange configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#DEFAULT_HTTP_SERVER_PORT">DEFAULT_HTTP_SERVER_PORT</a></span> - Static variable in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/utils/IgniteYarnUtils.html#DEFAULT_IGNITE_CONFIG">DEFAULT_IGNITE_CONFIG</a></span> - Static variable in class org.apache.ignite.yarn.utils.<a href="org/apache/ignite/yarn/utils/IgniteYarnUtils.html" title="class in org.apache.ignite.yarn.utils">IgniteYarnUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ClusterProperties.html#DEFAULT_IGNITE_LOCAL_WORK_DIR">DEFAULT_IGNITE_LOCAL_WORK_DIR</a></span> - Static variable in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ClusterProperties.html" title="class in org.apache.ignite.yarn">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ClusterProperties.html#DEFAULT_IGNITE_NODE_COUNT">DEFAULT_IGNITE_NODE_COUNT</a></span> - Static variable in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ClusterProperties.html" title="class in org.apache.ignite.yarn">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ClusterProperties.html#DEFAULT_IGNITE_RELEASES_DIR">DEFAULT_IGNITE_RELEASES_DIR</a></span> - Static variable in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ClusterProperties.html" title="class in org.apache.ignite.yarn">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#DEFAULT_IGNITE_VERSION">DEFAULT_IGNITE_VERSION</a></span> - Static variable in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#DEFAULT_IGNITE_WORK_DIR">DEFAULT_IGNITE_WORK_DIR</a></span> - Static variable in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ClusterProperties.html#DEFAULT_IGNITE_WORK_DIR">DEFAULT_IGNITE_WORK_DIR</a></span> - Static variable in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ClusterProperties.html" title="class in org.apache.ignite.yarn">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ClusterProperties.html#DEFAULT_IGNITE_YARN_QUEUE">DEFAULT_IGNITE_YARN_QUEUE</a></span> - Static variable in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ClusterProperties.html" title="class in org.apache.ignite.yarn">ClusterProperties</a></dt>
<dd>
<div class="block">Ignite Yarn default Queue</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionSpi.html#DEFAULT_KEY_SIZE">DEFAULT_KEY_SIZE</a></span> - Static variable in class org.apache.ignite.spi.encryption.keystore.<a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionSpi.html" title="class in org.apache.ignite.spi.encryption.keystore">KeystoreEncryptionSpi</a></dt>
<dd>
<div class="block">Default encryption key size;</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionSpi.html#DEFAULT_MASTER_KEY_NAME">DEFAULT_MASTER_KEY_NAME</a></span> - Static variable in class org.apache.ignite.spi.encryption.keystore.<a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionSpi.html" title="class in org.apache.ignite.spi.encryption.keystore">KeystoreEncryptionSpi</a></dt>
<dd>
<div class="block">Default key store entry name to store Encryption master key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ClusterProperties.html#DEFAULT_MEM_PER_NODE">DEFAULT_MEM_PER_NODE</a></span> - Static variable in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ClusterProperties.html" title="class in org.apache.ignite.yarn">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#DEFAULT_MESOS_MASTER_URL">DEFAULT_MESOS_MASTER_URL</a></span> - Static variable in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ClusterProperties.html#DEFAULT_MINIMUM_MEM_OVERHEAD_PER_NODE">DEFAULT_MINIMUM_MEM_OVERHEAD_PER_NODE</a></span> - Static variable in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ClusterProperties.html" title="class in org.apache.ignite.yarn">ClusterProperties</a></dt>
<dd>
<div class="block">The minimum memory overhead: overhead is by default 0.1* MEMORY_PER_NODE,
with a minimum of DEFAULT_MINIMUM_MEM_OVERHEAD_PER_NODE.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/impl/cache/CacheBasedDatasetBuilder.html#DEFAULT_NUMBER_OF_RETRIES">DEFAULT_NUMBER_OF_RETRIES</a></span> - Static variable in class org.apache.ignite.ml.dataset.impl.cache.<a href="org/apache/ignite/ml/dataset/impl/cache/CacheBasedDatasetBuilder.html" title="class in org.apache.ignite.ml.dataset.impl.cache">CacheBasedDatasetBuilder</a></dt>
<dd>
<div class="block">Default number of retries for the case when one of partitions not found on the node where loading is performed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/IgniteScheduler.html#DEFAULT_PORT">DEFAULT_PORT</a></span> - Static variable in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/IgniteScheduler.html" title="class in org.apache.ignite.mesos">IgniteScheduler</a></dt>
<dd>
<div class="block">Default port range.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ApplicationMaster.html#DEFAULT_PORT">DEFAULT_PORT</a></span> - Static variable in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ApplicationMaster.html" title="class in org.apache.ignite.yarn">ApplicationMaster</a></dt>
<dd>
<div class="block">Default port range.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#DEFAULT_RESOURCE_MIN_CPU">DEFAULT_RESOURCE_MIN_CPU</a></span> - Static variable in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#DEFAULT_RESOURCE_MIN_MEM">DEFAULT_RESOURCE_MIN_MEM</a></span> - Static variable in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/TracingConfigurationManager.html#DEFAULT_SQL_CONFIGURATION">DEFAULT_SQL_CONFIGURATION</a></span> - Static variable in interface org.apache.ignite.spi.tracing.<a href="org/apache/ignite/spi/tracing/TracingConfigurationManager.html" title="interface in org.apache.ignite.spi.tracing">TracingConfigurationManager</a></dt>
<dd>
<div class="block">Default SQL tracing configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/LearningEnvironment.html#DEFAULT_TRAINER_ENV">DEFAULT_TRAINER_ENV</a></span> - Static variable in interface org.apache.ignite.ml.environment.<a href="org/apache/ignite/ml/environment/LearningEnvironment.html" title="interface in org.apache.ignite.ml.environment">LearningEnvironment</a></dt>
<dd>
<div class="block">Default environment</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/TracingConfigurationManager.html#DEFAULT_TX_CONFIGURATION">DEFAULT_TX_CONFIGURATION</a></span> - Static variable in interface org.apache.ignite.spi.tracing.<a href="org/apache/ignite/spi/tracing/TracingConfigurationManager.html" title="interface in org.apache.ignite.spi.tracing">TracingConfigurationManager</a></dt>
<dd>
<div class="block">Default transaction tracing configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/impl/BinaryObjectVectorizer.html#DEFAULT_VALUE">DEFAULT_VALUE</a></span> - Static variable in class org.apache.ignite.ml.dataset.feature.extractor.impl.<a href="org/apache/ignite/ml/dataset/feature/extractor/impl/BinaryObjectVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor.impl">BinaryObjectVectorizer</a></dt>
<dd>
<div class="block">Object for denoting default value of feature mapping.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/SecurityBasicPermissionSet.html#defaultAllowAll--">defaultAllowAll()</a></span> - Method in class org.apache.ignite.plugin.security.<a href="org/apache/ignite/plugin/security/SecurityBasicPermissionSet.html" title="class in org.apache.ignite.plugin.security">SecurityBasicPermissionSet</a></dt>
<dd>
<div class="block">Flag indicating whether to allow or deny cache and task operations
if they were not explicitly specified.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/SecurityPermissionSet.html#defaultAllowAll--">defaultAllowAll()</a></span> - Method in interface org.apache.ignite.plugin.security.<a href="org/apache/ignite/plugin/security/SecurityPermissionSet.html" title="interface in org.apache.ignite.plugin.security">SecurityPermissionSet</a></dt>
<dd>
<div class="block">Flag indicating whether to allow or deny cache and task operations
if they were not explicitly specified.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/SecurityPermissionSetBuilder.html#defaultAllowAll-boolean-">defaultAllowAll(boolean)</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 default all flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/LearningEnvironmentBuilder.html#defaultBuilder--">defaultBuilder()</a></span> - Static method in interface org.apache.ignite.ml.environment.<a href="org/apache/ignite/ml/environment/LearningEnvironmentBuilder.html" title="interface in org.apache.ignite.ml.environment">LearningEnvironmentBuilder</a></dt>
<dd>
<div class="block">Get default <a href="org/apache/ignite/ml/environment/LearningEnvironmentBuilder.html" title="interface in org.apache.ignite.ml.environment"><code>LearningEnvironmentBuilder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/KeyPersistenceSettings.html#defaultColumnName--">defaultColumnName()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/KeyPersistenceSettings.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">KeyPersistenceSettings</a></dt>
<dd>
<div class="block">Returns default name for Cassandra column (if it's not specified explicitly).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PersistenceSettings.html#defaultColumnName--">defaultColumnName()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/PersistenceSettings.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">PersistenceSettings</a></dt>
<dd>
<div class="block">Returns default name for Cassandra column (if it's not specified explicitly).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/ValuePersistenceSettings.html#defaultColumnName--">defaultColumnName()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/ValuePersistenceSettings.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">ValuePersistenceSettings</a></dt>
<dd>
<div class="block">Returns default name for Cassandra column (if it's not specified explicitly).</div>
</dd>
<dt><a href="org/apache/ignite/configuration/DefaultCommunicationFailureResolver.html" title="class in org.apache.ignite.configuration"><span class="typeNameLink">DefaultCommunicationFailureResolver</span></a> - Class in <a href="org/apache/ignite/configuration/package-summary.html">org.apache.ignite.configuration</a></dt>
<dd>
<div class="block">Default Communication Failure Resolver.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DefaultCommunicationFailureResolver.html#DefaultCommunicationFailureResolver--">DefaultCommunicationFailureResolver()</a></span> - Constructor for class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DefaultCommunicationFailureResolver.html" title="class in org.apache.ignite.configuration">DefaultCommunicationFailureResolver</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.DefaultLabelVectorizer.html#DefaultLabelVectorizer-C...-">DefaultLabelVectorizer(C...)</a></span> - Constructor for class org.apache.ignite.ml.dataset.feature.extractor.<a href="org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.DefaultLabelVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor">ExtractionUtils.DefaultLabelVectorizer</a></dt>
<dd>
<div class="block">Creates an instance of Vectorizer.</div>
</dd>
<dt><a href="org/apache/ignite/ml/environment/DefaultLearningEnvironmentBuilder.html" title="class in org.apache.ignite.ml.environment"><span class="typeNameLink">DefaultLearningEnvironmentBuilder</span></a> - Class in <a href="org/apache/ignite/ml/environment/package-summary.html">org.apache.ignite.ml.environment</a></dt>
<dd>
<div class="block">Builder for <a href="org/apache/ignite/ml/environment/LearningEnvironment.html" title="interface in org.apache.ignite.ml.environment"><code>LearningEnvironment</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#defaultLockTimeout--">defaultLockTimeout()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/inference/storage/model/DefaultModelStorage.html" title="class in org.apache.ignite.ml.inference.storage.model"><span class="typeNameLink">DefaultModelStorage</span></a> - Class in <a href="org/apache/ignite/ml/inference/storage/model/package-summary.html">org.apache.ignite.ml.inference.storage.model</a></dt>
<dd>
<div class="block">Default implementation of <a href="org/apache/ignite/ml/inference/storage/model/ModelStorage.html" title="interface in org.apache.ignite.ml.inference.storage.model"><code>ModelStorage</code></a> that can use any <a href="org/apache/ignite/ml/inference/storage/model/ModelStorageProvider.html" title="interface in org.apache.ignite.ml.inference.storage.model"><code>ModelStorageProvider</code></a> as a backend storage
system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/storage/model/DefaultModelStorage.html#DefaultModelStorage-org.apache.ignite.ml.inference.storage.model.ModelStorageProvider-">DefaultModelStorage(ModelStorageProvider)</a></span> - Constructor for class org.apache.ignite.ml.inference.storage.model.<a href="org/apache/ignite/ml/inference/storage/model/DefaultModelStorage.html" title="class in org.apache.ignite.ml.inference.storage.model">DefaultModelStorage</a></dt>
<dd>
<div class="block">Constructs a new instance of Ignite model storage.</div>
</dd>
<dt><a href="org/apache/ignite/ml/environment/parallelism/DefaultParallelismStrategy.html" title="class in org.apache.ignite.ml.environment.parallelism"><span class="typeNameLink">DefaultParallelismStrategy</span></a> - Class in <a href="org/apache/ignite/ml/environment/parallelism/package-summary.html">org.apache.ignite.ml.environment.parallelism</a></dt>
<dd>
<div class="block">All task should be processed by default thread pool.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/parallelism/DefaultParallelismStrategy.html#DefaultParallelismStrategy--">DefaultParallelismStrategy()</a></span> - Constructor for class org.apache.ignite.ml.environment.parallelism.<a href="org/apache/ignite/ml/environment/parallelism/DefaultParallelismStrategy.html" title="class in org.apache.ignite.ml.environment.parallelism">DefaultParallelismStrategy</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/environment/parallelism/DefaultParallelismStrategy.FutureWrapper.html" title="class in org.apache.ignite.ml.environment.parallelism"><span class="typeNameLink">DefaultParallelismStrategy.FutureWrapper</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/environment/parallelism/DefaultParallelismStrategy.FutureWrapper.html" title="type parameter in DefaultParallelismStrategy.FutureWrapper">T</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/environment/parallelism/package-summary.html">org.apache.ignite.ml.environment.parallelism</a></dt>
<dd>
<div class="block">Wrapper for future class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/impl/BinaryObjectVectorizer.Mapping.html#defaultValue-java.lang.Double-">defaultValue(Double)</a></span> - Method in class org.apache.ignite.ml.dataset.feature.extractor.impl.<a href="org/apache/ignite/ml/dataset/feature/extractor/impl/BinaryObjectVectorizer.Mapping.html" title="class in org.apache.ignite.ml.dataset.feature.extractor.impl">BinaryObjectVectorizer.Mapping</a></dt>
<dd>
<div class="block">Default value for new feature values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlTableColumnView.html#defaultValue--">defaultValue()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlTableColumnView.html" title="class in org.apache.ignite.spi.systemview.view">SqlTableColumnView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlViewColumnView.html#defaultValue--">defaultValue()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlViewColumnView.html" title="class in org.apache.ignite.spi.systemview.view">SqlViewColumnView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/mxbean/DefragmentationMXBean.html" title="interface in org.apache.ignite.mxbean"><span class="typeNameLink">DefragmentationMXBean</span></a> - Interface in <a href="org/apache/ignite/mxbean/package-summary.html">org.apache.ignite.mxbean</a></dt>
<dd>
<div class="block">JMX bean for defragmentation manager.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ContinuousQueryView.html#delayedRegister--">delayedRegister()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ContinuousQueryView.html" title="class in org.apache.ignite.spi.systemview.view">ContinuousQueryView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/primitive/DatasetWrapper.html#delegate">delegate</a></span> - Variable in class org.apache.ignite.ml.dataset.primitive.<a href="org/apache/ignite/ml/dataset/primitive/DatasetWrapper.html" title="class in org.apache.ignite.ml.dataset.primitive">DatasetWrapper</a></dt>
<dd>
<div class="block">Delegate that performs <code>compute</code> actions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/storage/ViewMatrixStorage.html#delegate--">delegate()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.storage.<a href="org/apache/ignite/ml/math/primitives/matrix/storage/ViewMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.matrix.storage">ViewMatrixStorage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorViewStorage.html#delegate--">delegate()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorViewStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">VectorViewStorage</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingNamedVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl"><span class="typeNameLink">DelegatingNamedVector</span></a> - Class in <a href="org/apache/ignite/ml/math/primitives/vector/impl/package-summary.html">org.apache.ignite.ml.math.primitives.vector.impl</a></dt>
<dd>
<div class="block">Delegating named vector that delegates all operations to underlying vector and adds implementation of
<a href="org/apache/ignite/ml/math/primitives/vector/NamedVector.html" title="interface in org.apache.ignite.ml.math.primitives.vector"><code>NamedVector</code></a> functionality using embedded map that maps string index on real integer index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingNamedVector.html#DelegatingNamedVector--">DelegatingNamedVector()</a></span> - Constructor for class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingNamedVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingNamedVector</a></dt>
<dd>
<div class="block">Constructs a new instance of delegating named vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingNamedVector.html#DelegatingNamedVector-org.apache.ignite.ml.math.primitives.vector.Vector-java.util.Map-">DelegatingNamedVector(Vector, Map<span class='angle_bracket'>&lt;</span>String, Integer<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingNamedVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingNamedVector</a></dt>
<dd>
<div class="block">Constructs a new instance of delegating named vector.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl"><span class="typeNameLink">DelegatingVector</span></a> - Class in <a href="org/apache/ignite/ml/math/primitives/vector/impl/package-summary.html">org.apache.ignite.ml.math.primitives.vector.impl</a></dt>
<dd>
<div class="block">Convenient class that can be used to add decorations to an existing vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#DelegatingVector--">DelegatingVector()</a></span> - Constructor for class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#DelegatingVector-org.apache.ignite.ml.math.primitives.vector.Vector-">DelegatingVector(Vector)</a></span> - Constructor for class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/CacheLoadOnlyStoreAdapter.html#delete-java.lang.Object-">delete(Object)</a></span> - Method in 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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/CassandraCacheStore.html#delete-java.lang.Object-">delete(Object)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.<a href="org/apache/ignite/cache/store/cassandra/CassandraCacheStore.html" title="class in org.apache.ignite.cache.store.cassandra">CassandraCacheStore</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html#delete-java.lang.Object-">delete(Object)</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcBlobStore.html#delete-java.lang.Object-">delete(Object)</a></span> - Method in 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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/CacheLoadOnlyStoreAdapter.html#deleteAll-java.util.Collection-">deleteAll(Collection<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>)</a></span> - Method in 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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/CacheStoreAdapter.html#deleteAll-java.util.Collection-">deleteAll(Collection<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.cache.store.<a href="org/apache/ignite/cache/store/CacheStoreAdapter.html" title="class in org.apache.ignite.cache.store">CacheStoreAdapter</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/CassandraCacheStore.html#deleteAll-java.util.Collection-">deleteAll(Collection<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.<a href="org/apache/ignite/cache/store/cassandra/CassandraCacheStore.html" title="class in org.apache.ignite.cache.store.cassandra">CassandraCacheStore</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html#deleteAll-java.util.Collection-">deleteAll(Collection<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>)</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/util/DirectorySerializer.html#deleteDirectory-java.nio.file.Path-">deleteDirectory(Path)</a></span> - Static method in class org.apache.ignite.ml.inference.util.<a href="org/apache/ignite/ml/inference/util/DirectorySerializer.html" title="class in org.apache.ignite.ml.inference.util">DirectorySerializer</a></dt>
<dd>
<div class="block">Removes the specified directory.</div>
</dd>
<dt><a href="org/apache/ignite/cache/store/cassandra/session/transaction/DeleteMutation.html" title="class in org.apache.ignite.cache.store.cassandra.session.transaction"><span class="typeNameLink">DeleteMutation</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">Mutation which deletes object from Cassandra.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/transaction/DeleteMutation.html#DeleteMutation-java.lang.Object-java.lang.String-org.apache.ignite.cache.store.cassandra.persistence.PersistenceController-">DeleteMutation(Object, 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/DeleteMutation.html" title="class in org.apache.ignite.cache.store.cassandra.session.transaction">DeleteMutation</a></dt>
<dd>
<div class="block">Creates instance of delete mutation operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/IgniteScheduler.html#DELIM">DELIM</a></span> - Static variable in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/IgniteScheduler.html" title="class in org.apache.ignite.mesos">IgniteScheduler</a></dt>
<dd>
<div class="block">Delimiter char.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/sharedfs/TcpDiscoverySharedFsIpFinder.html#DELIM">DELIM</a></span> - Static variable in class org.apache.ignite.spi.discovery.tcp.ipfinder.sharedfs.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/sharedfs/TcpDiscoverySharedFsIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.sharedfs">TcpDiscoverySharedFsIpFinder</a></dt>
<dd>
<div class="block">Delimiter to use between address and port tokens in file names.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ApplicationMaster.html#DELIM">DELIM</a></span> - Static variable in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ApplicationMaster.html" title="class in org.apache.ignite.yarn">ApplicationMaster</a></dt>
<dd>
<div class="block">Delimiter char.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/optimization/updatecalculators/RPropParameterUpdate.html#deltas">deltas</a></span> - Variable in class org.apache.ignite.ml.optimization.updatecalculators.<a href="org/apache/ignite/ml/optimization/updatecalculators/RPropParameterUpdate.html" title="class in org.apache.ignite.ml.optimization.updatecalculators">RPropParameterUpdate</a></dt>
<dd>
<div class="block">Previous iteration parameters deltas.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/primitives/matrix/impl/DenseMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix.impl"><span class="typeNameLink">DenseMatrix</span></a> - Class in <a href="org/apache/ignite/ml/math/primitives/matrix/impl/package-summary.html">org.apache.ignite.ml.math.primitives.matrix.impl</a></dt>
<dd>
<div class="block">Basic implementation for matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/impl/DenseMatrix.html#DenseMatrix--">DenseMatrix()</a></span> - Constructor for class org.apache.ignite.ml.math.primitives.matrix.impl.<a href="org/apache/ignite/ml/math/primitives/matrix/impl/DenseMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix.impl">DenseMatrix</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/impl/DenseMatrix.html#DenseMatrix-int-int-">DenseMatrix(int, int)</a></span> - Constructor for class org.apache.ignite.ml.math.primitives.matrix.impl.<a href="org/apache/ignite/ml/math/primitives/matrix/impl/DenseMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix.impl">DenseMatrix</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/impl/DenseMatrix.html#DenseMatrix-int-int-int-">DenseMatrix(int, int, int)</a></span> - Constructor for class org.apache.ignite.ml.math.primitives.matrix.impl.<a href="org/apache/ignite/ml/math/primitives/matrix/impl/DenseMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix.impl">DenseMatrix</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/impl/DenseMatrix.html#DenseMatrix-double:A:A-int-">DenseMatrix(double[][], int)</a></span> - Constructor for class org.apache.ignite.ml.math.primitives.matrix.impl.<a href="org/apache/ignite/ml/math/primitives/matrix/impl/DenseMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix.impl">DenseMatrix</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/impl/DenseMatrix.html#DenseMatrix-double:A:A-">DenseMatrix(double[][])</a></span> - Constructor for class org.apache.ignite.ml.math.primitives.matrix.impl.<a href="org/apache/ignite/ml/math/primitives/matrix/impl/DenseMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix.impl">DenseMatrix</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/impl/DenseMatrix.html#DenseMatrix-double:A-int-int-">DenseMatrix(double[], int, int)</a></span> - Constructor for class org.apache.ignite.ml.math.primitives.matrix.impl.<a href="org/apache/ignite/ml/math/primitives/matrix/impl/DenseMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix.impl">DenseMatrix</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/impl/DenseMatrix.html#DenseMatrix-double:A-int-">DenseMatrix(double[], int)</a></span> - Constructor for class org.apache.ignite.ml.math.primitives.matrix.impl.<a href="org/apache/ignite/ml/math/primitives/matrix/impl/DenseMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix.impl">DenseMatrix</a></dt>
<dd>
<div class="block">Build new matrix from flat raw array.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/primitives/matrix/storage/DenseMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.matrix.storage"><span class="typeNameLink">DenseMatrixStorage</span></a> - Class in <a href="org/apache/ignite/ml/math/primitives/matrix/storage/package-summary.html">org.apache.ignite.ml.math.primitives.matrix.storage</a></dt>
<dd>
<div class="block">Array based <a href="org/apache/ignite/ml/math/primitives/matrix/MatrixStorage.html" title="interface in org.apache.ignite.ml.math.primitives.matrix"><code>MatrixStorage</code></a> implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/storage/DenseMatrixStorage.html#DenseMatrixStorage--">DenseMatrixStorage()</a></span> - Constructor for class org.apache.ignite.ml.math.primitives.matrix.storage.<a href="org/apache/ignite/ml/math/primitives/matrix/storage/DenseMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.matrix.storage">DenseMatrixStorage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/storage/DenseMatrixStorage.html#DenseMatrixStorage-int-int-">DenseMatrixStorage(int, int)</a></span> - Constructor for class org.apache.ignite.ml.math.primitives.matrix.storage.<a href="org/apache/ignite/ml/math/primitives/matrix/storage/DenseMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.matrix.storage">DenseMatrixStorage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/storage/DenseMatrixStorage.html#DenseMatrixStorage-int-int-int-">DenseMatrixStorage(int, int, int)</a></span> - Constructor for class org.apache.ignite.ml.math.primitives.matrix.storage.<a href="org/apache/ignite/ml/math/primitives/matrix/storage/DenseMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.matrix.storage">DenseMatrixStorage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/storage/DenseMatrixStorage.html#DenseMatrixStorage-double:A:A-int-">DenseMatrixStorage(double[][], int)</a></span> - Constructor for class org.apache.ignite.ml.math.primitives.matrix.storage.<a href="org/apache/ignite/ml/math/primitives/matrix/storage/DenseMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.matrix.storage">DenseMatrixStorage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/storage/DenseMatrixStorage.html#DenseMatrixStorage-double:A:A-">DenseMatrixStorage(double[][])</a></span> - Constructor for class org.apache.ignite.ml.math.primitives.matrix.storage.<a href="org/apache/ignite/ml/math/primitives/matrix/storage/DenseMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.matrix.storage">DenseMatrixStorage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/storage/DenseMatrixStorage.html#DenseMatrixStorage-double:A-int-int-">DenseMatrixStorage(double[], int, int)</a></span> - Constructor for class org.apache.ignite.ml.math.primitives.matrix.storage.<a href="org/apache/ignite/ml/math/primitives/matrix/storage/DenseMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.matrix.storage">DenseMatrixStorage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/storage/DenseMatrixStorage.html#DenseMatrixStorage-double:A-int-">DenseMatrixStorage(double[], int)</a></span> - Constructor for class org.apache.ignite.ml.math.primitives.matrix.storage.<a href="org/apache/ignite/ml/math/primitives/matrix/storage/DenseMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.matrix.storage">DenseMatrixStorage</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/math/primitives/vector/impl/DenseVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl"><span class="typeNameLink">DenseVector</span></a> - Class in <a href="org/apache/ignite/ml/math/primitives/vector/impl/package-summary.html">org.apache.ignite.ml.math.primitives.vector.impl</a></dt>
<dd>
<div class="block">Basic implementation for vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DenseVector.html#DenseVector-java.io.Serializable:A-">DenseVector(Serializable[])</a></span> - Constructor for class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DenseVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DenseVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DenseVector.html#DenseVector-java.util.Map-">DenseVector(Map<span class='angle_bracket'>&lt;</span>String, Object<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DenseVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DenseVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DenseVector.html#DenseVector--">DenseVector()</a></span> - Constructor for class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DenseVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DenseVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DenseVector.html#DenseVector-int-">DenseVector(int)</a></span> - Constructor for class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DenseVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DenseVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DenseVector.html#DenseVector-double:A-boolean-">DenseVector(double[], boolean)</a></span> - Constructor for class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DenseVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DenseVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DenseVector.html#DenseVector-double:A-">DenseVector(double[])</a></span> - Constructor for class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DenseVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DenseVector</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/math/primitives/vector/storage/DenseVectorStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage"><span class="typeNameLink">DenseVectorStorage</span></a> - Class in <a href="org/apache/ignite/ml/math/primitives/vector/storage/package-summary.html">org.apache.ignite.ml.math.primitives.vector.storage</a></dt>
<dd>
<div class="block">Array based <a href="org/apache/ignite/ml/math/primitives/vector/VectorStorage.html" title="interface in org.apache.ignite.ml.math.primitives.vector"><code>VectorStorage</code></a> implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/DenseVectorStorage.html#DenseVectorStorage--">DenseVectorStorage()</a></span> - Constructor for class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/DenseVectorStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">DenseVectorStorage</a></dt>
<dd>
<div class="block">IMPL NOTE required by <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Externalizable.html?is-external=true" title="class or interface in java.io"><code>Externalizable</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/DenseVectorStorage.html#DenseVectorStorage-int-">DenseVectorStorage(int)</a></span> - Constructor for class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/DenseVectorStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">DenseVectorStorage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/DenseVectorStorage.html#DenseVectorStorage-double:A-">DenseVectorStorage(double[])</a></span> - Constructor for class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/DenseVectorStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">DenseVectorStorage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/DenseVectorStorage.html#DenseVectorStorage-java.io.Serializable:A-">DenseVectorStorage(Serializable[])</a></span> - Constructor for class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/DenseVectorStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">DenseVectorStorage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#density-double-">density(double)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>
<div class="block">Calculates the density of the matrix based on supplied criteria.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html#density-double-">density(double)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">Matrix</a></dt>
<dd>
<div class="block">Calculates the density of the matrix based on supplied criteria.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteServices.html#deploy-org.apache.ignite.services.ServiceConfiguration-">deploy(ServiceConfiguration)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteServices.html" title="interface in org.apache.ignite">IgniteServices</a></dt>
<dd>
<div class="block">Deploys multiple instances of the service on the grid according to provided
configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/deployment/uri/UriDeploymentSpi.html#DEPLOY_TMP_ROOT_NAME">DEPLOY_TMP_ROOT_NAME</a></span> - Static variable in class org.apache.ignite.spi.deployment.uri.<a href="org/apache/ignite/spi/deployment/uri/UriDeploymentSpi.html" title="class in org.apache.ignite.spi.deployment.uri">UriDeploymentSpi</a></dt>
<dd>
<div class="block">Default temporary directory name relative to file path
<a href="org/apache/ignite/spi/deployment/uri/UriDeploymentSpi.html#setTemporaryDirectoryPath-java.lang.String-"><code>UriDeploymentSpi.setTemporaryDirectoryPath(String)</code></a>} (value is <code>gg.uri.deployment.tmp</code>).</div>
</dd>
<dt><a href="org/apache/ignite/ml/environment/deploy/DeployableObject.html" title="interface in org.apache.ignite.ml.environment.deploy"><span class="typeNameLink">DeployableObject</span></a> - Interface in <a href="org/apache/ignite/ml/environment/deploy/package-summary.html">org.apache.ignite.ml.environment.deploy</a></dt>
<dd>
<div class="block">Represents an final objects from Ignite ML library like models or preprocessors having
dependencies that can be custom objects from client side.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteServices.html#deployAll-java.util.Collection-">deployAll(Collection<span class='angle_bracket'>&lt;</span>ServiceConfiguration<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteServices.html" title="interface in org.apache.ignite">IgniteServices</a></dt>
<dd>
<div class="block">Deploys multiple services described by provided configurations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteServices.html#deployAllAsync-java.util.Collection-">deployAllAsync(Collection<span class='angle_bracket'>&lt;</span>ServiceConfiguration<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteServices.html" title="interface in org.apache.ignite">IgniteServices</a></dt>
<dd>
<div class="block">Asynchronously deploys multiple services described by provided configurations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteServices.html#deployAsync-org.apache.ignite.services.ServiceConfiguration-">deployAsync(ServiceConfiguration)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteServices.html" title="interface in org.apache.ignite">IgniteServices</a></dt>
<dd>
<div class="block">Asynchronously deploys multiple instances of the service on the grid according to provided
configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/aop/GridifyDefaultRangeTask.html#deployClass--">deployClass()</a></span> - Method in class org.apache.ignite.compute.gridify.aop.<a href="org/apache/ignite/compute/gridify/aop/GridifyDefaultRangeTask.html" title="class in org.apache.ignite.compute.gridify.aop">GridifyDefaultRangeTask</a></dt>
<dd>
<div class="block">Gets top level user class being deployed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/aop/GridifyDefaultTask.html#deployClass--">deployClass()</a></span> - Method in class org.apache.ignite.compute.gridify.aop.<a href="org/apache/ignite/compute/gridify/aop/GridifyDefaultTask.html" title="class in org.apache.ignite.compute.gridify.aop">GridifyDefaultTask</a></dt>
<dd>
<div class="block">Gets top level user class being deployed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteDataStreamer.html#deployClass-java.lang.Class-">deployClass(Class<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>)</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">Optional deploy class for peer deployment.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteServices.html#deployClusterSingleton-java.lang.String-org.apache.ignite.services.Service-">deployClusterSingleton(String, Service)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteServices.html" title="interface in org.apache.ignite">IgniteServices</a></dt>
<dd>
<div class="block">Deploys a cluster-wide singleton service.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteServices.html#deployClusterSingletonAsync-java.lang.String-org.apache.ignite.services.Service-">deployClusterSingletonAsync(String, Service)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteServices.html" title="interface in org.apache.ignite">IgniteServices</a></dt>
<dd>
<div class="block">Asynchronously deploys a cluster-wide singleton service.</div>
</dd>
<dt><a href="org/apache/ignite/ml/environment/deploy/DeployingContext.html" title="interface in org.apache.ignite.ml.environment.deploy"><span class="typeNameLink">DeployingContext</span></a> - Interface in <a href="org/apache/ignite/ml/environment/deploy/package-summary.html">org.apache.ignite.ml.environment.deploy</a></dt>
<dd>
<div class="block">Class represents user's class loading environment for specific remote job.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/LearningEnvironment.html#deployingContext--">deployingContext()</a></span> - Method in interface org.apache.ignite.ml.environment.<a href="org/apache/ignite/ml/environment/LearningEnvironment.html" title="interface in org.apache.ignite.ml.environment">LearningEnvironment</a></dt>
<dd>
<div class="block">Returns deploy context instance.</div>
</dd>
<dt><a href="org/apache/ignite/ml/environment/deploy/DeployingContextImpl.html" title="class in org.apache.ignite.ml.environment.deploy"><span class="typeNameLink">DeployingContextImpl</span></a> - Class in <a href="org/apache/ignite/ml/environment/deploy/package-summary.html">org.apache.ignite.ml.environment.deploy</a></dt>
<dd>
<div class="block">Default implementation of <a href="org/apache/ignite/ml/environment/deploy/DeployingContext.html" title="interface in org.apache.ignite.ml.environment.deploy"><code>DeployingContext</code></a> class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/deploy/DeployingContextImpl.html#DeployingContextImpl--">DeployingContextImpl()</a></span> - Constructor for class org.apache.ignite.ml.environment.deploy.<a href="org/apache/ignite/ml/environment/deploy/DeployingContextImpl.html" title="class in org.apache.ignite.ml.environment.deploy">DeployingContextImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteServices.html#deployKeyAffinitySingleton-java.lang.String-org.apache.ignite.services.Service-java.lang.String-java.lang.Object-">deployKeyAffinitySingleton(String, Service, String, Object)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteServices.html" title="interface in org.apache.ignite">IgniteServices</a></dt>
<dd>
<div class="block">Deploys one instance of this service on the primary node for a given affinity key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteServices.html#deployKeyAffinitySingletonAsync-java.lang.String-org.apache.ignite.services.Service-java.lang.String-java.lang.Object-">deployKeyAffinitySingletonAsync(String, Service, String, Object)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteServices.html" title="interface in org.apache.ignite">IgniteServices</a></dt>
<dd>
<div class="block">Asynchronously deploys one instance of this service on the primary node for a given affinity key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#DEPLOYMENT_SPI_FORMATTED_DESC">DEPLOYMENT_SPI_FORMATTED_DESC</a></span> - Static variable 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><a href="org/apache/ignite/events/DeploymentEvent.html" title="class in org.apache.ignite.events"><span class="typeNameLink">DeploymentEvent</span></a> - Class in <a href="org/apache/ignite/events/package-summary.html">org.apache.ignite.events</a></dt>
<dd>
<div class="block">Grid deployment event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/DeploymentEvent.html#DeploymentEvent--">DeploymentEvent()</a></span> - Constructor for 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">No-arg constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/DeploymentEvent.html#DeploymentEvent-org.apache.ignite.cluster.ClusterNode-java.lang.String-int-">DeploymentEvent(ClusterNode, String, int)</a></span> - Constructor for 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">Creates deployment event with given parameters.</div>
</dd>
<dt><a href="org/apache/ignite/spi/deployment/DeploymentListener.html" title="interface in org.apache.ignite.spi.deployment"><span class="typeNameLink">DeploymentListener</span></a> - Interface in <a href="org/apache/ignite/spi/deployment/package-summary.html">org.apache.ignite.spi.deployment</a></dt>
<dd>
<div class="block">Listener for deployment events.</div>
</dd>
<dt><a href="org/apache/ignite/configuration/DeploymentMode.html" title="enum in org.apache.ignite.configuration"><span class="typeNameLink">DeploymentMode</span></a> - Enum in <a href="org/apache/ignite/configuration/package-summary.html">org.apache.ignite.configuration</a></dt>
<dd>
<div class="block">Grid deployment mode.</div>
</dd>
<dt><a href="org/apache/ignite/spi/deployment/DeploymentResource.html" title="interface in org.apache.ignite.spi.deployment"><span class="typeNameLink">DeploymentResource</span></a> - Interface in <a href="org/apache/ignite/spi/deployment/package-summary.html">org.apache.ignite.spi.deployment</a></dt>
<dd>
<div class="block">Generic abstraction over deployed resource containing resource's name, class and corresponding class loader.</div>
</dd>
<dt><a href="org/apache/ignite/spi/deployment/DeploymentResourceAdapter.html" title="class in org.apache.ignite.spi.deployment"><span class="typeNameLink">DeploymentResourceAdapter</span></a> - Class in <a href="org/apache/ignite/spi/deployment/package-summary.html">org.apache.ignite.spi.deployment</a></dt>
<dd>
<div class="block">Simple adapter for <a href="org/apache/ignite/spi/deployment/DeploymentResource.html" title="interface in org.apache.ignite.spi.deployment"><code>DeploymentResource</code></a> interface.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/deployment/DeploymentResourceAdapter.html#DeploymentResourceAdapter-java.lang.String-java.lang.Class-java.lang.ClassLoader-">DeploymentResourceAdapter(String, Class<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>, ClassLoader)</a></span> - Constructor for class org.apache.ignite.spi.deployment.<a href="org/apache/ignite/spi/deployment/DeploymentResourceAdapter.html" title="class in org.apache.ignite.spi.deployment">DeploymentResourceAdapter</a></dt>
<dd>
<div class="block">Creates resource.</div>
</dd>
<dt><a href="org/apache/ignite/spi/deployment/DeploymentSpi.html" title="interface in org.apache.ignite.spi.deployment"><span class="typeNameLink">DeploymentSpi</span></a> - Interface in <a href="org/apache/ignite/spi/deployment/package-summary.html">org.apache.ignite.spi.deployment</a></dt>
<dd>
<div class="block">Grid deployment SPI is in charge of deploying tasks and classes from different
sources.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteServices.html#deployMultiple-java.lang.String-org.apache.ignite.services.Service-int-int-">deployMultiple(String, Service, int, int)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteServices.html" title="interface in org.apache.ignite">IgniteServices</a></dt>
<dd>
<div class="block">Deploys multiple instances of the service on the grid.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteServices.html#deployMultipleAsync-java.lang.String-org.apache.ignite.services.Service-int-int-">deployMultipleAsync(String, Service, int, int)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteServices.html" title="interface in org.apache.ignite">IgniteServices</a></dt>
<dd>
<div class="block">Asynchronously deploys multiple instances of the service on the grid.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteServices.html#deployNodeSingleton-java.lang.String-org.apache.ignite.services.Service-">deployNodeSingleton(String, Service)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteServices.html" title="interface in org.apache.ignite">IgniteServices</a></dt>
<dd>
<div class="block">Deploys a per-node singleton service.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteServices.html#deployNodeSingletonAsync-java.lang.String-org.apache.ignite.services.Service-">deployNodeSingletonAsync(String, Service)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteServices.html" title="interface in org.apache.ignite">IgniteServices</a></dt>
<dd>
<div class="block">Asynchronously deploys a per-node singleton service.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCache.html#deregisterCacheEntryListener-javax.cache.configuration.CacheEntryListenerConfiguration-">deregisterCacheEntryListener(CacheEntryListenerConfiguration<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a></dt>
<dd>
<div class="block">Deregisters a listener, using the <code>CacheEntryListenerConfiguration</code> that was used to register it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/PluginContext.html#deregisterPort-int-org.apache.ignite.spi.IgnitePortProtocol-java.lang.Class-">deregisterPort(int, IgnitePortProtocol, Class<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.plugin.<a href="org/apache/ignite/plugin/PluginContext.html" title="interface in org.apache.ignite.plugin">PluginContext</a></dt>
<dd>
<div class="block">Deregisters closed port.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiContext.html#deregisterPort-int-org.apache.ignite.spi.IgnitePortProtocol-">deregisterPort(int, IgnitePortProtocol)</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">Deregisters closed port.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/PluginContext.html#deregisterPorts-java.lang.Class-">deregisterPorts(Class<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.plugin.<a href="org/apache/ignite/plugin/PluginContext.html" title="interface in org.apache.ignite.plugin">PluginContext</a></dt>
<dd>
<div class="block">Deregisters all closed ports.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiContext.html#deregisterPorts--">deregisterPorts()</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">Deregisters all closed ports.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/maintenance/MaintenanceAction.html#description--">description()</a></span> - Method in interface org.apache.ignite.maintenance.<a href="org/apache/ignite/maintenance/MaintenanceAction.html" title="interface in org.apache.ignite.maintenance">MaintenanceAction</a></dt>
<dd>
<div class="block">Optional user-readable description of maintenance action.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/maintenance/MaintenanceTask.html#description--">description()</a></span> - Method in class org.apache.ignite.maintenance.<a href="org/apache/ignite/maintenance/MaintenanceTask.html" title="class in org.apache.ignite.maintenance">MaintenanceTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/metric/Metric.html#description--">description()</a></span> - Method in interface org.apache.ignite.spi.metric.<a href="org/apache/ignite/spi/metric/Metric.html" title="interface in org.apache.ignite.spi.metric">Metric</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlViewView.html#description--">description()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlViewView.html" title="class in org.apache.ignite.spi.systemview.view">SqlViewView</a></dt>
<dd>
<div class="block">View description.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/StripedExecutorTaskView.html#description--">description()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/StripedExecutorTaskView.html" title="class in org.apache.ignite.spi.systemview.view">StripedExecutorTaskView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SystemView.html#description--">description()</a></span> - Method in interface org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SystemView.html" title="interface in org.apache.ignite.spi.systemview.view">SystemView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryObject.html#deserialize--">deserialize()</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryObject.html" title="interface in org.apache.ignite.binary">BinaryObject</a></dt>
<dd>
<div class="block">Gets fully deserialized instance of binary object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryObject.html#deserialize-java.lang.ClassLoader-">deserialize(ClassLoader)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryObject.html" title="interface in org.apache.ignite.binary">BinaryObject</a></dt>
<dd>
<div class="block">Gets fully deserialized instance of binary object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/serializer/JavaSerializer.html#deserialize-java.nio.ByteBuffer-">deserialize(ByteBuffer)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.serializer.<a href="org/apache/ignite/cache/store/cassandra/serializer/JavaSerializer.html" title="class in org.apache.ignite.cache.store.cassandra.serializer">JavaSerializer</a></dt>
<dd>
<div class="block">Deserializes object from byte buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/serializer/KryoSerializer.html#deserialize-java.nio.ByteBuffer-">deserialize(ByteBuffer)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.serializer.<a href="org/apache/ignite/cache/store/cassandra/serializer/KryoSerializer.html" title="class in org.apache.ignite.cache.store.cassandra.serializer">KryoSerializer</a></dt>
<dd>
<div class="block">Deserializes object from byte buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/serializer/Serializer.html#deserialize-java.nio.ByteBuffer-">deserialize(ByteBuffer)</a></span> - Method in interface org.apache.ignite.cache.store.cassandra.serializer.<a href="org/apache/ignite/cache/store/cassandra/serializer/Serializer.html" title="interface in org.apache.ignite.cache.store.cassandra.serializer">Serializer</a></dt>
<dd>
<div class="block">Deserializes object from byte buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/util/DirectorySerializer.html#deserialize-java.nio.file.Path-byte:A-">deserialize(Path, byte[])</a></span> - Static method in class org.apache.ignite.ml.inference.util.<a href="org/apache/ignite/ml/inference/util/DirectorySerializer.html" title="class in org.apache.ignite.ml.inference.util">DirectorySerializer</a></dt>
<dd>
<div class="block">Deserializes directory content.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/Utils.html#deserialize-byte:A-">deserialize(byte[])</a></span> - Static method in class org.apache.ignite.ml.util.<a href="org/apache/ignite/ml/util/Utils.html" title="class in org.apache.ignite.ml.util">Utils</a></dt>
<dd>
<div class="block">Deserialized object represented as a byte array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/websession/WebSessionFilter.html#destroy--">destroy()</a></span> - Method in class org.apache.ignite.cache.websession.<a href="org/apache/ignite/cache/websession/WebSessionFilter.html" title="class in org.apache.ignite.cache.websession">WebSessionFilter</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#destroy--">destroy()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Completely deletes the cache with all its data from the system on all cluster nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#destroy--">destroy()</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="memberNameLink"><a href="org/apache/ignite/ml/math/Destroyable.html#destroy--">destroy()</a></span> - Method in interface org.apache.ignite.ml.math.<a href="org/apache/ignite/ml/math/Destroyable.html" title="interface in org.apache.ignite.ml.math">Destroyable</a></dt>
<dd>
<div class="block">Destroys object if managed outside of JVM.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#destroy--">destroy()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>
<div class="block">Destroys object if managed outside of JVM.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html#destroy--">destroy()</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">Matrix</a></dt>
<dd>
<div class="block">Destroys object if managed outside of JVM.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#destroy--">destroy()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Destroys object if managed outside of JVM.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#destroy--">destroy()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Destroys object if managed outside of JVM.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/startup/servlet/ServletStartup.html#destroy--">destroy()</a></span> - Method in class org.apache.ignite.startup.servlet.<a href="org/apache/ignite/startup/servlet/ServletStartup.html" title="class in org.apache.ignite.startup.servlet">ServletStartup</a></dt>
<dt><a href="org/apache/ignite/ml/math/Destroyable.html" title="interface in org.apache.ignite.ml.math"><span class="typeNameLink">Destroyable</span></a> - Interface in <a href="org/apache/ignite/ml/math/package-summary.html">org.apache.ignite.ml.math</a></dt>
<dd>
<div class="block">Support for destroying objects that are managed outside of JVM.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheManager.html#destroyCache-java.lang.String-">destroyCache(String)</a></span> - Method in class org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheManager.html" title="class in org.apache.ignite.cache">CacheManager</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/IgniteClient.html#destroyCache-java.lang.String-">destroyCache(String)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/IgniteClient.html" title="interface in org.apache.ignite.client">IgniteClient</a></dt>
<dd>
<div class="block">Destroys the cache with the given name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignite.html#destroyCache-java.lang.String-">destroyCache(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">Destroys a cache with the given name and cleans data that was written to the cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteClientSpringBean.html#destroyCache-java.lang.String-">destroyCache(String)</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteClientSpringBean.html" title="class in org.apache.ignite">IgniteClientSpringBean</a></dt>
<dd>
<div class="block">Destroys the cache with the given name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#destroyCache-java.lang.String-">destroyCache(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">Destroys a cache with the given name and cleans data that was written to the cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/IgniteClient.html#destroyCacheAsync-java.lang.String-">destroyCacheAsync(String)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/IgniteClient.html" title="interface in org.apache.ignite.client">IgniteClient</a></dt>
<dd>
<div class="block">Destroys the cache with the given name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteClientSpringBean.html#destroyCacheAsync-java.lang.String-">destroyCacheAsync(String)</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteClientSpringBean.html" title="class in org.apache.ignite">IgniteClientSpringBean</a></dt>
<dd>
<div class="block">Destroys the cache with the given name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignite.html#destroyCaches-java.util.Collection-">destroyCaches(Collection<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>)</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">Destroys caches with the given names and cleans data that was written to the caches.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#destroyCaches-java.util.Collection-">destroyCaches(Collection<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>)</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">Destroys caches with the given names and cleans data that was written to the caches.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/websession/WebSessionFilter.html#destroySession-java.lang.String-">destroySession(String)</a></span> - Method in class org.apache.ignite.cache.websession.<a href="org/apache/ignite/cache/websession/WebSessionFilter.html" title="class in org.apache.ignite.cache.websession">WebSessionFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PersistenceSettings.html#detectPojoFields-org.w3c.dom.NodeList-">detectPojoFields(NodeList)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/PersistenceSettings.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">PersistenceSettings</a></dt>
<dd>
<div class="block">Extracts POJO fields from a list of corresponding XML field nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/StripedExecutorMXBean.html#detectStarvation--">detectStarvation()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/StripedExecutorMXBean.html" title="interface in org.apache.ignite.mxbean">StripedExecutorMXBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#determinant--">determinant()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>
<div class="block">Returns matrix determinant using Laplace theorem.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/LUDecomposition.html#determinant--">determinant()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/LUDecomposition.html" title="class in org.apache.ignite.ml.math.primitives.matrix">LUDecomposition</a></dt>
<dd>
<div class="block">Return the determinant of the matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html#determinant--">determinant()</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">Matrix</a></dt>
<dd>
<div class="block">Returns matrix determinant using Laplace theorem.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteLogger.html#DEV_ONLY">DEV_ONLY</a></span> - Static variable in interface org.apache.ignite.<a href="org/apache/ignite/IgniteLogger.html" title="interface in org.apache.ignite">IgniteLogger</a></dt>
<dd>
<div class="block">Marker for log messages that are useful in development environments, but not in production.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateAccessStrategyFactory.html#DFLT_ACCESS_TYPE_PROPERTY">DFLT_ACCESS_TYPE_PROPERTY</a></span> - Static variable in class org.apache.ignite.cache.hibernate.<a href="org/apache/ignite/cache/hibernate/HibernateAccessStrategyFactory.html" title="class in org.apache.ignite.cache.hibernate">HibernateAccessStrategyFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#DFLT_ACK_SND_THRESHOLD">DFLT_ACK_SND_THRESHOLD</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">Default received messages threshold for sending ack.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#DFLT_ACK_TIMEOUT">DFLT_ACK_TIMEOUT</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">Default timeout for receiving message acknowledgement in milliseconds (value is <tt>5000ms</tt>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#DFLT_ACK_TIMEOUT_CLIENT">DFLT_ACK_TIMEOUT_CLIENT</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">Default timeout for receiving message acknowledgement in milliseconds (value is <tt>5000ms</tt>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpi.html#DFLT_ACTIVE_JOBS_THRESHOLD">DFLT_ACTIVE_JOBS_THRESHOLD</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">Default number of parallel jobs allowed (value is <code>95</code> which is
slightly less same as default value of threads in the execution thread pool
to allow some extra threads for system processing).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#DFLT_ACTIVE_ON_START">DFLT_ACTIVE_ON_START</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"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/multicast/TcpDiscoveryMulticastIpFinder.html#DFLT_ADDR_REQ_ATTEMPTS">DFLT_ADDR_REQ_ATTEMPTS</a></span> - Static variable in class org.apache.ignite.spi.discovery.tcp.ipfinder.multicast.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/multicast/TcpDiscoveryMulticastIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.multicast">TcpDiscoveryMulticastIpFinder</a></dt>
<dd>
<div class="block">Default number of attempts to send multicast address request (value is <code>2</code>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#DFLT_ALL_SEG_RESOLVERS_PASS_REQ">DFLT_ALL_SEG_RESOLVERS_PASS_REQ</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 value for all segmentation resolvers pass required.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/AtomicConfiguration.html#DFLT_ATOMIC_SEQUENCE_RESERVE_SIZE">DFLT_ATOMIC_SEQUENCE_RESERVE_SIZE</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/AtomicConfiguration.html" title="class in org.apache.ignite.configuration">AtomicConfiguration</a></dt>
<dd>
<div class="block">Default atomic sequence reservation size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#DFLT_AUTO_ACTIVATION">DFLT_AUTO_ACTIVATION</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"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/AbstractContinuousQuery.html#DFLT_AUTO_UNSUBSCRIBE">DFLT_AUTO_UNSUBSCRIBE</a></span> - Static variable in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/AbstractContinuousQuery.html" title="class in org.apache.ignite.cache.query">AbstractContinuousQuery</a></dt>
<dd>
<div class="block">Default value for automatic unsubscription flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/AtomicConfiguration.html#DFLT_BACKUPS">DFLT_BACKUPS</a></span> - Static variable in 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="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#DFLT_BACKUPS">DFLT_BACKUPS</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">Default number of backups.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/CacheLoadOnlyStoreAdapter.html#DFLT_BATCH_QUEUE_SIZE">DFLT_BATCH_QUEUE_SIZE</a></span> - Static variable in 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>
<div class="block">Default batch queue size (max batches count to limit memory usage).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/CacheLoadOnlyStoreAdapter.html#DFLT_BATCH_SIZE">DFLT_BATCH_SIZE</a></span> - Static variable in 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>
<div class="block">Default batch size (number of records read with <a href="org/apache/ignite/cache/store/CacheLoadOnlyStoreAdapter.html#inputIterator-java.lang.Object...-"><code>CacheLoadOnlyStoreAdapter.inputIterator(Object...)</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcPojoStoreFactory.html#DFLT_BATCH_SIZE">DFLT_BATCH_SIZE</a></span> - Static variable in 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>
<div class="block">Default batch size for put and remove operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#DFLT_BINARY_METADATA_PATH">DFLT_BINARY_METADATA_PATH</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Default path (relative to working directory) of binary metadata folder</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/s3/S3CheckpointSpi.html#DFLT_BUCKET_NAME_SUFFIX">DFLT_BUCKET_NAME_SUFFIX</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">Suffix to use in bucket name generation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/marshaller/AbstractMarshaller.html#DFLT_BUFFER_SIZE">DFLT_BUFFER_SIZE</a></span> - Static variable in class org.apache.ignite.marshaller.<a href="org/apache/ignite/marshaller/AbstractMarshaller.html" title="class in org.apache.ignite.marshaller">AbstractMarshaller</a></dt>
<dd>
<div class="block">Default initial buffer size for the <code>GridByteArrayOutputStream</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#DFLT_BUILD_IDX_THREAD_POOL_SIZE">DFLT_BUILD_IDX_THREAD_POOL_SIZE</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 size of index create/rebuild thread pool.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#DFLT_CACHE_ATOMICITY_MODE">DFLT_CACHE_ATOMICITY_MODE</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">Default atomicity mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/AtomicConfiguration.html#DFLT_CACHE_MODE">DFLT_CACHE_MODE</a></span> - Static variable in 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="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#DFLT_CACHE_MODE">DFLT_CACHE_MODE</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">Default caching mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/cache/CacheCheckpointSpi.html#DFLT_CACHE_NAME">DFLT_CACHE_NAME</a></span> - Static variable in 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>
<div class="block">Default cache name (value is <tt>checkpoints</tt>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#DFLT_CACHE_SANITY_CHECK_ENABLED">DFLT_CACHE_SANITY_CHECK_ENABLED</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 value for cache sanity check enabled flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#DFLT_CACHE_SIZE">DFLT_CACHE_SIZE</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">Default cache size to use with eviction policy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#DFLT_CHECKPOINT_FREQ">DFLT_CHECKPOINT_FREQ</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html#DFLT_CHECKPOINT_TABLE_NAME">DFLT_CHECKPOINT_TABLE_NAME</a></span> - Static variable in class org.apache.ignite.spi.checkpoint.jdbc.<a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.jdbc">JdbcCheckpointSpi</a></dt>
<dd>
<div class="block">Default checkpoint table name (value is <code>CHECKPOINTS</code>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#DFLT_CHECKPOINT_THREADS">DFLT_CHECKPOINT_THREADS</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Default number of checkpoint threads.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#DFLT_CHECKPOINT_WRITE_ORDER">DFLT_CHECKPOINT_WRITE_ORDER</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Default checkpoint write order.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#DFLT_CHECKPOINT_WRITE_ORDER">DFLT_CHECKPOINT_WRITE_ORDER</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Default checkpoint write order.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#DFLT_CHECKPOINTING_FREQ">DFLT_CHECKPOINTING_FREQ</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#DFLT_CHECKPOINTING_THREADS">DFLT_CHECKPOINTING_THREADS</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Default number of checkpointing threads.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#DFLT_CLIENT_FAILURE_DETECTION_TIMEOUT">DFLT_CLIENT_FAILURE_DETECTION_TIMEOUT</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 failure detection timeout for client nodes in millis.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/BinaryConfiguration.html#DFLT_COMPACT_FOOTER">DFLT_COMPACT_FOOTER</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/BinaryConfiguration.html" title="class in org.apache.ignite.configuration">BinaryConfiguration</a></dt>
<dd>
<div class="block">Default compact footer flag setting.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#DFLT_CONCURRENT_LOAD_ALL_THRESHOLD">DFLT_CONCURRENT_LOAD_ALL_THRESHOLD</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">Default threshold for concurrent loading of keys from <a href="org/apache/ignite/cache/store/CacheStore.html" title="interface in org.apache.ignite.cache.store"><code>CacheStore</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/java/JavaLogger.html#DFLT_CONFIG_PATH">DFLT_CONFIG_PATH</a></span> - Static variable in class org.apache.ignite.logger.java.<a href="org/apache/ignite/logger/java/JavaLogger.html" title="class in org.apache.ignite.logger.java">JavaLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#DFLT_CONN_PER_NODE">DFLT_CONN_PER_NODE</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">Default connections per node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#DFLT_CONN_TIMEOUT">DFLT_CONN_TIMEOUT</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">Default connection timeout (value is <tt>5000</tt>ms).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcBlobStore.html#DFLT_CONN_URL">DFLT_CONN_URL</a></span> - Static variable in 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>
<div class="block">Default connection URL (value is <tt>jdbc:h2:mem:jdbcCacheStore;DB_CLOSE_DELAY=-1</tt>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#DFLT_CONNECTION_RECOVERY_TIMEOUT">DFLT_CONNECTION_RECOVERY_TIMEOUT</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">Default connection recovery timeout in ms.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#DFLT_COPY_ON_READ">DFLT_COPY_ON_READ</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">Default value for 'copyOnRead' flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcBlobStore.html#DFLT_CREATE_TBL_QRY">DFLT_CREATE_TBL_QRY</a></span> - Static variable in 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>
<div class="block">Default create table query
(value is <tt>create table if not exists ENTRIES (akey binary primary key, val binary)</tt>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#DFLT_DATA_REG_DEFAULT_NAME">DFLT_DATA_REG_DEFAULT_NAME</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">This name is assigned to default Dataregion if no user-defined default MemPlc is specified</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#DFLT_DATA_REGION_INITIAL_SIZE">DFLT_DATA_REGION_INITIAL_SIZE</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Default data region start size (256 MB).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#DFLT_DATA_REGION_MAX_SIZE">DFLT_DATA_REGION_MAX_SIZE</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Default data region's size is 20% of physical memory available on current machine.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#DFLT_DATA_STREAMER_POOL_SIZE">DFLT_DATA_STREAMER_POOL_SIZE</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 size of data streamer thread pool.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/TransactionConfiguration.html#DFLT_DEADLOCK_TIMEOUT">DFLT_DEADLOCK_TIMEOUT</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/TransactionConfiguration.html" title="class in org.apache.ignite.configuration">TransactionConfiguration</a></dt>
<dd>
<div class="block">Default timeout before starting deadlock detection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#DFLT_DEFRAGMENTATION_THREAD_POOL_SIZE">DFLT_DEFRAGMENTATION_THREAD_POOL_SIZE</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Default defragmentation thread pool size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcBlobStore.html#DFLT_DEL_QRY">DFLT_DEL_QRY</a></span> - Static variable in 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>
<div class="block">Default delete entry query (value is <tt>delete from ENTRIES where akey=?</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/deployment/uri/UriDeploymentSpi.html#DFLT_DEPLOY_DIR">DFLT_DEPLOY_DIR</a></span> - Static variable in class org.apache.ignite.spi.deployment.uri.<a href="org/apache/ignite/spi/deployment/uri/UriDeploymentSpi.html" title="class in org.apache.ignite.spi.deployment.uri">UriDeploymentSpi</a></dt>
<dd>
<div class="block">Default deployment directory where SPI will pick up packages.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#DFLT_DEPLOYMENT_MODE">DFLT_DEPLOYMENT_MODE</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 deployment mode (value is <a href="org/apache/ignite/configuration/DeploymentMode.html#SHARED"><code>DeploymentMode.SHARED</code></a>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/sharedfs/SharedFsCheckpointSpi.html#DFLT_DIR_PATH">DFLT_DIR_PATH</a></span> - Static variable in class org.apache.ignite.spi.checkpoint.sharedfs.<a href="org/apache/ignite/spi/checkpoint/sharedfs/SharedFsCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.sharedfs">SharedFsCheckpointSpi</a></dt>
<dd>
<div class="block">Default checkpoint directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#DFLT_DISCO_FAILED_CLIENT_RECONNECT_DELAY">DFLT_DISCO_FAILED_CLIENT_RECONNECT_DELAY</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>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#DFLT_DISCOVERY_CLIENT_RECONNECT_HISTORY_SIZE">DFLT_DISCOVERY_CLIENT_RECONNECT_HISTORY_SIZE</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>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#DFLT_DISCOVERY_METRICS_QNT_WARN">DFLT_DISCOVERY_METRICS_QNT_WARN</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>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#DFLT_DISCOVERY_STARTUP_DELAY">DFLT_DISCOVERY_STARTUP_DELAY</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 discovery startup delay in milliseconds (value is <code>60,000ms</code>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#DFLT_DISK_PAGE_COMPRESSION">DFLT_DISK_PAGE_COMPRESSION</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">Default disk page compression algorithm.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#DFLT_EAGER_TTL">DFLT_EAGER_TTL</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">Default value for eager ttl flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#DFLT_EVENTS_DISABLED">DFLT_EVENTS_DISABLED</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">Default value for events disabled flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/eventstorage/memory/MemoryEventStorageSpi.html#DFLT_EXPIRE_AGE_MS">DFLT_EXPIRE_AGE_MS</a></span> - Static variable in class org.apache.ignite.spi.eventstorage.memory.<a href="org/apache/ignite/spi/eventstorage/memory/MemoryEventStorageSpi.html" title="class in org.apache.ignite.spi.eventstorage.memory">MemoryEventStorageSpi</a></dt>
<dd>
<div class="block">Default event time to live value in milliseconds (value is <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true#MAX_VALUE" title="class or interface in java.lang"><code>Long.MAX_VALUE</code></a>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/eventstorage/memory/MemoryEventStorageSpi.html#DFLT_EXPIRE_COUNT">DFLT_EXPIRE_COUNT</a></span> - Static variable in class org.apache.ignite.spi.eventstorage.memory.<a href="org/apache/ignite/spi/eventstorage/memory/MemoryEventStorageSpi.html" title="class in org.apache.ignite.spi.eventstorage.memory">MemoryEventStorageSpi</a></dt>
<dd>
<div class="block">Default expire count (value is <code>10000</code>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html#DFLT_EXPIRE_DATE_FIELD_NAME">DFLT_EXPIRE_DATE_FIELD_NAME</a></span> - Static variable in class org.apache.ignite.spi.checkpoint.jdbc.<a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.jdbc">JdbcCheckpointSpi</a></dt>
<dd>
<div class="block">Default expiration date field name (value is <code>EXPIRE_DATE</code>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html#DFLT_EXPIRE_DATE_FIELD_TYPE">DFLT_EXPIRE_DATE_FIELD_TYPE</a></span> - Static variable in class org.apache.ignite.spi.checkpoint.jdbc.<a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.jdbc">JdbcCheckpointSpi</a></dt>
<dd>
<div class="block">Default expiration date field type (value is <code>DATETIME</code>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#DFLT_FAILURE_DETECTION_TIMEOUT">DFLT_FAILURE_DETECTION_TIMEOUT</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 failure detection timeout in millis.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#DFLT_FILTER_REACHABLE_ADDRESSES">DFLT_FILTER_REACHABLE_ADDRESSES</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">Default value for <code>FILTER_REACHABLE_ADDRESSES</code> socket option (value is <tt>false</tt>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/startup/BasicWarmupClosure.html#DFLT_GRID_CNT">DFLT_GRID_CNT</a></span> - Static variable 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">Default grid count to warm up.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html#DFLT_HANDSHAKE_TIMEOUT">DFLT_HANDSHAKE_TIMEOUT</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ClientConnectorConfiguration</a></dt>
<dd>
<div class="block">Default handshake timeout.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#DFLT_IDLE_CONN_TIMEOUT">DFLT_IDLE_CONN_TIMEOUT</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">Default idle connection timeout (value is <tt>10</tt>min).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html#DFLT_IDLE_TIMEOUT">DFLT_IDLE_TIMEOUT</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ClientConnectorConfiguration</a></dt>
<dd>
<div class="block">Default idle timeout.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ConnectorConfiguration.html#DFLT_IDLE_TIMEOUT">DFLT_IDLE_TIMEOUT</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ConnectorConfiguration</a></dt>
<dd>
<div class="block">Default REST idle timeout.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteClientSpringBean.html#DFLT_IGNITE_CLI_LIFECYCLE_PHASE">DFLT_IGNITE_CLI_LIFECYCLE_PHASE</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteClientSpringBean.html" title="class in org.apache.ignite">IgniteClientSpringBean</a></dt>
<dd>
<div class="block">Default Ignite client <code>SmartLifecycle</code> phase.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryIndex.html#DFLT_INLINE_SIZE">DFLT_INLINE_SIZE</a></span> - Static variable in class org.apache.ignite.cache.<a href="org/apache/ignite/cache/QueryIndex.html" title="class in org.apache.ignite.cache">QueryIndex</a></dt>
<dd>
<div class="block">Default index inline size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcBlobStore.html#DFLT_INSERT_QRY">DFLT_INSERT_QRY</a></span> - Static variable in 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>
<div class="block">Default insert entry query (value is <tt>insert into ENTRIES (akey, val) values (?</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#DFLT_INVALIDATE">DFLT_INVALIDATE</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">Default value for 'invalidate' flag that indicates if this is invalidation-based cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#DFLT_IP_FINDER_CLEAN_FREQ">DFLT_IP_FINDER_CLEAN_FREQ</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">Default IP finder clean frequency in milliseconds (value is <tt>60,000ms</tt>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/startup/BasicWarmupClosure.html#DFLT_ITERATION_CNT">DFLT_ITERATION_CNT</a></span> - Static variable 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">Default iteration count per thread.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheManager.html#DFLT_JCACHE_DEFAULT_ISOLATED">DFLT_JCACHE_DEFAULT_ISOLATED</a></span> - Static variable in 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="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpi.html#DFLT_JOB_PRIORITY">DFLT_JOB_PRIORITY</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">Default start value for job priority (value is <code>0</code>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html#DFLT_JOB_PRIORITY_ATTRIBUTE_KEY">DFLT_JOB_PRIORITY_ATTRIBUTE_KEY</a></span> - Static variable in class org.apache.ignite.spi.collision.priorityqueue.<a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html" title="class in org.apache.ignite.spi.collision.priorityqueue">PriorityQueueCollisionSpi</a></dt>
<dd>
<div class="block">Default job priority attribute key (value is <code>grid.job.priority</code>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#DFLT_JOIN_TIMEOUT">DFLT_JOIN_TIMEOUT</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">Default timeout for joining topology (value is <tt>0</tt>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html#DFLT_JOIN_TIMEOUT">DFLT_JOIN_TIMEOUT</a></span> - Static variable in class org.apache.ignite.spi.discovery.zk.<a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.zk">ZookeeperDiscoverySpi</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ConnectorConfiguration.html#DFLT_KEEP_ALIVE_TIME">DFLT_KEEP_ALIVE_TIME</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ConnectorConfiguration</a></dt>
<dd>
<div class="block">Default keep alive time for REST thread pool.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/websession/WebSessionFilter.html#DFLT_KEEP_BINARY_FLAG">DFLT_KEEP_BINARY_FLAG</a></span> - Static variable in class org.apache.ignite.cache.websession.<a href="org/apache/ignite/cache/websession/WebSessionFilter.html" title="class in org.apache.ignite.cache.websession">WebSessionFilter</a></dt>
<dd>
<div class="block">Default keep binary flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ssl/SslContextFactory.html#DFLT_KEY_ALGORITHM">DFLT_KEY_ALGORITHM</a></span> - Static variable in class org.apache.ignite.ssl.<a href="org/apache/ignite/ssl/SslContextFactory.html" title="class in org.apache.ignite.ssl">SslContextFactory</a></dt>
<dd>
<div class="block">Default key manager / trust manager algorithm.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html#DFLT_KEY_FIELD_NAME">DFLT_KEY_FIELD_NAME</a></span> - Static variable in class org.apache.ignite.spi.checkpoint.jdbc.<a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.jdbc">JdbcCheckpointSpi</a></dt>
<dd>
<div class="block">Default checkpoint key field name (value is <code>NAME</code>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html#DFLT_KEY_FIELD_TYPE">DFLT_KEY_FIELD_TYPE</a></span> - Static variable in class org.apache.ignite.spi.checkpoint.jdbc.<a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.jdbc">JdbcCheckpointSpi</a></dt>
<dd>
<div class="block">Default checkpoint key field type (value is <code>VARCHAR(256)</code>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/startup/BasicWarmupClosure.html#DFLT_KEY_RANGE">DFLT_KEY_RANGE</a></span> - Static variable 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">Default key range.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#DFLT_LATE_AFF_ASSIGNMENT">DFLT_LATE_AFF_ASSIGNMENT</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"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#DFLT_LOAD_PREV_VAL">DFLT_LOAD_PREV_VAL</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">Default value for load previous value flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcBlobStore.html#DFLT_LOAD_QRY">DFLT_LOAD_QRY</a></span> - Static variable in 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>
<div class="block">Default load entry query (value is <tt>select * from ENTRIES where akey=?</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#DFLT_LOCK_TIMEOUT">DFLT_LOCK_TIMEOUT</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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Default lock timeout configuration property has no effect.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#DFLT_LOCK_WAIT_TIME">DFLT_LOCK_WAIT_TIME</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Lock default wait time, 10 sec.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#DFLT_LOCK_WAIT_TIME">DFLT_LOCK_WAIT_TIME</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Lock default wait time, 10 sec.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#DFLT_LONG_QRY_WARN_TIMEOUT">DFLT_LONG_QRY_WARN_TIMEOUT</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"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#DFLT_LONG_QRY_WARN_TIMEOUT">DFLT_LONG_QRY_WARN_TIMEOUT</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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Please use <a href="org/apache/ignite/configuration/SqlConfiguration.html#DFLT_LONG_QRY_WARN_TIMEOUT"><code>SqlConfiguration.DFLT_LONG_QRY_WARN_TIMEOUT</code></a>.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/SqlConfiguration.html#DFLT_LONG_QRY_WARN_TIMEOUT">DFLT_LONG_QRY_WARN_TIMEOUT</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/SqlConfiguration.html" title="class in org.apache.ignite.configuration">SqlConfiguration</a></dt>
<dd>
<div class="block">Default timeout after which long query warning will be printed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryBasicIdMapper.html#DFLT_LOWER_CASE">DFLT_LOWER_CASE</a></span> - Static variable in 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 lower case flag setting.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#DFLT_MARSHAL_LOCAL_JOBS">DFLT_MARSHAL_LOCAL_JOBS</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 marshal local jobs flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#DFLT_MARSHALLER_PATH">DFLT_MARSHALLER_PATH</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Default path (relative to working directory) of marshaller mappings folder</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#DFLT_MAX_ACK_TIMEOUT">DFLT_MAX_ACK_TIMEOUT</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">Maximum ack timeout value for receiving message acknowledgement in milliseconds (value is <tt>600,000ms</tt>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ThinClientConfiguration.html#DFLT_MAX_ACTIVE_COMPUTE_TASKS_PER_CONNECTION">DFLT_MAX_ACTIVE_COMPUTE_TASKS_PER_CONNECTION</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ThinClientConfiguration.html" title="class in org.apache.ignite.configuration">ThinClientConfiguration</a></dt>
<dd>
<div class="block">Default limit of active compute tasks per connection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ThinClientConfiguration.html#DFLT_MAX_ACTIVE_TX_PER_CONNECTION">DFLT_MAX_ACTIVE_TX_PER_CONNECTION</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ThinClientConfiguration.html" title="class in org.apache.ignite.configuration">ThinClientConfiguration</a></dt>
<dd>
<div class="block">Default limit of active transactions count per connection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#DFLT_MAX_CONCURRENT_ASYNC_OPS">DFLT_MAX_CONCURRENT_ASYNC_OPS</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">Default value for 'maxConcurrentAsyncOps'.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#DFLT_MAX_CONN_TIMEOUT">DFLT_MAX_CONN_TIMEOUT</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">Default Maximum connection timeout (value is <tt>600,000</tt>ms).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/failover/always/AlwaysFailoverSpi.html#DFLT_MAX_FAILOVER_ATTEMPTS">DFLT_MAX_FAILOVER_ATTEMPTS</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">Maximum number of attempts to execute a failed job on another node (default is <code>5</code>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/failover/jobstealing/JobStealingFailoverSpi.html#DFLT_MAX_FAILOVER_ATTEMPTS">DFLT_MAX_FAILOVER_ATTEMPTS</a></span> - Static variable in class org.apache.ignite.spi.failover.jobstealing.<a href="org/apache/ignite/spi/failover/jobstealing/JobStealingFailoverSpi.html" title="class in org.apache.ignite.spi.failover.jobstealing">JobStealingFailoverSpi</a></dt>
<dd>
<div class="block">Maximum number of attempts to execute a failed job on another node (default is <code>5</code>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/OdbcConfiguration.html#DFLT_MAX_OPEN_CURSORS">DFLT_MAX_OPEN_CURSORS</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/OdbcConfiguration.html" title="class in org.apache.ignite.configuration">OdbcConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Default max number of open cursors per connection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html#DFLT_MAX_OPEN_CURSORS_PER_CONN">DFLT_MAX_OPEN_CURSORS_PER_CONN</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ClientConnectorConfiguration</a></dt>
<dd>
<div class="block">Default max number of open cursors per connection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/SqlConnectorConfiguration.html#DFLT_MAX_OPEN_CURSORS_PER_CONN">DFLT_MAX_OPEN_CURSORS_PER_CONN</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/SqlConnectorConfiguration.html" title="class in org.apache.ignite.configuration">SqlConnectorConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Default max number of open cursors per connection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteDataStreamer.html#DFLT_MAX_PARALLEL_OPS">DFLT_MAX_PARALLEL_OPS</a></span> - Static variable 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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Is not used anymore.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/dialect/BasicJdbcDialect.html#DFLT_MAX_PARAMS_CNT">DFLT_MAX_PARAMS_CNT</a></span> - Static variable in 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>
<div class="block">Default max query parameters count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#DFLT_MAX_QUERY_ITERATOR_CNT">DFLT_MAX_QUERY_ITERATOR_CNT</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">Default maximum number of query iterators that can be stored.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/websession/WebSessionFilter.html#DFLT_MAX_RETRIES_ON_FAIL">DFLT_MAX_RETRIES_ON_FAIL</a></span> - Static variable in class org.apache.ignite.cache.websession.<a href="org/apache/ignite/cache/websession/WebSessionFilter.html" title="class in org.apache.ignite.cache.websession">WebSessionFilter</a></dt>
<dd>
<div class="block">Default retry on fail flag value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpi.html#DFLT_MAX_STEALING_ATTEMPTS">DFLT_MAX_STEALING_ATTEMPTS</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">Maximum number of attempts to steal job by another node (default is <code>5</code>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/multicast/TcpDiscoveryMulticastIpFinder.html#DFLT_MCAST_GROUP">DFLT_MCAST_GROUP</a></span> - Static variable in class org.apache.ignite.spi.discovery.tcp.ipfinder.multicast.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/multicast/TcpDiscoveryMulticastIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.multicast">TcpDiscoveryMulticastIpFinder</a></dt>
<dd>
<div class="block">Default multicast IP address (value is <code>228.1.2.4</code>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/multicast/TcpDiscoveryMulticastIpFinder.html#DFLT_MCAST_PORT">DFLT_MCAST_PORT</a></span> - Static variable in class org.apache.ignite.spi.discovery.tcp.ipfinder.multicast.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/multicast/TcpDiscoveryMulticastIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.multicast">TcpDiscoveryMulticastIpFinder</a></dt>
<dd>
<div class="block">Default multicast port number (value is <code>47400</code>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/MemoryConfiguration.html#DFLT_MEM_PLC_DEFAULT_NAME">DFLT_MEM_PLC_DEFAULT_NAME</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/MemoryConfiguration.html" title="class in org.apache.ignite.configuration">MemoryConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">This name is assigned to default DataRegion if no user-defined default MemPlc is specified</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/MemoryConfiguration.html#DFLT_MEMORY_POLICY_INITIAL_SIZE">DFLT_MEMORY_POLICY_INITIAL_SIZE</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/MemoryConfiguration.html" title="class in org.apache.ignite.configuration">MemoryConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Default memory policy start size (256 MB).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/MemoryConfiguration.html#DFLT_MEMORY_POLICY_MAX_SIZE">DFLT_MEMORY_POLICY_MAX_SIZE</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/MemoryConfiguration.html" title="class in org.apache.ignite.configuration">MemoryConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Default memory policy's size is 20% of physical memory available on current machine.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataRegionConfiguration.html#DFLT_METRICS_ENABLED">DFLT_METRICS_ENABLED</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataRegionConfiguration.html" title="class in org.apache.ignite.configuration">DataRegionConfiguration</a></dt>
<dd>
<div class="block">Default metrics enabled flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#DFLT_METRICS_ENABLED">DFLT_METRICS_ENABLED</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/MemoryPolicyConfiguration.html#DFLT_METRICS_ENABLED">DFLT_METRICS_ENABLED</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/MemoryPolicyConfiguration.html" title="class in org.apache.ignite.configuration">MemoryPolicyConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Default metrics enabled flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#DFLT_METRICS_ENABLED">DFLT_METRICS_ENABLED</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#DFLT_METRICS_EXPIRE_TIME">DFLT_METRICS_EXPIRE_TIME</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 metrics expire time.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#DFLT_METRICS_HISTORY_SIZE">DFLT_METRICS_HISTORY_SIZE</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 metrics history size (value is <code>10000</code>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#DFLT_METRICS_LOG_FREQ">DFLT_METRICS_LOG_FREQ</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 frequency of metrics log print out.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#DFLT_METRICS_UPDATE_FREQ">DFLT_METRICS_UPDATE_FREQ</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 metrics update frequency.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#DFLT_MGMT_THREAD_CNT">DFLT_MGMT_THREAD_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 size of management thread pool.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpi.html#DFLT_MSG_EXPIRE_TIME">DFLT_MSG_EXPIRE_TIME</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">Default steal message expire time in milliseconds (value is <code>1000</code>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#DFLT_MSG_QUEUE_LIMIT">DFLT_MSG_QUEUE_LIMIT</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">Default message queue limit per connection (for incoming and outgoing .</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#DFLT_MVCC_VACUUM_FREQUENCY">DFLT_MVCC_VACUUM_FREQUENCY</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 time interval between MVCC vacuum runs in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#DFLT_MVCC_VACUUM_THREAD_CNT">DFLT_MVCC_VACUUM_THREAD_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 number of MVCC vacuum threads..</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#DFLT_NEAR_START_SIZE">DFLT_NEAR_START_SIZE</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">Initial default near cache size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#DFLT_NETWORK_COMPRESSION">DFLT_NETWORK_COMPRESSION</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 compression level for network messages (value is Deflater.BEST_SPEED.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#DFLT_NETWORK_TIMEOUT">DFLT_NETWORK_TIMEOUT</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 maximum timeout to wait for network responses in milliseconds (value is <code>5,000ms</code>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#DFLT_NETWORK_TIMEOUT">DFLT_NETWORK_TIMEOUT</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">Default network timeout in milliseconds (value is <tt>5000ms</tt>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#DFLT_NODE_IDS_HISTORY_SIZE">DFLT_NODE_IDS_HISTORY_SIZE</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>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/loadbalancing/weightedrandom/WeightedRandomLoadBalancingSpi.html#DFLT_NODE_WEIGHT">DFLT_NODE_WEIGHT</a></span> - Static variable in class org.apache.ignite.spi.loadbalancing.weightedrandom.<a href="org/apache/ignite/spi/loadbalancing/weightedrandom/WeightedRandomLoadBalancingSpi.html" title="class in org.apache.ignite.spi.loadbalancing.weightedrandom">WeightedRandomLoadBalancingSpi</a></dt>
<dd>
<div class="block">Default weight assigned to every node if explicit one is not provided (value is <code>10</code>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html#DFLT_NUMBER_OF_RETRIES">DFLT_NUMBER_OF_RETRIES</a></span> - Static variable in class org.apache.ignite.spi.checkpoint.jdbc.<a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.jdbc">JdbcCheckpointSpi</a></dt>
<dd>
<div class="block">Default number of retries in case of errors (value is <code>2</code>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#DFLT_P2P_ENABLED">DFLT_P2P_ENABLED</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 flag for peer class loading.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#DFLT_P2P_MISSED_RESOURCES_CACHE_SIZE">DFLT_P2P_MISSED_RESOURCES_CACHE_SIZE</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 cache size for missed resources.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#DFLT_P2P_THREAD_CNT">DFLT_P2P_THREAD_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 size of peer class loading thread pool.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataRegionConfiguration.html#DFLT_PAGE_REPLACEMENT_MODE">DFLT_PAGE_REPLACEMENT_MODE</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataRegionConfiguration.html" title="class in org.apache.ignite.configuration">DataRegionConfiguration</a></dt>
<dd>
<div class="block">Default page replacement mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/AbstractContinuousQuery.html#DFLT_PAGE_SIZE">DFLT_PAGE_SIZE</a></span> - Static variable in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/AbstractContinuousQuery.html" title="class in org.apache.ignite.cache.query">AbstractContinuousQuery</a></dt>
<dd>
<div class="block">Default page size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/Query.html#DFLT_PAGE_SIZE">DFLT_PAGE_SIZE</a></span> - Static variable in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/Query.html" title="class in org.apache.ignite.cache.query">Query</a></dt>
<dd>
<div class="block">Default query page size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#DFLT_PAGE_SIZE">DFLT_PAGE_SIZE</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Default memory page size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/MemoryConfiguration.html#DFLT_PAGE_SIZE">DFLT_PAGE_SIZE</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/MemoryConfiguration.html" title="class in org.apache.ignite.configuration">MemoryConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Default memory page size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/fifoqueue/FifoQueueCollisionSpi.html#DFLT_PARALLEL_JOBS_NUM">DFLT_PARALLEL_JOBS_NUM</a></span> - Static variable in class org.apache.ignite.spi.collision.fifoqueue.<a href="org/apache/ignite/spi/collision/fifoqueue/FifoQueueCollisionSpi.html" title="class in org.apache.ignite.spi.collision.fifoqueue">FifoQueueCollisionSpi</a></dt>
<dd>
<div class="block">Default number of parallel jobs allowed (set to number of cores times 2).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html#DFLT_PARALLEL_JOBS_NUM">DFLT_PARALLEL_JOBS_NUM</a></span> - Static variable in class org.apache.ignite.spi.collision.priorityqueue.<a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html" title="class in org.apache.ignite.spi.collision.priorityqueue">PriorityQueueCollisionSpi</a></dt>
<dd>
<div class="block">Default number of parallel jobs allowed (set to number of cores times 2).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcPojoStoreFactory.html#DFLT_PARALLEL_LOAD_CACHE_MINIMUM_THRESHOLD">DFLT_PARALLEL_LOAD_CACHE_MINIMUM_THRESHOLD</a></span> - Static variable in 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>
<div class="block">Default batch size for put and remove operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteDataStreamer.html#DFLT_PARALLEL_OPS_MULTIPLIER">DFLT_PARALLEL_OPS_MULTIPLIER</a></span> - Static variable 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">Default multiplier for data streamer pool size to get concurrent batches count for each remote node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/affinity/rendezvous/RendezvousAffinityFunction.html#DFLT_PARTITION_COUNT">DFLT_PARTITION_COUNT</a></span> - Static variable 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">Default number of partitions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#DFLT_PARTITION_LOSS_POLICY">DFLT_PARTITION_LOSS_POLICY</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">Default partition loss policy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/sharedfs/TcpDiscoverySharedFsIpFinder.html#DFLT_PATH">DFLT_PATH</a></span> - Static variable in class org.apache.ignite.spi.discovery.tcp.ipfinder.sharedfs.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/sharedfs/TcpDiscoverySharedFsIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.sharedfs">TcpDiscoverySharedFsIpFinder</a></dt>
<dd>
<div class="block">Default path for discovering of local nodes (testing only).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteDataStreamer.html#DFLT_PER_NODE_BUFFER_SIZE">DFLT_PER_NODE_BUFFER_SIZE</a></span> - Static variable 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">Default operations batch size to sent to remote node for loading.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteDataStreamer.html#DFLT_PER_THREAD_BUFFER_SIZE">DFLT_PER_THREAD_BUFFER_SIZE</a></span> - Static variable 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">Default batch size per thread to send to buffer on node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/TransactionConfiguration.html#DFLT_PESSIMISTIC_TX_LOG_LINGER">DFLT_PESSIMISTIC_TX_LOG_LINGER</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/TransactionConfiguration.html" title="class in org.apache.ignite.configuration">TransactionConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Pessimistic tx log linger property has no effect.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html#DFLT_PORT">DFLT_PORT</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ClientConnectorConfiguration</a></dt>
<dd>
<div class="block">Default port.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/SqlConnectorConfiguration.html#DFLT_PORT">DFLT_PORT</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/SqlConnectorConfiguration.html" title="class in org.apache.ignite.configuration">SqlConnectorConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Default port.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcDriver.html#DFLT_PORT">DFLT_PORT</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcDriver.html" title="class in org.apache.ignite">IgniteJdbcDriver</a></dt>
<dd>
<div class="block">Default port.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#DFLT_PORT">DFLT_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">Default port which node sets listener to (value is <tt>47100</tt>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#DFLT_PORT">DFLT_PORT</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">Default port to listen (value is <tt>47500</tt>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html#DFLT_PORT_RANGE">DFLT_PORT_RANGE</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ClientConnectorConfiguration</a></dt>
<dd>
<div class="block">Default port range.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ConnectorConfiguration.html#DFLT_PORT_RANGE">DFLT_PORT_RANGE</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ConnectorConfiguration</a></dt>
<dd>
<div class="block">Default rest port range.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/SqlConnectorConfiguration.html#DFLT_PORT_RANGE">DFLT_PORT_RANGE</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/SqlConnectorConfiguration.html" title="class in org.apache.ignite.configuration">SqlConnectorConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Default port range.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#DFLT_PORT_RANGE">DFLT_PORT_RANGE</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">Default local port range (value is <tt>100</tt>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#DFLT_PORT_RANGE">DFLT_PORT_RANGE</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">Default local port range (value is <tt>100</tt>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html#DFLT_PREVENT_STARVATION_ENABLED">DFLT_PREVENT_STARVATION_ENABLED</a></span> - Static variable in class org.apache.ignite.spi.collision.priorityqueue.<a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html" title="class in org.apache.ignite.spi.collision.priorityqueue">PriorityQueueCollisionSpi</a></dt>
<dd>
<div class="block">Default flag for preventing starvation of lower priority jobs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html#DFLT_PRIORITY">DFLT_PRIORITY</a></span> - Static variable in class org.apache.ignite.spi.collision.priorityqueue.<a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html" title="class in org.apache.ignite.spi.collision.priorityqueue">PriorityQueueCollisionSpi</a></dt>
<dd>
<div class="block">Default priority that will be assigned if job does not have a
priority attribute set (value is <code>0</code>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html#DFLT_PRIORITY_ATTRIBUTE_KEY">DFLT_PRIORITY_ATTRIBUTE_KEY</a></span> - Static variable in class org.apache.ignite.spi.collision.priorityqueue.<a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html" title="class in org.apache.ignite.spi.collision.priorityqueue">PriorityQueueCollisionSpi</a></dt>
<dd>
<div class="block">Default priority attribute key (value is <code>grid.task.priority</code>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/startup/cmdline/CommandLineStartup.html#DFLT_PROG_NAME">DFLT_PROG_NAME</a></span> - Static variable in class org.apache.ignite.startup.cmdline.<a href="org/apache/ignite/startup/cmdline/CommandLineStartup.html" title="class in org.apache.ignite.startup.cmdline">CommandLineStartup</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CachingProvider.html#DFLT_PROPS">DFLT_PROPS</a></span> - Static variable in class org.apache.ignite.cache.<a href="org/apache/ignite/cache/CachingProvider.html" title="class in org.apache.ignite.cache">CachingProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#DFLT_PUBLIC_THREAD_CNT">DFLT_PUBLIC_THREAD_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="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#DFLT_QRY_DETAIL_METRICS_SIZE">DFLT_QRY_DETAIL_METRICS_SIZE</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">Default number of queries detail metrics to collect.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/SqlConfiguration.html#DFLT_QRY_TIMEOUT">DFLT_QRY_TIMEOUT</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/SqlConfiguration.html" title="class in org.apache.ignite.configuration">SqlConfiguration</a></dt>
<dd>
<div class="block">Default query timeout.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#DFLT_QUERY_PARALLELISM">DFLT_QUERY_PARALLELISM</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">Default query parallelism.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#DFLT_QUERY_THREAD_POOL_SIZE">DFLT_QUERY_THREAD_POOL_SIZE</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 size of query thread pool.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataRegionConfiguration.html#DFLT_RATE_TIME_INTERVAL_MILLIS">DFLT_RATE_TIME_INTERVAL_MILLIS</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataRegionConfiguration.html" title="class in org.apache.ignite.configuration">DataRegionConfiguration</a></dt>
<dd>
<div class="block">Default length of interval over which <a href="org/apache/ignite/DataRegionMetrics.html#getAllocationRate--"><code>DataRegionMetrics.getAllocationRate()</code></a> metric is calculated.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#DFLT_RATE_TIME_INTERVAL_MILLIS">DFLT_RATE_TIME_INTERVAL_MILLIS</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Default length of interval over which rate-based metric is calculated.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/MemoryPolicyConfiguration.html#DFLT_RATE_TIME_INTERVAL_MILLIS">DFLT_RATE_TIME_INTERVAL_MILLIS</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/MemoryPolicyConfiguration.html" title="class in org.apache.ignite.configuration">MemoryPolicyConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Default length of interval over which <a href="org/apache/ignite/MemoryMetrics.html#getAllocationRate--"><code>MemoryMetrics.getAllocationRate()</code></a> metric is calculated.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#DFLT_RATE_TIME_INTERVAL_MILLIS">DFLT_RATE_TIME_INTERVAL_MILLIS</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Default length of interval over which rate-based metric is calculated.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#DFLT_READ_FROM_BACKUP">DFLT_READ_FROM_BACKUP</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">Default value for 'readFromBackup' flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#DFLT_REBALANCE_BATCH_SIZE">DFLT_REBALANCE_BATCH_SIZE</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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/IgniteConfiguration.html#DFLT_REBALANCE_BATCH_SIZE"><code>IgniteConfiguration.DFLT_REBALANCE_BATCH_SIZE</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#DFLT_REBALANCE_BATCH_SIZE">DFLT_REBALANCE_BATCH_SIZE</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 rebalance batch size in bytes (value is <code>512Kb</code>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#DFLT_REBALANCE_BATCHES_PREFETCH_COUNT">DFLT_REBALANCE_BATCHES_PREFETCH_COUNT</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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/IgniteConfiguration.html#DFLT_REBALANCE_BATCHES_PREFETCH_COUNT"><code>IgniteConfiguration.DFLT_REBALANCE_BATCHES_PREFETCH_COUNT</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#DFLT_REBALANCE_BATCHES_PREFETCH_COUNT">DFLT_REBALANCE_BATCHES_PREFETCH_COUNT</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 rebalance batches prefetch count (value is <code>3</code>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#DFLT_REBALANCE_MODE">DFLT_REBALANCE_MODE</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">Default rebalance mode for distributed cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#DFLT_REBALANCE_THREAD_POOL_SIZE">DFLT_REBALANCE_THREAD_POOL_SIZE</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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/IgniteConfiguration.html#DFLT_REBALANCE_THREAD_POOL_SIZE"><code>IgniteConfiguration.DFLT_REBALANCE_THREAD_POOL_SIZE</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#DFLT_REBALANCE_THREAD_POOL_SIZE">DFLT_REBALANCE_THREAD_POOL_SIZE</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 limit of threads used for rebalance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#DFLT_REBALANCE_THROTTLE">DFLT_REBALANCE_THROTTLE</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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/IgniteConfiguration.html#DFLT_REBALANCE_THROTTLE"><code>IgniteConfiguration.DFLT_REBALANCE_THROTTLE</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#DFLT_REBALANCE_THROTTLE">DFLT_REBALANCE_THROTTLE</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">Time to wait between rebalance messages in milliseconds to avoid overloading CPU (value is <code>0</code>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#DFLT_REBALANCE_TIMEOUT">DFLT_REBALANCE_TIMEOUT</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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/IgniteConfiguration.html#DFLT_REBALANCE_TIMEOUT"><code>IgniteConfiguration.DFLT_REBALANCE_TIMEOUT</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#DFLT_REBALANCE_TIMEOUT">DFLT_REBALANCE_TIMEOUT</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 rebalance message timeout in milliseconds (value is <code>10000</code>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#DFLT_RECONNECT_CNT">DFLT_RECONNECT_CNT</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">Default reconnect attempts count (value is <tt>10</tt>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#DFLT_RECONNECT_CNT">DFLT_RECONNECT_CNT</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">Default reconnect attempts count (value is <tt>10</tt>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#DFLT_RECONNECT_DELAY">DFLT_RECONNECT_DELAY</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">Default delay between attempts to connect to the cluster in milliseconds (value is <tt>2000</tt>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/EncryptionConfiguration.html#DFLT_REENCRYPTION_BATCH_SIZE">DFLT_REENCRYPTION_BATCH_SIZE</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/EncryptionConfiguration.html" title="class in org.apache.ignite.configuration">EncryptionConfiguration</a></dt>
<dd>
<div class="block">Default number of pages that is scanned during reencryption under checkpoint lock.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/EncryptionConfiguration.html#DFLT_REENCRYPTION_RATE_MBPS">DFLT_REENCRYPTION_RATE_MBPS</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/EncryptionConfiguration.html" title="class in org.apache.ignite.configuration">EncryptionConfiguration</a></dt>
<dd>
<div class="block">Default re-encryption rate limit.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/multicast/TcpDiscoveryMulticastIpFinder.html#DFLT_RES_WAIT_TIME">DFLT_RES_WAIT_TIME</a></span> - Static variable in class org.apache.ignite.spi.discovery.tcp.ipfinder.multicast.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/multicast/TcpDiscoveryMulticastIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.multicast">TcpDiscoveryMulticastIpFinder</a></dt>
<dd>
<div class="block">Default time IP finder waits for reply to multicast address request (value is <code>500</code>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ConnectorConfiguration.html#DFLT_REST_CORE_THREAD_CNT">DFLT_REST_CORE_THREAD_CNT</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ConnectorConfiguration</a></dt>
<dd>
<div class="block">Default size of REST thread pool.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ConnectorConfiguration.html#DFLT_REST_MAX_THREAD_CNT">DFLT_REST_MAX_THREAD_CNT</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ConnectorConfiguration</a></dt>
<dd>
<div class="block">Default max size of REST thread pool.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/websession/WebSessionFilter.html#DFLT_RETRIES_ON_FAIL_TIMEOUT">DFLT_RETRIES_ON_FAIL_TIMEOUT</a></span> - Static variable in class org.apache.ignite.cache.websession.<a href="org/apache/ignite/cache/websession/WebSessionFilter.html" title="class in org.apache.ignite.cache.websession">WebSessionFilter</a></dt>
<dd>
<div class="block">Default retry on fail timeout flag value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html#DFLT_ROOT_PATH">DFLT_ROOT_PATH</a></span> - Static variable in class org.apache.ignite.spi.discovery.zk.<a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.zk">ZookeeperDiscoverySpi</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#DFLT_SEG_CHK_FREQ">DFLT_SEG_CHK_FREQ</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 segment check frequency in discovery manager.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#DFLT_SEG_PLC">DFLT_SEG_PLC</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 segmentation policy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#DFLT_SEG_RESOLVE_ATTEMPTS">DFLT_SEG_RESOLVE_ATTEMPTS</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 value segmentation resolve attempts count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html#DFLT_SELECTOR_CNT">DFLT_SELECTOR_CNT</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ClientConnectorConfiguration</a></dt>
<dd>
<div class="block">Default selector count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#DFLT_SELECTORS_CNT">DFLT_SELECTORS_CNT</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">Default count of selectors for TCP server equals to <code>"Math.max(4, Runtime.getRuntime().availableProcessors()
/ 2)"</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#DFLT_SEND_RETRY_CNT">DFLT_SEND_RETRY_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 message send retries count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#DFLT_SEND_RETRY_DELAY">DFLT_SEND_RETRY_DELAY</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 interval between message send retries.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html#DFLT_SESSION_EXPIRATION_TIMEOUT">DFLT_SESSION_EXPIRATION_TIMEOUT</a></span> - Static variable in class org.apache.ignite.cache.store.cassandra.datasource.<a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html" title="class in org.apache.ignite.cache.store.cassandra.datasource">DataSource</a></dt>
<dd>
<div class="block">Default expiration timeout for Cassandra driver session.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#DFLT_SHMEM_PORT">DFLT_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">Default port which node sets listener for shared memory connections (value is <tt>48100</tt>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#DFLT_SHUTDOWN_POLICY">DFLT_SHUTDOWN_POLICY</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 policy for node shutdown.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryBasicNameMapper.html#DFLT_SIMPLE_NAME">DFLT_SIMPLE_NAME</a></span> - Static variable in 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 use simple name flag setting.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#DFLT_SNAPSHOT_DIRECTORY">DFLT_SNAPSHOT_DIRECTORY</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 relative working directory path for snapshot operation result.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#DFLT_SO_LINGER">DFLT_SO_LINGER</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">Default SO_LINGER to set for socket, 0 means enabled with 0 timeout.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html#DFLT_SOCK_BUF_SIZE">DFLT_SOCK_BUF_SIZE</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ClientConnectorConfiguration</a></dt>
<dd>
<div class="block">Default socket send and receive buffer size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ConnectorConfiguration.html#DFLT_SOCK_BUF_SIZE">DFLT_SOCK_BUF_SIZE</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ConnectorConfiguration</a></dt>
<dd>
<div class="block">Default socket send and receive buffer size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/OdbcConfiguration.html#DFLT_SOCK_BUF_SIZE">DFLT_SOCK_BUF_SIZE</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/OdbcConfiguration.html" title="class in org.apache.ignite.configuration">OdbcConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Default socket send and receive buffer size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/SqlConnectorConfiguration.html#DFLT_SOCK_BUF_SIZE">DFLT_SOCK_BUF_SIZE</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/SqlConnectorConfiguration.html" title="class in org.apache.ignite.configuration">SqlConnectorConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Default socket send and receive buffer size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#DFLT_SOCK_BUF_SIZE">DFLT_SOCK_BUF_SIZE</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">Default socket send and receive buffer size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#DFLT_SOCK_TIMEOUT">DFLT_SOCK_TIMEOUT</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">Default socket operations timeout in milliseconds (value is <tt>5000ms</tt>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#DFLT_SOCK_TIMEOUT_CLIENT">DFLT_SOCK_TIMEOUT_CLIENT</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">Default socket operations timeout in milliseconds (value is <tt>5000ms</tt>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#DFLT_SOCK_WRITE_TIMEOUT">DFLT_SOCK_WRITE_TIMEOUT</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">Default socket write timeout.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#DFLT_SQL_INDEX_MAX_INLINE_SIZE">DFLT_SQL_INDEX_MAX_INLINE_SIZE</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">Default maximum inline size for sql indexes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#DFLT_SQL_ONHEAP_CACHE_MAX_SIZE">DFLT_SQL_ONHEAP_CACHE_MAX_SIZE</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">Default SQL on-heap cache size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#DFLT_SQL_QUERY_HISTORY_SIZE">DFLT_SQL_QUERY_HISTORY_SIZE</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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Please use <a href="org/apache/ignite/configuration/SqlConfiguration.html#DFLT_SQL_QUERY_HISTORY_SIZE"><code>SqlConfiguration.DFLT_SQL_QUERY_HISTORY_SIZE</code></a>.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/SqlConfiguration.html#DFLT_SQL_QUERY_HISTORY_SIZE">DFLT_SQL_QUERY_HISTORY_SIZE</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/SqlConfiguration.html" title="class in org.apache.ignite.configuration">SqlConfiguration</a></dt>
<dd>
<div class="block">Default SQL query history size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ssl/SslContextFactory.html#DFLT_SSL_PROTOCOL">DFLT_SSL_PROTOCOL</a></span> - Static variable in class org.apache.ignite.ssl.<a href="org/apache/ignite/ssl/SslContextFactory.html" title="class in org.apache.ignite.ssl">SslContextFactory</a></dt>
<dd>
<div class="block">Default SSL protocol.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html#DFLT_STARVATION_INCREMENT">DFLT_STARVATION_INCREMENT</a></span> - Static variable in class org.apache.ignite.spi.collision.priorityqueue.<a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html" title="class in org.apache.ignite.spi.collision.priorityqueue">PriorityQueueCollisionSpi</a></dt>
<dd>
<div class="block">Default value on which job priority will be increased every time when job gets bumped down.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#DFLT_STATE_ON_START">DFLT_STATE_ON_START</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 value for cluster state on start.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#DFLT_STATS_PRINT_FREQ">DFLT_STATS_PRINT_FREQ</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">Default statistics print frequency in milliseconds (value is <tt>0ms</tt>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#DFLT_STORE_KEEP_BINARY">DFLT_STORE_KEEP_BINARY</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">Default value for keep binary in store behavior .</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ssl/SslContextFactory.html#DFLT_STORE_TYPE">DFLT_STORE_TYPE</a></span> - Static variable in class org.apache.ignite.ssl.<a href="org/apache/ignite/ssl/SslContextFactory.html" title="class in org.apache.ignite.ssl">SslContextFactory</a></dt>
<dd>
<div class="block">Default key / trust store type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataRegionConfiguration.html#DFLT_SUB_INTERVALS">DFLT_SUB_INTERVALS</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataRegionConfiguration.html" title="class in org.apache.ignite.configuration">DataRegionConfiguration</a></dt>
<dd>
<div class="block">Default amount of sub intervals to calculate <a href="org/apache/ignite/DataRegionMetrics.html#getAllocationRate--"><code>DataRegionMetrics.getAllocationRate()</code></a> metric.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#DFLT_SUB_INTERVALS">DFLT_SUB_INTERVALS</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Default amount of sub intervals to calculate rate-based metric.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/MemoryPolicyConfiguration.html#DFLT_SUB_INTERVALS">DFLT_SUB_INTERVALS</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/MemoryPolicyConfiguration.html" title="class in org.apache.ignite.configuration">MemoryPolicyConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Default amount of sub intervals to calculate <a href="org/apache/ignite/MemoryMetrics.html#getAllocationRate--"><code>MemoryMetrics.getAllocationRate()</code></a> metric.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#DFLT_SUB_INTERVALS">DFLT_SUB_INTERVALS</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Default amount of sub intervals to calculate rate-based metric.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#DFLT_SYSTEM_CORE_THREAD_CNT">DFLT_SYSTEM_CORE_THREAD_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 size of system thread pool.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ConnectorConfiguration.html#DFLT_TCP_DIRECT_BUF">DFLT_TCP_DIRECT_BUF</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ConnectorConfiguration</a></dt>
<dd>
<div class="block">Default TCP direct buffer flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/OdbcConfiguration.html#DFLT_TCP_HOST">DFLT_TCP_HOST</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/OdbcConfiguration.html" title="class in org.apache.ignite.configuration">OdbcConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Default TCP host.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html#DFLT_TCP_NO_DELAY">DFLT_TCP_NO_DELAY</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ClientConnectorConfiguration</a></dt>
<dd>
<div class="block">Default value for <code>TCP_NODELAY</code> socket option (value is <tt>true</tt>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/SqlConnectorConfiguration.html#DFLT_TCP_NO_DELAY">DFLT_TCP_NO_DELAY</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/SqlConnectorConfiguration.html" title="class in org.apache.ignite.configuration">SqlConnectorConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Default value for <code>TCP_NODELAY</code> socket option (value is <tt>true</tt>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ConnectorConfiguration.html#DFLT_TCP_NODELAY">DFLT_TCP_NODELAY</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ConnectorConfiguration</a></dt>
<dd>
<div class="block">Default TCP_NODELAY flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#DFLT_TCP_NODELAY">DFLT_TCP_NODELAY</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">Default value for <code>TCP_NODELAY</code> socket option (value is <tt>true</tt>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ConnectorConfiguration.html#DFLT_TCP_PORT">DFLT_TCP_PORT</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ConnectorConfiguration</a></dt>
<dd>
<div class="block">Default TCP server port.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#DFLT_TCP_PORT">DFLT_TCP_PORT</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 TCP server port.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/OdbcConfiguration.html#DFLT_TCP_PORT_FROM">DFLT_TCP_PORT_FROM</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/OdbcConfiguration.html" title="class in org.apache.ignite.configuration">OdbcConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Default minimum TCP port range value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/OdbcConfiguration.html#DFLT_TCP_PORT_TO">DFLT_TCP_PORT_TO</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/OdbcConfiguration.html" title="class in org.apache.ignite.configuration">OdbcConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Default maximum TCP port range value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#DFLT_THREAD_KEEP_ALIVE_TIME">DFLT_THREAD_KEEP_ALIVE_TIME</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 Ignite thread keep alive time.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html#DFLT_THREAD_POOL_SIZE">DFLT_THREAD_POOL_SIZE</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ClientConnectorConfiguration</a></dt>
<dd>
<div class="block">Default size of thread pool.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/OdbcConfiguration.html#DFLT_THREAD_POOL_SIZE">DFLT_THREAD_POOL_SIZE</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/OdbcConfiguration.html" title="class in org.apache.ignite.configuration">OdbcConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Default size of thread pool.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/SqlConnectorConfiguration.html#DFLT_THREAD_POOL_SIZE">DFLT_THREAD_POOL_SIZE</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/SqlConnectorConfiguration.html" title="class in org.apache.ignite.configuration">SqlConnectorConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Default size of thread pool.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#DFLT_THREAD_PRI">DFLT_THREAD_PRI</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">Default value for thread priority (value is <tt>10</tt>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ConnectorConfiguration.html#DFLT_THREADPOOL_QUEUE_CAP">DFLT_THREADPOOL_QUEUE_CAP</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ConnectorConfiguration</a></dt>
<dd>
<div class="block">Default max queue capacity of REST thread pool.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/CacheLoadOnlyStoreAdapter.html#DFLT_THREADS_COUNT">DFLT_THREADS_COUNT</a></span> - Static variable in 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>
<div class="block">Default number of working threads (equal to the number of available processors).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#DFLT_THROTTLE_RECONNECT_RESET_TIMEOUT_INTERVAL">DFLT_THROTTLE_RECONNECT_RESET_TIMEOUT_INTERVAL</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>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/AbstractContinuousQuery.html#DFLT_TIME_INTERVAL">DFLT_TIME_INTERVAL</a></span> - Static variable in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/AbstractContinuousQuery.html" title="class in org.apache.ignite.cache.query">AbstractContinuousQuery</a></dt>
<dd>
<div class="block">Maximum default time interval after which buffer will be flushed (if buffering is enabled).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#DFLT_TIME_SERVER_PORT_BASE">DFLT_TIME_SERVER_PORT_BASE</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 time server port base.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#DFLT_TIME_SERVER_PORT_RANGE">DFLT_TIME_SERVER_PORT_RANGE</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 time server port range.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#DFLT_TLB_SIZE">DFLT_TLB_SIZE</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Default thread local buffer size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#DFLT_TOP_HISTORY_SIZE">DFLT_TOP_HISTORY_SIZE</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">Default size of topology snapshots history.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientTransactionConfiguration.html#DFLT_TRANSACTION_TIMEOUT">DFLT_TRANSACTION_TIMEOUT</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientTransactionConfiguration.html" title="class in org.apache.ignite.configuration">ClientTransactionConfiguration</a></dt>
<dd>
<div class="block">Default transaction timeout.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/TransactionConfiguration.html#DFLT_TRANSACTION_TIMEOUT">DFLT_TRANSACTION_TIMEOUT</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/TransactionConfiguration.html" title="class in org.apache.ignite.configuration">TransactionConfiguration</a></dt>
<dd>
<div class="block">Default transaction timeout.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientTransactionConfiguration.html#DFLT_TX_CONCURRENCY">DFLT_TX_CONCURRENCY</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientTransactionConfiguration.html" title="class in org.apache.ignite.configuration">ClientTransactionConfiguration</a></dt>
<dd>
<div class="block">Default concurrency mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/TransactionConfiguration.html#DFLT_TX_CONCURRENCY">DFLT_TX_CONCURRENCY</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/TransactionConfiguration.html" title="class in org.apache.ignite.configuration">TransactionConfiguration</a></dt>
<dd>
<div class="block">Default concurrency mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientTransactionConfiguration.html#DFLT_TX_ISOLATION">DFLT_TX_ISOLATION</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientTransactionConfiguration.html" title="class in org.apache.ignite.configuration">ClientTransactionConfiguration</a></dt>
<dd>
<div class="block">Default transaction isolation level.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/TransactionConfiguration.html#DFLT_TX_ISOLATION">DFLT_TX_ISOLATION</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/TransactionConfiguration.html" title="class in org.apache.ignite.configuration">TransactionConfiguration</a></dt>
<dd>
<div class="block">Default transaction isolation level.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/TransactionConfiguration.html#DFLT_TX_SERIALIZABLE_ENABLED">DFLT_TX_SERIALIZABLE_ENABLED</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/TransactionConfiguration.html" title="class in org.apache.ignite.configuration">TransactionConfiguration</a></dt>
<dd>
<div class="block">Default value for 'txSerializableEnabled' flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteDataStreamer.html#DFLT_UNLIMIT_TIMEOUT">DFLT_UNLIMIT_TIMEOUT</a></span> - Static variable 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">Default timeout for streamer's operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcBlobStore.html#DFLT_UPDATE_QRY">DFLT_UPDATE_QRY</a></span> - Static variable in 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>
<div class="block">Default update entry query (value is <tt>select * from ENTRIES where akey=?</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#DFLT_USE_ASYNC_FILE_IO_FACTORY">DFLT_USE_ASYNC_FILE_IO_FACTORY</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html#DFLT_USE_IGNITE_SSL_CTX_FACTORY">DFLT_USE_IGNITE_SSL_CTX_FACTORY</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ClientConnectorConfiguration</a></dt>
<dd>
<div class="block">Default value of whether to use Ignite SSL context factory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html#DFLT_VALUE_FIELD_NAME">DFLT_VALUE_FIELD_NAME</a></span> - Static variable in class org.apache.ignite.spi.checkpoint.jdbc.<a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.jdbc">JdbcCheckpointSpi</a></dt>
<dd>
<div class="block">Default checkpoint value field name (value is <code>VALUE</code>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html#DFLT_VALUE_FIELD_TYPE">DFLT_VALUE_FIELD_TYPE</a></span> - Static variable in class org.apache.ignite.spi.checkpoint.jdbc.<a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.jdbc">JdbcCheckpointSpi</a></dt>
<dd>
<div class="block">Default checkpoint value field type (value is <code>BLOB</code>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#DFLT_WAIT_FOR_SEG_ON_START">DFLT_WAIT_FOR_SEG_ON_START</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 value for wait for segment on startup flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/fifoqueue/FifoQueueCollisionSpi.html#DFLT_WAIT_JOBS_NUM">DFLT_WAIT_JOBS_NUM</a></span> - Static variable in class org.apache.ignite.spi.collision.fifoqueue.<a href="org/apache/ignite/spi/collision/fifoqueue/FifoQueueCollisionSpi.html" title="class in org.apache.ignite.spi.collision.fifoqueue">FifoQueueCollisionSpi</a></dt>
<dd>
<div class="block">Default waiting jobs number.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html#DFLT_WAIT_JOBS_NUM">DFLT_WAIT_JOBS_NUM</a></span> - Static variable in class org.apache.ignite.spi.collision.priorityqueue.<a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html" title="class in org.apache.ignite.spi.collision.priorityqueue">PriorityQueueCollisionSpi</a></dt>
<dd>
<div class="block">Default waiting jobs number.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpi.html#DFLT_WAIT_JOBS_THRESHOLD">DFLT_WAIT_JOBS_THRESHOLD</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">Default threshold of waiting jobs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#DFLT_WAL_ALWAYS_WRITE_FULL_PAGES">DFLT_WAL_ALWAYS_WRITE_FULL_PAGES</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Default wal always write full pages.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#DFLT_WAL_ALWAYS_WRITE_FULL_PAGES">DFLT_WAL_ALWAYS_WRITE_FULL_PAGES</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Default wal always write full pages.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#DFLT_WAL_ARCHIVE_MAX_SIZE">DFLT_WAL_ARCHIVE_MAX_SIZE</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Default max size of WAL archive files, in bytes</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#DFLT_WAL_ARCHIVE_PATH">DFLT_WAL_ARCHIVE_PATH</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Default wal archive directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#DFLT_WAL_ARCHIVE_PATH">DFLT_WAL_ARCHIVE_PATH</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Default wal archive directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#DFLT_WAL_BUFF_SIZE">DFLT_WAL_BUFF_SIZE</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Default thread local buffer size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#DFLT_WAL_COMPACTION_ENABLED">DFLT_WAL_COMPACTION_ENABLED</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Default wal compaction enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#DFLT_WAL_COMPACTION_LEVEL">DFLT_WAL_COMPACTION_LEVEL</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Default wal compaction level.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#DFLT_WAL_FLUSH_FREQ">DFLT_WAL_FLUSH_FREQ</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Default Wal flush frequency.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#DFLT_WAL_FLUSH_FREQ">DFLT_WAL_FLUSH_FREQ</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Default Wal flush frequency.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#DFLT_WAL_FSYNC_DELAY">DFLT_WAL_FSYNC_DELAY</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Default wal fsync delay.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#DFLT_WAL_FSYNC_DELAY">DFLT_WAL_FSYNC_DELAY</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Default wal fsync delay.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#DFLT_WAL_HISTORY_SIZE">DFLT_WAL_HISTORY_SIZE</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Default number of checkpoints to be kept in WAL after checkpoint is finished</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#DFLT_WAL_HISTORY_SIZE">DFLT_WAL_HISTORY_SIZE</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Default number of checkpoints to be kept in WAL after checkpoint is finished</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#DFLT_WAL_MODE">DFLT_WAL_MODE</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Default wal mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#DFLT_WAL_MODE">DFLT_WAL_MODE</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Default wal mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#DFLT_WAL_PAGE_COMPRESSION">DFLT_WAL_PAGE_COMPRESSION</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Default compression algorithm for WAL page snapshot records.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#DFLT_WAL_PATH">DFLT_WAL_PATH</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Default wal directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#DFLT_WAL_RECORD_ITERATOR_BUFFER_SIZE">DFLT_WAL_RECORD_ITERATOR_BUFFER_SIZE</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Default wal record iterator buffer size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#DFLT_WAL_RECORD_ITERATOR_BUFFER_SIZE">DFLT_WAL_RECORD_ITERATOR_BUFFER_SIZE</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Default wal record iterator buffer size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#DFLT_WAL_SEGMENT_SIZE">DFLT_WAL_SEGMENT_SIZE</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Default WAL file segment size, 64MBytes</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#DFLT_WAL_SEGMENT_SIZE">DFLT_WAL_SEGMENT_SIZE</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Default WAL file segment size, 64MBytes</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#DFLT_WAL_SEGMENTS">DFLT_WAL_SEGMENTS</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#DFLT_WAL_SEGMENTS">DFLT_WAL_SEGMENTS</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#DFLT_WAL_STORE_PATH">DFLT_WAL_STORE_PATH</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Default wal directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcPojoStoreFactory.html#DFLT_WRITE_ATTEMPTS">DFLT_WRITE_ATTEMPTS</a></span> - Static variable in 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>
<div class="block">Default value for write attempts.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#DFLT_WRITE_BEHIND_BATCH_SIZE">DFLT_WRITE_BEHIND_BATCH_SIZE</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">Default batch size for write-behind cache store.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#DFLT_WRITE_BEHIND_COALESCING">DFLT_WRITE_BEHIND_COALESCING</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">Default write coalescing for write-behind cache store.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#DFLT_WRITE_BEHIND_CRITICAL_SIZE">DFLT_WRITE_BEHIND_CRITICAL_SIZE</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">Default critical size used when flush size is not specified.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#DFLT_WRITE_BEHIND_ENABLED">DFLT_WRITE_BEHIND_ENABLED</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">Default value for 'writeBehindEnabled' flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#DFLT_WRITE_BEHIND_FLUSH_FREQUENCY">DFLT_WRITE_BEHIND_FLUSH_FREQUENCY</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">Default flush frequency for write-behind cache store in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#DFLT_WRITE_BEHIND_FLUSH_SIZE">DFLT_WRITE_BEHIND_FLUSH_SIZE</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">Default flush size for write-behind cache store.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#DFLT_WRITE_FROM_BEHIND_FLUSH_THREAD_CNT">DFLT_WRITE_FROM_BEHIND_FLUSH_THREAD_CNT</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">Default count of flush threads for write-behind cache store.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#DFLT_WRITE_THROTTLING_ENABLED">DFLT_WRITE_THROTTLING_ENABLED</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Default write throttling enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#DFLT_WRITE_THROTTLING_ENABLED">DFLT_WRITE_THROTTLING_ENABLED</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Default write throttling enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/TransactionView.html#dht--">dht()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/TransactionView.html" title="class in org.apache.ignite.spi.systemview.view">TransactionView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html#dialect">dialect</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">Database dialect.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/functions/IgniteDifferentiableDoubleToDoubleFunction.html#differential-double-">differential(double)</a></span> - Method in interface org.apache.ignite.ml.math.functions.<a href="org/apache/ignite/ml/math/functions/IgniteDifferentiableDoubleToDoubleFunction.html" title="interface in org.apache.ignite.ml.math.functions">IgniteDifferentiableDoubleToDoubleFunction</a></dt>
<dd>
<div class="block">Get function differential at a given point.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/functions/IgniteDifferentiableVectorToDoubleFunction.html#differential-org.apache.ignite.ml.math.primitives.vector.Vector-">differential(Vector)</a></span> - Method in interface org.apache.ignite.ml.math.functions.<a href="org/apache/ignite/ml/math/functions/IgniteDifferentiableVectorToDoubleFunction.html" title="interface in org.apache.ignite.ml.math.functions">IgniteDifferentiableVectorToDoubleFunction</a></dt>
<dd>
<div class="block">Get function differential at a given point.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/MultilayerPerceptron.html#differentiateByParameters-org.apache.ignite.ml.math.functions.IgniteFunction-org.apache.ignite.ml.math.primitives.matrix.Matrix-org.apache.ignite.ml.math.primitives.matrix.Matrix-">differentiateByParameters(IgniteFunction<span class='angle_bracket'>&lt;</span>Vector, IgniteDifferentiableVectorToDoubleFunction<span class='angle_bracket'>&gt;</span>, Matrix, Matrix)</a></span> - Method in class org.apache.ignite.ml.nn.<a href="org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</a></dt>
<dd>
<div class="block">Compose function in the following way: feed output of this model as input to second argument to loss function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/optimization/SmoothParametrized.html#differentiateByParameters-org.apache.ignite.ml.math.functions.IgniteFunction-org.apache.ignite.ml.math.primitives.matrix.Matrix-org.apache.ignite.ml.math.primitives.matrix.Matrix-">differentiateByParameters(IgniteFunction<span class='angle_bracket'>&lt;</span>Vector, IgniteDifferentiableVectorToDoubleFunction<span class='angle_bracket'>&gt;</span>, Matrix, Matrix)</a></span> - Method in interface org.apache.ignite.ml.optimization.<a href="org/apache/ignite/ml/optimization/SmoothParametrized.html" title="interface in org.apache.ignite.ml.optimization">SmoothParametrized</a></dt>
<dd>
<div class="block">Compose function in the following way: feed output of this model as input to second argument to loss function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/stat/Distribution.html#dimension--">dimension()</a></span> - Method in interface org.apache.ignite.ml.math.stat.<a href="org/apache/ignite/ml/math/stat/Distribution.html" title="interface in org.apache.ignite.ml.math.stat">Distribution</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/stat/DistributionMixture.html#dimension--">dimension()</a></span> - Method in class org.apache.ignite.ml.math.stat.<a href="org/apache/ignite/ml/math/stat/DistributionMixture.html" title="class in org.apache.ignite.ml.math.stat">DistributionMixture</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/stat/MultivariateGaussianDistribution.html#dimension--">dimension()</a></span> - Method in class org.apache.ignite.ml.math.stat.<a href="org/apache/ignite/ml/math/stat/MultivariateGaussianDistribution.html" title="class in org.apache.ignite.ml.math.stat">MultivariateGaussianDistribution</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/Message.html#DIRECT_TYPE_SIZE">DIRECT_TYPE_SIZE</a></span> - Static variable in interface org.apache.ignite.plugin.extensions.communication.<a href="org/apache/ignite/plugin/extensions/communication/Message.html" title="interface in org.apache.ignite.plugin.extensions.communication">Message</a></dt>
<dd>
<div class="block">Direct type size in bytes.</div>
</dd>
<dt><a href="org/apache/ignite/ml/inference/util/DirectorySerializer.html" title="class in org.apache.ignite.ml.inference.util"><span class="typeNameLink">DirectorySerializer</span></a> - Class in <a href="org/apache/ignite/ml/inference/util/package-summary.html">org.apache.ignite.ml.inference.util</a></dt>
<dd>
<div class="block">Utils class that helps to serialize directory content as a has map and then deserialize it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/util/DirectorySerializer.html#DirectorySerializer--">DirectorySerializer()</a></span> - Constructor for class org.apache.ignite.ml.inference.util.<a href="org/apache/ignite/ml/inference/util/DirectorySerializer.html" title="class in org.apache.ignite.ml.inference.util">DirectorySerializer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/Message.html#directType--">directType()</a></span> - Method in interface org.apache.ignite.plugin.extensions.communication.<a href="org/apache/ignite/plugin/extensions/communication/Message.html" title="interface in org.apache.ignite.plugin.extensions.communication">Message</a></dt>
<dd>
<div class="block">Gets message type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingRequest.html#directType--">directType()</a></span> - Method in class org.apache.ignite.spi.collision.jobstealing.<a href="org/apache/ignite/spi/collision/jobstealing/JobStealingRequest.html" title="class in org.apache.ignite.spi.collision.jobstealing">JobStealingRequest</a></dt>
<dd>
<div class="block">Gets message type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeMessage.html#directType--">directType()</a></span> - Method in class org.apache.ignite.spi.communication.tcp.messages.<a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeMessage.html" title="class in org.apache.ignite.spi.communication.tcp.messages">HandshakeMessage</a></dt>
<dd>
<div class="block">Gets message type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeMessage2.html#directType--">directType()</a></span> - Method in class org.apache.ignite.spi.communication.tcp.messages.<a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeMessage2.html" title="class in org.apache.ignite.spi.communication.tcp.messages">HandshakeMessage2</a></dt>
<dd>
<div class="block">Gets message type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeWaitMessage.html#directType--">directType()</a></span> - Method in class org.apache.ignite.spi.communication.tcp.messages.<a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeWaitMessage.html" title="class in org.apache.ignite.spi.communication.tcp.messages">HandshakeWaitMessage</a></dt>
<dd>
<div class="block">Gets message type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/messages/NodeIdMessage.html#directType--">directType()</a></span> - Method in class org.apache.ignite.spi.communication.tcp.messages.<a href="org/apache/ignite/spi/communication/tcp/messages/NodeIdMessage.html" title="class in org.apache.ignite.spi.communication.tcp.messages">NodeIdMessage</a></dt>
<dd>
<div class="block">Gets message type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/messages/RecoveryLastReceivedMessage.html#directType--">directType()</a></span> - Method in class org.apache.ignite.spi.communication.tcp.messages.<a href="org/apache/ignite/spi/communication/tcp/messages/RecoveryLastReceivedMessage.html" title="class in org.apache.ignite.spi.communication.tcp.messages">RecoveryLastReceivedMessage</a></dt>
<dd>
<div class="block">Gets message type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#DISABLED_CLIENT_PORT">DISABLED_CLIENT_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">Client nodes might have port <code>0</code> if they have no server socket opened.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteEvents.html#disableLocal-int...-">disableLocal(int...)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteEvents.html" title="interface in org.apache.ignite">IgniteEvents</a></dt>
<dd>
<div class="block">Disables provided events.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html#disableMetrics--">disableMetrics()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataRegionMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Disables memory metrics collection on an Apache Ignite node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html#disableMetrics--">disableMetrics()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataStorageMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Disables persistence metrics collection on an Apache Ignite node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/MemoryMetricsMXBean.html#disableMetrics--">disableMetrics()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/MemoryMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">MemoryMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Disables memory metrics collection on an Apache Ignite node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/PersistenceMetricsMXBean.html#disableMetrics--">disableMetrics()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/PersistenceMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">PersistenceMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Disables persistence metrics collection on an Apache Ignite node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#disableStatistics--">disableStatistics()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Disable statistic collection for the cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/WrappedPreparedStatement.html#disableTracing--">disableTracing()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.session.<a href="org/apache/ignite/cache/store/cassandra/session/WrappedPreparedStatement.html" title="class in org.apache.ignite.cache.store.cassandra.session">WrappedPreparedStatement</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCluster.html#disableWal-java.lang.String-">disableWal(String)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCluster.html" title="interface in org.apache.ignite.client">ClientCluster</a></dt>
<dd>
<div class="block">Disables write-ahead logging for specified cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCluster.html#disableWal-java.lang.String-">disableWal(String)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCluster.html" title="interface in org.apache.ignite">IgniteCluster</a></dt>
<dd>
<div class="block">Disables write-ahead logging for specified cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoverySpi.html#disconnect--">disconnect()</a></span> - Method in interface org.apache.ignite.spi.discovery.<a href="org/apache/ignite/spi/discovery/DiscoverySpi.html" title="interface in org.apache.ignite.spi.discovery">DiscoverySpi</a></dt>
<dd>
<div class="block">Tells discovery SPI to disconnect from topology.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/isolated/IsolatedDiscoverySpi.html#disconnect--">disconnect()</a></span> - Method in class org.apache.ignite.spi.discovery.isolated.<a href="org/apache/ignite/spi/discovery/isolated/IsolatedDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.isolated">IsolatedDiscoverySpi</a></dt>
<dd>
<div class="block">Tells discovery SPI to disconnect from topology.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#disconnect--">disconnect()</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">Tells discovery SPI to disconnect from topology.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html#disconnect--">disconnect()</a></span> - Method in class org.apache.ignite.spi.discovery.zk.<a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.zk">ZookeeperDiscoverySpi</a></dt>
<dd>
<div class="block">Tells discovery SPI to disconnect from topology.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/IgniteScheduler.html#disconnected-org.apache.mesos.SchedulerDriver-">disconnected(SchedulerDriver)</a></span> - Method in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/IgniteScheduler.html" title="class in org.apache.ignite.mesos">IgniteScheduler</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#DISCOVERY_SPI_FORMATTED_DESC">DISCOVERY_SPI_FORMATTED_DESC</a></span> - Static variable 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="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/TcpDiscoveryIpFinderAdapter.html#discoveryClientMode--">discoveryClientMode()</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/TcpDiscoveryIpFinderAdapter.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder">TcpDiscoveryIpFinderAdapter</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Since 2.8. May return incorrect value if client and server nodes shares same <a href="org/apache/ignite/spi/discovery/tcp/ipfinder/TcpDiscoveryIpFinder.html" title="interface in org.apache.ignite.spi.discovery.tcp.ipfinder"><code>TcpDiscoveryIpFinder</code></a> instance.</span></div>
</div>
</dd>
<dt><a href="org/apache/ignite/spi/discovery/DiscoveryDataBag.html" title="class in org.apache.ignite.spi.discovery"><span class="typeNameLink">DiscoveryDataBag</span></a> - Class in <a href="org/apache/ignite/spi/discovery/package-summary.html">org.apache.ignite.spi.discovery</a></dt>
<dd>
<div class="block">Provides interface for <code>GridComponent</code> to collect and exchange discovery data both on
joining node and on cluster nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoveryDataBag.html#DiscoveryDataBag-java.util.UUID-boolean-">DiscoveryDataBag(UUID, boolean)</a></span> - Constructor for 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="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoveryDataBag.html#DiscoveryDataBag-java.util.UUID-java.util.Set-boolean-">DiscoveryDataBag(UUID, Set<span class='angle_bracket'>&lt;</span>Integer<span class='angle_bracket'>&gt;</span>, boolean)</a></span> - Constructor for 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><a href="org/apache/ignite/spi/discovery/DiscoveryDataBag.GridDiscoveryData.html" title="interface in org.apache.ignite.spi.discovery"><span class="typeNameLink">DiscoveryDataBag.GridDiscoveryData</span></a> - Interface in <a href="org/apache/ignite/spi/discovery/package-summary.html">org.apache.ignite.spi.discovery</a></dt>
<dd>
<div class="block">Facade interface representing <a href="org/apache/ignite/spi/discovery/DiscoveryDataBag.html" title="class in org.apache.ignite.spi.discovery"><code>DiscoveryDataBag</code></a> object with discovery data collected in the grid.</div>
</dd>
<dt><a href="org/apache/ignite/spi/discovery/DiscoveryDataBag.JoiningNodeDiscoveryData.html" title="interface in org.apache.ignite.spi.discovery"><span class="typeNameLink">DiscoveryDataBag.JoiningNodeDiscoveryData</span></a> - Interface in <a href="org/apache/ignite/spi/discovery/package-summary.html">org.apache.ignite.spi.discovery</a></dt>
<dd>
<div class="block">Facade interface representing <a href="org/apache/ignite/spi/discovery/DiscoveryDataBag.html" title="class in org.apache.ignite.spi.discovery"><code>DiscoveryDataBag</code></a> object with discovery data from joining node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/affinity/AffinityFunctionContext.html#discoveryEvent--">discoveryEvent()</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 discovery event caused topology change.</div>
</dd>
<dt><a href="org/apache/ignite/events/DiscoveryEvent.html" title="class in org.apache.ignite.events"><span class="typeNameLink">DiscoveryEvent</span></a> - Class in <a href="org/apache/ignite/events/package-summary.html">org.apache.ignite.events</a></dt>
<dd>
<div class="block">Grid discovery event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/DiscoveryEvent.html#DiscoveryEvent--">DiscoveryEvent()</a></span> - Constructor for class org.apache.ignite.events.<a href="org/apache/ignite/events/DiscoveryEvent.html" title="class in org.apache.ignite.events">DiscoveryEvent</a></dt>
<dd>
<div class="block">No-arg constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/DiscoveryEvent.html#DiscoveryEvent-org.apache.ignite.cluster.ClusterNode-java.lang.String-int-org.apache.ignite.cluster.ClusterNode-">DiscoveryEvent(ClusterNode, String, int, ClusterNode)</a></span> - Constructor for class org.apache.ignite.events.<a href="org/apache/ignite/events/DiscoveryEvent.html" title="class in org.apache.ignite.events">DiscoveryEvent</a></dt>
<dd>
<div class="block">Creates new discovery event with given parameters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/CacheRebalancingEvent.html#discoveryEventName--">discoveryEventName()</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 name of discovery event that triggered this rebalancing event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/CacheRebalancingEvent.html#discoveryEventType--">discoveryEventType()</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 type of discovery event that triggered this rebalancing event.</div>
</dd>
<dt><a href="org/apache/ignite/spi/discovery/DiscoveryMetricsProvider.html" title="interface in org.apache.ignite.spi.discovery"><span class="typeNameLink">DiscoveryMetricsProvider</span></a> - Interface in <a href="org/apache/ignite/spi/discovery/package-summary.html">org.apache.ignite.spi.discovery</a></dt>
<dd>
<div class="block">Provides metrics to discovery SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/CacheRebalancingEvent.html#discoveryNode--">discoveryNode()</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 shadow of the node that triggered this rebalancing event.</div>
</dd>
<dt><a href="org/apache/ignite/spi/discovery/DiscoveryNotification.html" title="class in org.apache.ignite.spi.discovery"><span class="typeNameLink">DiscoveryNotification</span></a> - Class in <a href="org/apache/ignite/spi/discovery/package-summary.html">org.apache.ignite.spi.discovery</a></dt>
<dd>
<div class="block">Discovery notification object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoveryNotification.html#DiscoveryNotification-int-long-org.apache.ignite.cluster.ClusterNode-java.util.Collection-">DiscoveryNotification(int, long, ClusterNode, Collection<span class='angle_bracket'>&lt;</span>ClusterNode<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.spi.discovery.<a href="org/apache/ignite/spi/discovery/DiscoveryNotification.html" title="class in org.apache.ignite.spi.discovery">DiscoveryNotification</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoveryNotification.html#DiscoveryNotification-int-long-org.apache.ignite.cluster.ClusterNode-java.util.Collection-java.util.Map-org.apache.ignite.spi.discovery.DiscoverySpiCustomMessage-org.apache.ignite.internal.processors.tracing.messages.SpanContainer-">DiscoveryNotification(int, long, ClusterNode, Collection<span class='angle_bracket'>&lt;</span>ClusterNode<span class='angle_bracket'>&gt;</span>, Map<span class='angle_bracket'>&lt;</span>Long, Collection<span class='angle_bracket'>&lt;</span>ClusterNode<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>, DiscoverySpiCustomMessage, SpanContainer)</a></span> - Constructor for class org.apache.ignite.spi.discovery.<a href="org/apache/ignite/spi/discovery/DiscoveryNotification.html" title="class in org.apache.ignite.spi.discovery">DiscoveryNotification</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/spi/discovery/DiscoverySpi.html" title="interface in org.apache.ignite.spi.discovery"><span class="typeNameLink">DiscoverySpi</span></a> - Interface in <a href="org/apache/ignite/spi/discovery/package-summary.html">org.apache.ignite.spi.discovery</a></dt>
<dd>
<div class="block">Grid discovery SPI allows to discover remote nodes in grid.</div>
</dd>
<dt><a href="org/apache/ignite/spi/discovery/DiscoverySpiCustomMessage.html" title="interface in org.apache.ignite.spi.discovery"><span class="typeNameLink">DiscoverySpiCustomMessage</span></a> - Interface in <a href="org/apache/ignite/spi/discovery/package-summary.html">org.apache.ignite.spi.discovery</a></dt>
<dd>
<div class="block">Message to send across ring.</div>
</dd>
<dt><a href="org/apache/ignite/spi/discovery/DiscoverySpiDataExchange.html" title="interface in org.apache.ignite.spi.discovery"><span class="typeNameLink">DiscoverySpiDataExchange</span></a> - Interface in <a href="org/apache/ignite/spi/discovery/package-summary.html">org.apache.ignite.spi.discovery</a></dt>
<dd>
<div class="block">Handler for initial data exchange between Ignite nodes.</div>
</dd>
<dt><a href="org/apache/ignite/spi/discovery/DiscoverySpiHistorySupport.html" title="annotation in org.apache.ignite.spi.discovery"><span class="typeNameLink">DiscoverySpiHistorySupport</span></a> - Annotation Type in <a href="org/apache/ignite/spi/discovery/package-summary.html">org.apache.ignite.spi.discovery</a></dt>
<dd>
<div class="block">This annotation is for all implementations of <a href="org/apache/ignite/spi/discovery/DiscoverySpi.html" title="interface in org.apache.ignite.spi.discovery"><code>DiscoverySpi</code></a> that support
topology snapshots history.</div>
</dd>
<dt><a href="org/apache/ignite/spi/discovery/DiscoverySpiListener.html" title="interface in org.apache.ignite.spi.discovery"><span class="typeNameLink">DiscoverySpiListener</span></a> - Interface in <a href="org/apache/ignite/spi/discovery/package-summary.html">org.apache.ignite.spi.discovery</a></dt>
<dd>
<div class="block">Listener for grid node discovery events.</div>
</dd>
<dt><a href="org/apache/ignite/spi/discovery/DiscoverySpiMBean.html" title="interface in org.apache.ignite.spi.discovery"><span class="typeNameLink">DiscoverySpiMBean</span></a> - Interface in <a href="org/apache/ignite/spi/discovery/package-summary.html">org.apache.ignite.spi.discovery</a></dt>
<dd>
<div class="block">Generic MBean interface to monitor DiscoverySpi subsystem.</div>
</dd>
<dt><a href="org/apache/ignite/spi/discovery/DiscoverySpiMutableCustomMessageSupport.html" title="annotation in org.apache.ignite.spi.discovery"><span class="typeNameLink">DiscoverySpiMutableCustomMessageSupport</span></a> - Annotation Type in <a href="org/apache/ignite/spi/discovery/package-summary.html">org.apache.ignite.spi.discovery</a></dt>
<dd>
<div class="block">This annotation is for all implementations of <a href="org/apache/ignite/spi/discovery/DiscoverySpi.html" title="interface in org.apache.ignite.spi.discovery"><code>DiscoverySpi</code></a> that support
topology mutable <a href="org/apache/ignite/spi/discovery/DiscoverySpiCustomMessage.html" title="interface in org.apache.ignite.spi.discovery"><code>DiscoverySpiCustomMessage</code></a>s.</div>
</dd>
<dt><a href="org/apache/ignite/spi/discovery/DiscoverySpiNodeAuthenticator.html" title="interface in org.apache.ignite.spi.discovery"><span class="typeNameLink">DiscoverySpiNodeAuthenticator</span></a> - Interface in <a href="org/apache/ignite/spi/discovery/package-summary.html">org.apache.ignite.spi.discovery</a></dt>
<dd>
<div class="block">Node authenticator.</div>
</dd>
<dt><a href="org/apache/ignite/spi/discovery/DiscoverySpiOrderSupport.html" title="annotation in org.apache.ignite.spi.discovery"><span class="typeNameLink">DiscoverySpiOrderSupport</span></a> - Annotation Type in <a href="org/apache/ignite/spi/discovery/package-summary.html">org.apache.ignite.spi.discovery</a></dt>
<dd>
<div class="block">This annotation is for all implementations of <a href="org/apache/ignite/spi/discovery/DiscoverySpi.html" title="interface in org.apache.ignite.spi.discovery"><code>DiscoverySpi</code></a> that support
proper node ordering.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/CacheRebalancingEvent.html#discoveryTimestamp--">discoveryTimestamp()</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 timestamp of discovery event that caused this rebalancing event.</div>
</dd>
<dt><a href="org/apache/ignite/ml/naivebayes/discrete/DiscreteNaiveBayesModel.html" title="class in org.apache.ignite.ml.naivebayes.discrete"><span class="typeNameLink">DiscreteNaiveBayesModel</span></a> - Class in <a href="org/apache/ignite/ml/naivebayes/discrete/package-summary.html">org.apache.ignite.ml.naivebayes.discrete</a></dt>
<dd>
<div class="block">Discrete naive Bayes model which predicts result value <code>y</code> belongs to a class <code>C_k, k in [0..K]</code> as
{@code p(C_k,y) =x_1*p_k1^x *...</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/discrete/DiscreteNaiveBayesModel.html#DiscreteNaiveBayesModel-double:A:A:A-double:A-double:A-double:A:A-org.apache.ignite.ml.naivebayes.discrete.DiscreteNaiveBayesSumsHolder-">DiscreteNaiveBayesModel(double[][][], double[], double[], double[][], DiscreteNaiveBayesSumsHolder)</a></span> - Constructor for class org.apache.ignite.ml.naivebayes.discrete.<a href="org/apache/ignite/ml/naivebayes/discrete/DiscreteNaiveBayesModel.html" title="class in org.apache.ignite.ml.naivebayes.discrete">DiscreteNaiveBayesModel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/discrete/DiscreteNaiveBayesModel.html#DiscreteNaiveBayesModel--">DiscreteNaiveBayesModel()</a></span> - Constructor for class org.apache.ignite.ml.naivebayes.discrete.<a href="org/apache/ignite/ml/naivebayes/discrete/DiscreteNaiveBayesModel.html" title="class in org.apache.ignite.ml.naivebayes.discrete">DiscreteNaiveBayesModel</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/naivebayes/discrete/DiscreteNaiveBayesSumsHolder.html" title="class in org.apache.ignite.ml.naivebayes.discrete"><span class="typeNameLink">DiscreteNaiveBayesSumsHolder</span></a> - Class in <a href="org/apache/ignite/ml/naivebayes/discrete/package-summary.html">org.apache.ignite.ml.naivebayes.discrete</a></dt>
<dd>
<div class="block">Service class is used to calculate amount of values which are below the threshold.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/discrete/DiscreteNaiveBayesSumsHolder.html#DiscreteNaiveBayesSumsHolder--">DiscreteNaiveBayesSumsHolder()</a></span> - Constructor for class org.apache.ignite.ml.naivebayes.discrete.<a href="org/apache/ignite/ml/naivebayes/discrete/DiscreteNaiveBayesSumsHolder.html" title="class in org.apache.ignite.ml.naivebayes.discrete">DiscreteNaiveBayesSumsHolder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/naivebayes/discrete/DiscreteNaiveBayesTrainer.html" title="class in org.apache.ignite.ml.naivebayes.discrete"><span class="typeNameLink">DiscreteNaiveBayesTrainer</span></a> - Class in <a href="org/apache/ignite/ml/naivebayes/discrete/package-summary.html">org.apache.ignite.ml.naivebayes.discrete</a></dt>
<dd>
<div class="block">Trainer for the Discrete naive Bayes classification model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/discrete/DiscreteNaiveBayesTrainer.html#DiscreteNaiveBayesTrainer--">DiscreteNaiveBayesTrainer()</a></span> - Constructor for class org.apache.ignite.ml.naivebayes.discrete.<a href="org/apache/ignite/ml/naivebayes/discrete/DiscreteNaiveBayesTrainer.html" title="class in org.apache.ignite.ml.naivebayes.discrete">DiscreteNaiveBayesTrainer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/util/generators/primitives/scalar/DiscreteRandomProducer.html" title="class in org.apache.ignite.ml.util.generators.primitives.scalar"><span class="typeNameLink">DiscreteRandomProducer</span></a> - Class in <a href="org/apache/ignite/ml/util/generators/primitives/scalar/package-summary.html">org.apache.ignite.ml.util.generators.primitives.scalar</a></dt>
<dd>
<div class="block">Pseudorandom producer generating values from user provided discrete distribution.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/primitives/scalar/DiscreteRandomProducer.html#DiscreteRandomProducer-double...-">DiscreteRandomProducer(double...)</a></span> - Constructor for class org.apache.ignite.ml.util.generators.primitives.scalar.<a href="org/apache/ignite/ml/util/generators/primitives/scalar/DiscreteRandomProducer.html" title="class in org.apache.ignite.ml.util.generators.primitives.scalar">DiscreteRandomProducer</a></dt>
<dd>
<div class="block">Creates an instance of DiscreteRandomProducer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/primitives/scalar/DiscreteRandomProducer.html#DiscreteRandomProducer-long-double...-">DiscreteRandomProducer(long, double...)</a></span> - Constructor for class org.apache.ignite.ml.util.generators.primitives.scalar.<a href="org/apache/ignite/ml/util/generators/primitives/scalar/DiscreteRandomProducer.html" title="class in org.apache.ignite.ml.util.generators.primitives.scalar">DiscreteRandomProducer</a></dt>
<dd>
<div class="block">Creates an instance of DiscreteRandomProducer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#disk--">disk()</a></span> - Method in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/IgniteScheduler.html#DISK">DISK</a></span> - Static variable in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/IgniteScheduler.html" title="class in org.apache.ignite.mesos">IgniteScheduler</a></dt>
<dd>
<div class="block">Disk.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/IgniteTask.html#disk">disk</a></span> - Variable in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/IgniteTask.html" title="class in org.apache.ignite.mesos">IgniteTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/IgniteTask.html#disk--">disk()</a></span> - Method in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/IgniteTask.html" title="class in org.apache.ignite.mesos">IgniteTask</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/configuration/DiskPageCompression.html" title="enum in org.apache.ignite.configuration"><span class="typeNameLink">DiskPageCompression</span></a> - Enum in <a href="org/apache/ignite/configuration/package-summary.html">org.apache.ignite.configuration</a></dt>
<dd>
<div class="block">Disk page compression options.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#diskPerNode--">diskPerNode()</a></span> - Method in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/kmeans/KMeansModel.html#distanceMeasure--">distanceMeasure()</a></span> - Method in class org.apache.ignite.ml.clustering.kmeans.<a href="org/apache/ignite/ml/clustering/kmeans/KMeansModel.html" title="class in org.apache.ignite.ml.clustering.kmeans">KMeansModel</a></dt>
<dd>
<div class="block">Distance measure.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/kmeans/KMeansModel.KMeansJSONExportModel.html#distanceMeasure">distanceMeasure</a></span> - Variable in class org.apache.ignite.ml.clustering.kmeans.<a href="org/apache/ignite/ml/clustering/kmeans/KMeansModel.KMeansJSONExportModel.html" title="class in org.apache.ignite.ml.clustering.kmeans">KMeansModel.KMeansJSONExportModel</a></dt>
<dd>
<div class="block">Distance measure.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/ann/ANNClassificationModel.ANNJSONExportModel.html#distanceMeasure">distanceMeasure</a></span> - Variable in class org.apache.ignite.ml.knn.ann.<a href="org/apache/ignite/ml/knn/ann/ANNClassificationModel.ANNJSONExportModel.html" title="class in org.apache.ignite.ml.knn.ann">ANNClassificationModel.ANNJSONExportModel</a></dt>
<dd>
<div class="block">Distance measure.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/ann/KNNModelFormat.html#distanceMeasure">distanceMeasure</a></span> - Variable in class org.apache.ignite.ml.knn.ann.<a href="org/apache/ignite/ml/knn/ann/KNNModelFormat.html" title="class in org.apache.ignite.ml.knn.ann">KNNModelFormat</a></dt>
<dd>
<div class="block">Distance measure.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/KNNModel.html#distanceMeasure">distanceMeasure</a></span> - Variable in class org.apache.ignite.ml.knn.<a href="org/apache/ignite/ml/knn/KNNModel.html" title="class in org.apache.ignite.ml.knn">KNNModel</a></dt>
<dd>
<div class="block">Distance measure.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/KNNTrainer.html#distanceMeasure">distanceMeasure</a></span> - Variable in class org.apache.ignite.ml.knn.<a href="org/apache/ignite/ml/knn/KNNTrainer.html" title="class in org.apache.ignite.ml.knn">KNNTrainer</a></dt>
<dd>
<div class="block">Distance measure.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/NNClassificationModel.html#distanceMeasure">distanceMeasure</a></span> - Variable in class org.apache.ignite.ml.knn.<a href="org/apache/ignite/ml/knn/NNClassificationModel.html" title="class in org.apache.ignite.ml.knn">NNClassificationModel</a></dt>
<dd>
<div class="block">Distance measure.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/distances/DistanceMeasure.html" title="interface in org.apache.ignite.ml.math.distances"><span class="typeNameLink">DistanceMeasure</span></a> - Interface in <a href="org/apache/ignite/ml/math/distances/package-summary.html">org.apache.ignite.ml.math.distances</a></dt>
<dd>
<div class="block">This class is based on the corresponding class from Apache Common Math lib.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/stat/Distribution.html" title="interface in org.apache.ignite.ml.math.stat"><span class="typeNameLink">Distribution</span></a> - Interface in <a href="org/apache/ignite/ml/math/stat/package-summary.html">org.apache.ignite.ml.math.stat</a></dt>
<dd>
<div class="block">Interface for distributions.</div>
</dd>
<dt><a href="org/apache/ignite/ml/dataset/feature/DistributionComputer.html" title="interface in org.apache.ignite.ml.dataset.feature"><span class="typeNameLink">DistributionComputer</span></a> - Interface in <a href="org/apache/ignite/ml/dataset/feature/package-summary.html">org.apache.ignite.ml.dataset.feature</a></dt>
<dd>
<div class="block">Interface specifies an object that can compute some discrete distribution.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGeneratorsFamily.VectorWithDistributionId.html#distributionId--">distributionId()</a></span> - Method in class org.apache.ignite.ml.util.generators.primitives.vector.<a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGeneratorsFamily.VectorWithDistributionId.html" title="class in org.apache.ignite.ml.util.generators.primitives.vector">VectorGeneratorsFamily.VectorWithDistributionId</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/math/stat/DistributionMixture.html" title="class in org.apache.ignite.ml.math.stat"><span class="typeNameLink">DistributionMixture</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/math/stat/DistributionMixture.html" title="type parameter in DistributionMixture">C</a> extends <a href="org/apache/ignite/ml/math/stat/Distribution.html" title="interface in org.apache.ignite.ml.math.stat">Distribution</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/math/stat/package-summary.html">org.apache.ignite.ml.math.stat</a></dt>
<dd>
<div class="block">Mixture of distributions class where each component has own probability and probability of input vector can be
computed as a sum of likelihoods of each component.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/stat/DistributionMixture.html#DistributionMixture-org.apache.ignite.ml.math.primitives.vector.Vector-java.util.List-">DistributionMixture(Vector, List<span class='angle_bracket'>&lt;</span>C<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.math.stat.<a href="org/apache/ignite/ml/math/stat/DistributionMixture.html" title="class in org.apache.ignite.ml.math.stat">DistributionMixture</a></dt>
<dd>
<div class="block">Creates an instance of DistributionMixture.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/stat/DistributionMixture.html#DistributionMixture--">DistributionMixture()</a></span> - Constructor for class org.apache.ignite.ml.math.stat.<a href="org/apache/ignite/ml/math/stat/DistributionMixture.html" title="class in org.apache.ignite.ml.math.stat">DistributionMixture</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/stat/DistributionMixture.html#distributions--">distributions()</a></span> - Method in class org.apache.ignite.ml.math.stat.<a href="org/apache/ignite/ml/math/stat/DistributionMixture.html" title="class in org.apache.ignite.ml.math.stat">DistributionMixture</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/functions/Functions.html#div-double-">div(double)</a></span> - Static method in class org.apache.ignite.ml.math.functions.<a href="org/apache/ignite/ml/math/functions/Functions.html" title="class in org.apache.ignite.ml.math.functions">Functions</a></dt>
<dd>
<div class="block">Function that returns <code>a / b</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#divide-double-">divide(double)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>
<div class="block">Divides each value in this matrix by the argument.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html#divide-double-">divide(double)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">Matrix</a></dt>
<dd>
<div class="block">Divides each value in this matrix by the argument.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#divide-double-">divide(double)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Creates new vector containing values from this vector divided by the argument.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#divide-double-">divide(double)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Creates new vector containing values from this vector divided by the argument.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html#divide-double-">divide(double)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a></dt>
<dd>
<div class="block">Creates new vector containing values from this vector divided by the argument.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/websession/WebSessionFilter.html#doFilter-javax.servlet.ServletRequest-javax.servlet.ServletResponse-javax.servlet.FilterChain-">doFilter(ServletRequest, ServletResponse, FilterChain)</a></span> - Method in class org.apache.ignite.cache.websession.<a href="org/apache/ignite/cache/websession/WebSessionFilter.html" title="class in org.apache.ignite.cache.websession">WebSessionFilter</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/Blas.html#dot-org.apache.ignite.ml.math.primitives.vector.Vector-org.apache.ignite.ml.math.primitives.vector.Vector-">dot(Vector, Vector)</a></span> - Static method in class org.apache.ignite.ml.math.<a href="org/apache/ignite/ml/math/Blas.html" title="class in org.apache.ignite.ml.math">Blas</a></dt>
<dd>
<div class="block">Returns dot product of vectors x and y.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#dot-org.apache.ignite.ml.math.primitives.vector.Vector-">dot(Vector)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Gets dot product of two vectors.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#dot-org.apache.ignite.ml.math.primitives.vector.Vector-">dot(Vector)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Gets dot product of two vectors.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html#dot-org.apache.ignite.ml.math.primitives.vector.Vector-">dot(Vector)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a></dt>
<dd>
<div class="block">Gets dot product of two vectors.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html#DOT">DOT</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#DOT">DOT</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#dotSelf--">dotSelf()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html#DOUBLE">DOUBLE</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#DOUBLE">DOUBLE</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgValueContext.html#DOUBLE--">DOUBLE()</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgValueContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgValueContext</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/dataset/feature/extractor/impl/DoubleArrayVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor.impl"><span class="typeNameLink">DoubleArrayVectorizer</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/dataset/feature/extractor/impl/DoubleArrayVectorizer.html" title="type parameter in DoubleArrayVectorizer">K</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/dataset/feature/extractor/impl/package-summary.html">org.apache.ignite.ml.dataset.feature.extractor.impl</a></dt>
<dd>
<div class="block">Vectorizer on arrays of doubles.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/impl/DoubleArrayVectorizer.html#DoubleArrayVectorizer-java.lang.Integer...-">DoubleArrayVectorizer(Integer...)</a></span> - Constructor for class org.apache.ignite.ml.dataset.feature.extractor.impl.<a href="org/apache/ignite/ml/dataset/feature/extractor/impl/DoubleArrayVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor.impl">DoubleArrayVectorizer</a></dt>
<dd>
<div class="block">Creates an instance of Vectorizer.</div>
</dd>
<dt><a href="org/apache/ignite/spi/metric/DoubleMetric.html" title="interface in org.apache.ignite.spi.metric"><span class="typeNameLink">DoubleMetric</span></a> - Interface in <a href="org/apache/ignite/spi/metric/package-summary.html">org.apache.ignite.spi.metric</a></dt>
<dd>
<div class="block">Interface for the metrics that holds double primitive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/IgniteProvider.html#DOWNLOAD_LINK">DOWNLOAD_LINK</a></span> - Static variable in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/IgniteProvider.html" title="class in org.apache.ignite.yarn">IgniteProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/resource/IgniteProvider.html#downloadIgnite-java.lang.String-">downloadIgnite(String)</a></span> - Method in class org.apache.ignite.mesos.resource.<a href="org/apache/ignite/mesos/resource/IgniteProvider.html" title="class in org.apache.ignite.mesos.resource">IgniteProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSemaphore.html#drainPermits--">drainPermits()</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 and returns all permits that are immediately available.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/pool/IdleSession.html#driverSession--">driverSession()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.session.pool.<a href="org/apache/ignite/cache/store/cassandra/session/pool/IdleSession.html" title="class in org.apache.ignite.cache.store.cassandra.session.pool">IdleSession</a></dt>
<dd>
<div class="block">Returns wrapped Cassandra driver session.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClientProcessorMXBean.html#dropAllConnections--">dropAllConnections()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClientProcessorMXBean.html" title="interface in org.apache.ignite.mxbean">ClientProcessorMXBean</a></dt>
<dd>
<div class="block">Drop all active connections.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClientProcessorMXBean.html#dropConnection-long-">dropConnection(long)</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClientProcessorMXBean.html" title="interface in org.apache.ignite.mxbean">ClientProcessorMXBean</a></dt>
<dd>
<div class="block">Drops client connection by <code>id</code>, if exists.</div>
</dd>
<dt><a href="org/apache/ignite/ml/dataset/feature/extractor/impl/DummyVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor.impl"><span class="typeNameLink">DummyVectorizer</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/dataset/feature/extractor/impl/DummyVectorizer.html" title="type parameter in DummyVectorizer">K</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/dataset/feature/extractor/impl/package-summary.html">org.apache.ignite.ml.dataset.feature.extractor.impl</a></dt>
<dd>
<div class="block">Vectorizer on Vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/impl/DummyVectorizer.html#DummyVectorizer-java.lang.Integer...-">DummyVectorizer(Integer...)</a></span> - Constructor for class org.apache.ignite.ml.dataset.feature.extractor.impl.<a href="org/apache/ignite/ml/dataset/feature/extractor/impl/DummyVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor.impl">DummyVectorizer</a></dt>
<dd>
<div class="block">Creates an instance of Vectorizer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#dumpDebugInfo--">dumpDebugInfo()</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">Dumps debug information for the current node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#dumpDebugInfo--">dumpDebugInfo()</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">Dumps debug info using configured logger.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html#dumpDebugInfo--">dumpDebugInfo()</a></span> - Method in interface org.apache.ignite.spi.discovery.tcp.<a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html" title="interface in org.apache.ignite.spi.discovery.tcp">TcpDiscoverySpiMBean</a></dt>
<dd>
<div class="block">Dumps debug info using configured logger.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#dumpNodeStatistics-java.util.UUID-">dumpNodeStatistics(UUID)</a></span> - Method 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="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html#dumpRingStructure--">dumpRingStructure()</a></span> - Method in interface org.apache.ignite.spi.discovery.tcp.<a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html" title="interface in org.apache.ignite.spi.discovery.tcp">TcpDiscoverySpiMBean</a></dt>
<dd>
<div class="block">Dumps ring structure to log.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#dumpStats--">dumpStats()</a></span> - Method 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">Dumps SPI per-connection stats to logs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html#dumpStats--">dumpStats()</a></span> - Method in interface org.apache.ignite.spi.communication.tcp.<a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html" title="interface in org.apache.ignite.spi.communication.tcp">TcpCommunicationSpiMBean</a></dt>
<dd>
<div class="block">Dumps SPI per-connection stats to logs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#duplicateIdError-org.apache.ignite.spi.discovery.tcp.messages.TcpDiscoveryDuplicateIdMessage-">duplicateIdError(TcpDiscoveryDuplicateIdMessage)</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="memberNameLink"><a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGenerator.html#duplicateRandomFeatures-int-">duplicateRandomFeatures(int)</a></span> - Method in interface org.apache.ignite.ml.util.generators.primitives.vector.<a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGenerator.html" title="interface in org.apache.ignite.ml.util.generators.primitives.vector">VectorGenerator</a></dt>
<dd>
<div class="block">Increase vectors of generator by increaseSize and sets to new values random selected feature values from already
set components.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGenerator.html#duplicateRandomFeatures-int-java.lang.Long-">duplicateRandomFeatures(int, Long)</a></span> - Method in interface org.apache.ignite.ml.util.generators.primitives.vector.<a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGenerator.html" title="interface in org.apache.ignite.ml.util.generators.primitives.vector">VectorGenerator</a></dt>
<dd>
<div class="block">Increase vectors of generator by increaseSize and sets to new values random selected feature values from already
set components.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ScanQueryView.html#duration--">duration()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ScanQueryView.html" title="class in org.apache.ignite.spi.systemview.view">ScanQueryView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlQueryView.html#duration--">duration()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlQueryView.html" title="class in org.apache.ignite.spi.systemview.view">SqlQueryView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/TransactionView.html#duration--">duration()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/TransactionView.html" title="class in org.apache.ignite.spi.systemview.view">TransactionView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlQueryHistoryView.html#durationMax--">durationMax()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlQueryHistoryView.html" title="class in org.apache.ignite.spi.systemview.view">SqlQueryHistoryView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlQueryHistoryView.html#durationMin--">durationMin()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlQueryHistoryView.html" title="class in org.apache.ignite.spi.systemview.view">SqlQueryHistoryView</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:E">
<!-- -->
</a>
<h2 class="title">E</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/VectorUtils.html#elementWiseMinus-org.apache.ignite.ml.math.primitives.vector.Vector-org.apache.ignite.ml.math.primitives.vector.Vector-">elementWiseMinus(Vector, Vector)</a></span> - Static method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/VectorUtils.html" title="class in org.apache.ignite.ml.math.primitives.vector">VectorUtils</a></dt>
<dd>
<div class="block">Performs in-place vector subtraction.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/util/MatrixUtil.html#elementWiseMinus-org.apache.ignite.ml.math.primitives.matrix.Matrix-org.apache.ignite.ml.math.primitives.matrix.Matrix-">elementWiseMinus(Matrix, Matrix)</a></span> - Static method in class org.apache.ignite.ml.math.util.<a href="org/apache/ignite/ml/math/util/MatrixUtil.html" title="class in org.apache.ignite.ml.math.util">MatrixUtil</a></dt>
<dd>
<div class="block">Performs in-place matrix subtraction.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/VectorUtils.html#elementWiseTimes-org.apache.ignite.ml.math.primitives.vector.Vector-org.apache.ignite.ml.math.primitives.vector.Vector-">elementWiseTimes(Vector, Vector)</a></span> - Static method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/VectorUtils.html" title="class in org.apache.ignite.ml.math.primitives.vector">VectorUtils</a></dt>
<dd>
<div class="block">Performs in-place vector multiplication.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/util/MatrixUtil.html#elementWiseTimes-org.apache.ignite.ml.math.primitives.matrix.Matrix-org.apache.ignite.ml.math.primitives.matrix.Matrix-">elementWiseTimes(Matrix, Matrix)</a></span> - Static method in class org.apache.ignite.ml.math.util.<a href="org/apache/ignite/ml/math/util/MatrixUtil.html" title="class in org.apache.ignite.ml.math.util">MatrixUtil</a></dt>
<dd>
<div class="block">Performs in-place matrix multiplication.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryEntityPatch.html#empty--">empty()</a></span> - Static method in class org.apache.ignite.cache.<a href="org/apache/ignite/cache/QueryEntityPatch.html" title="class in org.apache.ignite.cache">QueryEntityPatch</a></dt>
<dd>
<div class="block">Builder method for empty patch.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/context/EvaluationContext.html#empty--">empty()</a></span> - Static method in interface org.apache.ignite.ml.selection.scoring.evaluator.context.<a href="org/apache/ignite/ml/selection/scoring/evaluator/context/EvaluationContext.html" title="interface in org.apache.ignite.ml.selection.scoring.evaluator.context">EvaluationContext</a></dt>
<dd>
<div class="block">Returns default empty context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ClusterProperties.html#EMPTY_STRING">EMPTY_STRING</a></span> - Static variable in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ClusterProperties.html" title="class in org.apache.ignite.yarn">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/dataset/primitive/context/EmptyContext.html" title="class in org.apache.ignite.ml.dataset.primitive.context"><span class="typeNameLink">EmptyContext</span></a> - Class in <a href="org/apache/ignite/ml/dataset/primitive/context/package-summary.html">org.apache.ignite.ml.dataset.primitive.context</a></dt>
<dd>
<div class="block">An empty partition <code>context</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/primitive/context/EmptyContext.html#EmptyContext--">EmptyContext()</a></span> - Constructor for class org.apache.ignite.ml.dataset.primitive.context.<a href="org/apache/ignite/ml/dataset/primitive/context/EmptyContext.html" title="class in org.apache.ignite.ml.dataset.primitive.context">EmptyContext</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/selection/scoring/evaluator/context/EmptyContext.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator.context"><span class="typeNameLink">EmptyContext</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/selection/scoring/evaluator/context/EmptyContext.html" title="type parameter in EmptyContext">L</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/selection/scoring/evaluator/context/package-summary.html">org.apache.ignite.ml.selection.scoring.evaluator.context</a></dt>
<dd>
<div class="block">Class represents context stub for metrics that don't require such context preparations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/context/EmptyContext.html#EmptyContext--">EmptyContext()</a></span> - Constructor for class org.apache.ignite.ml.selection.scoring.evaluator.context.<a href="org/apache/ignite/ml/selection/scoring/evaluator/context/EmptyContext.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator.context">EmptyContext</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/dataset/primitive/builder/context/EmptyContextBuilder.html" title="class in org.apache.ignite.ml.dataset.primitive.builder.context"><span class="typeNameLink">EmptyContextBuilder</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/dataset/primitive/builder/context/EmptyContextBuilder.html" title="type parameter in EmptyContextBuilder">K</a>,<a href="org/apache/ignite/ml/dataset/primitive/builder/context/EmptyContextBuilder.html" title="type parameter in EmptyContextBuilder">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/dataset/primitive/builder/context/package-summary.html">org.apache.ignite.ml.dataset.primitive.builder.context</a></dt>
<dd>
<div class="block">A partition <code>context</code> builder that makes <a href="org/apache/ignite/ml/dataset/primitive/context/EmptyContext.html" title="class in org.apache.ignite.ml.dataset.primitive.context"><code>EmptyContext</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/primitive/builder/context/EmptyContextBuilder.html#EmptyContextBuilder--">EmptyContextBuilder()</a></span> - Constructor for class org.apache.ignite.ml.dataset.primitive.builder.context.<a href="org/apache/ignite/ml/dataset/primitive/builder/context/EmptyContextBuilder.html" title="class in org.apache.ignite.ml.dataset.primitive.builder.context">EmptyContextBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataRegionMetricsProvider.html#emptyDataPages--">emptyDataPages()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/DataRegionMetricsProvider.html" title="interface in org.apache.ignite">DataRegionMetricsProvider</a></dt>
<dd>
<div class="block">Calculates empty data pages count for region.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/trainers/DatasetTrainer.EmptyDatasetException.html#EmptyDatasetException--">EmptyDatasetException()</a></span> - Constructor for exception org.apache.ignite.ml.trainers.<a href="org/apache/ignite/ml/trainers/DatasetTrainer.EmptyDatasetException.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer.EmptyDatasetException</a></dt>
<dd>
<div class="block">Constructs an instance of EmptyDatasetException.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/exceptions/datastructures/EmptyFileException.html" title="class in org.apache.ignite.ml.math.exceptions.datastructures"><span class="typeNameLink">EmptyFileException</span></a> - Exception in <a href="org/apache/ignite/ml/math/exceptions/datastructures/package-summary.html">org.apache.ignite.ml.math.exceptions.datastructures</a></dt>
<dd>
<div class="block">This exception is used to indicate error with empty file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/exceptions/datastructures/EmptyFileException.html#EmptyFileException-java.lang.String-">EmptyFileException(String)</a></span> - Constructor for exception org.apache.ignite.ml.math.exceptions.datastructures.<a href="org/apache/ignite/ml/math/exceptions/datastructures/EmptyFileException.html" title="class in org.apache.ignite.ml.math.exceptions.datastructures">EmptyFileException</a></dt>
<dd>
<div class="block">Creates new exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/LabeledVectorSet.html#emptyVector-int-">emptyVector(int)</a></span> - Static method in class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/LabeledVectorSet.html" title="class in org.apache.ignite.ml.structures">LabeledVectorSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteEvents.html#enabledEvents--">enabledEvents()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteEvents.html" title="interface in org.apache.ignite">IgniteEvents</a></dt>
<dd>
<div class="block">Gets types of enabled events.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteEvents.html#enableLocal-int...-">enableLocal(int...)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteEvents.html" title="interface in org.apache.ignite">IgniteEvents</a></dt>
<dd>
<div class="block">Enables provided events.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheManager.html#enableManagement-java.lang.String-boolean-">enableManagement(String, boolean)</a></span> - Method in class org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheManager.html" title="class in org.apache.ignite.cache">CacheManager</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html#enableMetrics--">enableMetrics()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataRegionMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Enables memory metrics collection on an Apache Ignite node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html#enableMetrics--">enableMetrics()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataStorageMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Enables persistence metrics collection on an Apache Ignite node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/MemoryMetricsMXBean.html#enableMetrics--">enableMetrics()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/MemoryMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">MemoryMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Enables memory metrics collection on an Apache Ignite node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/PersistenceMetricsMXBean.html#enableMetrics--">enableMetrics()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/PersistenceMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">PersistenceMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Enables persistence metrics collection on an Apache Ignite node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheManager.html#enableStatistics-java.lang.String-boolean-">enableStatistics(String, boolean)</a></span> - Method in class org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheManager.html" title="class in org.apache.ignite.cache">CacheManager</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#enableStatistics-boolean-">enableStatistics(boolean)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Sets statistics enabled flag cluster wide for this cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCluster.html#enableStatistics-java.util.Collection-boolean-">enableStatistics(Collection<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>, boolean)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCluster.html" title="interface in org.apache.ignite">IgniteCluster</a></dt>
<dd>
<div class="block">Enables/disables statistics for caches cluster wide.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#enableStatistics--">enableStatistics()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Enable statistic collection for the cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/WrappedPreparedStatement.html#enableTracing--">enableTracing()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.session.<a href="org/apache/ignite/cache/store/cassandra/session/WrappedPreparedStatement.html" title="class in org.apache.ignite.cache.store.cassandra.session">WrappedPreparedStatement</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCluster.html#enableWal-java.lang.String-">enableWal(String)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCluster.html" title="interface in org.apache.ignite.client">ClientCluster</a></dt>
<dd>
<div class="block">Enables write-ahead logging for specified cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCluster.html#enableWal-java.lang.String-">enableWal(String)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCluster.html" title="interface in org.apache.ignite">IgniteCluster</a></dt>
<dd>
<div class="block">Enables write-ahead logging for specified cache.</div>
</dd>
<dt><a href="org/apache/ignite/ml/preprocessing/encoding/EncoderPartitionData.html" title="class in org.apache.ignite.ml.preprocessing.encoding"><span class="typeNameLink">EncoderPartitionData</span></a> - Class in <a href="org/apache/ignite/ml/preprocessing/encoding/package-summary.html">org.apache.ignite.ml.preprocessing.encoding</a></dt>
<dd>
<div class="block">Partition data used in Encoder preprocessor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/encoding/EncoderPartitionData.html#EncoderPartitionData--">EncoderPartitionData()</a></span> - Constructor for class org.apache.ignite.ml.preprocessing.encoding.<a href="org/apache/ignite/ml/preprocessing/encoding/EncoderPartitionData.html" title="class in org.apache.ignite.ml.preprocessing.encoding">EncoderPartitionData</a></dt>
<dd>
<div class="block">Constructs a new instance of String Encoder partition data.</div>
</dd>
<dt><a href="org/apache/ignite/ml/preprocessing/encoding/EncoderPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.encoding"><span class="typeNameLink">EncoderPreprocessor</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/preprocessing/encoding/EncoderPreprocessor.html" title="type parameter in EncoderPreprocessor">K</a>,<a href="org/apache/ignite/ml/preprocessing/encoding/EncoderPreprocessor.html" title="type parameter in EncoderPreprocessor">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/preprocessing/encoding/package-summary.html">org.apache.ignite.ml.preprocessing.encoding</a></dt>
<dd>
<div class="block">Preprocessing function that makes encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/encoding/EncoderPreprocessor.html#EncoderPreprocessor-java.util.Map:A-org.apache.ignite.ml.preprocessing.Preprocessor-java.util.Set-">EncoderPreprocessor(Map<span class='angle_bracket'>&lt;</span>String, Integer<span class='angle_bracket'>&gt;</span>[], Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Set<span class='angle_bracket'>&lt;</span>Integer<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.preprocessing.encoding.<a href="org/apache/ignite/ml/preprocessing/encoding/EncoderPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.encoding">EncoderPreprocessor</a></dt>
<dd>
<div class="block">Constructs a new instance of Encoder preprocessor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/encoding/EncoderPreprocessor.html#EncoderPreprocessor-java.util.Map-org.apache.ignite.ml.preprocessing.Preprocessor-">EncoderPreprocessor(Map<span class='angle_bracket'>&lt;</span>String, Integer<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.preprocessing.encoding.<a href="org/apache/ignite/ml/preprocessing/encoding/EncoderPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.encoding">EncoderPreprocessor</a></dt>
<dd>
<div class="block">Constructs a new instance of Encoder preprocessor.</div>
</dd>
<dt><a href="org/apache/ignite/ml/preprocessing/encoding/EncoderSortingStrategy.html" title="enum in org.apache.ignite.ml.preprocessing.encoding"><span class="typeNameLink">EncoderSortingStrategy</span></a> - Enum in <a href="org/apache/ignite/ml/preprocessing/encoding/package-summary.html">org.apache.ignite.ml.preprocessing.encoding</a></dt>
<dd>
<div class="block">Describes Encoder sorting strategy to define mapping of integer values to values of categorical feature .</div>
</dd>
<dt><a href="org/apache/ignite/ml/preprocessing/encoding/EncoderTrainer.html" title="class in org.apache.ignite.ml.preprocessing.encoding"><span class="typeNameLink">EncoderTrainer</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/preprocessing/encoding/EncoderTrainer.html" title="type parameter in EncoderTrainer">K</a>,<a href="org/apache/ignite/ml/preprocessing/encoding/EncoderTrainer.html" title="type parameter in EncoderTrainer">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/preprocessing/encoding/package-summary.html">org.apache.ignite.ml.preprocessing.encoding</a></dt>
<dd>
<div class="block">Trainer of the String Encoder and One-Hot Encoder preprocessors.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/encoding/EncoderTrainer.html#EncoderTrainer--">EncoderTrainer()</a></span> - Constructor for class org.apache.ignite.ml.preprocessing.encoding.<a href="org/apache/ignite/ml/preprocessing/encoding/EncoderTrainer.html" title="class in org.apache.ignite.ml.preprocessing.encoding">EncoderTrainer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/preprocessing/encoding/EncoderType.html" title="enum in org.apache.ignite.ml.preprocessing.encoding"><span class="typeNameLink">EncoderType</span></a> - Enum in <a href="org/apache/ignite/ml/preprocessing/encoding/package-summary.html">org.apache.ignite.ml.preprocessing.encoding</a></dt>
<dd>
<div class="block">Describes Encoder preprocessor types to define resulting model in EncoderTrainer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/encoding/frequency/FrequencyEncoderPreprocessor.html#encodingFrequencies">encodingFrequencies</a></span> - Variable in class org.apache.ignite.ml.preprocessing.encoding.frequency.<a href="org/apache/ignite/ml/preprocessing/encoding/frequency/FrequencyEncoderPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.encoding.frequency">FrequencyEncoderPreprocessor</a></dt>
<dd>
<div class="block">Filling values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/encoding/EncoderPreprocessor.html#encodingValues">encodingValues</a></span> - Variable in class org.apache.ignite.ml.preprocessing.encoding.<a href="org/apache/ignite/ml/preprocessing/encoding/EncoderPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.encoding">EncoderPreprocessor</a></dt>
<dd>
<div class="block">Filling values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/encrypt/AsymmetricKeyEncryptionService.html#encrypt-byte:A-">encrypt(byte[])</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/encrypt/AsymmetricKeyEncryptionService.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt">AsymmetricKeyEncryptionService</a></dt>
<dd>
<div class="block">Encrypt the input data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/encrypt/AwsKmsEncryptionService.html#encrypt-byte:A-">encrypt(byte[])</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/encrypt/AwsKmsEncryptionService.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt">AwsKmsEncryptionService</a></dt>
<dd>
<div class="block">Encrypt the input data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/encrypt/EncryptionService.html#encrypt-byte:A-">encrypt(byte[])</a></span> - Method in interface org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/encrypt/EncryptionService.html" title="interface in org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt">EncryptionService</a></dt>
<dd>
<div class="block">Encrypt the input data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/encrypt/SymmetricKeyEncryptionService.html#encrypt-byte:A-">encrypt(byte[])</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/encrypt/SymmetricKeyEncryptionService.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt">SymmetricKeyEncryptionService</a></dt>
<dd>
<div class="block">Encrypt the input data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/EncryptionSpi.html#encrypt-java.nio.ByteBuffer-java.io.Serializable-java.nio.ByteBuffer-">encrypt(ByteBuffer, Serializable, ByteBuffer)</a></span> - Method in interface org.apache.ignite.spi.encryption.<a href="org/apache/ignite/spi/encryption/EncryptionSpi.html" title="interface in org.apache.ignite.spi.encryption">EncryptionSpi</a></dt>
<dd>
<div class="block">Encrypts data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionSpi.html#encrypt-java.nio.ByteBuffer-java.io.Serializable-java.nio.ByteBuffer-">encrypt(ByteBuffer, Serializable, ByteBuffer)</a></span> - Method in class org.apache.ignite.spi.encryption.keystore.<a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionSpi.html" title="class in org.apache.ignite.spi.encryption.keystore">KeystoreEncryptionSpi</a></dt>
<dd>
<div class="block">Encrypts data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/noop/NoopEncryptionSpi.html#encrypt-java.nio.ByteBuffer-java.io.Serializable-java.nio.ByteBuffer-">encrypt(ByteBuffer, Serializable, ByteBuffer)</a></span> - Method in class org.apache.ignite.spi.encryption.noop.<a href="org/apache/ignite/spi/encryption/noop/NoopEncryptionSpi.html" title="class in org.apache.ignite.spi.encryption.noop">NoopEncryptionSpi</a></dt>
<dd>
<div class="block">Encrypts data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/EncryptionSpi.html#encryptedSize-int-">encryptedSize(int)</a></span> - Method in interface org.apache.ignite.spi.encryption.<a href="org/apache/ignite/spi/encryption/EncryptionSpi.html" title="interface in org.apache.ignite.spi.encryption">EncryptionSpi</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionSpi.html#encryptedSize-int-">encryptedSize(int)</a></span> - Method in class org.apache.ignite.spi.encryption.keystore.<a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionSpi.html" title="class in org.apache.ignite.spi.encryption.keystore">KeystoreEncryptionSpi</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/noop/NoopEncryptionSpi.html#encryptedSize-int-">encryptedSize(int)</a></span> - Method in class org.apache.ignite.spi.encryption.noop.<a href="org/apache/ignite/spi/encryption/noop/NoopEncryptionSpi.html" title="class in org.apache.ignite.spi.encryption.noop">NoopEncryptionSpi</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/EncryptionSpi.html#encryptedSizeNoPadding-int-">encryptedSizeNoPadding(int)</a></span> - Method in interface org.apache.ignite.spi.encryption.<a href="org/apache/ignite/spi/encryption/EncryptionSpi.html" title="interface in org.apache.ignite.spi.encryption">EncryptionSpi</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionSpi.html#encryptedSizeNoPadding-int-">encryptedSizeNoPadding(int)</a></span> - Method in class org.apache.ignite.spi.encryption.keystore.<a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionSpi.html" title="class in org.apache.ignite.spi.encryption.keystore">KeystoreEncryptionSpi</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/noop/NoopEncryptionSpi.html#encryptedSizeNoPadding-int-">encryptedSizeNoPadding(int)</a></span> - Method in class org.apache.ignite.spi.encryption.noop.<a href="org/apache/ignite/spi/encryption/noop/NoopEncryptionSpi.html" title="class in org.apache.ignite.spi.encryption.noop">NoopEncryptionSpi</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignite.html#encryption--">encryption()</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/IgniteEncryption.html" title="interface in org.apache.ignite"><code>IgniteEncryption</code></a> interface.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#encryption--">encryption()</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/IgniteEncryption.html" title="interface in org.apache.ignite"><code>IgniteEncryption</code></a> interface.</div>
</dd>
<dt><a href="org/apache/ignite/configuration/EncryptionConfiguration.html" title="class in org.apache.ignite.configuration"><span class="typeNameLink">EncryptionConfiguration</span></a> - Class in <a href="org/apache/ignite/configuration/package-summary.html">org.apache.ignite.configuration</a></dt>
<dd>
<div class="block">Encryption configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/EncryptionConfiguration.html#EncryptionConfiguration--">EncryptionConfiguration()</a></span> - Constructor for class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/EncryptionConfiguration.html" title="class in org.apache.ignite.configuration">EncryptionConfiguration</a></dt>
<dd>
<div class="block">Creates valid encryption configuration with all default values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/EncryptionConfiguration.html#EncryptionConfiguration-org.apache.ignite.configuration.EncryptionConfiguration-">EncryptionConfiguration(EncryptionConfiguration)</a></span> - Constructor for class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/EncryptionConfiguration.html" title="class in org.apache.ignite.configuration">EncryptionConfiguration</a></dt>
<dd>
<div class="block">Constructs the copy of the configuration.</div>
</dd>
<dt><a href="org/apache/ignite/mxbean/EncryptionMXBean.html" title="interface in org.apache.ignite.mxbean"><span class="typeNameLink">EncryptionMXBean</span></a> - Interface in <a href="org/apache/ignite/mxbean/package-summary.html">org.apache.ignite.mxbean</a></dt>
<dd>
<div class="block">Encryption features MBean.</div>
</dd>
<dt><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/encrypt/EncryptionService.html" title="interface in org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt"><span class="typeNameLink">EncryptionService</span></a> - Interface in <a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/encrypt/package-summary.html">org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt</a></dt>
<dd>
<div class="block">A implementation of this interface should provide feature to encrypt/decrypt the data.</div>
</dd>
<dt><a href="org/apache/ignite/spi/encryption/EncryptionSpi.html" title="interface in org.apache.ignite.spi.encryption"><span class="typeNameLink">EncryptionSpi</span></a> - Interface in <a href="org/apache/ignite/spi/encryption/package-summary.html">org.apache.ignite.spi.encryption</a></dt>
<dd>
<div class="block">SPI provides encryption features for an Ignite.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/EncryptionSpi.html#encryptKey-java.io.Serializable-">encryptKey(Serializable)</a></span> - Method in interface org.apache.ignite.spi.encryption.<a href="org/apache/ignite/spi/encryption/EncryptionSpi.html" title="interface in org.apache.ignite.spi.encryption">EncryptionSpi</a></dt>
<dd>
<div class="block">Encrypts key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/EncryptionSpi.html#encryptKey-java.io.Serializable-java.lang.String-">encryptKey(Serializable, String)</a></span> - Method in interface org.apache.ignite.spi.encryption.<a href="org/apache/ignite/spi/encryption/EncryptionSpi.html" title="interface in org.apache.ignite.spi.encryption">EncryptionSpi</a></dt>
<dd>
<div class="block">Encrypts a key with the master key specified by name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionSpi.html#encryptKey-java.io.Serializable-">encryptKey(Serializable)</a></span> - Method in class org.apache.ignite.spi.encryption.keystore.<a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionSpi.html" title="class in org.apache.ignite.spi.encryption.keystore">KeystoreEncryptionSpi</a></dt>
<dd>
<div class="block">Encrypts key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionSpi.html#encryptKey-java.io.Serializable-java.lang.String-">encryptKey(Serializable, String)</a></span> - Method in class org.apache.ignite.spi.encryption.keystore.<a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionSpi.html" title="class in org.apache.ignite.spi.encryption.keystore">KeystoreEncryptionSpi</a></dt>
<dd>
<div class="block">Encrypts a key with the master key specified by name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/noop/NoopEncryptionSpi.html#encryptKey-java.io.Serializable-">encryptKey(Serializable)</a></span> - Method in class org.apache.ignite.spi.encryption.noop.<a href="org/apache/ignite/spi/encryption/noop/NoopEncryptionSpi.html" title="class in org.apache.ignite.spi.encryption.noop">NoopEncryptionSpi</a></dt>
<dd>
<div class="block">Encrypts key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/noop/NoopEncryptionSpi.html#encryptKey-java.io.Serializable-java.lang.String-">encryptKey(Serializable, String)</a></span> - Method in class org.apache.ignite.spi.encryption.noop.<a href="org/apache/ignite/spi/encryption/noop/NoopEncryptionSpi.html" title="class in org.apache.ignite.spi.encryption.noop">NoopEncryptionSpi</a></dt>
<dd>
<div class="block">Encrypts a key with the master key specified by name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/EncryptionSpi.html#encryptNoPadding-java.nio.ByteBuffer-java.io.Serializable-java.nio.ByteBuffer-">encryptNoPadding(ByteBuffer, Serializable, ByteBuffer)</a></span> - Method in interface org.apache.ignite.spi.encryption.<a href="org/apache/ignite/spi/encryption/EncryptionSpi.html" title="interface in org.apache.ignite.spi.encryption">EncryptionSpi</a></dt>
<dd>
<div class="block">Encrypts data without padding info.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionSpi.html#encryptNoPadding-java.nio.ByteBuffer-java.io.Serializable-java.nio.ByteBuffer-">encryptNoPadding(ByteBuffer, Serializable, ByteBuffer)</a></span> - Method in class org.apache.ignite.spi.encryption.keystore.<a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionSpi.html" title="class in org.apache.ignite.spi.encryption.keystore">KeystoreEncryptionSpi</a></dt>
<dd>
<div class="block">Encrypts data without padding info.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/noop/NoopEncryptionSpi.html#encryptNoPadding-java.nio.ByteBuffer-java.io.Serializable-java.nio.ByteBuffer-">encryptNoPadding(ByteBuffer, Serializable, ByteBuffer)</a></span> - Method in class org.apache.ignite.spi.encryption.noop.<a href="org/apache/ignite/spi/encryption/noop/NoopEncryptionSpi.html" title="class in org.apache.ignite.spi.encryption.noop">NoopEncryptionSpi</a></dt>
<dd>
<div class="block">Encrypts data without padding info.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html#end-java.sql.Connection-java.sql.Statement-">end(Connection, Statement)</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">Closes allocated resources depending on transaction status.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/NoopSpiSpecificSpan.html#end--">end()</a></span> - Method in class org.apache.ignite.spi.tracing.<a href="org/apache/ignite/spi/tracing/NoopSpiSpecificSpan.html" title="class in org.apache.ignite.spi.tracing">NoopSpiSpecificSpan</a></dt>
<dd>
<div class="block">Ends span.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/opencensus/OpenCensusSpanAdapter.html#end--">end()</a></span> - Method in class org.apache.ignite.spi.tracing.opencensus.<a href="org/apache/ignite/spi/tracing/opencensus/OpenCensusSpanAdapter.html" title="class in org.apache.ignite.spi.tracing.opencensus">OpenCensusSpanAdapter</a></dt>
<dd>
<div class="block">Ends span.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/SpiSpecificSpan.html#end--">end()</a></span> - Method in interface org.apache.ignite.spi.tracing.<a href="org/apache/ignite/spi/tracing/SpiSpecificSpan.html" title="interface in org.apache.ignite.spi.tracing">SpiSpecificSpan</a></dt>
<dd>
<div class="block">Ends span.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiTimeoutObject.html#endTime--">endTime()</a></span> - Method in interface org.apache.ignite.spi.<a href="org/apache/ignite/spi/IgniteSpiTimeoutObject.html" title="interface in org.apache.ignite.spi">IgniteSpiTimeoutObject</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ComputeTaskView.html#endTime--">endTime()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ComputeTaskView.html" title="class in org.apache.ignite.spi.systemview.view">ComputeTaskView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/aop/spring/GridifySpringEnhancer.html#enhance-T-">enhance(T)</a></span> - Static method in class org.apache.ignite.compute.gridify.aop.spring.<a href="org/apache/ignite/compute/gridify/aop/spring/GridifySpringEnhancer.html" title="class in org.apache.ignite.compute.gridify.aop.spring">GridifySpringEnhancer</a></dt>
<dd>
<div class="block">Enhances the object on load.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PersistenceSettings.html#enrichFields-java.util.List-">enrichFields(List<span class='angle_bracket'>&lt;</span>F<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/PersistenceSettings.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">PersistenceSettings</a></dt>
<dd>
<div class="block">Sets accessor for the given <code>src</code> fields.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#ensured-org.apache.ignite.spi.discovery.tcp.messages.TcpDiscoveryAbstractMessage-">ensured(TcpDiscoveryAbstractMessage)</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="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgHeaderContext.html#enterRule-org.antlr.v4.runtime.tree.ParseTreeListener-">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgHeaderContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgHeaderContext</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgLeafContext.html#enterRule-org.antlr.v4.runtime.tree.ParseTreeListener-">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgLeafContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgLeafContext</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgModelContext.html#enterRule-org.antlr.v4.runtime.tree.ParseTreeListener-">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgModelContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgModelContext</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgNodeContext.html#enterRule-org.antlr.v4.runtime.tree.ParseTreeListener-">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgNodeContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgNodeContext</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgTreeContext.html#enterRule-org.antlr.v4.runtime.tree.ParseTreeListener-">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgTreeContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgTreeContext</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgValueContext.html#enterRule-org.antlr.v4.runtime.tree.ParseTreeListener-">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgValueContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgValueContext</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelListener.html#enterXgHeader-org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgHeaderContext-">enterXgHeader(XGBoostModelParser.XgHeaderContext)</a></span> - Method in interface org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelListener.html" title="interface in org.apache.ignite.ml.xgboost.parser">XGBoostModelListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by <a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#xgHeader--"><code>XGBoostModelParser.xgHeader()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelListener.html#enterXgLeaf-org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgLeafContext-">enterXgLeaf(XGBoostModelParser.XgLeafContext)</a></span> - Method in interface org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelListener.html" title="interface in org.apache.ignite.ml.xgboost.parser">XGBoostModelListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by <a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#xgLeaf--"><code>XGBoostModelParser.xgLeaf()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelListener.html#enterXgModel-org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgModelContext-">enterXgModel(XGBoostModelParser.XgModelContext)</a></span> - Method in interface org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelListener.html" title="interface in org.apache.ignite.ml.xgboost.parser">XGBoostModelListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by <a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#xgModel--"><code>XGBoostModelParser.xgModel()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelListener.html#enterXgNode-org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgNodeContext-">enterXgNode(XGBoostModelParser.XgNodeContext)</a></span> - Method in interface org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelListener.html" title="interface in org.apache.ignite.ml.xgboost.parser">XGBoostModelListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by <a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#xgNode--"><code>XGBoostModelParser.xgNode()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelListener.html#enterXgTree-org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgTreeContext-">enterXgTree(XGBoostModelParser.XgTreeContext)</a></span> - Method in interface org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelListener.html" title="interface in org.apache.ignite.ml.xgboost.parser">XGBoostModelListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by <a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#xgTree--"><code>XGBoostModelParser.xgTree()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelListener.html#enterXgValue-org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgValueContext-">enterXgValue(XGBoostModelParser.XgValueContext)</a></span> - Method in interface org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelListener.html" title="interface in org.apache.ignite.ml.xgboost.parser">XGBoostModelListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by <a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#xgValue--"><code>XGBoostModelParser.xgValue()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/LRUCacheExpirationListener.html#entryExpired-V-">entryExpired(V)</a></span> - Method in interface org.apache.ignite.ml.util.<a href="org/apache/ignite/ml/util/LRUCacheExpirationListener.html" title="interface in org.apache.ignite.ml.util">LRUCacheExpirationListener</a></dt>
<dd>
<div class="block">Handles entry expiration, is called before value is moved from cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.EntryMapping.html#EntryMapping-java.lang.String-org.apache.ignite.cache.store.jdbc.dialect.JdbcDialect-org.apache.ignite.cache.store.jdbc.JdbcType-org.apache.ignite.cache.store.jdbc.CacheAbstractJdbcStore.TypeKind-org.apache.ignite.cache.store.jdbc.CacheAbstractJdbcStore.TypeKind-boolean-">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><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#entrySet--">entrySet()</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 set of all entries cached on this node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteBiTuple.html#entrySet--">entrySet()</a></span> - Method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteBiTuple.html" title="class in org.apache.ignite.lang">IgniteBiTuple</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryObject.html#enumName--">enumName()</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryObject.html" title="interface in org.apache.ignite.binary">BinaryObject</a></dt>
<dd>
<div class="block">Get name for this enum object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryObject.html#enumOrdinal--">enumOrdinal()</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryObject.html" title="interface in org.apache.ignite.binary">BinaryObject</a></dt>
<dd>
<div class="block">Get ordinal for this enum object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryType.html#enumValues--">enumValues()</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>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/GDBLearningStrategy.html#envBuilder">envBuilder</a></span> - Variable in class org.apache.ignite.ml.composition.boosting.<a href="org/apache/ignite/ml/composition/boosting/GDBLearningStrategy.html" title="class in org.apache.ignite.ml.composition.boosting">GDBLearningStrategy</a></dt>
<dd>
<div class="block">Learning environment builder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html#envBuilder">envBuilder</a></span> - Variable in class org.apache.ignite.ml.selection.cv.<a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html" title="class in org.apache.ignite.ml.selection.cv">AbstractCrossValidation</a></dt>
<dd>
<div class="block">Learning environment builder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/trainers/DatasetTrainer.html#envBuilder">envBuilder</a></span> - Variable in class org.apache.ignite.ml.trainers.<a href="org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a></dt>
<dd>
<div class="block">Learning environment builder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html#environment">environment</a></span> - Variable in class org.apache.ignite.ml.selection.cv.<a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html" title="class in org.apache.ignite.ml.selection.cv">AbstractCrossValidation</a></dt>
<dd>
<div class="block">Learning Environment.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/trainers/DatasetTrainer.html#environment">environment</a></span> - Variable in class org.apache.ignite.ml.trainers.<a href="org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a></dt>
<dd>
<div class="block">Learning Environment.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgTreeContext.html#EOF--">EOF()</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgTreeContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgTreeContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html#EQ">EQ</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#EQ">EQ</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgLeafContext.html#EQ--">EQ()</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgLeafContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgLeafContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgNodeContext.html#EQ--">EQ()</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgNodeContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgNodeContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgNodeContext.html#EQ-int-">EQ(int)</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgNodeContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgNodeContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryBasicIdMapper.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryBasicIdMapper.html" title="class in org.apache.ignite.binary">BinaryBasicIdMapper</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryBasicNameMapper.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryBasicNameMapper.html" title="class in org.apache.ignite.binary">BinaryBasicNameMapper</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/affinity/AffinityKey.html#equals-java.lang.Object-">equals(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">Equality check which delegates to the underlying key equality.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheKeyConfiguration.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheKeyConfiguration.html" title="class in org.apache.ignite.cache">CacheKeyConfiguration</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryEntity.html#equals-java.lang.Object-">equals(Object)</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryIndex.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.ignite.cache.<a href="org/apache/ignite/cache/QueryIndex.html" title="class in org.apache.ignite.cache">QueryIndex</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/JdbcTypeField.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.ignite.cache.store.jdbc.<a href="org/apache/ignite/cache/store/jdbc/JdbcTypeField.html" title="class in org.apache.ignite.cache.store.jdbc">JdbcTypeField</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.IgniteAllNodesPredicate.html#equals-java.lang.Object-">equals(Object)</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventAdapter.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/EventAdapter.html" title="class in org.apache.ignite.events">EventAdapter</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteBiTuple.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteBiTuple.html" title="class in org.apache.ignite.lang">IgniteBiTuple</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteProductVersion.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteProductVersion.html" title="class in org.apache.ignite.lang">IgniteProductVersion</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteUuid.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteUuid.html" title="class in org.apache.ignite.lang">IgniteUuid</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/kmeans/KMeansModel.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.ignite.ml.clustering.kmeans.<a href="org/apache/ignite/ml/clustering/kmeans/KMeansModel.html" title="class in org.apache.ignite.ml.clustering.kmeans">KMeansModel</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/kmeans/KMeansModelFormat.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.ignite.ml.clustering.kmeans.<a href="org/apache/ignite/ml/clustering/kmeans/KMeansModelFormat.html" title="class in org.apache.ignite.ml.clustering.kmeans">KMeansModelFormat</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/impl/bootstrapping/BootstrappedVector.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.ignite.ml.dataset.impl.bootstrapping.<a href="org/apache/ignite/ml/dataset/impl/bootstrapping/BootstrappedVector.html" title="class in org.apache.ignite.ml.dataset.impl.bootstrapping">BootstrappedVector</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/ann/ANNClassificationModel.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.ignite.ml.knn.ann.<a href="org/apache/ignite/ml/knn/ann/ANNClassificationModel.html" title="class in org.apache.ignite.ml.knn.ann">ANNClassificationModel</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/ann/ANNModelFormat.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.ignite.ml.knn.ann.<a href="org/apache/ignite/ml/knn/ann/ANNModelFormat.html" title="class in org.apache.ignite.ml.knn.ann">ANNModelFormat</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/ann/KNNModelFormat.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.ignite.ml.knn.ann.<a href="org/apache/ignite/ml/knn/ann/KNNModelFormat.html" title="class in org.apache.ignite.ml.knn.ann">KNNModelFormat</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/NNClassificationModel.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.ignite.ml.knn.<a href="org/apache/ignite/ml/knn/NNClassificationModel.html" title="class in org.apache.ignite.ml.knn">NNClassificationModel</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/distances/BrayCurtisDistance.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.ignite.ml.math.distances.<a href="org/apache/ignite/ml/math/distances/BrayCurtisDistance.html" title="class in org.apache.ignite.ml.math.distances">BrayCurtisDistance</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/distances/CanberraDistance.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.ignite.ml.math.distances.<a href="org/apache/ignite/ml/math/distances/CanberraDistance.html" title="class in org.apache.ignite.ml.math.distances">CanberraDistance</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/distances/EuclideanDistance.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.ignite.ml.math.distances.<a href="org/apache/ignite/ml/math/distances/EuclideanDistance.html" title="class in org.apache.ignite.ml.math.distances">EuclideanDistance</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/distances/HammingDistance.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.ignite.ml.math.distances.<a href="org/apache/ignite/ml/math/distances/HammingDistance.html" title="class in org.apache.ignite.ml.math.distances">HammingDistance</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/distances/JensenShannonDistance.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.ignite.ml.math.distances.<a href="org/apache/ignite/ml/math/distances/JensenShannonDistance.html" title="class in org.apache.ignite.ml.math.distances">JensenShannonDistance</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/distances/ManhattanDistance.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.ignite.ml.math.distances.<a href="org/apache/ignite/ml/math/distances/ManhattanDistance.html" title="class in org.apache.ignite.ml.math.distances">ManhattanDistance</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/distances/MinkowskiDistance.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.ignite.ml.math.distances.<a href="org/apache/ignite/ml/math/distances/MinkowskiDistance.html" title="class in org.apache.ignite.ml.math.distances">MinkowskiDistance</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/distances/WeightedMinkowskiDistance.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.ignite.ml.math.distances.<a href="org/apache/ignite/ml/math/distances/WeightedMinkowskiDistance.html" title="class in org.apache.ignite.ml.math.distances">WeightedMinkowskiDistance</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>
<div class="block">
We ignore guid's for comparisons.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/storage/DenseMatrixStorage.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.storage.<a href="org/apache/ignite/ml/math/primitives/matrix/storage/DenseMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.matrix.storage">DenseMatrixStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/storage/SparseMatrixStorage.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.storage.<a href="org/apache/ignite/ml/math/primitives/matrix/storage/SparseMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.matrix.storage">SparseMatrixStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/storage/ViewMatrixStorage.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.storage.<a href="org/apache/ignite/ml/math/primitives/matrix/storage/ViewMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.matrix.storage">ViewMatrixStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/VectorizedViewMatrix.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/VectorizedViewMatrix.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">VectorizedViewMatrix</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/VectorView.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/VectorView.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">VectorView</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/DenseVectorStorage.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/DenseVectorStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">DenseVectorStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/SparseVectorStorage.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/SparseVectorStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">SparseVectorStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorViewStorage.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorViewStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">VectorViewStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/multiclass/MultiClassModel.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.ignite.ml.multiclass.<a href="org/apache/ignite/ml/multiclass/MultiClassModel.html" title="class in org.apache.ignite.ml.multiclass">MultiClassModel</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/linear/LinearRegressionModel.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.ignite.ml.regressions.linear.<a href="org/apache/ignite/ml/regressions/linear/LinearRegressionModel.html" title="class in org.apache.ignite.ml.regressions.linear">LinearRegressionModel</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionModel.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.ignite.ml.regressions.logistic.<a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionModel.html" title="class in org.apache.ignite.ml.regressions.logistic">LogisticRegressionModel</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/Dataset.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/Dataset.html" title="class in org.apache.ignite.ml.structures">Dataset</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/DatasetRow.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/DatasetRow.html" title="class in org.apache.ignite.ml.structures">DatasetRow</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/FeatureMetadata.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/FeatureMetadata.html" title="class in org.apache.ignite.ml.structures">FeatureMetadata</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/LabeledVector.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/LabeledVector.html" title="class in org.apache.ignite.ml.structures">LabeledVector</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/svm/SVMLinearClassificationModel.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.ignite.ml.svm.<a href="org/apache/ignite/ml/svm/SVMLinearClassificationModel.html" title="class in org.apache.ignite.ml.svm">SVMLinearClassificationModel</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/NodeId.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.<a href="org/apache/ignite/ml/tree/randomforest/data/NodeId.html" title="class in org.apache.ignite.ml.tree.randomforest.data">NodeId</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/SecurityBasicPermissionSet.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.ignite.plugin.security.<a href="org/apache/ignite/plugin/security/SecurityBasicPermissionSet.html" title="class in org.apache.ignite.plugin.security">SecurityBasicPermissionSet</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/SecurityCredentials.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.ignite.plugin.security.<a href="org/apache/ignite/plugin/security/SecurityCredentials.html" title="class in org.apache.ignite.plugin.security">SecurityCredentials</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/services/ServiceConfiguration.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.ignite.services.<a href="org/apache/ignite/services/ServiceConfiguration.html" title="class in org.apache.ignite.services">ServiceConfiguration</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/deployment/DeploymentResourceAdapter.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.ignite.spi.deployment.<a href="org/apache/ignite/spi/deployment/DeploymentResourceAdapter.html" title="class in org.apache.ignite.spi.deployment">DeploymentResourceAdapter</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionKey.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.ignite.spi.encryption.keystore.<a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionKey.html" title="class in org.apache.ignite.spi.encryption.keystore">KeystoreEncryptionKey</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/TracingConfigurationCoordinates.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.ignite.spi.tracing.<a href="org/apache/ignite/spi/tracing/TracingConfigurationCoordinates.html" title="class in org.apache.ignite.spi.tracing">TracingConfigurationCoordinates</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/TracingConfigurationParameters.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.ignite.spi.tracing.<a href="org/apache/ignite/spi/tracing/TracingConfigurationParameters.html" title="class in org.apache.ignite.spi.tracing">TracingConfigurationParameters</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/services/ServiceConfiguration.html#equalsIgnoreNodeFilter-java.lang.Object-">equalsIgnoreNodeFilter(Object)</a></span> - Method 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">Checks if configurations are equal ignoring the node filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/QueryCancelledException.html#ERR_MSG">ERR_MSG</a></span> - Static variable in exception org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/QueryCancelledException.html" title="class in org.apache.ignite.cache.query">QueryCancelledException</a></dt>
<dd>
<div class="block">Error message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/failure/FailureContext.html#error--">error()</a></span> - Method in class org.apache.ignite.failure.<a href="org/apache/ignite/failure/FailureContext.html" title="class in org.apache.ignite.failure">FailureContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteLogger.html#error-java.lang.String-">error(String)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteLogger.html" title="interface in org.apache.ignite">IgniteLogger</a></dt>
<dd>
<div class="block">Logs out error message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteLogger.html#error-java.lang.String-java.lang.Throwable-">error(String, Throwable)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteLogger.html" title="interface in org.apache.ignite">IgniteLogger</a></dt>
<dd>
<div class="block">Logs error message with optional exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteLogger.html#error-java.lang.String-java.lang.String-java.lang.Throwable-">error(String, String, Throwable)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteLogger.html" title="interface in org.apache.ignite">IgniteLogger</a></dt>
<dd>
<div class="block">Logs error message with optional exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/java/JavaLogger.html#error-java.lang.String-">error(String)</a></span> - Method in class org.apache.ignite.logger.java.<a href="org/apache/ignite/logger/java/JavaLogger.html" title="class in org.apache.ignite.logger.java">JavaLogger</a></dt>
<dd>
<div class="block">Logs out error message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/java/JavaLogger.html#error-java.lang.String-java.lang.Throwable-">error(String, Throwable)</a></span> - Method in class org.apache.ignite.logger.java.<a href="org/apache/ignite/logger/java/JavaLogger.html" title="class in org.apache.ignite.logger.java">JavaLogger</a></dt>
<dd>
<div class="block">Logs error message with optional exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/jcl/JclLogger.html#error-java.lang.String-">error(String)</a></span> - Method in class org.apache.ignite.logger.jcl.<a href="org/apache/ignite/logger/jcl/JclLogger.html" title="class in org.apache.ignite.logger.jcl">JclLogger</a></dt>
<dd>
<div class="block">Logs out error message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/jcl/JclLogger.html#error-java.lang.String-java.lang.Throwable-">error(String, Throwable)</a></span> - Method in class org.apache.ignite.logger.jcl.<a href="org/apache/ignite/logger/jcl/JclLogger.html" title="class in org.apache.ignite.logger.jcl">JclLogger</a></dt>
<dd>
<div class="block">Logs error message with optional exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j/Log4JLogger.html#error-java.lang.String-">error(String)</a></span> - 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">Logs out error message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j/Log4JLogger.html#error-java.lang.String-java.lang.Throwable-">error(String, Throwable)</a></span> - 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">Logs error message with optional exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j2/Log4J2Logger.html#error-java.lang.String-java.lang.Throwable-">error(String, Throwable)</a></span> - Method in class org.apache.ignite.logger.log4j2.<a href="org/apache/ignite/logger/log4j2/Log4J2Logger.html" title="class in org.apache.ignite.logger.log4j2">Log4J2Logger</a></dt>
<dd>
<div class="block">Logs error message with optional exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j2/Log4J2Logger.html#error-java.lang.String-java.lang.String-java.lang.Throwable-">error(String, String, Throwable)</a></span> - Method in class org.apache.ignite.logger.log4j2.<a href="org/apache/ignite/logger/log4j2/Log4J2Logger.html" title="class in org.apache.ignite.logger.log4j2">Log4J2Logger</a></dt>
<dd>
<div class="block">Logs error message with optional exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/NullLogger.html#error-java.lang.String-">error(String)</a></span> - Method in class org.apache.ignite.logger.<a href="org/apache/ignite/logger/NullLogger.html" title="class in org.apache.ignite.logger">NullLogger</a></dt>
<dd>
<div class="block">Logs out error message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/NullLogger.html#error-java.lang.String-java.lang.Throwable-">error(String, Throwable)</a></span> - Method in class org.apache.ignite.logger.<a href="org/apache/ignite/logger/NullLogger.html" title="class in org.apache.ignite.logger">NullLogger</a></dt>
<dd>
<div class="block">Logs error message with optional exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/slf4j/Slf4jLogger.html#error-java.lang.String-java.lang.Throwable-">error(String, Throwable)</a></span> - Method in class org.apache.ignite.logger.slf4j.<a href="org/apache/ignite/logger/slf4j/Slf4jLogger.html" title="class in org.apache.ignite.logger.slf4j">Slf4jLogger</a></dt>
<dd>
<div class="block">Logs error message with optional exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/slf4j/Slf4jLogger.html#error-java.lang.String-java.lang.String-java.lang.Throwable-">error(String, String, Throwable)</a></span> - Method in class org.apache.ignite.logger.slf4j.<a href="org/apache/ignite/logger/slf4j/Slf4jLogger.html" title="class in org.apache.ignite.logger.slf4j">Slf4jLogger</a></dt>
<dd>
<div class="block">Logs error message with optional exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/IgniteScheduler.html#error-org.apache.mesos.SchedulerDriver-java.lang.String-">error(SchedulerDriver, String)</a></span> - Method in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/IgniteScheduler.html" title="class in org.apache.ignite.mesos">IgniteScheduler</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/loss/LogLoss.html#error-long-double-double-">error(long, double, double)</a></span> - Method in class org.apache.ignite.ml.composition.boosting.loss.<a href="org/apache/ignite/ml/composition/boosting/loss/LogLoss.html" title="class in org.apache.ignite.ml.composition.boosting.loss">LogLoss</a></dt>
<dd>
<div class="block">Error value for model answer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/loss/Loss.html#error-long-double-double-">error(long, double, double)</a></span> - Method in interface org.apache.ignite.ml.composition.boosting.loss.<a href="org/apache/ignite/ml/composition/boosting/loss/Loss.html" title="interface in org.apache.ignite.ml.composition.boosting.loss">Loss</a></dt>
<dd>
<div class="block">Error value for model answer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/loss/SquaredError.html#error-long-double-double-">error(long, double, double)</a></span> - Method in class org.apache.ignite.ml.composition.boosting.loss.<a href="org/apache/ignite/ml/composition/boosting/loss/SquaredError.html" title="class in org.apache.ignite.ml.composition.boosting.loss">SquaredError</a></dt>
<dd>
<div class="block">Error value for model answer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/dialect/BasicJdbcDialect.html#escape-java.lang.String-">escape(String)</a></span> - Method in 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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/dialect/JdbcDialect.html#escape-java.lang.String-">escape(String)</a></span> - Method in interface org.apache.ignite.cache.store.jdbc.dialect.<a href="org/apache/ignite/cache/store/jdbc/dialect/JdbcDialect.html" title="interface in org.apache.ignite.cache.store.jdbc.dialect">JdbcDialect</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/dialect/MySQLDialect.html#escape-java.lang.String-">escape(String)</a></span> - Method in class org.apache.ignite.cache.store.jdbc.dialect.<a href="org/apache/ignite/cache/store/jdbc/dialect/MySQLDialect.html" title="class in org.apache.ignite.cache.store.jdbc.dialect">MySQLDialect</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/dialect/SQLServerDialect.html#escape-java.lang.String-">escape(String)</a></span> - Method in class org.apache.ignite.cache.store.jdbc.dialect.<a href="org/apache/ignite/cache/store/jdbc/dialect/SQLServerDialect.html" title="class in org.apache.ignite.cache.store.jdbc.dialect">SQLServerDialect</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#estimateRebalancingFinishTime--">estimateRebalancingFinishTime()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><a href="org/apache/ignite/ml/math/distances/EuclideanDistance.html" title="class in org.apache.ignite.ml.math.distances"><span class="typeNameLink">EuclideanDistance</span></a> - Class in <a href="org/apache/ignite/ml/math/distances/package-summary.html">org.apache.ignite.ml.math.distances</a></dt>
<dd>
<div class="block">Calculates the L<sub>2</sub> (Euclidean) distance between two points.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/distances/EuclideanDistance.html#EuclideanDistance--">EuclideanDistance()</a></span> - Constructor for class org.apache.ignite.ml.math.distances.<a href="org/apache/ignite/ml/math/distances/EuclideanDistance.html" title="class in org.apache.ignite.ml.math.distances">EuclideanDistance</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/Evaluator.html#evaluate-org.apache.ignite.IgniteCache-org.apache.ignite.ml.IgniteModel-org.apache.ignite.ml.preprocessing.Preprocessor-org.apache.ignite.ml.selection.scoring.metric.Metric-">evaluate(IgniteCache<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, IgniteModel<span class='angle_bracket'>&lt;</span>Vector, Double<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Metric)</a></span> - Static method in class org.apache.ignite.ml.selection.scoring.evaluator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/Evaluator.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator">Evaluator</a></dt>
<dd>
<div class="block">Computes the given metric on the given cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/Evaluator.html#evaluate-org.apache.ignite.IgniteCache-org.apache.ignite.lang.IgniteBiPredicate-org.apache.ignite.ml.IgniteModel-org.apache.ignite.ml.preprocessing.Preprocessor-org.apache.ignite.ml.selection.scoring.metric.Metric-">evaluate(IgniteCache<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, IgniteBiPredicate<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, IgniteModel<span class='angle_bracket'>&lt;</span>Vector, Double<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Metric)</a></span> - Static method in class org.apache.ignite.ml.selection.scoring.evaluator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/Evaluator.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator">Evaluator</a></dt>
<dd>
<div class="block">Computes the given metric on the given cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/Evaluator.html#evaluate-org.apache.ignite.IgniteCache-org.apache.ignite.ml.IgniteModel-org.apache.ignite.ml.preprocessing.Preprocessor-org.apache.ignite.ml.selection.scoring.metric.MetricName-">evaluate(IgniteCache<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, IgniteModel<span class='angle_bracket'>&lt;</span>Vector, Double<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, MetricName)</a></span> - Static method in class org.apache.ignite.ml.selection.scoring.evaluator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/Evaluator.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator">Evaluator</a></dt>
<dd>
<div class="block">Computes the given metric on the given cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/Evaluator.html#evaluate-org.apache.ignite.IgniteCache-org.apache.ignite.lang.IgniteBiPredicate-org.apache.ignite.ml.IgniteModel-org.apache.ignite.ml.preprocessing.Preprocessor-org.apache.ignite.ml.selection.scoring.metric.MetricName-">evaluate(IgniteCache<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, IgniteBiPredicate<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, IgniteModel<span class='angle_bracket'>&lt;</span>Vector, Double<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, MetricName)</a></span> - Static method in class org.apache.ignite.ml.selection.scoring.evaluator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/Evaluator.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator">Evaluator</a></dt>
<dd>
<div class="block">Computes the given metric on the given cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/Evaluator.html#evaluate-java.util.Map-org.apache.ignite.ml.IgniteModel-org.apache.ignite.ml.preprocessing.Preprocessor-org.apache.ignite.ml.selection.scoring.metric.Metric-">evaluate(Map<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, IgniteModel<span class='angle_bracket'>&lt;</span>Vector, Double<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Metric)</a></span> - Static method in class org.apache.ignite.ml.selection.scoring.evaluator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/Evaluator.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator">Evaluator</a></dt>
<dd>
<div class="block">Computes the given metric on the given cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/Evaluator.html#evaluate-java.util.Map-org.apache.ignite.lang.IgniteBiPredicate-org.apache.ignite.ml.IgniteModel-org.apache.ignite.ml.preprocessing.Preprocessor-org.apache.ignite.ml.selection.scoring.metric.Metric-">evaluate(Map<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, IgniteBiPredicate<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, IgniteModel<span class='angle_bracket'>&lt;</span>Vector, Double<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Metric)</a></span> - Static method in class org.apache.ignite.ml.selection.scoring.evaluator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/Evaluator.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator">Evaluator</a></dt>
<dd>
<div class="block">Computes the given metric on the given cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/Evaluator.html#evaluate-java.util.Map-org.apache.ignite.ml.IgniteModel-org.apache.ignite.ml.preprocessing.Preprocessor-org.apache.ignite.ml.selection.scoring.metric.MetricName-">evaluate(Map<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, IgniteModel<span class='angle_bracket'>&lt;</span>Vector, Double<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, MetricName)</a></span> - Static method in class org.apache.ignite.ml.selection.scoring.evaluator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/Evaluator.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator">Evaluator</a></dt>
<dd>
<div class="block">Computes the given metric on the given cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/Evaluator.html#evaluate-java.util.Map-org.apache.ignite.lang.IgniteBiPredicate-org.apache.ignite.ml.IgniteModel-org.apache.ignite.ml.preprocessing.Preprocessor-org.apache.ignite.ml.selection.scoring.metric.MetricName-">evaluate(Map<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, IgniteBiPredicate<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, IgniteModel<span class='angle_bracket'>&lt;</span>Vector, Double<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, MetricName)</a></span> - Static method in class org.apache.ignite.ml.selection.scoring.evaluator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/Evaluator.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator">Evaluator</a></dt>
<dd>
<div class="block">Computes the given metric on the given cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/Evaluator.html#evaluate-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.IgniteModel-org.apache.ignite.ml.preprocessing.Preprocessor-org.apache.ignite.ml.selection.scoring.metric.Metric...-">evaluate(DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, IgniteModel<span class='angle_bracket'>&lt;</span>Vector, Double<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Metric...)</a></span> - Static method in class org.apache.ignite.ml.selection.scoring.evaluator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/Evaluator.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator">Evaluator</a></dt>
<dd>
<div class="block">Evaluate model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/Evaluator.html#evaluateBinaryClassification-org.apache.ignite.IgniteCache-org.apache.ignite.ml.IgniteModel-org.apache.ignite.ml.preprocessing.Preprocessor-">evaluateBinaryClassification(IgniteCache<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, IgniteModel<span class='angle_bracket'>&lt;</span>Vector, Double<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Static method in class org.apache.ignite.ml.selection.scoring.evaluator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/Evaluator.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator">Evaluator</a></dt>
<dd>
<div class="block">Evaluate binary classifier by default metrics (see package classification).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/Evaluator.html#evaluateBinaryClassification-org.apache.ignite.IgniteCache-org.apache.ignite.lang.IgniteBiPredicate-org.apache.ignite.ml.IgniteModel-org.apache.ignite.ml.preprocessing.Preprocessor-">evaluateBinaryClassification(IgniteCache<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, IgniteBiPredicate<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, IgniteModel<span class='angle_bracket'>&lt;</span>Vector, Double<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Static method in class org.apache.ignite.ml.selection.scoring.evaluator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/Evaluator.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator">Evaluator</a></dt>
<dd>
<div class="block">Evaluate binary classifier by default metrics (see package classification).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/Evaluator.html#evaluateBinaryClassification-java.util.Map-org.apache.ignite.ml.IgniteModel-org.apache.ignite.ml.preprocessing.Preprocessor-">evaluateBinaryClassification(Map<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, IgniteModel<span class='angle_bracket'>&lt;</span>Vector, Double<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Static method in class org.apache.ignite.ml.selection.scoring.evaluator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/Evaluator.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator">Evaluator</a></dt>
<dd>
<div class="block">Evaluate binary classifier by default metrics (see package classification).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/Evaluator.html#evaluateBinaryClassification-java.util.Map-org.apache.ignite.lang.IgniteBiPredicate-org.apache.ignite.ml.IgniteModel-org.apache.ignite.ml.preprocessing.Preprocessor-">evaluateBinaryClassification(Map<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, IgniteBiPredicate<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, IgniteModel<span class='angle_bracket'>&lt;</span>Vector, Double<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Static method in class org.apache.ignite.ml.selection.scoring.evaluator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/Evaluator.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator">Evaluator</a></dt>
<dd>
<div class="block">Evaluate binary classifier by default metrics (see package classification).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/Evaluator.html#evaluateRegression-org.apache.ignite.IgniteCache-org.apache.ignite.ml.IgniteModel-org.apache.ignite.ml.preprocessing.Preprocessor-">evaluateRegression(IgniteCache<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, IgniteModel<span class='angle_bracket'>&lt;</span>Vector, Double<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Static method in class org.apache.ignite.ml.selection.scoring.evaluator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/Evaluator.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator">Evaluator</a></dt>
<dd>
<div class="block">Evaluate regression by default metrics (see package regression).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/Evaluator.html#evaluateRegression-org.apache.ignite.IgniteCache-org.apache.ignite.lang.IgniteBiPredicate-org.apache.ignite.ml.IgniteModel-org.apache.ignite.ml.preprocessing.Preprocessor-">evaluateRegression(IgniteCache<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, IgniteBiPredicate<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, IgniteModel<span class='angle_bracket'>&lt;</span>Vector, Double<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Static method in class org.apache.ignite.ml.selection.scoring.evaluator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/Evaluator.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator">Evaluator</a></dt>
<dd>
<div class="block">Evaluate regression by default metrics (see package regression).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/Evaluator.html#evaluateRegression-java.util.Map-org.apache.ignite.ml.IgniteModel-org.apache.ignite.ml.preprocessing.Preprocessor-">evaluateRegression(Map<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, IgniteModel<span class='angle_bracket'>&lt;</span>Vector, Double<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Static method in class org.apache.ignite.ml.selection.scoring.evaluator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/Evaluator.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator">Evaluator</a></dt>
<dd>
<div class="block">Evaluate regression by default metrics (see package regression).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/Evaluator.html#evaluateRegression-java.util.Map-org.apache.ignite.lang.IgniteBiPredicate-org.apache.ignite.ml.IgniteModel-org.apache.ignite.ml.preprocessing.Preprocessor-">evaluateRegression(Map<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, IgniteBiPredicate<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, IgniteModel<span class='angle_bracket'>&lt;</span>Vector, Double<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Static method in class org.apache.ignite.ml.selection.scoring.evaluator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/Evaluator.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator">Evaluator</a></dt>
<dd>
<div class="block">Evaluate regression by default metrics (see package regression).</div>
</dd>
<dt><a href="org/apache/ignite/ml/selection/scoring/evaluator/context/EvaluationContext.html" title="interface in org.apache.ignite.ml.selection.scoring.evaluator.context"><span class="typeNameLink">EvaluationContext</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/selection/scoring/evaluator/context/EvaluationContext.html" title="type parameter in EvaluationContext">L</a>,<a href="org/apache/ignite/ml/selection/scoring/evaluator/context/EvaluationContext.html" title="type parameter in EvaluationContext">Self</a> extends <a href="org/apache/ignite/ml/selection/scoring/evaluator/context/EvaluationContext.html" title="interface in org.apache.ignite.ml.selection.scoring.evaluator.context">EvaluationContext</a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/selection/scoring/evaluator/context/EvaluationContext.html" title="type parameter in EvaluationContext">L</a>,? super <a href="org/apache/ignite/ml/selection/scoring/evaluator/context/EvaluationContext.html" title="type parameter in EvaluationContext">Self</a><span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/ml/selection/scoring/evaluator/context/package-summary.html">org.apache.ignite.ml.selection.scoring.evaluator.context</a></dt>
<dd>
<div class="block">Classes with this interface are responsible for preparatory computations before model evaluation.</div>
</dd>
<dt><a href="org/apache/ignite/ml/selection/scoring/evaluator/EvaluationResult.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator"><span class="typeNameLink">EvaluationResult</span></a> - Class in <a href="org/apache/ignite/ml/selection/scoring/evaluator/package-summary.html">org.apache.ignite.ml.selection.scoring.evaluator</a></dt>
<dd>
<div class="block">Class represents an aggregation of metrics evaluation results.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/EvaluationResult.html#EvaluationResult-java.util.Map-">EvaluationResult(Map<span class='angle_bracket'>&lt;</span>MetricName, Double<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.selection.scoring.evaluator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/EvaluationResult.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator">EvaluationResult</a></dt>
<dd>
<div class="block">Creates an instance of EvaluationResult class.</div>
</dd>
<dt><a href="org/apache/ignite/ml/selection/scoring/evaluator/Evaluator.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator"><span class="typeNameLink">Evaluator</span></a> - Class in <a href="org/apache/ignite/ml/selection/scoring/evaluator/package-summary.html">org.apache.ignite.ml.selection.scoring.evaluator</a></dt>
<dd>
<div class="block">Evaluator that computes metrics from predictions and ground truth values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/Evaluator.html#Evaluator--">Evaluator()</a></span> - Constructor for class org.apache.ignite.ml.selection.scoring.evaluator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/Evaluator.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator">Evaluator</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/events/Event.html" title="interface in org.apache.ignite.events"><span class="typeNameLink">Event</span></a> - Interface in <a href="org/apache/ignite/events/package-summary.html">org.apache.ignite.events</a></dt>
<dd>
<div class="block">Grid events are used for notification about what happens within the grid.</div>
</dd>
<dt><a href="org/apache/ignite/events/EventAdapter.html" title="class in org.apache.ignite.events"><span class="typeNameLink">EventAdapter</span></a> - Class in <a href="org/apache/ignite/events/package-summary.html">org.apache.ignite.events</a></dt>
<dd>
<div class="block">Base adapter for the events.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventAdapter.html#EventAdapter--">EventAdapter()</a></span> - Constructor for class org.apache.ignite.events.<a href="org/apache/ignite/events/EventAdapter.html" title="class in org.apache.ignite.events">EventAdapter</a></dt>
<dd>
<div class="block">No-arg constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventAdapter.html#EventAdapter-org.apache.ignite.cluster.ClusterNode-java.lang.String-int-">EventAdapter(ClusterNode, String, int)</a></span> - Constructor for class org.apache.ignite.events.<a href="org/apache/ignite/events/EventAdapter.html" title="class in org.apache.ignite.events">EventAdapter</a></dt>
<dd>
<div class="block">Creates event based with given parameters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/CacheEvent.html#eventNode--">eventNode()</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 node which initiated cache operation or <code>null</code> if that node is not available.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/DiscoveryEvent.html#eventNode-org.apache.ignite.cluster.ClusterNode-">eventNode(ClusterNode)</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/DiscoveryEvent.html" title="class in org.apache.ignite.events">DiscoveryEvent</a></dt>
<dd>
<div class="block">Sets node this event is referring to.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/DiscoveryEvent.html#eventNode--">eventNode()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/DiscoveryEvent.html" title="class in org.apache.ignite.events">DiscoveryEvent</a></dt>
<dd>
<div class="block">Gets node that caused this event to be generated.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/NodeValidationFailedEvent.html#eventNode--">eventNode()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/NodeValidationFailedEvent.html" title="class in org.apache.ignite.events">NodeValidationFailedEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignite.html#events--">events()</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 <code>events</code> facade over all cluster nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignite.html#events-org.apache.ignite.cluster.ClusterGroup-">events(ClusterGroup)</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 <code>events</code> facade over nodes within the cluster group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#events--">events()</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 <code>events</code> facade over all cluster nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#events-org.apache.ignite.cluster.ClusterGroup-">events(ClusterGroup)</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 <code>events</code> facade over nodes within the cluster group.</div>
</dd>
<dt><a href="org/apache/ignite/spi/eventstorage/EventStorageSpi.html" title="interface in org.apache.ignite.spi.eventstorage"><span class="typeNameLink">EventStorageSpi</span></a> - Interface in <a href="org/apache/ignite/spi/eventstorage/package-summary.html">org.apache.ignite.spi.eventstorage</a></dt>
<dd>
<div class="block">This SPI provides local node events storage.</div>
</dd>
<dt><a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events"><span class="typeNameLink">EventType</span></a> - Interface in <a href="org/apache/ignite/events/package-summary.html">org.apache.ignite.events</a></dt>
<dd>
<div class="block">Contains event type constants.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/EvictableEntry.html#evict--">evict()</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">Evicts entry associated with given key from cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateAccessStrategyAdapter.html#evict-java.lang.Object-">evict(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 to remove object from cache without regard to transaction.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateAccessStrategyAdapter.html#evict-org.apache.ignite.Ignite-org.apache.ignite.cache.hibernate.HibernateCacheProxy-java.lang.Object-">evict(Ignite, HibernateCacheProxy, Object)</a></span> - Static 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 to remove object from cache without regard to transaction.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#evict-java.lang.Object-">evict(Object)</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">Evicts entry associated with given key from cache.</div>
</dd>
<dt><a href="org/apache/ignite/cache/eviction/EvictableEntry.html" title="interface in org.apache.ignite.cache.eviction"><span class="typeNameLink">EvictableEntry</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/cache/eviction/EvictableEntry.html" title="type parameter in EvictableEntry">K</a>,<a href="org/apache/ignite/cache/eviction/EvictableEntry.html" title="type parameter in EvictableEntry">V</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/cache/eviction/package-summary.html">org.apache.ignite.cache.eviction</a></dt>
<dd>
<div class="block">Evictable cache entry passed into <a href="org/apache/ignite/cache/eviction/EvictionPolicy.html" title="interface in org.apache.ignite.cache.eviction"><code>EvictionPolicy</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateAccessStrategyAdapter.html#evictAll--">evictAll()</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 to remove all data from cache without regard to transaction.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateAccessStrategyAdapter.html#evictAll-org.apache.ignite.internal.processors.cache.IgniteInternalCache-">evictAll(IgniteInternalCache<span class='angle_bracket'>&lt;</span>Object, Object<span class='angle_bracket'>&gt;</span>)</a></span> - Static 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 to remove all data from cache without regard to transaction.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#evictAll-java.util.Collection-">evictAll(Collection)</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">Attempts to evict all entries associated with keys.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/EvictionFilter.html#evictAllowed-javax.cache.Cache.Entry-">evictAllowed(Cache.Entry<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.cache.eviction.<a href="org/apache/ignite/cache/eviction/EvictionFilter.html" title="interface in org.apache.ignite.cache.eviction">EvictionFilter</a></dt>
<dd>
<div class="block">Checks if entry may be evicted from cache.</div>
</dd>
<dt><a href="org/apache/ignite/cache/eviction/EvictionFilter.html" title="interface in org.apache.ignite.cache.eviction"><span class="typeNameLink">EvictionFilter</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/cache/eviction/EvictionFilter.html" title="type parameter in EvictionFilter">K</a>,<a href="org/apache/ignite/cache/eviction/EvictionFilter.html" title="type parameter in EvictionFilter">V</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/cache/eviction/package-summary.html">org.apache.ignite.cache.eviction</a></dt>
<dd>
<div class="block">Eviction filter to specify which entries should not be evicted.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#evictionFilter--">evictionFilter()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/cache/eviction/EvictionPolicy.html" title="interface in org.apache.ignite.cache.eviction"><span class="typeNameLink">EvictionPolicy</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/cache/eviction/EvictionPolicy.html" title="type parameter in EvictionPolicy">K</a>,<a href="org/apache/ignite/cache/eviction/EvictionPolicy.html" title="type parameter in EvictionPolicy">V</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/cache/eviction/package-summary.html">org.apache.ignite.cache.eviction</a></dt>
<dd>
<div class="block">Pluggable cache eviction policy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#evictionPolicyFactory--">evictionPolicyFactory()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/selection/paramgrid/EvolutionOptimizationStrategy.html" title="class in org.apache.ignite.ml.selection.paramgrid"><span class="typeNameLink">EvolutionOptimizationStrategy</span></a> - Class in <a href="org/apache/ignite/ml/selection/paramgrid/package-summary.html">org.apache.ignite.ml.selection.paramgrid</a></dt>
<dd>
<div class="block">Represents the Genetic algorithms usage for finding the best set of hyper-parameters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/paramgrid/EvolutionOptimizationStrategy.html#EvolutionOptimizationStrategy--">EvolutionOptimizationStrategy()</a></span> - Constructor for class org.apache.ignite.ml.selection.paramgrid.<a href="org/apache/ignite/ml/selection/paramgrid/EvolutionOptimizationStrategy.html" title="class in org.apache.ignite.ml.selection.paramgrid">EvolutionOptimizationStrategy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_BASELINE_AUTO_ADJUST_AWAITING_TIME_CHANGED">EVT_BASELINE_AUTO_ADJUST_AWAITING_TIME_CHANGED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: baseline auto-adjust timeout has been changed by user request.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_BASELINE_AUTO_ADJUST_ENABLED_CHANGED">EVT_BASELINE_AUTO_ADJUST_ENABLED_CHANGED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: baseline auto-adjust "enabled" flag has been changed by user request.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_BASELINE_CHANGED">EVT_BASELINE_CHANGED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: baseline topology has been changed by either user request or auto-adjust timeout event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_CACHE_ENTRY_CREATED">EVT_CACHE_ENTRY_CREATED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: entry created.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_CACHE_ENTRY_DESTROYED">EVT_CACHE_ENTRY_DESTROYED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: entry destroyed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_CACHE_ENTRY_EVICTED">EVT_CACHE_ENTRY_EVICTED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: entry evicted.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_CACHE_NODES_LEFT">EVT_CACHE_NODES_LEFT</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: cache nodes left.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_CACHE_OBJECT_EXPIRED">EVT_CACHE_OBJECT_EXPIRED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: cache object was expired when reading it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_CACHE_OBJECT_LOCKED">EVT_CACHE_OBJECT_LOCKED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: object locked.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_CACHE_OBJECT_PUT">EVT_CACHE_OBJECT_PUT</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: object put.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_CACHE_OBJECT_READ">EVT_CACHE_OBJECT_READ</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: object read.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_CACHE_OBJECT_REMOVED">EVT_CACHE_OBJECT_REMOVED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: object removed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_CACHE_OBJECT_UNLOCKED">EVT_CACHE_OBJECT_UNLOCKED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: object unlocked.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_CACHE_QUERY_EXECUTED">EVT_CACHE_QUERY_EXECUTED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: query executed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_CACHE_QUERY_OBJECT_READ">EVT_CACHE_QUERY_OBJECT_READ</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: query entry read.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_CACHE_REBALANCE_OBJECT_LOADED">EVT_CACHE_REBALANCE_OBJECT_LOADED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: cache entry rebalanced.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_CACHE_REBALANCE_OBJECT_UNLOADED">EVT_CACHE_REBALANCE_OBJECT_UNLOADED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: cache entry unloaded.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_CACHE_REBALANCE_PART_DATA_LOST">EVT_CACHE_REBALANCE_PART_DATA_LOST</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: all nodes that hold partition left topology.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_CACHE_REBALANCE_PART_LOADED">EVT_CACHE_REBALANCE_PART_LOADED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: cache partition loaded.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_CACHE_REBALANCE_PART_MISSED">EVT_CACHE_REBALANCE_PART_MISSED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: cache partition was not sent to remote node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_CACHE_REBALANCE_PART_SUPPLIED">EVT_CACHE_REBALANCE_PART_SUPPLIED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: cache partition was fully sent to remote node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_CACHE_REBALANCE_PART_UNLOADED">EVT_CACHE_REBALANCE_PART_UNLOADED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: cache partition unloaded.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_CACHE_REBALANCE_STARTED">EVT_CACHE_REBALANCE_STARTED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: cache rebalance started.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_CACHE_REBALANCE_STOPPED">EVT_CACHE_REBALANCE_STOPPED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: cache rebalance stopped.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_CACHE_STARTED">EVT_CACHE_STARTED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: cache started.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_CACHE_STOPPED">EVT_CACHE_STOPPED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: cache started.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_CHECKPOINT_LOADED">EVT_CHECKPOINT_LOADED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: intermediate state of a job or task, so-called checkpoint, was loaded.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_CHECKPOINT_REMOVED">EVT_CHECKPOINT_REMOVED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: intermediate state of a job or task, so-called checkpoint, was removed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_CHECKPOINT_SAVED">EVT_CHECKPOINT_SAVED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: intermediate state of a job or task, so-called checkpoint, was saved.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_CLASS_DEPLOY_FAILED">EVT_CLASS_DEPLOY_FAILED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: non-task class deployment failed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_CLASS_DEPLOYED">EVT_CLASS_DEPLOYED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: non-task class deployed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_CLASS_UNDEPLOYED">EVT_CLASS_UNDEPLOYED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: non-task class undeployed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_CLIENT_NODE_DISCONNECTED">EVT_CLIENT_NODE_DISCONNECTED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: client node disconnected.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_CLIENT_NODE_RECONNECTED">EVT_CLIENT_NODE_RECONNECTED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: client node reconnected.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_CLUSTER_ACTIVATED">EVT_CLUSTER_ACTIVATED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: Cluster activation state changed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_CLUSTER_DEACTIVATED">EVT_CLUSTER_DEACTIVATED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: Cluster activation state changed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_CLUSTER_SNAPSHOT_FAILED">EVT_CLUSTER_SNAPSHOT_FAILED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: Cluster snapshot has been failed event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_CLUSTER_SNAPSHOT_FINISHED">EVT_CLUSTER_SNAPSHOT_FINISHED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: Cluster snapshot has been finished event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_CLUSTER_SNAPSHOT_STARTED">EVT_CLUSTER_SNAPSHOT_STARTED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: Cluster snapshot has been started event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_CLUSTER_STATE_CHANGE_STARTED">EVT_CLUSTER_STATE_CHANGE_STARTED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: Cluster state change initiated.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_CLUSTER_STATE_CHANGED">EVT_CLUSTER_STATE_CHANGED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: Cluster state changed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_CLUSTER_TAG_UPDATED">EVT_CLUSTER_TAG_UPDATED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: cluster tag has been changed by user request.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_CONSISTENCY_VIOLATION">EVT_CONSISTENCY_VIOLATION</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: Cache consistency violation detected.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_JOB_CANCELLED">EVT_JOB_CANCELLED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: grid job cancelled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_JOB_FAILED">EVT_JOB_FAILED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: grid job failed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_JOB_FAILED_OVER">EVT_JOB_FAILED_OVER</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: grid job failed over.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_JOB_FINISHED">EVT_JOB_FINISHED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: grid job finished.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_JOB_MAPPED">EVT_JOB_MAPPED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: grid job was mapped in
<a href="org/apache/ignite/compute/ComputeTask.html#map-java.util.List-T-"><code>ComputeTask.map(List, Object)</code></a> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_JOB_QUEUED">EVT_JOB_QUEUED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: grid job queued.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_JOB_REJECTED">EVT_JOB_REJECTED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: grid job rejected during collision resolution.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_JOB_RESULTED">EVT_JOB_RESULTED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: grid job result was received by
<a href="org/apache/ignite/compute/ComputeTask.html#result-org.apache.ignite.compute.ComputeJobResult-java.util.List-"><code>ComputeTask.result(org.apache.ignite.compute.ComputeJobResult, List)</code></a> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_JOB_STARTED">EVT_JOB_STARTED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: grid job started.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_JOB_TIMEDOUT">EVT_JOB_TIMEDOUT</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: grid job timed out.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_MANAGEMENT_TASK_STARTED">EVT_MANAGEMENT_TASK_STARTED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: Visor or Web Console management task started.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_NODE_FAILED">EVT_NODE_FAILED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: node failed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_NODE_JOINED">EVT_NODE_JOINED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: node joined topology.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_NODE_LEFT">EVT_NODE_LEFT</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: node has normally left topology.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_NODE_METRICS_UPDATED">EVT_NODE_METRICS_UPDATED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: node metrics updated.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_NODE_SEGMENTED">EVT_NODE_SEGMENTED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: local node segmented.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_NODE_VALIDATION_FAILED">EVT_NODE_VALIDATION_FAILED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: node validation failed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_PAGE_REPLACEMENT_STARTED">EVT_PAGE_REPLACEMENT_STARTED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: page replacement started in one of the data regions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_SQL_QUERY_EXECUTION">EVT_SQL_QUERY_EXECUTION</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: query execution.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#EVT_STORAGE_SPI_FORMATTED_DESC">EVT_STORAGE_SPI_FORMATTED_DESC</a></span> - Static variable 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="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_TASK_DEPLOY_FAILED">EVT_TASK_DEPLOY_FAILED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: task deployment failed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_TASK_DEPLOYED">EVT_TASK_DEPLOYED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: task deployed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_TASK_FAILED">EVT_TASK_FAILED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: task failed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_TASK_FINISHED">EVT_TASK_FINISHED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: task finished.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_TASK_REDUCED">EVT_TASK_REDUCED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: task reduced.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_TASK_SESSION_ATTR_SET">EVT_TASK_SESSION_ATTR_SET</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: task session attribute set.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_TASK_STARTED">EVT_TASK_STARTED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: task started.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_TASK_TIMEDOUT">EVT_TASK_TIMEDOUT</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: task timed out.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_TASK_UNDEPLOYED">EVT_TASK_UNDEPLOYED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: task undeployed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_TX_COMMITTED">EVT_TX_COMMITTED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: Transaction has been committed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_TX_RESUMED">EVT_TX_RESUMED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: Transaction has been resumed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_TX_ROLLED_BACK">EVT_TX_ROLLED_BACK</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: Transaction has been rolled back.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_TX_STARTED">EVT_TX_STARTED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: Transaction has been started.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_TX_SUSPENDED">EVT_TX_SUSPENDED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: Transaction has been suspended.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_WAL_SEGMENT_ARCHIVED">EVT_WAL_SEGMENT_ARCHIVED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: WAL segment movement to archive folder completed
Fired for each completed WAL segment which was moved to archive
NOTE: all types in range <b>from 1 to 1000 are reserved</b> for
internal Ignite events and should not be used by user-defined events.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVT_WAL_SEGMENT_COMPACTED">EVT_WAL_SEGMENT_COMPACTED</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">Built-in event type: WAL archive segment compaction is completed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVTS_ALL">EVTS_ALL</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">All Ignite events (<b>including</b> metric update event).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVTS_ALL_MINUS_METRIC_UPDATE">EVTS_ALL_MINUS_METRIC_UPDATE</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">All Ignite events (<b>excluding</b> metric update event).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVTS_CACHE">EVTS_CACHE</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">All cache events.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVTS_CACHE_LIFECYCLE">EVTS_CACHE_LIFECYCLE</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">All cache lifecycle events.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVTS_CACHE_QUERY">EVTS_CACHE_QUERY</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">All cache query events.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVTS_CACHE_REBALANCE">EVTS_CACHE_REBALANCE</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">All cache rebalance events.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVTS_CHECKPOINT">EVTS_CHECKPOINT</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">All checkpoint events.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVTS_CLUSTER_ACTIVATION">EVTS_CLUSTER_ACTIVATION</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">All cluster activation events.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVTS_CLUSTER_SNAPSHOT">EVTS_CLUSTER_SNAPSHOT</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">All cluster snapshot events.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVTS_DEPLOYMENT">EVTS_DEPLOYMENT</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">All deployment events.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVTS_DISCOVERY">EVTS_DISCOVERY</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">All discovery events <b>except</b> for <a href="org/apache/ignite/events/EventType.html#EVT_NODE_METRICS_UPDATED"><code>EventType.EVT_NODE_METRICS_UPDATED</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVTS_DISCOVERY_ALL">EVTS_DISCOVERY_ALL</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">All discovery events.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVTS_ERROR">EVTS_ERROR</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">All events indicating an error or failure condition.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVTS_JOB_EXECUTION">EVTS_JOB_EXECUTION</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">All grid job execution events.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVTS_TASK_EXECUTION">EVTS_TASK_EXECUTION</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">All grid task execution events.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventType.html#EVTS_TX">EVTS_TX</a></span> - Static variable in interface org.apache.ignite.events.<a href="org/apache/ignite/events/EventType.html" title="interface in org.apache.ignite.events">EventType</a></dt>
<dd>
<div class="block">All Transaction events.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#exchange">exchange</a></span> - 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">Data exchange.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.html#exclude-C...-">exclude(C...)</a></span> - Method in class org.apache.ignite.ml.dataset.feature.extractor.<a href="org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor">Vectorizer</a></dt>
<dd>
<div class="block">Exclude these coordinates from result vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoverySpiMBean.html#excludeNode-java.lang.String-">excludeNode(String)</a></span> - Method in interface org.apache.ignite.spi.discovery.<a href="org/apache/ignite/spi/discovery/DiscoverySpiMBean.html" title="interface in org.apache.ignite.spi.discovery">DiscoverySpiMBean</a></dt>
<dd>
<div class="block">Exclude node from discovery.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ComputeTaskView.html#execName--">execName()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ComputeTaskView.html" title="class in org.apache.ignite.spi.systemview.view">ComputeTaskView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/CassandraSession.html#execute-org.apache.ignite.cache.store.cassandra.session.ExecutionAssistant-">execute(ExecutionAssistant<span class='angle_bracket'>&lt;</span>V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.cache.store.cassandra.session.<a href="org/apache/ignite/cache/store/cassandra/session/CassandraSession.html" title="interface in org.apache.ignite.cache.store.cassandra.session">CassandraSession</a></dt>
<dd>
<div class="block">Execute single synchronous operation against Cassandra database.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/CassandraSession.html#execute-org.apache.ignite.cache.store.cassandra.session.BatchExecutionAssistant-java.lang.Iterable-">execute(BatchExecutionAssistant<span class='angle_bracket'>&lt;</span>R, V<span class='angle_bracket'>&gt;</span>, Iterable<span class='angle_bracket'>&lt;</span>? extends V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.cache.store.cassandra.session.<a href="org/apache/ignite/cache/store/cassandra/session/CassandraSession.html" title="interface in org.apache.ignite.cache.store.cassandra.session">CassandraSession</a></dt>
<dd>
<div class="block">Executes batch asynchronous operation against Cassandra database.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/CassandraSession.html#execute-org.apache.ignite.cache.store.cassandra.session.BatchLoaderAssistant-">execute(BatchLoaderAssistant)</a></span> - Method in interface org.apache.ignite.cache.store.cassandra.session.<a href="org/apache/ignite/cache/store/cassandra/session/CassandraSession.html" title="interface in org.apache.ignite.cache.store.cassandra.session">CassandraSession</a></dt>
<dd>
<div class="block">Executes batch asynchronous operation to load bunch of records
specified by CQL statement from Cassandra database</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/CassandraSession.html#execute-java.util.List-">execute(List<span class='angle_bracket'>&lt;</span>Mutation<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.cache.store.cassandra.session.<a href="org/apache/ignite/cache/store/cassandra/session/CassandraSession.html" title="interface in org.apache.ignite.cache.store.cassandra.session">CassandraSession</a></dt>
<dd>
<div class="block">Executes all the mutations performed withing Ignite transaction against Cassandra database.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/CassandraSessionImpl.html#execute-org.apache.ignite.cache.store.cassandra.session.ExecutionAssistant-">execute(ExecutionAssistant<span class='angle_bracket'>&lt;</span>V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.session.<a href="org/apache/ignite/cache/store/cassandra/session/CassandraSessionImpl.html" title="class in org.apache.ignite.cache.store.cassandra.session">CassandraSessionImpl</a></dt>
<dd>
<div class="block">Execute single synchronous operation against Cassandra database.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/CassandraSessionImpl.html#execute-org.apache.ignite.cache.store.cassandra.session.BatchExecutionAssistant-java.lang.Iterable-">execute(BatchExecutionAssistant<span class='angle_bracket'>&lt;</span>R, V<span class='angle_bracket'>&gt;</span>, Iterable<span class='angle_bracket'>&lt;</span>? extends V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.session.<a href="org/apache/ignite/cache/store/cassandra/session/CassandraSessionImpl.html" title="class in org.apache.ignite.cache.store.cassandra.session">CassandraSessionImpl</a></dt>
<dd>
<div class="block">Executes batch asynchronous operation against Cassandra database.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/CassandraSessionImpl.html#execute-org.apache.ignite.cache.store.cassandra.session.BatchLoaderAssistant-">execute(BatchLoaderAssistant)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.session.<a href="org/apache/ignite/cache/store/cassandra/session/CassandraSessionImpl.html" title="class in org.apache.ignite.cache.store.cassandra.session">CassandraSessionImpl</a></dt>
<dd>
<div class="block">Executes batch asynchronous operation to load bunch of records
specified by CQL statement from Cassandra database</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/CassandraSessionImpl.html#execute-java.util.List-">execute(List<span class='angle_bracket'>&lt;</span>Mutation<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.session.<a href="org/apache/ignite/cache/store/cassandra/session/CassandraSessionImpl.html" title="class in org.apache.ignite.cache.store.cassandra.session">CassandraSessionImpl</a></dt>
<dd>
<div class="block">Executes all the mutations performed withing Ignite transaction against Cassandra database.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCompute.html#execute-java.lang.String-T-">execute(String, T)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCompute.html" title="interface in org.apache.ignite.client">ClientCompute</a></dt>
<dd>
<div class="block">Executes given task within the cluster group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeJob.html#execute--">execute()</a></span> - Method in interface org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeJob.html" title="interface in org.apache.ignite.compute">ComputeJob</a></dt>
<dd>
<div class="block">Executes this job.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/aop/GridifySetToSetAbstractAspect.html#execute-org.apache.ignite.IgniteCompute-java.lang.Class-org.apache.ignite.internal.util.gridify.GridifyRangeArgument-org.apache.ignite.compute.gridify.GridifyNodeFilter-int-int-long-">execute(IgniteCompute, Class<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>, GridifyRangeArgument, GridifyNodeFilter, int, int, long)</a></span> - Method in class org.apache.ignite.compute.gridify.aop.<a href="org/apache/ignite/compute/gridify/aop/GridifySetToSetAbstractAspect.html" title="class in org.apache.ignite.compute.gridify.aop">GridifySetToSetAbstractAspect</a></dt>
<dd>
<div class="block">Execute method on grid.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/aop/GridifySetToValueAbstractAspect.html#execute-java.lang.reflect.Method-org.apache.ignite.IgniteCompute-java.lang.Class-org.apache.ignite.internal.util.gridify.GridifyRangeArgument-org.apache.ignite.compute.gridify.GridifyNodeFilter-int-int-long-">execute(Method, IgniteCompute, Class<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>, GridifyRangeArgument, GridifyNodeFilter, int, int, long)</a></span> - Method in class org.apache.ignite.compute.gridify.aop.<a href="org/apache/ignite/compute/gridify/aop/GridifySetToValueAbstractAspect.html" title="class in org.apache.ignite.compute.gridify.aop">GridifySetToValueAbstractAspect</a></dt>
<dd>
<div class="block">Execute method on grid.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCompute.html#execute-java.lang.Class-T-">execute(Class<span class='angle_bracket'>&lt;</span>? extends ComputeTask<span class='angle_bracket'>&lt;</span>T, R<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>, 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 given task on within the cluster group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCompute.html#execute-org.apache.ignite.compute.ComputeTask-T-">execute(ComputeTask<span class='angle_bracket'>&lt;</span>T, R<span class='angle_bracket'>&gt;</span>, 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 given task within the cluster group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCompute.html#execute-java.lang.String-T-">execute(String, 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 given task within the cluster group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/maintenance/MaintenanceAction.html#execute--">execute()</a></span> - Method in interface org.apache.ignite.maintenance.<a href="org/apache/ignite/maintenance/MaintenanceAction.html" title="interface in org.apache.ignite.maintenance">MaintenanceAction</a></dt>
<dd>
<div class="block">Executes operations of current maintenance action and returns results.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/services/Service.html#execute-org.apache.ignite.services.ServiceContext-">execute(ServiceContext)</a></span> - Method in interface org.apache.ignite.services.<a href="org/apache/ignite/services/Service.html" title="interface in org.apache.ignite.services">Service</a></dt>
<dd>
<div class="block">Starts execution of this service.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/thread/IgniteStripedThreadPoolExecutor.html#execute-java.lang.Runnable-int-">execute(Runnable, int)</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>
<dd>
<div class="block">Executes the given command at some time in the future.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/thread/IgniteStripedThreadPoolExecutor.html#execute-java.lang.Runnable-">execute(Runnable)</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="memberNameLink"><a href="org/apache/ignite/visor/plugin/VisorPluginModel.html#execute-java.lang.Class-java.util.Collection-A-">execute(Class<span class='angle_bracket'>&lt;</span>? extends ComputeTask<span class='angle_bracket'>&lt;</span>A, R<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>, Collection<span class='angle_bracket'>&lt;</span>UUID<span class='angle_bracket'>&gt;</span>, A)</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">Executes given task on this grid projection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/visor/plugin/VisorPluginModel.html#execute-java.lang.String-java.util.Collection-A-">execute(String, Collection<span class='angle_bracket'>&lt;</span>UUID<span class='angle_bracket'>&gt;</span>, A)</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">Executes given task on this grid projection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCompute.html#executeAsync-java.lang.String-T-">executeAsync(String, T)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCompute.html" title="interface in org.apache.ignite.client">ClientCompute</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/client/ClientCompute.html#executeAsync2-java.lang.String-T-"><code>ClientCompute.executeAsync2(String, Object)</code></a> instead.
This method calls <a href="org/apache/ignite/client/ClientCompute.html#executeAsync2-java.lang.String-T-"><code>ClientCompute.executeAsync2(String, Object)</code></a> internally, but returns a more limited
Future interface.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCompute.html#executeAsync-java.lang.Class-T-">executeAsync(Class<span class='angle_bracket'>&lt;</span>? extends ComputeTask<span class='angle_bracket'>&lt;</span>T, R<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>, 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 given task asynchronously on within the cluster group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCompute.html#executeAsync-org.apache.ignite.compute.ComputeTask-T-">executeAsync(ComputeTask<span class='angle_bracket'>&lt;</span>T, R<span class='angle_bracket'>&gt;</span>, 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 given task asynchronously within the cluster group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCompute.html#executeAsync-java.lang.String-T-">executeAsync(String, 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 given task asynchronously within the cluster group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCompute.html#executeAsync2-java.lang.String-T-">executeAsync2(String, T)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCompute.html" title="interface in org.apache.ignite.client">ClientCompute</a></dt>
<dd>
<div class="block">Executes given task asynchronously within the cluster group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#executeTask-java.lang.String-java.lang.String-">executeTask(String, String)</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">A shortcut method that executes given task assuming single <code>java.lang.String</code> argument
and <code>java.lang.String</code> return type.</div>
</dd>
<dt><a href="org/apache/ignite/cache/store/cassandra/session/ExecutionAssistant.html" title="interface in org.apache.ignite.cache.store.cassandra.session"><span class="typeNameLink">ExecutionAssistant</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/cache/store/cassandra/session/ExecutionAssistant.html" title="type parameter in ExecutionAssistant">R</a><span class='angle_bracket'>&gt;</span> - 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 single operations (load, delete, write) 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><span class="memberNameLink"><a href="org/apache/ignite/services/ServiceContext.html#executionId--">executionId()</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 service execution ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/QueryDetailMetrics.html#executions--">executions()</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 total number execution of query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/QueryMetrics.html#executions--">executions()</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 total number execution of query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlQueryHistoryView.html#executions--">executions()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlQueryHistoryView.html" title="class in org.apache.ignite.spi.systemview.view">SqlQueryHistoryView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/IoPool.html#executor--">executor()</a></span> - Method in interface org.apache.ignite.plugin.extensions.communication.<a href="org/apache/ignite/plugin/extensions/communication/IoPool.html" title="interface in org.apache.ignite.plugin.extensions.communication">IoPool</a></dt>
<dd>
<div class="block">Gets the Executor for this Pool.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#EXECUTOR_SRVC_FORMATTED_DESC">EXECUTOR_SRVC_FORMATTED_DESC</a></span> - Static variable 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><a href="org/apache/ignite/configuration/ExecutorConfiguration.html" title="class in org.apache.ignite.configuration"><span class="typeNameLink">ExecutorConfiguration</span></a> - Class in <a href="org/apache/ignite/configuration/package-summary.html">org.apache.ignite.configuration</a></dt>
<dd>
<div class="block">Custom thread pool configuration for compute tasks.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ExecutorConfiguration.html#ExecutorConfiguration--">ExecutorConfiguration()</a></span> - Constructor for class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ExecutorConfiguration.html" title="class in org.apache.ignite.configuration">ExecutorConfiguration</a></dt>
<dd>
<div class="block">Default constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ExecutorConfiguration.html#ExecutorConfiguration-java.lang.String-">ExecutorConfiguration(String)</a></span> - Constructor for class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ExecutorConfiguration.html" title="class in org.apache.ignite.configuration">ExecutorConfiguration</a></dt>
<dd>
<div class="block">Constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ExecutorConfiguration.html#ExecutorConfiguration-org.apache.ignite.configuration.ExecutorConfiguration-">ExecutorConfiguration(ExecutorConfiguration)</a></span> - Constructor for class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ExecutorConfiguration.html" title="class in org.apache.ignite.configuration">ExecutorConfiguration</a></dt>
<dd>
<div class="block">Copying constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/IgniteScheduler.html#executorLost-org.apache.mesos.SchedulerDriver-org.apache.mesos.Protos.ExecutorID-org.apache.mesos.Protos.SlaveID-int-">executorLost(SchedulerDriver, Protos.ExecutorID, Protos.SlaveID, int)</a></span> - Method in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/IgniteScheduler.html" title="class in org.apache.ignite.mesos">IgniteScheduler</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ComputeJobView.html#executorName--">executorName()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ComputeJobView.html" title="class in org.apache.ignite.spi.systemview.view">ComputeJobView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignite.html#executorService--">executorService()</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">Creates a new <a href="https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ExecutorService.html?is-external=true" title="class or interface in java.util.concurrent"><code>ExecutorService</code></a> which will execute all submitted
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/Callable.html?is-external=true" title="class or interface in java.util.concurrent"><code>Callable</code></a> and <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Runnable.html?is-external=true" title="class or interface in java.lang"><code>Runnable</code></a> jobs on all cluster nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignite.html#executorService-org.apache.ignite.cluster.ClusterGroup-">executorService(ClusterGroup)</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">Creates a new <a href="https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ExecutorService.html?is-external=true" title="class or interface in java.util.concurrent"><code>ExecutorService</code></a> which will execute all submitted
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/Callable.html?is-external=true" title="class or interface in java.util.concurrent"><code>Callable</code></a> and <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Runnable.html?is-external=true" title="class or interface in java.lang"><code>Runnable</code></a> jobs on nodes in the specified cluster group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#executorService--">executorService()</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">Creates a new <a href="https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ExecutorService.html?is-external=true" title="class or interface in java.util.concurrent"><code>ExecutorService</code></a> which will execute all submitted
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/Callable.html?is-external=true" title="class or interface in java.util.concurrent"><code>Callable</code></a> and <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Runnable.html?is-external=true" title="class or interface in java.lang"><code>Runnable</code></a> jobs on all cluster nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#executorService-org.apache.ignite.cluster.ClusterGroup-">executorService(ClusterGroup)</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">Creates a new <a href="https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ExecutorService.html?is-external=true" title="class or interface in java.util.concurrent"><code>ExecutorService</code></a> which will execute all submitted
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/Callable.html?is-external=true" title="class or interface in java.util.concurrent"><code>Callable</code></a> and <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Runnable.html?is-external=true" title="class or interface in java.lang"><code>Runnable</code></a> jobs on nodes in the specified cluster group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryField.html#exists-org.apache.ignite.binary.BinaryObject-">exists(BinaryObject)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryField.html" title="interface in org.apache.ignite.binary">BinaryField</a></dt>
<dd>
<div class="block">Check whether field exists in the object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/storage/model/DefaultModelStorage.html#exists-java.lang.String-">exists(String)</a></span> - Method in class org.apache.ignite.ml.inference.storage.model.<a href="org/apache/ignite/ml/inference/storage/model/DefaultModelStorage.html" title="class in org.apache.ignite.ml.inference.storage.model">DefaultModelStorage</a></dt>
<dd>
<div class="block">Returns <code>true</code> if a regular file or directory exist, otherwise <code>false</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/storage/model/ModelStorage.html#exists-java.lang.String-">exists(String)</a></span> - Method in interface org.apache.ignite.ml.inference.storage.model.<a href="org/apache/ignite/ml/inference/storage/model/ModelStorage.html" title="interface in org.apache.ignite.ml.inference.storage.model">ModelStorage</a></dt>
<dd>
<div class="block">Returns <code>true</code> if a regular file or directory exist, otherwise <code>false</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgHeaderContext.html#exitRule-org.antlr.v4.runtime.tree.ParseTreeListener-">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgHeaderContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgHeaderContext</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgLeafContext.html#exitRule-org.antlr.v4.runtime.tree.ParseTreeListener-">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgLeafContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgLeafContext</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgModelContext.html#exitRule-org.antlr.v4.runtime.tree.ParseTreeListener-">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgModelContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgModelContext</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgNodeContext.html#exitRule-org.antlr.v4.runtime.tree.ParseTreeListener-">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgNodeContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgNodeContext</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgTreeContext.html#exitRule-org.antlr.v4.runtime.tree.ParseTreeListener-">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgTreeContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgTreeContext</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgValueContext.html#exitRule-org.antlr.v4.runtime.tree.ParseTreeListener-">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgValueContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgValueContext</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelListener.html#exitXgHeader-org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgHeaderContext-">exitXgHeader(XGBoostModelParser.XgHeaderContext)</a></span> - Method in interface org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelListener.html" title="interface in org.apache.ignite.ml.xgboost.parser">XGBoostModelListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by <a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#xgHeader--"><code>XGBoostModelParser.xgHeader()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelListener.html#exitXgLeaf-org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgLeafContext-">exitXgLeaf(XGBoostModelParser.XgLeafContext)</a></span> - Method in interface org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelListener.html" title="interface in org.apache.ignite.ml.xgboost.parser">XGBoostModelListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by <a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#xgLeaf--"><code>XGBoostModelParser.xgLeaf()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelListener.html#exitXgModel-org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgModelContext-">exitXgModel(XGBoostModelParser.XgModelContext)</a></span> - Method in interface org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelListener.html" title="interface in org.apache.ignite.ml.xgboost.parser">XGBoostModelListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by <a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#xgModel--"><code>XGBoostModelParser.xgModel()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelListener.html#exitXgNode-org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgNodeContext-">exitXgNode(XGBoostModelParser.XgNodeContext)</a></span> - Method in interface org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelListener.html" title="interface in org.apache.ignite.ml.xgboost.parser">XGBoostModelListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by <a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#xgNode--"><code>XGBoostModelParser.xgNode()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelListener.html#exitXgTree-org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgTreeContext-">exitXgTree(XGBoostModelParser.XgTreeContext)</a></span> - Method in interface org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelListener.html" title="interface in org.apache.ignite.ml.xgboost.parser">XGBoostModelListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by <a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#xgTree--"><code>XGBoostModelParser.xgTree()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelListener.html#exitXgValue-org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgValueContext-">exitXgValue(XGBoostModelParser.XgValueContext)</a></span> - Method in interface org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelListener.html" title="interface in org.apache.ignite.ml.xgboost.parser">XGBoostModelListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by <a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#xgValue--"><code>XGBoostModelParser.xgValue()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html#EXP">EXP</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#EXP">EXP</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/pool/IdleSession.html#expired--">expired()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.session.pool.<a href="org/apache/ignite/cache/store/cassandra/session/pool/IdleSession.html" title="class in org.apache.ignite.cache.store.cassandra.session.pool">IdleSession</a></dt>
<dd>
<div class="block">Checks if Cassandra driver session expired.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#expiry--">expiry()</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#expiryPolicyFactory--">expiryPolicyFactory()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/spi/ExponentialBackoffTimeoutStrategy.html" title="class in org.apache.ignite.spi"><span class="typeNameLink">ExponentialBackoffTimeoutStrategy</span></a> - Class in <a href="org/apache/ignite/spi/package-summary.html">org.apache.ignite.spi</a></dt>
<dd>
<div class="block">Strategy which incorporates retriable network operation, handling of totalTimeout logic.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/ExponentialBackoffTimeoutStrategy.html#ExponentialBackoffTimeoutStrategy-long-long-long-">ExponentialBackoffTimeoutStrategy(long, long, long)</a></span> - Constructor for class org.apache.ignite.spi.<a href="org/apache/ignite/spi/ExponentialBackoffTimeoutStrategy.html" title="class in org.apache.ignite.spi">ExponentialBackoffTimeoutStrategy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/metric/log/LogExporterSpi.html#export--">export()</a></span> - Method in class org.apache.ignite.spi.metric.log.<a href="org/apache/ignite/spi/metric/log/LogExporterSpi.html" title="class in org.apache.ignite.spi.metric.log">LogExporterSpi</a></dt>
<dd>
<div class="block">Callback to do the export of metrics info.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/metric/opencensus/OpenCensusMetricExporterSpi.html#export--">export()</a></span> - Method in class org.apache.ignite.spi.metric.opencensus.<a href="org/apache/ignite/spi/metric/opencensus/OpenCensusMetricExporterSpi.html" title="class in org.apache.ignite.spi.metric.opencensus">OpenCensusMetricExporterSpi</a></dt>
<dd>
<div class="block">Callback to do the export of metrics info.</div>
</dd>
<dt><a href="org/apache/ignite/ml/Exportable.html" title="interface in org.apache.ignite.ml"><span class="typeNameLink">Exportable</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/Exportable.html" title="type parameter in Exportable">D</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/ml/package-summary.html">org.apache.ignite.ml</a></dt>
<dd>
<div class="block">Interface for exportable models(<a href="org/apache/ignite/ml/IgniteModel.html" title="interface in org.apache.ignite.ml"><code>IgniteModel</code></a>).</div>
</dd>
<dt><a href="org/apache/ignite/ml/Exporter.html" title="interface in org.apache.ignite.ml"><span class="typeNameLink">Exporter</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/Exporter.html" title="type parameter in Exporter">D</a>,<a href="org/apache/ignite/ml/Exporter.html" title="type parameter in Exporter">P</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/ml/package-summary.html">org.apache.ignite.ml</a></dt>
<dd>
<div class="block">Exporter for models, D - model representation object, P - path to resources.</div>
</dd>
<dt><a href="org/apache/ignite/plugin/Extension.html" title="interface in org.apache.ignite.plugin"><span class="typeNameLink">Extension</span></a> - Interface in <a href="org/apache/ignite/plugin/package-summary.html">org.apache.ignite.plugin</a></dt>
<dd>
<div class="block">Marker interface for extensions.</div>
</dd>
<dt><a href="org/apache/ignite/plugin/ExtensionRegistry.html" title="interface in org.apache.ignite.plugin"><span class="typeNameLink">ExtensionRegistry</span></a> - Interface in <a href="org/apache/ignite/plugin/package-summary.html">org.apache.ignite.plugin</a></dt>
<dd>
<div class="block">Context that allows to register extensions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/AttributeNames.html#externalizableAttributes--">externalizableAttributes()</a></span> - Method in class org.apache.ignite.spi.communication.tcp.<a href="org/apache/ignite/spi/communication/tcp/AttributeNames.html" title="class in org.apache.ignite.spi.communication.tcp">AttributeNames</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/GDBBinaryClassifierTrainer.html#externalLabelToInternal-double-">externalLabelToInternal(double)</a></span> - Method in class org.apache.ignite.ml.composition.boosting.<a href="org/apache/ignite/ml/composition/boosting/GDBBinaryClassifierTrainer.html" title="class in org.apache.ignite.ml.composition.boosting">GDBBinaryClassifierTrainer</a></dt>
<dd>
<div class="block">Maps external representation of label to internal.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/GDBRegressionTrainer.html#externalLabelToInternal-double-">externalLabelToInternal(double)</a></span> - Method in class org.apache.ignite.ml.composition.boosting.<a href="org/apache/ignite/ml/composition/boosting/GDBRegressionTrainer.html" title="class in org.apache.ignite.ml.composition.boosting">GDBRegressionTrainer</a></dt>
<dd>
<div class="block">Maps external representation of label to internal.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/GDBTrainer.html#externalLabelToInternal-double-">externalLabelToInternal(double)</a></span> - Method in class org.apache.ignite.ml.composition.boosting.<a href="org/apache/ignite/ml/composition/boosting/GDBTrainer.html" title="class in org.apache.ignite.ml.composition.boosting">GDBTrainer</a></dt>
<dd>
<div class="block">Maps external representation of label to internal.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/GDBLearningStrategy.html#externalLbToInternalMapping">externalLbToInternalMapping</a></span> - Variable in class org.apache.ignite.ml.composition.boosting.<a href="org/apache/ignite/ml/composition/boosting/GDBLearningStrategy.html" title="class in org.apache.ignite.ml.composition.boosting">GDBLearningStrategy</a></dt>
<dd>
<div class="block">External label to internal mapping.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.html#extract-K-V-">extract(K, V)</a></span> - Method in class org.apache.ignite.ml.dataset.feature.extractor.<a href="org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor">Vectorizer</a></dt>
<dd>
<div class="block">Extract <a href="org/apache/ignite/ml/structures/LabeledVector.html" title="class in org.apache.ignite.ml.structures"><code>LabeledVector</code></a> from key and value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/trainers/FeatureLabelExtractor.html#extract-K-V-">extract(K, V)</a></span> - Method in interface org.apache.ignite.ml.trainers.<a href="org/apache/ignite/ml/trainers/FeatureLabelExtractor.html" title="interface in org.apache.ignite.ml.trainers">FeatureLabelExtractor</a></dt>
<dd>
<div class="block">Extract <a href="org/apache/ignite/ml/structures/LabeledVector.html" title="class in org.apache.ignite.ml.structures"><code>LabeledVector</code></a> from key and value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/stream/StreamMultipleTupleExtractor.html#extract-T-">extract(T)</a></span> - Method in interface org.apache.ignite.stream.<a href="org/apache/ignite/stream/StreamMultipleTupleExtractor.html" title="interface in org.apache.ignite.stream">StreamMultipleTupleExtractor</a></dt>
<dd>
<div class="block">Extracts a set of key-values from a message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/stream/StreamSingleTupleExtractor.html#extract-T-">extract(T)</a></span> - Method in interface org.apache.ignite.stream.<a href="org/apache/ignite/stream/StreamSingleTupleExtractor.html" title="interface in org.apache.ignite.stream">StreamSingleTupleExtractor</a></dt>
<dd>
<div class="block">Extracts a key-value tuple from a message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/trainers/FeatureLabelExtractor.html#extractFeatures-K-V-">extractFeatures(K, V)</a></span> - Method in interface org.apache.ignite.ml.trainers.<a href="org/apache/ignite/ml/trainers/FeatureLabelExtractor.html" title="interface in org.apache.ignite.ml.trainers">FeatureLabelExtractor</a></dt>
<dd>
<div class="block">Extract features from key and value.</div>
</dd>
<dt><a href="org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.html" title="class in org.apache.ignite.ml.dataset.feature.extractor"><span class="typeNameLink">ExtractionUtils</span></a> - Class in <a href="org/apache/ignite/ml/dataset/feature/extractor/package-summary.html">org.apache.ignite.ml.dataset.feature.extractor</a></dt>
<dd>
<div class="block">Class aggregates helper classes and shortcut-classes with default types and behaviour for Vectorizers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.html#ExtractionUtils--">ExtractionUtils()</a></span> - Constructor for class org.apache.ignite.ml.dataset.feature.extractor.<a href="org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.html" title="class in org.apache.ignite.ml.dataset.feature.extractor">ExtractionUtils</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.ArrayLikeObjectLabelVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor"><span class="typeNameLink">ExtractionUtils.ArrayLikeObjectLabelVectorizer</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.ArrayLikeObjectLabelVectorizer.html" title="type parameter in ExtractionUtils.ArrayLikeObjectLabelVectorizer">K</a>,<a href="org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.ArrayLikeObjectLabelVectorizer.html" title="type parameter in ExtractionUtils.ArrayLikeObjectLabelVectorizer">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/dataset/feature/extractor/package-summary.html">org.apache.ignite.ml.dataset.feature.extractor</a></dt>
<dd>
<div class="block">Vectorizer extracting vectors from array-like structure with finite size and integer coordinates.</div>
</dd>
<dt><a href="org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.ArrayLikeVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor"><span class="typeNameLink">ExtractionUtils.ArrayLikeVectorizer</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.ArrayLikeVectorizer.html" title="type parameter in ExtractionUtils.ArrayLikeVectorizer">K</a>,<a href="org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.ArrayLikeVectorizer.html" title="type parameter in ExtractionUtils.ArrayLikeVectorizer">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/dataset/feature/extractor/package-summary.html">org.apache.ignite.ml.dataset.feature.extractor</a></dt>
<dd>
<div class="block">Vectorizer extracting vectors from array-like structure with finite size and integer coordinates.</div>
</dd>
<dt><a href="org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.DefaultLabelVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor"><span class="typeNameLink">ExtractionUtils.DefaultLabelVectorizer</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.DefaultLabelVectorizer.html" title="type parameter in ExtractionUtils.DefaultLabelVectorizer">K</a>,<a href="org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.DefaultLabelVectorizer.html" title="type parameter in ExtractionUtils.DefaultLabelVectorizer">V</a>,<a href="org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.DefaultLabelVectorizer.html" title="type parameter in ExtractionUtils.DefaultLabelVectorizer">C</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/dataset/feature/extractor/package-summary.html">org.apache.ignite.ml.dataset.feature.extractor</a></dt>
<dd>
<div class="block">Vectorizer with double-label containing on same level as feature values.</div>
</dd>
<dt><a href="org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.IntCoordObjectLabelVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor"><span class="typeNameLink">ExtractionUtils.IntCoordObjectLabelVectorizer</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.IntCoordObjectLabelVectorizer.html" title="type parameter in ExtractionUtils.IntCoordObjectLabelVectorizer">K</a>,<a href="org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.IntCoordObjectLabelVectorizer.html" title="type parameter in ExtractionUtils.IntCoordObjectLabelVectorizer">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/dataset/feature/extractor/package-summary.html">org.apache.ignite.ml.dataset.feature.extractor</a></dt>
<dd>
<div class="block">Vectorizer with integer coordinates.</div>
</dd>
<dt><a href="org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.IntCoordVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor"><span class="typeNameLink">ExtractionUtils.IntCoordVectorizer</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.IntCoordVectorizer.html" title="type parameter in ExtractionUtils.IntCoordVectorizer">K</a>,<a href="org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.IntCoordVectorizer.html" title="type parameter in ExtractionUtils.IntCoordVectorizer">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/dataset/feature/extractor/package-summary.html">org.apache.ignite.ml.dataset.feature.extractor</a></dt>
<dd>
<div class="block">Vectorizer with integer coordinates.</div>
</dd>
<dt><a href="org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.ObjectLabelVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor"><span class="typeNameLink">ExtractionUtils.ObjectLabelVectorizer</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.ObjectLabelVectorizer.html" title="type parameter in ExtractionUtils.ObjectLabelVectorizer">K</a>,<a href="org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.ObjectLabelVectorizer.html" title="type parameter in ExtractionUtils.ObjectLabelVectorizer">V</a>,<a href="org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.ObjectLabelVectorizer.html" title="type parameter in ExtractionUtils.ObjectLabelVectorizer">C</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/dataset/feature/extractor/package-summary.html">org.apache.ignite.ml.dataset.feature.extractor</a></dt>
<dd>
<div class="block">Vectorizer with String-label containing on same level as feature values.</div>
</dd>
<dt><a href="org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.StringCoordVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor"><span class="typeNameLink">ExtractionUtils.StringCoordVectorizer</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.StringCoordVectorizer.html" title="type parameter in ExtractionUtils.StringCoordVectorizer">K</a>,<a href="org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.StringCoordVectorizer.html" title="type parameter in ExtractionUtils.StringCoordVectorizer">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/dataset/feature/extractor/package-summary.html">org.apache.ignite.ml.dataset.feature.extractor</a></dt>
<dd>
<div class="block">Vectorizer with String-coordinates.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/trainers/FeatureLabelExtractor.html#extractLabel-K-V-">extractLabel(K, V)</a></span> - Method in interface org.apache.ignite.ml.trainers.<a href="org/apache/ignite/ml/trainers/FeatureLabelExtractor.html" title="interface in org.apache.ignite.ml.trainers">FeatureLabelExtractor</a></dt>
<dd>
<div class="block">Extract label from key and value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html#extractParameter-java.lang.String-java.lang.String-org.apache.ignite.cache.store.jdbc.CacheAbstractJdbcStore.TypeKind-java.lang.String-java.lang.Object-">extractParameter(String, String, CacheAbstractJdbcStore.TypeKind, String, Object)</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">Get field value from object for use as query parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcPojoStore.html#extractParameter-java.lang.String-java.lang.String-org.apache.ignite.cache.store.jdbc.CacheAbstractJdbcStore.TypeKind-java.lang.String-java.lang.Object-">extractParameter(String, String, CacheAbstractJdbcStore.TypeKind, String, Object)</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">Get field value from object for use as query parameter.</div>
</dd>
</dl>
<a name="I:F">
<!-- -->
</a>
<h2 class="title">F</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/logging/ConsoleLogger.html#factory-org.apache.ignite.ml.environment.logging.MLLogger.VerboseLevel-">factory(MLLogger.VerboseLevel)</a></span> - Static method in class org.apache.ignite.ml.environment.logging.<a href="org/apache/ignite/ml/environment/logging/ConsoleLogger.html" title="class in org.apache.ignite.ml.environment.logging">ConsoleLogger</a></dt>
<dd>
<div class="block">Returns an instance of ConsoleLogger factory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/logging/CustomMLLogger.html#factory-org.apache.ignite.IgniteLogger-">factory(IgniteLogger)</a></span> - Static method in class org.apache.ignite.ml.environment.logging.<a href="org/apache/ignite/ml/environment/logging/CustomMLLogger.html" title="class in org.apache.ignite.ml.environment.logging">CustomMLLogger</a></dt>
<dd>
<div class="block">Returns factory for OnIgniteLogger instantiating.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/logging/NoOpLogger.html#factory--">factory()</a></span> - Static method in class org.apache.ignite.ml.environment.logging.<a href="org/apache/ignite/ml/environment/logging/NoOpLogger.html" title="class in org.apache.ignite.ml.environment.logging">NoOpLogger</a></dt>
<dd>
<div class="block">Returns NoOpLogger factory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/failover/always/AlwaysFailoverSpi.html#FAILED_NODE_LIST_ATTR">FAILED_NODE_LIST_ATTR</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 all nodes a job failed on.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CachePartialUpdateException.html#failedKeys--">failedKeys()</a></span> - Method in exception org.apache.ignite.cache.<a href="org/apache/ignite/cache/CachePartialUpdateException.html" title="class in org.apache.ignite.cache">CachePartialUpdateException</a></dt>
<dd>
<div class="block">Gets collection of failed keys.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoverySpi.html#failNode-java.util.UUID-java.lang.String-">failNode(UUID, String)</a></span> - Method in interface org.apache.ignite.spi.discovery.<a href="org/apache/ignite/spi/discovery/DiscoverySpi.html" title="interface in org.apache.ignite.spi.discovery">DiscoverySpi</a></dt>
<dd>
<div class="block">Initiates failure of provided node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/isolated/IsolatedDiscoverySpi.html#failNode-java.util.UUID-java.lang.String-">failNode(UUID, String)</a></span> - Method in class org.apache.ignite.spi.discovery.isolated.<a href="org/apache/ignite/spi/discovery/isolated/IsolatedDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.isolated">IsolatedDiscoverySpi</a></dt>
<dd>
<div class="block">Initiates failure of provided node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#failNode-java.util.UUID-java.lang.String-">failNode(UUID, String)</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">Initiates failure of provided node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html#failNode-java.util.UUID-java.lang.String-">failNode(UUID, String)</a></span> - Method in class org.apache.ignite.spi.discovery.zk.<a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.zk">ZookeeperDiscoverySpi</a></dt>
<dd>
<div class="block">Initiates failure of provided node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiContext.html#failNode-java.util.UUID-java.lang.String-">failNode(UUID, 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>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/failover/always/AlwaysFailoverSpi.html#failover-org.apache.ignite.spi.failover.FailoverContext-java.util.List-">failover(FailoverContext, List<span class='angle_bracket'>&lt;</span>ClusterNode<span class='angle_bracket'>&gt;</span>)</a></span> - Method 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">This method is called when method
<a href="org/apache/ignite/compute/ComputeTask.html#result-org.apache.ignite.compute.ComputeJobResult-java.util.List-"><code>ComputeTask.result(org.apache.ignite.compute.ComputeJobResult, List)</code></a> returns
value <a href="org/apache/ignite/compute/ComputeJobResultPolicy.html#FAILOVER"><code>ComputeJobResultPolicy.FAILOVER</code></a> policy indicating that the result of
job execution must be failed over.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/failover/FailoverSpi.html#failover-org.apache.ignite.spi.failover.FailoverContext-java.util.List-">failover(FailoverContext, List<span class='angle_bracket'>&lt;</span>ClusterNode<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.spi.failover.<a href="org/apache/ignite/spi/failover/FailoverSpi.html" title="interface in org.apache.ignite.spi.failover">FailoverSpi</a></dt>
<dd>
<div class="block">This method is called when method
<a href="org/apache/ignite/compute/ComputeTask.html#result-org.apache.ignite.compute.ComputeJobResult-java.util.List-"><code>ComputeTask.result(org.apache.ignite.compute.ComputeJobResult, List)</code></a> returns
value <a href="org/apache/ignite/compute/ComputeJobResultPolicy.html#FAILOVER"><code>ComputeJobResultPolicy.FAILOVER</code></a> policy indicating that the result of
job execution must be failed over.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/failover/jobstealing/JobStealingFailoverSpi.html#failover-org.apache.ignite.spi.failover.FailoverContext-java.util.List-">failover(FailoverContext, List<span class='angle_bracket'>&lt;</span>ClusterNode<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.spi.failover.jobstealing.<a href="org/apache/ignite/spi/failover/jobstealing/JobStealingFailoverSpi.html" title="class in org.apache.ignite.spi.failover.jobstealing">JobStealingFailoverSpi</a></dt>
<dd>
<div class="block">This method is called when method
<a href="org/apache/ignite/compute/ComputeTask.html#result-org.apache.ignite.compute.ComputeJobResult-java.util.List-"><code>ComputeTask.result(org.apache.ignite.compute.ComputeJobResult, List)</code></a> returns
value <a href="org/apache/ignite/compute/ComputeJobResultPolicy.html#FAILOVER"><code>ComputeJobResultPolicy.FAILOVER</code></a> policy indicating that the result of
job execution must be failed over.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/failover/never/NeverFailoverSpi.html#failover-org.apache.ignite.spi.failover.FailoverContext-java.util.List-">failover(FailoverContext, List<span class='angle_bracket'>&lt;</span>ClusterNode<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.spi.failover.never.<a href="org/apache/ignite/spi/failover/never/NeverFailoverSpi.html" title="class in org.apache.ignite.spi.failover.never">NeverFailoverSpi</a></dt>
<dd>
<div class="block">This method is called when method
<a href="org/apache/ignite/compute/ComputeTask.html#result-org.apache.ignite.compute.ComputeJobResult-java.util.List-"><code>ComputeTask.result(org.apache.ignite.compute.ComputeJobResult, List)</code></a> returns
value <a href="org/apache/ignite/compute/ComputeJobResultPolicy.html#FAILOVER"><code>ComputeJobResultPolicy.FAILOVER</code></a> policy indicating that the result of
job execution must be failed over.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#FAILOVER_SPI_FORMATTED_DESC">FAILOVER_SPI_FORMATTED_DESC</a></span> - Static variable 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><a href="org/apache/ignite/spi/failover/FailoverContext.html" title="interface in org.apache.ignite.spi.failover"><span class="typeNameLink">FailoverContext</span></a> - Interface in <a href="org/apache/ignite/spi/failover/package-summary.html">org.apache.ignite.spi.failover</a></dt>
<dd>
<div class="block">This interface defines a set of operations available to failover SPI
one a given failed job.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/datastructures/ReentrantLockView.html#failoverSafe--">failoverSafe()</a></span> - Method in class org.apache.ignite.spi.systemview.view.datastructures.<a href="org/apache/ignite/spi/systemview/view/datastructures/ReentrantLockView.html" title="class in org.apache.ignite.spi.systemview.view.datastructures">ReentrantLockView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/datastructures/SemaphoreView.html#failoverSafe--">failoverSafe()</a></span> - Method in class org.apache.ignite.spi.systemview.view.datastructures.<a href="org/apache/ignite/spi/systemview/view/datastructures/SemaphoreView.html" title="class in org.apache.ignite.spi.systemview.view.datastructures">SemaphoreView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/spi/failover/FailoverSpi.html" title="interface in org.apache.ignite.spi.failover"><span class="typeNameLink">FailoverSpi</span></a> - Interface in <a href="org/apache/ignite/spi/failover/package-summary.html">org.apache.ignite.spi.failover</a></dt>
<dd>
<div class="block">Failover SPI provides developer with ability to supply custom logic for handling
failed execution of a grid job.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/QueryMetrics.html#fails--">fails()</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 total number of times a query execution failed.</div>
</dd>
<dt><a href="org/apache/ignite/failure/FailureContext.html" title="class in org.apache.ignite.failure"><span class="typeNameLink">FailureContext</span></a> - Class in <a href="org/apache/ignite/failure/package-summary.html">org.apache.ignite.failure</a></dt>
<dd>
<div class="block">Failure context contains information about failure type and exception if applicable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/failure/FailureContext.html#FailureContext-org.apache.ignite.failure.FailureType-java.lang.Throwable-">FailureContext(FailureType, Throwable)</a></span> - Constructor for class org.apache.ignite.failure.<a href="org/apache/ignite/failure/FailureContext.html" title="class in org.apache.ignite.failure">FailureContext</a></dt>
<dd>
<div class="block">Creates instance of <a href="org/apache/ignite/failure/FailureContext.html" title="class in org.apache.ignite.failure"><code>FailureContext</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiAdapter.html#failureDetectionTimeout--">failureDetectionTimeout()</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">Returns failure detection timeout set to use for network related operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiAdapter.html#failureDetectionTimeoutEnabled-boolean-">failureDetectionTimeoutEnabled(boolean)</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">Enables or disables failure detection timeout.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiAdapter.html#failureDetectionTimeoutEnabled--">failureDetectionTimeoutEnabled()</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">Checks whether failure detection timeout is enabled for this <a href="org/apache/ignite/spi/IgniteSpi.html" title="interface in org.apache.ignite.spi"><code>IgniteSpi</code></a>.</div>
</dd>
<dt><a href="org/apache/ignite/failure/FailureHandler.html" title="interface in org.apache.ignite.failure"><span class="typeNameLink">FailureHandler</span></a> - Interface in <a href="org/apache/ignite/failure/package-summary.html">org.apache.ignite.failure</a></dt>
<dd>
<div class="block">Provides facility to handle failures by custom user implementations,
which can be configured by <a href="org/apache/ignite/configuration/IgniteConfiguration.html#setFailureHandler-org.apache.ignite.failure.FailureHandler-"><code>IgniteConfiguration.setFailureHandler(FailureHandler)</code></a> method.</div>
</dd>
<dt><a href="org/apache/ignite/mxbean/FailureHandlingMxBean.html" title="interface in org.apache.ignite.mxbean"><span class="typeNameLink">FailureHandlingMxBean</span></a> - Interface in <a href="org/apache/ignite/mxbean/package-summary.html">org.apache.ignite.mxbean</a></dt>
<dd>
<div class="block">MBean that controls critical failure handling.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/QueryDetailMetrics.html#failures--">failures()</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 number of times a query execution failed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlQueryHistoryView.html#failures--">failures()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlQueryHistoryView.html" title="class in org.apache.ignite.spi.systemview.view">SqlQueryHistoryView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/failure/FailureType.html" title="enum in org.apache.ignite.failure"><span class="typeNameLink">FailureType</span></a> - Enum in <a href="org/apache/ignite/failure/package-summary.html">org.apache.ignite.failure</a></dt>
<dd>
<div class="block">Types of failures.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/datastructures/ReentrantLockView.html#fair--">fair()</a></span> - Method in class org.apache.ignite.spi.systemview.view.datastructures.<a href="org/apache/ignite/spi/systemview/view/datastructures/ReentrantLockView.html" title="class in org.apache.ignite.spi.systemview.view.datastructures">ReentrantLockView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/selection/scoring/metric/classification/FallOut.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification"><span class="typeNameLink">FallOut</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/selection/scoring/metric/classification/FallOut.html" title="type parameter in FallOut">L</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/selection/scoring/metric/classification/package-summary.html">org.apache.ignite.ml.selection.scoring.metric.classification</a></dt>
<dd>
<div class="block">FallOut metric class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/FallOut.html#FallOut--">FallOut()</a></span> - Constructor for class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/FallOut.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">FallOut</a></dt>
<dd>
<div class="block">Creates an instance of FallOut.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/FallOut.html#FallOut-L-L-">FallOut(L, L)</a></span> - Constructor for class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/FallOut.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">FallOut</a></dt>
<dd>
<div class="block">Creates an instance of FallOut class.</div>
</dd>
<dt><a href="org/apache/ignite/ml/selection/scoring/metric/classification/FalseNegativeAbsoluteValue.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification"><span class="typeNameLink">FalseNegativeAbsoluteValue</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/selection/scoring/metric/classification/FalseNegativeAbsoluteValue.html" title="type parameter in FalseNegativeAbsoluteValue">L</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/selection/scoring/metric/classification/package-summary.html">org.apache.ignite.ml.selection.scoring.metric.classification</a></dt>
<dd>
<div class="block">FalseNegative metric class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/FalseNegativeAbsoluteValue.html#FalseNegativeAbsoluteValue--">FalseNegativeAbsoluteValue()</a></span> - Constructor for class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/FalseNegativeAbsoluteValue.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">FalseNegativeAbsoluteValue</a></dt>
<dd>
<div class="block">Creates an instance of FalseNegativeAbsoluteValue.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/FalseNegativeAbsoluteValue.html#FalseNegativeAbsoluteValue-L-L-">FalseNegativeAbsoluteValue(L, L)</a></span> - Constructor for class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/FalseNegativeAbsoluteValue.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">FalseNegativeAbsoluteValue</a></dt>
<dd>
<div class="block">Creates an instance of FalseNegativeAbsoluteValue class.</div>
</dd>
<dt><a href="org/apache/ignite/ml/selection/scoring/metric/classification/FalsePositiveAbsoluteValue.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification"><span class="typeNameLink">FalsePositiveAbsoluteValue</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/selection/scoring/metric/classification/FalsePositiveAbsoluteValue.html" title="type parameter in FalsePositiveAbsoluteValue">L</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/selection/scoring/metric/classification/package-summary.html">org.apache.ignite.ml.selection.scoring.metric.classification</a></dt>
<dd>
<div class="block">FalsePositive metric class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/FalsePositiveAbsoluteValue.html#FalsePositiveAbsoluteValue--">FalsePositiveAbsoluteValue()</a></span> - Constructor for class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/FalsePositiveAbsoluteValue.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">FalsePositiveAbsoluteValue</a></dt>
<dd>
<div class="block">Creates an instance of FalsePositiveAbsoluteValue.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/FalsePositiveAbsoluteValue.html#FalsePositiveAbsoluteValue-L-L-">FalsePositiveAbsoluteValue(L, L)</a></span> - Constructor for class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/FalsePositiveAbsoluteValue.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">FalsePositiveAbsoluteValue</a></dt>
<dd>
<div class="block">Creates an instance of FalsePositiveAbsoluteValue class.</div>
</dd>
<dt><a href="org/apache/ignite/ml/selection/scoring/metric/classification/Fdr.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification"><span class="typeNameLink">Fdr</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/selection/scoring/metric/classification/Fdr.html" title="type parameter in Fdr">L</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/selection/scoring/metric/classification/package-summary.html">org.apache.ignite.ml.selection.scoring.metric.classification</a></dt>
<dd>
<div class="block">FDR metric class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/Fdr.html#Fdr--">Fdr()</a></span> - Constructor for class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/Fdr.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">Fdr</a></dt>
<dd>
<div class="block">Creates an instance of Fdr class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/Fdr.html#Fdr-L-L-">Fdr(L, L)</a></span> - Constructor for class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/Fdr.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">Fdr</a></dt>
<dd>
<div class="block">Creates an instance of FDR class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/impl/BinaryObjectVectorizer.html#feature-java.lang.String-K-org.apache.ignite.binary.BinaryObject-">feature(String, K, BinaryObject)</a></span> - Method in class org.apache.ignite.ml.dataset.feature.extractor.impl.<a href="org/apache/ignite/ml/dataset/feature/extractor/impl/BinaryObjectVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor.impl">BinaryObjectVectorizer</a></dt>
<dd>
<div class="block">Extracts feature value by given coordinate.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/impl/DoubleArrayVectorizer.html#feature-java.lang.Integer-K-double:A-">feature(Integer, K, double[])</a></span> - Method in class org.apache.ignite.ml.dataset.feature.extractor.impl.<a href="org/apache/ignite/ml/dataset/feature/extractor/impl/DoubleArrayVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor.impl">DoubleArrayVectorizer</a></dt>
<dd>
<div class="block">Extracts feature value by given coordinate.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/impl/DummyVectorizer.html#feature-java.lang.Integer-K-org.apache.ignite.ml.math.primitives.vector.Vector-">feature(Integer, K, Vector)</a></span> - Method in class org.apache.ignite.ml.dataset.feature.extractor.impl.<a href="org/apache/ignite/ml/dataset/feature/extractor/impl/DummyVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor.impl">DummyVectorizer</a></dt>
<dd>
<div class="block">Extracts feature value by given coordinate.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/impl/LabeledDummyVectorizer.html#feature-java.lang.Integer-K-org.apache.ignite.ml.structures.LabeledVector-">feature(Integer, K, LabeledVector<span class='angle_bracket'>&lt;</span>L<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.dataset.feature.extractor.impl.<a href="org/apache/ignite/ml/dataset/feature/extractor/impl/LabeledDummyVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor.impl">LabeledDummyVectorizer</a></dt>
<dd>
<div class="block">Extracts feature value by given coordinate.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/impl/ObjectArrayVectorizer.html#feature-java.lang.Integer-K-java.lang.Object:A-">feature(Integer, K, Object[])</a></span> - Method in class org.apache.ignite.ml.dataset.feature.extractor.impl.<a href="org/apache/ignite/ml/dataset/feature/extractor/impl/ObjectArrayVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor.impl">ObjectArrayVectorizer</a></dt>
<dd>
<div class="block">Extracts feature value by given coordinate.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.html#feature-C-K-V-">feature(C, K, V)</a></span> - Method in class org.apache.ignite.ml.dataset.feature.extractor.<a href="org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor">Vectorizer</a></dt>
<dd>
<div class="block">Extracts feature value by given coordinate.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.VectorizerAdapter.html#feature-C-K-V-">feature(C, K, V)</a></span> - Method in class org.apache.ignite.ml.dataset.feature.extractor.<a href="org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.VectorizerAdapter.html" title="class in org.apache.ignite.ml.dataset.feature.extractor">Vectorizer.VectorizerAdapter</a></dt>
<dd>
<div class="block">Extracts feature value by given coordinate.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/impurity/basic/BootstrappedVectorsHistogram.html#featureId">featureId</a></span> - Variable in class org.apache.ignite.ml.tree.randomforest.data.impurity.basic.<a href="org/apache/ignite/ml/tree/randomforest/data/impurity/basic/BootstrappedVectorsHistogram.html" title="class in org.apache.ignite.ml.tree.randomforest.data.impurity.basic">BootstrappedVectorsHistogram</a></dt>
<dd>
<div class="block">Feature id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/impurity/ImpurityHistogram.html#featureId">featureId</a></span> - Variable in class org.apache.ignite.ml.tree.randomforest.data.impurity.<a href="org/apache/ignite/ml/tree/randomforest/data/impurity/ImpurityHistogram.html" title="class in org.apache.ignite.ml.tree.randomforest.data.impurity">ImpurityHistogram</a></dt>
<dd>
<div class="block">Feature id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/NodeData.html#featureIdx">featureIdx</a></span> - Variable in class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/NodeData.html" title="class in org.apache.ignite.ml.tree">NodeData</a></dt>
<dd>
<div class="block">Feature index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/data/TreeDataIndex.html#featureInSortedOrder-int-int-">featureInSortedOrder(int, int)</a></span> - Method in class org.apache.ignite.ml.tree.data.<a href="org/apache/ignite/ml/tree/data/TreeDataIndex.html" title="class in org.apache.ignite.ml.tree.data">TreeDataIndex</a></dt>
<dd>
<div class="block">Returns feature value for kth order statistic for target feature.</div>
</dd>
<dt><a href="org/apache/ignite/ml/trainers/FeatureLabelExtractor.html" title="interface in org.apache.ignite.ml.trainers"><span class="typeNameLink">FeatureLabelExtractor</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/trainers/FeatureLabelExtractor.html" title="type parameter in FeatureLabelExtractor">K</a>,<a href="org/apache/ignite/ml/trainers/FeatureLabelExtractor.html" title="type parameter in FeatureLabelExtractor">V</a>,<a href="org/apache/ignite/ml/trainers/FeatureLabelExtractor.html" title="type parameter in FeatureLabelExtractor">L</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/ml/trainers/package-summary.html">org.apache.ignite.ml.trainers</a></dt>
<dd>
<div class="block">Class fro extracting features and vectors from upstream.</div>
</dd>
<dt><a href="org/apache/ignite/ml/dataset/primitive/FeatureMatrixWithLabelsOnHeapData.html" title="class in org.apache.ignite.ml.dataset.primitive"><span class="typeNameLink">FeatureMatrixWithLabelsOnHeapData</span></a> - Class in <a href="org/apache/ignite/ml/dataset/primitive/package-summary.html">org.apache.ignite.ml.dataset.primitive</a></dt>
<dd>
<div class="block">A partition <code>data</code> of the containing matrix of features and vector of labels stored in heap.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/primitive/FeatureMatrixWithLabelsOnHeapData.html#FeatureMatrixWithLabelsOnHeapData-double:A:A-double:A-">FeatureMatrixWithLabelsOnHeapData(double[][], double[])</a></span> - Constructor for class org.apache.ignite.ml.dataset.primitive.<a href="org/apache/ignite/ml/dataset/primitive/FeatureMatrixWithLabelsOnHeapData.html" title="class in org.apache.ignite.ml.dataset.primitive">FeatureMatrixWithLabelsOnHeapData</a></dt>
<dd>
<div class="block">Constructs an instance of FeatureMatrixWithLabelsOnHeapData.</div>
</dd>
<dt><a href="org/apache/ignite/ml/dataset/primitive/FeatureMatrixWithLabelsOnHeapDataBuilder.html" title="class in org.apache.ignite.ml.dataset.primitive"><span class="typeNameLink">FeatureMatrixWithLabelsOnHeapDataBuilder</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/dataset/primitive/FeatureMatrixWithLabelsOnHeapDataBuilder.html" title="type parameter in FeatureMatrixWithLabelsOnHeapDataBuilder">K</a>,<a href="org/apache/ignite/ml/dataset/primitive/FeatureMatrixWithLabelsOnHeapDataBuilder.html" title="type parameter in FeatureMatrixWithLabelsOnHeapDataBuilder">V</a>,<a href="org/apache/ignite/ml/dataset/primitive/FeatureMatrixWithLabelsOnHeapDataBuilder.html" title="type parameter in FeatureMatrixWithLabelsOnHeapDataBuilder">C</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>,<a href="org/apache/ignite/ml/dataset/primitive/FeatureMatrixWithLabelsOnHeapDataBuilder.html" title="type parameter in FeatureMatrixWithLabelsOnHeapDataBuilder">CO</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/dataset/primitive/package-summary.html">org.apache.ignite.ml.dataset.primitive</a></dt>
<dd>
<div class="block">A partition <code>data</code> builder that makes <a href="org/apache/ignite/ml/tree/data/DecisionTreeData.html" title="class in org.apache.ignite.ml.tree.data"><code>DecisionTreeData</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/primitive/FeatureMatrixWithLabelsOnHeapDataBuilder.html#FeatureMatrixWithLabelsOnHeapDataBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">FeatureMatrixWithLabelsOnHeapDataBuilder(Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.dataset.primitive.<a href="org/apache/ignite/ml/dataset/primitive/FeatureMatrixWithLabelsOnHeapDataBuilder.html" title="class in org.apache.ignite.ml.dataset.primitive">FeatureMatrixWithLabelsOnHeapDataBuilder</a></dt>
<dd>
<div class="block">Constructs a new instance of decision tree data builder.</div>
</dd>
<dt><a href="org/apache/ignite/ml/dataset/feature/FeatureMeta.html" title="class in org.apache.ignite.ml.dataset.feature"><span class="typeNameLink">FeatureMeta</span></a> - Class in <a href="org/apache/ignite/ml/dataset/feature/package-summary.html">org.apache.ignite.ml.dataset.feature</a></dt>
<dd>
<div class="block">Feature meta class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/FeatureMeta.html#FeatureMeta-java.lang.String-int-boolean-">FeatureMeta(String, int, boolean)</a></span> - Constructor for class org.apache.ignite.ml.dataset.feature.<a href="org/apache/ignite/ml/dataset/feature/FeatureMeta.html" title="class in org.apache.ignite.ml.dataset.feature">FeatureMeta</a></dt>
<dd>
<div class="block">Create an instance of Feature meta.</div>
</dd>
<dt><a href="org/apache/ignite/ml/structures/FeatureMetadata.html" title="class in org.apache.ignite.ml.structures"><span class="typeNameLink">FeatureMetadata</span></a> - Class in <a href="org/apache/ignite/ml/structures/package-summary.html">org.apache.ignite.ml.structures</a></dt>
<dd>
<div class="block">Class for feature metadata.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/FeatureMetadata.html#FeatureMetadata--">FeatureMetadata()</a></span> - Constructor for class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/FeatureMetadata.html" title="class in org.apache.ignite.ml.structures">FeatureMetadata</a></dt>
<dd>
<div class="block">Default constructor (required by Externalizable).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/FeatureMetadata.html#FeatureMetadata-java.lang.String-">FeatureMetadata(String)</a></span> - Constructor for class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/FeatureMetadata.html" title="class in org.apache.ignite.ml.structures">FeatureMetadata</a></dt>
<dd>
<div class="block">Creates an instance of Feature Metadata class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/Dataset.html#features-int-">features(int)</a></span> - Method in class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/Dataset.html" title="class in org.apache.ignite.ml.structures">Dataset</a></dt>
<dd>
<div class="block">Get the features.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/DatasetRow.html#features--">features()</a></span> - Method in class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/DatasetRow.html" title="class in org.apache.ignite.ml.structures">DatasetRow</a></dt>
<dd>
<div class="block">Get the vector.</div>
</dd>
<dt><a href="org/apache/ignite/ml/tree/randomforest/data/FeaturesCountSelectionStrategies.html" title="class in org.apache.ignite.ml.tree.randomforest.data"><span class="typeNameLink">FeaturesCountSelectionStrategies</span></a> - Class in <a href="org/apache/ignite/ml/tree/randomforest/data/package-summary.html">org.apache.ignite.ml.tree.randomforest.data</a></dt>
<dd>
<div class="block">Class contains a default implementations of some features count selection strategies for random forest.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/FeaturesCountSelectionStrategies.html#FeaturesCountSelectionStrategies--">FeaturesCountSelectionStrategies()</a></span> - Constructor for class org.apache.ignite.ml.tree.randomforest.data.<a href="org/apache/ignite/ml/tree/randomforest/data/FeaturesCountSelectionStrategies.html" title="class in org.apache.ignite.ml.tree.randomforest.data">FeaturesCountSelectionStrategies</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/data/TreeDataIndex.html#featuresInSortedOrder-int-int-">featuresInSortedOrder(int, int)</a></span> - Method in class org.apache.ignite.ml.tree.data.<a href="org/apache/ignite/ml/tree/data/TreeDataIndex.html" title="class in org.apache.ignite.ml.tree.data">TreeDataIndex</a></dt>
<dd>
<div class="block">Returns vector of original features for kth order statistic for target feature.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/dialect/BasicJdbcDialect.html#fetchSize">fetchSize</a></span> - Variable in 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>
<div class="block">Fetch size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryObject.html#field-java.lang.String-">field(String)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryObject.html" title="interface in org.apache.ignite.binary">BinaryObject</a></dt>
<dd>
<div class="block">Gets field value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryType.html#field-java.lang.String-">field(String)</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">Get <a href="org/apache/ignite/binary/BinaryField.html" title="interface in org.apache.ignite.binary"><code>BinaryField</code></a> for the given field name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryBasicIdMapper.html#fieldId-int-java.lang.String-">fieldId(int, String)</a></span> - Method in 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">Get field ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryIdMapper.html#fieldId-int-java.lang.String-">fieldId(int, String)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryIdMapper.html" title="interface in org.apache.ignite.binary">BinaryIdMapper</a></dt>
<dd>
<div class="block">Gets ID for provided field name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryBasicNameMapper.html#fieldName-java.lang.String-">fieldName(String)</a></span> - Method in 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">Gets field name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryNameMapper.html#fieldName-java.lang.String-">fieldName(String)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryNameMapper.html" title="interface in org.apache.ignite.binary">BinaryNameMapper</a></dt>
<dd>
<div class="block">Gets field name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryType.html#fieldNames--">fieldNames()</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">Gets collection of all field names for this binary type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/BinaryMetadataView.html#fields--">fields()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/BinaryMetadataView.html" title="class in org.apache.ignite.spi.systemview.view">BinaryMetadataView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/Message.html#fieldsCount--">fieldsCount()</a></span> - Method in interface org.apache.ignite.plugin.extensions.communication.<a href="org/apache/ignite/plugin/extensions/communication/Message.html" title="interface in org.apache.ignite.plugin.extensions.communication">Message</a></dt>
<dd>
<div class="block">Gets fields count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingRequest.html#fieldsCount--">fieldsCount()</a></span> - Method in class org.apache.ignite.spi.collision.jobstealing.<a href="org/apache/ignite/spi/collision/jobstealing/JobStealingRequest.html" title="class in org.apache.ignite.spi.collision.jobstealing">JobStealingRequest</a></dt>
<dd>
<div class="block">Gets fields count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeMessage.html#fieldsCount--">fieldsCount()</a></span> - Method in class org.apache.ignite.spi.communication.tcp.messages.<a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeMessage.html" title="class in org.apache.ignite.spi.communication.tcp.messages">HandshakeMessage</a></dt>
<dd>
<div class="block">Gets fields count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeWaitMessage.html#fieldsCount--">fieldsCount()</a></span> - Method in class org.apache.ignite.spi.communication.tcp.messages.<a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeWaitMessage.html" title="class in org.apache.ignite.spi.communication.tcp.messages">HandshakeWaitMessage</a></dt>
<dd>
<div class="block">Gets fields count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/messages/NodeIdMessage.html#fieldsCount--">fieldsCount()</a></span> - Method in class org.apache.ignite.spi.communication.tcp.messages.<a href="org/apache/ignite/spi/communication/tcp/messages/NodeIdMessage.html" title="class in org.apache.ignite.spi.communication.tcp.messages">NodeIdMessage</a></dt>
<dd>
<div class="block">Gets fields count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/messages/RecoveryLastReceivedMessage.html#fieldsCount--">fieldsCount()</a></span> - Method in class org.apache.ignite.spi.communication.tcp.messages.<a href="org/apache/ignite/spi/communication/tcp/messages/RecoveryLastReceivedMessage.html" title="class in org.apache.ignite.spi.communication.tcp.messages">RecoveryLastReceivedMessage</a></dt>
<dd>
<div class="block">Gets fields count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/BinaryMetadataView.html#fieldsCount--">fieldsCount()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/BinaryMetadataView.html" title="class in org.apache.ignite.spi.systemview.view">BinaryMetadataView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/cache/query/FieldsQueryCursor.html" title="interface in org.apache.ignite.cache.query"><span class="typeNameLink">FieldsQueryCursor</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/cache/query/FieldsQueryCursor.html" title="type parameter in FieldsQueryCursor">T</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/cache/query/package-summary.html">org.apache.ignite.cache.query</a></dt>
<dd>
<div class="block">SQL query result cursor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryType.html#fieldTypeName-java.lang.String-">fieldTypeName(String)</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">Gets name of the field type for a given field.</div>
</dd>
<dt><a href="org/apache/ignite/cache/eviction/fifo/FifoEvictionPolicy.html" title="class in org.apache.ignite.cache.eviction.fifo"><span class="typeNameLink">FifoEvictionPolicy</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/cache/eviction/fifo/FifoEvictionPolicy.html" title="type parameter in FifoEvictionPolicy">K</a>,<a href="org/apache/ignite/cache/eviction/fifo/FifoEvictionPolicy.html" title="type parameter in FifoEvictionPolicy">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/cache/eviction/fifo/package-summary.html">org.apache.ignite.cache.eviction.fifo</a></dt>
<dd>
<div class="block">Eviction policy based on <code>First In First Out (FIFO)</code> algorithm and supports batch eviction.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/fifo/FifoEvictionPolicy.html#FifoEvictionPolicy--">FifoEvictionPolicy()</a></span> - Constructor for class org.apache.ignite.cache.eviction.fifo.<a href="org/apache/ignite/cache/eviction/fifo/FifoEvictionPolicy.html" title="class in org.apache.ignite.cache.eviction.fifo">FifoEvictionPolicy</a></dt>
<dd>
<div class="block">Constructs FIFO eviction policy with all defaults.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/fifo/FifoEvictionPolicy.html#FifoEvictionPolicy-int-">FifoEvictionPolicy(int)</a></span> - Constructor for class org.apache.ignite.cache.eviction.fifo.<a href="org/apache/ignite/cache/eviction/fifo/FifoEvictionPolicy.html" title="class in org.apache.ignite.cache.eviction.fifo">FifoEvictionPolicy</a></dt>
<dd>
<div class="block">Constructs FIFO eviction policy with maximum size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/fifo/FifoEvictionPolicy.html#FifoEvictionPolicy-int-int-">FifoEvictionPolicy(int, int)</a></span> - Constructor for class org.apache.ignite.cache.eviction.fifo.<a href="org/apache/ignite/cache/eviction/fifo/FifoEvictionPolicy.html" title="class in org.apache.ignite.cache.eviction.fifo">FifoEvictionPolicy</a></dt>
<dd>
<div class="block">Constructs FIFO eviction policy with maximum size and given batch size.</div>
</dd>
<dt><a href="org/apache/ignite/cache/eviction/fifo/FifoEvictionPolicyFactory.html" title="class in org.apache.ignite.cache.eviction.fifo"><span class="typeNameLink">FifoEvictionPolicyFactory</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/cache/eviction/fifo/FifoEvictionPolicyFactory.html" title="type parameter in FifoEvictionPolicyFactory">K</a>,<a href="org/apache/ignite/cache/eviction/fifo/FifoEvictionPolicyFactory.html" title="type parameter in FifoEvictionPolicyFactory">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/cache/eviction/fifo/package-summary.html">org.apache.ignite.cache.eviction.fifo</a></dt>
<dd>
<div class="block">Factory class for <a href="org/apache/ignite/cache/eviction/fifo/FifoEvictionPolicy.html" title="class in org.apache.ignite.cache.eviction.fifo"><code>FifoEvictionPolicy</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/fifo/FifoEvictionPolicyFactory.html#FifoEvictionPolicyFactory--">FifoEvictionPolicyFactory()</a></span> - Constructor for class org.apache.ignite.cache.eviction.fifo.<a href="org/apache/ignite/cache/eviction/fifo/FifoEvictionPolicyFactory.html" title="class in org.apache.ignite.cache.eviction.fifo">FifoEvictionPolicyFactory</a></dt>
<dd>
<div class="block">Constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/fifo/FifoEvictionPolicyFactory.html#FifoEvictionPolicyFactory-int-">FifoEvictionPolicyFactory(int)</a></span> - Constructor for class org.apache.ignite.cache.eviction.fifo.<a href="org/apache/ignite/cache/eviction/fifo/FifoEvictionPolicyFactory.html" title="class in org.apache.ignite.cache.eviction.fifo">FifoEvictionPolicyFactory</a></dt>
<dd>
<div class="block">Constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/fifo/FifoEvictionPolicyFactory.html#FifoEvictionPolicyFactory-int-int-long-">FifoEvictionPolicyFactory(int, int, long)</a></span> - Constructor for class org.apache.ignite.cache.eviction.fifo.<a href="org/apache/ignite/cache/eviction/fifo/FifoEvictionPolicyFactory.html" title="class in org.apache.ignite.cache.eviction.fifo">FifoEvictionPolicyFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/cache/eviction/fifo/FifoEvictionPolicyMBean.html" title="interface in org.apache.ignite.cache.eviction.fifo"><span class="typeNameLink">FifoEvictionPolicyMBean</span></a> - Interface in <a href="org/apache/ignite/cache/eviction/fifo/package-summary.html">org.apache.ignite.cache.eviction.fifo</a></dt>
<dd>
<div class="block">MBean for <code>FIFO</code> eviction policy.</div>
</dd>
<dt><a href="org/apache/ignite/spi/collision/fifoqueue/FifoQueueCollisionSpi.html" title="class in org.apache.ignite.spi.collision.fifoqueue"><span class="typeNameLink">FifoQueueCollisionSpi</span></a> - Class in <a href="org/apache/ignite/spi/collision/fifoqueue/package-summary.html">org.apache.ignite.spi.collision.fifoqueue</a></dt>
<dd>
<div class="block">This class provides implementation for Collision SPI based on FIFO queue.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/fifoqueue/FifoQueueCollisionSpi.html#FifoQueueCollisionSpi--">FifoQueueCollisionSpi()</a></span> - Constructor for class org.apache.ignite.spi.collision.fifoqueue.<a href="org/apache/ignite/spi/collision/fifoqueue/FifoQueueCollisionSpi.html" title="class in org.apache.ignite.spi.collision.fifoqueue">FifoQueueCollisionSpi</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/spi/collision/fifoqueue/FifoQueueCollisionSpiMBean.html" title="interface in org.apache.ignite.spi.collision.fifoqueue"><span class="typeNameLink">FifoQueueCollisionSpiMBean</span></a> - Interface in <a href="org/apache/ignite/spi/collision/fifoqueue/package-summary.html">org.apache.ignite.spi.collision.fifoqueue</a></dt>
<dd>
<div class="block">Management bean that provides access to the FIFO queue collision SPI configuration.</div>
</dd>
<dt><a href="org/apache/ignite/ml/FileExporter.html" title="class in org.apache.ignite.ml"><span class="typeNameLink">FileExporter</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/FileExporter.html" title="type parameter in FileExporter">D</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/package-summary.html">org.apache.ignite.ml</a></dt>
<dd>
<div class="block">Implementation of exporter to/from file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/FileExporter.html#FileExporter--">FileExporter()</a></span> - Constructor for class org.apache.ignite.ml.<a href="org/apache/ignite/ml/FileExporter.html" title="class in org.apache.ignite.ml">FileExporter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteLogger.html#fileName--">fileName()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteLogger.html" title="interface in org.apache.ignite">IgniteLogger</a></dt>
<dd>
<div class="block">Gets name of the file being logged to if one is configured or <code>null</code> otherwise.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/java/JavaLogger.html#fileName--">fileName()</a></span> - Method in class org.apache.ignite.logger.java.<a href="org/apache/ignite/logger/java/JavaLogger.html" title="class in org.apache.ignite.logger.java">JavaLogger</a></dt>
<dd>
<div class="block">Gets name of the file being logged to if one is configured or <code>null</code> otherwise.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/java/JavaLoggerFileHandler.html#fileName--">fileName()</a></span> - Method in class org.apache.ignite.logger.java.<a href="org/apache/ignite/logger/java/JavaLoggerFileHandler.html" title="class in org.apache.ignite.logger.java">JavaLoggerFileHandler</a></dt>
<dd>
<div class="block">Returns current log file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/jcl/JclLogger.html#fileName--">fileName()</a></span> - Method in class org.apache.ignite.logger.jcl.<a href="org/apache/ignite/logger/jcl/JclLogger.html" title="class in org.apache.ignite.logger.jcl">JclLogger</a></dt>
<dd>
<div class="block">Gets name of the file being logged to if one is configured or <code>null</code> otherwise.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j/Log4JLogger.html#fileName--">fileName()</a></span> - 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">Gets name of the file being logged to if one is configured or <code>null</code> otherwise.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j2/Log4J2Logger.html#fileName--">fileName()</a></span> - Method in class org.apache.ignite.logger.log4j2.<a href="org/apache/ignite/logger/log4j2/Log4J2Logger.html" title="class in org.apache.ignite.logger.log4j2">Log4J2Logger</a></dt>
<dd>
<div class="block">Gets name of the file being logged to if one is configured or <code>null</code> otherwise.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/NullLogger.html#fileName--">fileName()</a></span> - Method in class org.apache.ignite.logger.<a href="org/apache/ignite/logger/NullLogger.html" title="class in org.apache.ignite.logger">NullLogger</a></dt>
<dd>
<div class="block">Gets name of the file being logged to if one is configured or <code>null</code> otherwise.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/slf4j/Slf4jLogger.html#fileName--">fileName()</a></span> - Method in class org.apache.ignite.logger.slf4j.<a href="org/apache/ignite/logger/slf4j/Slf4jLogger.html" title="class in org.apache.ignite.logger.slf4j">Slf4jLogger</a></dt>
<dd>
<div class="block">Gets name of the file being logged to if one is configured or <code>null</code> otherwise.</div>
</dd>
<dt><a href="org/apache/ignite/ml/inference/storage/model/FileOrDirectory.html" title="interface in org.apache.ignite.ml.inference.storage.model"><span class="typeNameLink">FileOrDirectory</span></a> - Interface in <a href="org/apache/ignite/ml/inference/storage/model/package-summary.html">org.apache.ignite.ml.inference.storage.model</a></dt>
<dd>
<div class="block">Base interface for file or directory <a href="org/apache/ignite/ml/inference/storage/model/ModelStorageProvider.html" title="interface in org.apache.ignite.ml.inference.storage.model"><code>ModelStorageProvider</code></a> works with.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/exceptions/datastructures/FileParsingException.html" title="class in org.apache.ignite.ml.math.exceptions.datastructures"><span class="typeNameLink">FileParsingException</span></a> - Exception in <a href="org/apache/ignite/ml/math/exceptions/datastructures/package-summary.html">org.apache.ignite.ml.math.exceptions.datastructures</a></dt>
<dd>
<div class="block">This exception is used to indicate error with non-parsed data in specific row by given file path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/exceptions/datastructures/FileParsingException.html#FileParsingException-java.lang.String-int-java.nio.file.Path-">FileParsingException(String, int, Path)</a></span> - Constructor for exception org.apache.ignite.ml.math.exceptions.datastructures.<a href="org/apache/ignite/ml/math/exceptions/datastructures/FileParsingException.html" title="class in org.apache.ignite.ml.math.exceptions.datastructures">FileParsingException</a></dt>
<dd>
<div class="block">Creates new exception.</div>
</dd>
<dt><a href="org/apache/ignite/ml/inference/reader/FileSystemModelReader.html" title="class in org.apache.ignite.ml.inference.reader"><span class="typeNameLink">FileSystemModelReader</span></a> - Class in <a href="org/apache/ignite/ml/inference/reader/package-summary.html">org.apache.ignite.ml.inference.reader</a></dt>
<dd>
<div class="block">Model reader that reads directory or file and serializes it using <a href="org/apache/ignite/ml/inference/util/DirectorySerializer.html" title="class in org.apache.ignite.ml.inference.util"><code>DirectorySerializer</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/reader/FileSystemModelReader.html#FileSystemModelReader-java.lang.String-">FileSystemModelReader(String)</a></span> - Constructor for class org.apache.ignite.ml.inference.reader.<a href="org/apache/ignite/ml/inference/reader/FileSystemModelReader.html" title="class in org.apache.ignite.ml.inference.reader">FileSystemModelReader</a></dt>
<dd>
<div class="block">Constructs a new instance of directory model reader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/VectorUtils.html#fill-double-int-">fill(double, int)</a></span> - Static method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/VectorUtils.html" title="class in org.apache.ignite.ml.math.primitives.vector">VectorUtils</a></dt>
<dd>
<div class="block">Create new vector of specified size n with specified value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/DataStreamGenerator.html#FILL_CACHE_BATCH_SIZE">FILL_CACHE_BATCH_SIZE</a></span> - Static variable in interface org.apache.ignite.ml.util.generators.<a href="org/apache/ignite/ml/util/generators/DataStreamGenerator.html" title="interface in org.apache.ignite.ml.util.generators">DataStreamGenerator</a></dt>
<dd>
<div class="block">Size of batch for <a href="org/apache/ignite/IgniteCache.html#putAll-java.util.Map-"><code>IgniteCache.putAll(Map)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/DataStreamGenerator.html#fillCacheWithCustomKey-int-org.apache.ignite.IgniteCache-java.util.function.Function-">fillCacheWithCustomKey(int, IgniteCache<span class='angle_bracket'>&lt;</span>K, LabeledVector<span class='angle_bracket'>&lt;</span>Double<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>, Function<span class='angle_bracket'>&lt;</span>LabeledVector<span class='angle_bracket'>&lt;</span>Double<span class='angle_bracket'>&gt;</span>, K<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.ml.util.generators.<a href="org/apache/ignite/ml/util/generators/DataStreamGenerator.html" title="interface in org.apache.ignite.ml.util.generators">DataStreamGenerator</a></dt>
<dd>
<div class="block">Fills given cache with labeled vectors from this generator and user defined mapper from vectors to keys.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/DataStreamGenerator.html#fillCacheWithVecHashAsKey-int-org.apache.ignite.IgniteCache-">fillCacheWithVecHashAsKey(int, IgniteCache<span class='angle_bracket'>&lt;</span>Integer, LabeledVector<span class='angle_bracket'>&lt;</span>Double<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.ml.util.generators.<a href="org/apache/ignite/ml/util/generators/DataStreamGenerator.html" title="interface in org.apache.ignite.ml.util.generators">DataStreamGenerator</a></dt>
<dd>
<div class="block">Fills given cache with labeled vectors from this generator as values and their hashcodes as keys.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/DataStreamGenerator.html#fillCacheWithVecUUIDAsKey-int-org.apache.ignite.IgniteCache-">fillCacheWithVecUUIDAsKey(int, IgniteCache<span class='angle_bracket'>&lt;</span>UUID, LabeledVector<span class='angle_bracket'>&lt;</span>Double<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.ml.util.generators.<a href="org/apache/ignite/ml/util/generators/DataStreamGenerator.html" title="interface in org.apache.ignite.ml.util.generators">DataStreamGenerator</a></dt>
<dd>
<div class="block">Fills given cache with labeled vectors from this generator as values and random UUIDs as keys</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html#fillKeyParameters-java.sql.PreparedStatement-int-org.apache.ignite.cache.store.jdbc.CacheAbstractJdbcStore.EntryMapping-java.lang.Object-">fillKeyParameters(PreparedStatement, int, CacheAbstractJdbcStore.EntryMapping, Object)</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>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html#fillKeyParameters-java.sql.PreparedStatement-org.apache.ignite.cache.store.jdbc.CacheAbstractJdbcStore.EntryMapping-java.lang.Object-">fillKeyParameters(PreparedStatement, CacheAbstractJdbcStore.EntryMapping, Object)</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>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html#fillParameter-java.sql.PreparedStatement-int-org.apache.ignite.cache.store.jdbc.JdbcTypeField-java.lang.Object-">fillParameter(PreparedStatement, int, JdbcTypeField, Object)</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">Sets the value of the designated parameter using the given object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html#fillValueParameters-java.sql.PreparedStatement-int-org.apache.ignite.cache.store.jdbc.CacheAbstractJdbcStore.EntryMapping-java.lang.Object-">fillValueParameters(PreparedStatement, int, CacheAbstractJdbcStore.EntryMapping, Object)</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>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html#filter">filter</a></span> - Variable in class org.apache.ignite.ml.selection.cv.<a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html" title="class in org.apache.ignite.ml.selection.cv">AbstractCrossValidation</a></dt>
<dd>
<div class="block">Filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/data/DecisionTreeData.html#filter-org.apache.ignite.ml.tree.TreeFilter-">filter(TreeFilter)</a></span> - Method in class org.apache.ignite.ml.tree.data.<a href="org/apache/ignite/ml/tree/data/DecisionTreeData.html" title="class in org.apache.ignite.ml.tree.data">DecisionTreeData</a></dt>
<dd>
<div class="block">Filters objects and returns only data that passed filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/data/TreeDataIndex.html#filter-org.apache.ignite.ml.tree.TreeFilter-">filter(TreeFilter)</a></span> - Method in class org.apache.ignite.ml.tree.data.<a href="org/apache/ignite/ml/tree/data/TreeDataIndex.html" title="class in org.apache.ignite.ml.tree.data">TreeDataIndex</a></dt>
<dd>
<div class="block">Creates projection of current index in according to <a href="org/apache/ignite/ml/tree/TreeFilter.html" title="interface in org.apache.ignite.ml.tree"><code>TreeFilter</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGenerator.html#filter-org.apache.ignite.lang.IgnitePredicate-">filter(IgnitePredicate<span class='angle_bracket'>&lt;</span>Vector<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.ml.util.generators.primitives.vector.<a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGenerator.html" title="interface in org.apache.ignite.ml.util.generators.primitives.vector">VectorGenerator</a></dt>
<dd>
<div class="block">Filters values of vector generator using predicate.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ScanQueryView.html#filter--">filter()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ScanQueryView.html" title="class in org.apache.ignite.spi.systemview.view">ScanQueryView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SystemViewRowAttributeWalker.html#filtrableAttributes--">filtrableAttributes()</a></span> - Method in interface org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SystemViewRowAttributeWalker.html" title="interface in org.apache.ignite.spi.systemview.view">SystemViewRowAttributeWalker</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/spi/systemview/view/FiltrableSystemView.html" title="interface in org.apache.ignite.spi.systemview.view"><span class="typeNameLink">FiltrableSystemView</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/spi/systemview/view/FiltrableSystemView.html" title="type parameter in FiltrableSystemView">R</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/spi/systemview/view/package-summary.html">org.apache.ignite.spi.systemview.view</a></dt>
<dd>
<div class="block">System view with filtering capabilities.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/impurity/GiniHistogram.html#findBestSplit--">findBestSplit()</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.impurity.<a href="org/apache/ignite/ml/tree/randomforest/data/impurity/GiniHistogram.html" title="class in org.apache.ignite.ml.tree.randomforest.data.impurity">GiniHistogram</a></dt>
<dd>
<div class="block">Returns best split point computed on histogram if it exists.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/impurity/ImpurityComputer.html#findBestSplit--">findBestSplit()</a></span> - Method in interface org.apache.ignite.ml.tree.randomforest.data.impurity.<a href="org/apache/ignite/ml/tree/randomforest/data/impurity/ImpurityComputer.html" title="interface in org.apache.ignite.ml.tree.randomforest.data.impurity">ImpurityComputer</a></dt>
<dd>
<div class="block">Returns best split point computed on histogram if it exists.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/impurity/ImpurityHistogramsComputer.NodeImpurityHistograms.html#findBestSplit--">findBestSplit()</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.impurity.<a href="org/apache/ignite/ml/tree/randomforest/data/impurity/ImpurityHistogramsComputer.NodeImpurityHistograms.html" title="class in org.apache.ignite.ml.tree.randomforest.data.impurity">ImpurityHistogramsComputer.NodeImpurityHistograms</a></dt>
<dd>
<div class="block">Find best split point, based on feature statistics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/impurity/MSEHistogram.html#findBestSplit--">findBestSplit()</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.impurity.<a href="org/apache/ignite/ml/tree/randomforest/data/impurity/MSEHistogram.html" title="class in org.apache.ignite.ml.tree.randomforest.data.impurity">MSEHistogram</a></dt>
<dd>
<div class="block">Returns best split point computed on histogram if it exists.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/osgi/classloaders/BundleDelegatingClassLoader.html#findClass-java.lang.String-">findClass(String)</a></span> - Method 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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/KNNModel.html#findKClosest-int-org.apache.ignite.ml.math.primitives.vector.Vector-">findKClosest(int, Vector)</a></span> - Method in class org.apache.ignite.ml.knn.<a href="org/apache/ignite/ml/knn/KNNModel.html" title="class in org.apache.ignite.ml.knn">KNNModel</a></dt>
<dd>
<div class="block">Finds <code>k</code> closest elements to the specified point.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/utils/indices/ArraySpatialIndex.html#findKClosest-int-org.apache.ignite.ml.math.primitives.vector.Vector-">findKClosest(int, Vector)</a></span> - Method in class org.apache.ignite.ml.knn.utils.indices.<a href="org/apache/ignite/ml/knn/utils/indices/ArraySpatialIndex.html" title="class in org.apache.ignite.ml.knn.utils.indices">ArraySpatialIndex</a></dt>
<dd>
<div class="block">Finds <code>k</code> closest elements to the specified point.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/utils/indices/BallTreeSpatialIndex.html#findKClosest-int-org.apache.ignite.ml.math.primitives.vector.Vector-">findKClosest(int, Vector)</a></span> - Method in class org.apache.ignite.ml.knn.utils.indices.<a href="org/apache/ignite/ml/knn/utils/indices/BallTreeSpatialIndex.html" title="class in org.apache.ignite.ml.knn.utils.indices">BallTreeSpatialIndex</a></dt>
<dd>
<div class="block">Finds <code>k</code> closest elements to the specified point.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/utils/indices/KDTreeSpatialIndex.html#findKClosest-int-org.apache.ignite.ml.math.primitives.vector.Vector-">findKClosest(int, Vector)</a></span> - Method in class org.apache.ignite.ml.knn.utils.indices.<a href="org/apache/ignite/ml/knn/utils/indices/KDTreeSpatialIndex.html" title="class in org.apache.ignite.ml.knn.utils.indices">KDTreeSpatialIndex</a></dt>
<dd>
<div class="block">Finds <code>k</code> closest elements to the specified point.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/utils/indices/SpatialIndex.html#findKClosest-int-org.apache.ignite.ml.math.primitives.vector.Vector-">findKClosest(int, Vector)</a></span> - Method in interface org.apache.ignite.ml.knn.utils.indices.<a href="org/apache/ignite/ml/knn/utils/indices/SpatialIndex.html" title="interface in org.apache.ignite.ml.knn.utils.indices">SpatialIndex</a></dt>
<dd>
<div class="block">Finds <code>k</code> closest elements to the specified point.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryEntity.html#findKeyType--">findKeyType()</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">Attempts to get key type from fields in case it was not set directly.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CachingProvider.html#findManager-org.apache.ignite.Ignite-">findManager(Ignite)</a></span> - Method in class org.apache.ignite.cache.<a href="org/apache/ignite/cache/CachingProvider.html" title="class in org.apache.ignite.cache">CachingProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/metric/ReadOnlyMetricRegistry.html#findMetric-java.lang.String-">findMetric(String)</a></span> - Method in interface org.apache.ignite.spi.metric.<a href="org/apache/ignite/spi/metric/ReadOnlyMetricRegistry.html" title="interface in org.apache.ignite.spi.metric">ReadOnlyMetricRegistry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PersistenceSettings.html#findPropertyDescriptor-java.util.List-java.lang.String-">findPropertyDescriptor(List<span class='angle_bracket'>&lt;</span>PropertyDescriptor<span class='angle_bracket'>&gt;</span>, String)</a></span> - Static method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/PersistenceSettings.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">PersistenceSettings</a></dt>
<dd>
<div class="block">Extracts property descriptor from the descriptors list by its name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/osgi/classloaders/BundleDelegatingClassLoader.html#findResource-java.lang.String-">findResource(String)</a></span> - Method 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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/deployment/DeploymentSpi.html#findResource-java.lang.String-">findResource(String)</a></span> - Method in interface org.apache.ignite.spi.deployment.<a href="org/apache/ignite/spi/deployment/DeploymentSpi.html" title="interface in org.apache.ignite.spi.deployment">DeploymentSpi</a></dt>
<dd>
<div class="block">Finds class loader for the given class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/deployment/local/LocalDeploymentSpi.html#findResource-java.lang.String-">findResource(String)</a></span> - Method in class org.apache.ignite.spi.deployment.local.<a href="org/apache/ignite/spi/deployment/local/LocalDeploymentSpi.html" title="class in org.apache.ignite.spi.deployment.local">LocalDeploymentSpi</a></dt>
<dd>
<div class="block">Finds class loader for the given class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/deployment/uri/UriDeploymentSpi.html#findResource-java.lang.String-">findResource(String)</a></span> - Method in class org.apache.ignite.spi.deployment.uri.<a href="org/apache/ignite/spi/deployment/uri/UriDeploymentSpi.html" title="class in org.apache.ignite.spi.deployment.uri">UriDeploymentSpi</a></dt>
<dd>
<div class="block">Finds class loader for the given class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/osgi/classloaders/BundleDelegatingClassLoader.html#findResources-java.lang.String-">findResources(String)</a></span> - Method 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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryEntity.html#findValueType--">findValueType()</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">Attempts to get value type from fields in case it was not set directly.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ComputeJobView.html#finishTime--">finishTime()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ComputeJobView.html" title="class in org.apache.ignite.spi.systemview.view">ComputeJobView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/combinators/sequential/ModelsSequentialComposition.html#firstModel--">firstModel()</a></span> - Method in class org.apache.ignite.ml.composition.combinators.sequential.<a href="org/apache/ignite/ml/composition/combinators/sequential/ModelsSequentialComposition.html" title="class in org.apache.ignite.ml.composition.combinators.sequential">ModelsSequentialComposition</a></dt>
<dd>
<div class="block">Get first model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/pipeline/Pipeline.html#fit-org.apache.ignite.Ignite-org.apache.ignite.IgniteCache-">fit(Ignite, IgniteCache<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.pipeline.<a href="org/apache/ignite/ml/pipeline/Pipeline.html" title="class in org.apache.ignite.ml.pipeline">Pipeline</a></dt>
<dd>
<div class="block">Fits the pipeline to the input cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/pipeline/Pipeline.html#fit-java.util.Map-int-">fit(Map<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, int)</a></span> - Method in class org.apache.ignite.ml.pipeline.<a href="org/apache/ignite/ml/pipeline/Pipeline.html" title="class in org.apache.ignite.ml.pipeline">Pipeline</a></dt>
<dd>
<div class="block">Fits the pipeline to the input mock data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/pipeline/Pipeline.html#fit-org.apache.ignite.ml.dataset.DatasetBuilder-">fit(DatasetBuilder)</a></span> - Method in class org.apache.ignite.ml.pipeline.<a href="org/apache/ignite/ml/pipeline/Pipeline.html" title="class in org.apache.ignite.ml.pipeline">Pipeline</a></dt>
<dd>
<div class="block">Fits the pipeline to the input dataset builder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/binarization/BinarizationTrainer.html#fit-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">fit(LearningEnvironmentBuilder, DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.preprocessing.binarization.<a href="org/apache/ignite/ml/preprocessing/binarization/BinarizationTrainer.html" title="class in org.apache.ignite.ml.preprocessing.binarization">BinarizationTrainer</a></dt>
<dd>
<div class="block">Fits preprocessor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/encoding/EncoderTrainer.html#fit-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">fit(LearningEnvironmentBuilder, DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.preprocessing.encoding.<a href="org/apache/ignite/ml/preprocessing/encoding/EncoderTrainer.html" title="class in org.apache.ignite.ml.preprocessing.encoding">EncoderTrainer</a></dt>
<dd>
<div class="block">Fits preprocessor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/finalization/VectorFinalizationTrainer.html#fit-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">fit(LearningEnvironmentBuilder, DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.preprocessing.finalization.<a href="org/apache/ignite/ml/preprocessing/finalization/VectorFinalizationTrainer.html" title="class in org.apache.ignite.ml.preprocessing.finalization">VectorFinalizationTrainer</a></dt>
<dd>
<div class="block">Fits preprocessor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/imputing/ImputerTrainer.html#fit-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">fit(LearningEnvironmentBuilder, DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.preprocessing.imputing.<a href="org/apache/ignite/ml/preprocessing/imputing/ImputerTrainer.html" title="class in org.apache.ignite.ml.preprocessing.imputing">ImputerTrainer</a></dt>
<dd>
<div class="block">Fits preprocessor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/maxabsscaling/MaxAbsScalerTrainer.html#fit-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">fit(LearningEnvironmentBuilder, DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.preprocessing.maxabsscaling.<a href="org/apache/ignite/ml/preprocessing/maxabsscaling/MaxAbsScalerTrainer.html" title="class in org.apache.ignite.ml.preprocessing.maxabsscaling">MaxAbsScalerTrainer</a></dt>
<dd>
<div class="block">Fits preprocessor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/minmaxscaling/MinMaxScalerTrainer.html#fit-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">fit(LearningEnvironmentBuilder, DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.preprocessing.minmaxscaling.<a href="org/apache/ignite/ml/preprocessing/minmaxscaling/MinMaxScalerTrainer.html" title="class in org.apache.ignite.ml.preprocessing.minmaxscaling">MinMaxScalerTrainer</a></dt>
<dd>
<div class="block">Fits preprocessor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/normalization/NormalizationTrainer.html#fit-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">fit(LearningEnvironmentBuilder, DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.preprocessing.normalization.<a href="org/apache/ignite/ml/preprocessing/normalization/NormalizationTrainer.html" title="class in org.apache.ignite.ml.preprocessing.normalization">NormalizationTrainer</a></dt>
<dd>
<div class="block">Fits preprocessor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/PreprocessingTrainer.html#fit-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">fit(LearningEnvironmentBuilder, DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.ml.preprocessing.<a href="org/apache/ignite/ml/preprocessing/PreprocessingTrainer.html" title="interface in org.apache.ignite.ml.preprocessing">PreprocessingTrainer</a></dt>
<dd>
<div class="block">Fits preprocessor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/PreprocessingTrainer.html#fit-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">fit(DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.ml.preprocessing.<a href="org/apache/ignite/ml/preprocessing/PreprocessingTrainer.html" title="interface in org.apache.ignite.ml.preprocessing">PreprocessingTrainer</a></dt>
<dd>
<div class="block">Fits preprocessor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/PreprocessingTrainer.html#fit-org.apache.ignite.Ignite-org.apache.ignite.IgniteCache-org.apache.ignite.ml.preprocessing.Preprocessor-">fit(Ignite, IgniteCache<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.ml.preprocessing.<a href="org/apache/ignite/ml/preprocessing/PreprocessingTrainer.html" title="interface in org.apache.ignite.ml.preprocessing">PreprocessingTrainer</a></dt>
<dd>
<div class="block">Fits preprocessor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/PreprocessingTrainer.html#fit-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-org.apache.ignite.Ignite-org.apache.ignite.IgniteCache-org.apache.ignite.ml.preprocessing.Preprocessor-">fit(LearningEnvironmentBuilder, Ignite, IgniteCache<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.ml.preprocessing.<a href="org/apache/ignite/ml/preprocessing/PreprocessingTrainer.html" title="interface in org.apache.ignite.ml.preprocessing">PreprocessingTrainer</a></dt>
<dd>
<div class="block">Fits preprocessor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/PreprocessingTrainer.html#fit-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-java.util.Map-int-org.apache.ignite.ml.preprocessing.Preprocessor-">fit(LearningEnvironmentBuilder, Map<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, int, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.ml.preprocessing.<a href="org/apache/ignite/ml/preprocessing/PreprocessingTrainer.html" title="interface in org.apache.ignite.ml.preprocessing">PreprocessingTrainer</a></dt>
<dd>
<div class="block">Fits preprocessor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/PreprocessingTrainer.html#fit-java.util.Map-int-org.apache.ignite.ml.preprocessing.Preprocessor-">fit(Map<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, int, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.ml.preprocessing.<a href="org/apache/ignite/ml/preprocessing/PreprocessingTrainer.html" title="interface in org.apache.ignite.ml.preprocessing">PreprocessingTrainer</a></dt>
<dd>
<div class="block">Fits preprocessor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/standardscaling/StandardScalerTrainer.html#fit-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">fit(LearningEnvironmentBuilder, DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.preprocessing.standardscaling.<a href="org/apache/ignite/ml/preprocessing/standardscaling/StandardScalerTrainer.html" title="class in org.apache.ignite.ml.preprocessing.standardscaling">StandardScalerTrainer</a></dt>
<dd>
<div class="block">Fits preprocessor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/recommendation/RecommendationTrainer.html#fit-org.apache.ignite.ml.dataset.DatasetBuilder-java.lang.String-java.lang.String-java.lang.String-">fit(DatasetBuilder<span class='angle_bracket'>&lt;</span>Object, BinaryObject<span class='angle_bracket'>&gt;</span>, String, String, String)</a></span> - Method in class org.apache.ignite.ml.recommendation.<a href="org/apache/ignite/ml/recommendation/RecommendationTrainer.html" title="class in org.apache.ignite.ml.recommendation">RecommendationTrainer</a></dt>
<dd>
<div class="block">Fits prediction model on a data stored in binary format.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/recommendation/RecommendationTrainer.html#fit-org.apache.ignite.ml.dataset.DatasetBuilder-">fit(DatasetBuilder<span class='angle_bracket'>&lt;</span>K, ? extends ObjectSubjectRatingTriplet<span class='angle_bracket'>&lt;</span>O, S<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.recommendation.<a href="org/apache/ignite/ml/recommendation/RecommendationTrainer.html" title="class in org.apache.ignite.ml.recommendation">RecommendationTrainer</a></dt>
<dd>
<div class="block">Fits prediction model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/trainers/DatasetTrainer.html#fit-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">fit(DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.trainers.<a href="org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a></dt>
<dd>
<div class="block">Trains model based on the specified data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/trainers/DatasetTrainer.html#fit-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-org.apache.ignite.ml.environment.LearningEnvironment-">fit(DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, LearningEnvironment)</a></span> - Method in class org.apache.ignite.ml.trainers.<a href="org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a></dt>
<dd>
<div class="block">Trains model based on the specified data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/trainers/DatasetTrainer.html#fit-org.apache.ignite.Ignite-org.apache.ignite.IgniteCache-org.apache.ignite.ml.preprocessing.Preprocessor-">fit(Ignite, IgniteCache<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.trainers.<a href="org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a></dt>
<dd>
<div class="block">Trains model based on the specified data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/trainers/DatasetTrainer.html#fit-org.apache.ignite.Ignite-org.apache.ignite.IgniteCache-org.apache.ignite.lang.IgniteBiPredicate-org.apache.ignite.ml.preprocessing.Preprocessor-">fit(Ignite, IgniteCache<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, IgniteBiPredicate<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.trainers.<a href="org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a></dt>
<dd>
<div class="block">Trains model based on the specified data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/trainers/DatasetTrainer.html#fit-java.util.Map-int-org.apache.ignite.ml.preprocessing.Preprocessor-">fit(Map<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, int, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.trainers.<a href="org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a></dt>
<dd>
<div class="block">Trains model based on the specified data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/trainers/DatasetTrainer.html#fit-java.util.Map-org.apache.ignite.lang.IgniteBiPredicate-int-org.apache.ignite.ml.preprocessing.Preprocessor-">fit(Map<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, IgniteBiPredicate<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, int, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.trainers.<a href="org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a></dt>
<dd>
<div class="block">Trains model based on the specified data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/DecisionTreeTrainer.html#fit-org.apache.ignite.ml.dataset.Dataset-">fit(Dataset<span class='angle_bracket'>&lt;</span>EmptyContext, DecisionTreeData<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/DecisionTreeTrainer.html" title="class in org.apache.ignite.ml.tree">DecisionTreeTrainer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/gmm/GmmTrainer.html#fitWithInitializedDeployingContext-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">fitWithInitializedDeployingContext(DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.clustering.gmm.<a href="org/apache/ignite/ml/clustering/gmm/GmmTrainer.html" title="class in org.apache.ignite.ml.clustering.gmm">GmmTrainer</a></dt>
<dd>
<div class="block">Trains model based on the specified data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/kmeans/KMeansTrainer.html#fitWithInitializedDeployingContext-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">fitWithInitializedDeployingContext(DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.clustering.kmeans.<a href="org/apache/ignite/ml/clustering/kmeans/KMeansTrainer.html" title="class in org.apache.ignite.ml.clustering.kmeans">KMeansTrainer</a></dt>
<dd>
<div class="block">Trains model based on the specified data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/bagging/BaggedTrainer.html#fitWithInitializedDeployingContext-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">fitWithInitializedDeployingContext(DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.composition.bagging.<a href="org/apache/ignite/ml/composition/bagging/BaggedTrainer.html" title="class in org.apache.ignite.ml.composition.bagging">BaggedTrainer</a></dt>
<dd>
<div class="block">Trains model based on the specified data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/GDBTrainer.html#fitWithInitializedDeployingContext-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">fitWithInitializedDeployingContext(DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.composition.boosting.<a href="org/apache/ignite/ml/composition/boosting/GDBTrainer.html" title="class in org.apache.ignite.ml.composition.boosting">GDBTrainer</a></dt>
<dd>
<div class="block">Trains model based on the specified data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/combinators/parallel/TrainersParallelComposition.html#fitWithInitializedDeployingContext-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">fitWithInitializedDeployingContext(DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.composition.combinators.parallel.<a href="org/apache/ignite/ml/composition/combinators/parallel/TrainersParallelComposition.html" title="class in org.apache.ignite.ml.composition.combinators.parallel">TrainersParallelComposition</a></dt>
<dd>
<div class="block">Trains model based on the specified data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html#fitWithInitializedDeployingContext-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">fitWithInitializedDeployingContext(DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.composition.combinators.sequential.<a href="org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html" title="class in org.apache.ignite.ml.composition.combinators.sequential">TrainersSequentialComposition</a></dt>
<dd>
<div class="block">Trains model based on the specified data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html#fitWithInitializedDeployingContext-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">fitWithInitializedDeployingContext(DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.composition.stacking.<a href="org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="class in org.apache.ignite.ml.composition.stacking">StackedDatasetTrainer</a></dt>
<dd>
<div class="block">Trains model based on the specified data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/ann/ANNClassificationTrainer.html#fitWithInitializedDeployingContext-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">fitWithInitializedDeployingContext(DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.knn.ann.<a href="org/apache/ignite/ml/knn/ann/ANNClassificationTrainer.html" title="class in org.apache.ignite.ml.knn.ann">ANNClassificationTrainer</a></dt>
<dd>
<div class="block">Trains model based on the specified data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/KNNTrainer.html#fitWithInitializedDeployingContext-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">fitWithInitializedDeployingContext(DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.knn.<a href="org/apache/ignite/ml/knn/KNNTrainer.html" title="class in org.apache.ignite.ml.knn">KNNTrainer</a></dt>
<dd>
<div class="block">Trains model based on the specified data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/multiclass/OneVsRestTrainer.html#fitWithInitializedDeployingContext-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">fitWithInitializedDeployingContext(DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.multiclass.<a href="org/apache/ignite/ml/multiclass/OneVsRestTrainer.html" title="class in org.apache.ignite.ml.multiclass">OneVsRestTrainer</a></dt>
<dd>
<div class="block">Trains model based on the specified data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/compound/CompoundNaiveBayesTrainer.html#fitWithInitializedDeployingContext-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">fitWithInitializedDeployingContext(DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.naivebayes.compound.<a href="org/apache/ignite/ml/naivebayes/compound/CompoundNaiveBayesTrainer.html" title="class in org.apache.ignite.ml.naivebayes.compound">CompoundNaiveBayesTrainer</a></dt>
<dd>
<div class="block">Trains model based on the specified data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/discrete/DiscreteNaiveBayesTrainer.html#fitWithInitializedDeployingContext-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">fitWithInitializedDeployingContext(DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.naivebayes.discrete.<a href="org/apache/ignite/ml/naivebayes/discrete/DiscreteNaiveBayesTrainer.html" title="class in org.apache.ignite.ml.naivebayes.discrete">DiscreteNaiveBayesTrainer</a></dt>
<dd>
<div class="block">Trains model based on the specified data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/gaussian/GaussianNaiveBayesTrainer.html#fitWithInitializedDeployingContext-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">fitWithInitializedDeployingContext(DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.naivebayes.gaussian.<a href="org/apache/ignite/ml/naivebayes/gaussian/GaussianNaiveBayesTrainer.html" title="class in org.apache.ignite.ml.naivebayes.gaussian">GaussianNaiveBayesTrainer</a></dt>
<dd>
<div class="block">Trains model based on the specified data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/MLPTrainer.html#fitWithInitializedDeployingContext-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">fitWithInitializedDeployingContext(DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.nn.<a href="org/apache/ignite/ml/nn/MLPTrainer.html" title="class in org.apache.ignite.ml.nn">MLPTrainer</a></dt>
<dd>
<div class="block">Trains model based on the specified data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/linear/LinearRegressionLSQRTrainer.html#fitWithInitializedDeployingContext-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">fitWithInitializedDeployingContext(DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.regressions.linear.<a href="org/apache/ignite/ml/regressions/linear/LinearRegressionLSQRTrainer.html" title="class in org.apache.ignite.ml.regressions.linear">LinearRegressionLSQRTrainer</a></dt>
<dd>
<div class="block">Trains model based on the specified data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/linear/LinearRegressionSGDTrainer.html#fitWithInitializedDeployingContext-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">fitWithInitializedDeployingContext(DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.regressions.linear.<a href="org/apache/ignite/ml/regressions/linear/LinearRegressionSGDTrainer.html" title="class in org.apache.ignite.ml.regressions.linear">LinearRegressionSGDTrainer</a></dt>
<dd>
<div class="block">Trains model based on the specified data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionSGDTrainer.html#fitWithInitializedDeployingContext-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">fitWithInitializedDeployingContext(DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.regressions.logistic.<a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionSGDTrainer.html" title="class in org.apache.ignite.ml.regressions.logistic">LogisticRegressionSGDTrainer</a></dt>
<dd>
<div class="block">Trains model based on the specified data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/svm/SVMLinearClassificationTrainer.html#fitWithInitializedDeployingContext-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">fitWithInitializedDeployingContext(DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.svm.<a href="org/apache/ignite/ml/svm/SVMLinearClassificationTrainer.html" title="class in org.apache.ignite.ml.svm">SVMLinearClassificationTrainer</a></dt>
<dd>
<div class="block">Trains model based on the specified data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/trainers/AdaptableDatasetTrainer.html#fitWithInitializedDeployingContext-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">fitWithInitializedDeployingContext(DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.trainers.<a href="org/apache/ignite/ml/trainers/AdaptableDatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">AdaptableDatasetTrainer</a></dt>
<dd>
<div class="block">Trains model based on the specified data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/trainers/DatasetTrainer.html#fitWithInitializedDeployingContext-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">fitWithInitializedDeployingContext(DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.trainers.<a href="org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a></dt>
<dd>
<div class="block">Trains model based on the specified data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/DecisionTreeTrainer.html#fitWithInitializedDeployingContext-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">fitWithInitializedDeployingContext(DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/DecisionTreeTrainer.html" title="class in org.apache.ignite.ml.tree">DecisionTreeTrainer</a></dt>
<dd>
<div class="block">Trains model based on the specified data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/RandomForestTrainer.html#fitWithInitializedDeployingContext-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">fitWithInitializedDeployingContext(DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.<a href="org/apache/ignite/ml/tree/randomforest/RandomForestTrainer.html" title="class in org.apache.ignite.ml.tree.randomforest">RandomForestTrainer</a></dt>
<dd>
<div class="block">Trains model based on the specified data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/util/MatrixUtil.html#flatten-double:A:A-int-">flatten(double[][], int)</a></span> - Static method in class org.apache.ignite.ml.math.util.<a href="org/apache/ignite/ml/math/util/MatrixUtil.html" title="class in org.apache.ignite.ml.math.util">MatrixUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteDataStreamer.html#flush--">flush()</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">Streams any remaining data, but doesn't close the streamer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/java/JavaLoggerFileHandler.html#flush--">flush()</a></span> - Method in class org.apache.ignite.logger.java.<a href="org/apache/ignite/logger/java/JavaLoggerFileHandler.html" title="class in org.apache.ignite.logger.java">JavaLoggerFileHandler</a></dt>
<dt><a href="org/apache/ignite/ml/selection/scoring/metric/classification/FMeasure.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification"><span class="typeNameLink">FMeasure</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/selection/scoring/metric/classification/FMeasure.html" title="type parameter in FMeasure">L</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/selection/scoring/metric/classification/package-summary.html">org.apache.ignite.ml.selection.scoring.metric.classification</a></dt>
<dd>
<div class="block">F-measure metric class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/FMeasure.html#FMeasure-double-">FMeasure(double)</a></span> - Constructor for class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/FMeasure.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">FMeasure</a></dt>
<dd>
<div class="block">Creates an instance of FScore class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/FMeasure.html#FMeasure--">FMeasure()</a></span> - Constructor for class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/FMeasure.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">FMeasure</a></dt>
<dd>
<div class="block">Creates an instance of FScore class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/FMeasure.html#FMeasure-L-L-double-">FMeasure(L, L, double)</a></span> - Constructor for class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/FMeasure.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">FMeasure</a></dt>
<dd>
<div class="block">Creates an instance of FScore class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/FMeasure.html#FMeasure-L-L-">FMeasure(L, L)</a></span> - Constructor for class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/FMeasure.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">FMeasure</a></dt>
<dd>
<div class="block">Creates an instance of FScore class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#foldColumns-org.apache.ignite.ml.math.functions.IgniteFunction-">foldColumns(IgniteFunction<span class='angle_bracket'>&lt;</span>Vector, Double<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>
<div class="block">Collects the results of applying a given function to all columns in this matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html#foldColumns-org.apache.ignite.ml.math.functions.IgniteFunction-">foldColumns(IgniteFunction<span class='angle_bracket'>&lt;</span>Vector, Double<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">Matrix</a></dt>
<dd>
<div class="block">Collects the results of applying a given function to all columns in this matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#foldMap-org.apache.ignite.ml.math.functions.IgniteBiFunction-org.apache.ignite.ml.math.functions.IgniteDoubleFunction-T-">foldMap(IgniteBiFunction<span class='angle_bracket'>&lt;</span>T, Double, T<span class='angle_bracket'>&gt;</span>, IgniteDoubleFunction<span class='angle_bracket'>&lt;</span>Double<span class='angle_bracket'>&gt;</span>, T)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>
<div class="block">Folds this matrix into a single value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html#foldMap-org.apache.ignite.ml.math.functions.IgniteBiFunction-org.apache.ignite.ml.math.functions.IgniteDoubleFunction-T-">foldMap(IgniteBiFunction<span class='angle_bracket'>&lt;</span>T, Double, T<span class='angle_bracket'>&gt;</span>, IgniteDoubleFunction<span class='angle_bracket'>&lt;</span>Double<span class='angle_bracket'>&gt;</span>, T)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">Matrix</a></dt>
<dd>
<div class="block">Folds this matrix into a single value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#foldMap-org.apache.ignite.ml.math.functions.IgniteBiFunction-org.apache.ignite.ml.math.functions.IgniteDoubleFunction-T-">foldMap(IgniteBiFunction<span class='angle_bracket'>&lt;</span>T, Double, T<span class='angle_bracket'>&gt;</span>, IgniteDoubleFunction<span class='angle_bracket'>&lt;</span>Double<span class='angle_bracket'>&gt;</span>, T)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Folds this vector into a single value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#foldMap-org.apache.ignite.ml.math.primitives.vector.Vector-org.apache.ignite.ml.math.functions.IgniteBiFunction-org.apache.ignite.ml.math.functions.IgniteBiFunction-T-">foldMap(Vector, IgniteBiFunction<span class='angle_bracket'>&lt;</span>T, Double, T<span class='angle_bracket'>&gt;</span>, IgniteBiFunction<span class='angle_bracket'>&lt;</span>Double, Double, Double<span class='angle_bracket'>&gt;</span>, T)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Combines & maps two vector and folds them into a single value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#foldMap-org.apache.ignite.ml.math.functions.IgniteBiFunction-org.apache.ignite.ml.math.functions.IgniteDoubleFunction-T-">foldMap(IgniteBiFunction<span class='angle_bracket'>&lt;</span>T, Double, T<span class='angle_bracket'>&gt;</span>, IgniteDoubleFunction<span class='angle_bracket'>&lt;</span>Double<span class='angle_bracket'>&gt;</span>, T)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Folds this vector into a single value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#foldMap-org.apache.ignite.ml.math.primitives.vector.Vector-org.apache.ignite.ml.math.functions.IgniteBiFunction-org.apache.ignite.ml.math.functions.IgniteBiFunction-T-">foldMap(Vector, IgniteBiFunction<span class='angle_bracket'>&lt;</span>T, Double, T<span class='angle_bracket'>&gt;</span>, IgniteBiFunction<span class='angle_bracket'>&lt;</span>Double, Double, Double<span class='angle_bracket'>&gt;</span>, T)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Combines & maps two vector and folds them into a single value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html#foldMap-org.apache.ignite.ml.math.functions.IgniteBiFunction-org.apache.ignite.ml.math.functions.IgniteDoubleFunction-T-">foldMap(IgniteBiFunction<span class='angle_bracket'>&lt;</span>T, Double, T<span class='angle_bracket'>&gt;</span>, IgniteDoubleFunction<span class='angle_bracket'>&lt;</span>Double<span class='angle_bracket'>&gt;</span>, T)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a></dt>
<dd>
<div class="block">Folds this vector into a single value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html#foldMap-org.apache.ignite.ml.math.primitives.vector.Vector-org.apache.ignite.ml.math.functions.IgniteBiFunction-org.apache.ignite.ml.math.functions.IgniteBiFunction-T-">foldMap(Vector, IgniteBiFunction<span class='angle_bracket'>&lt;</span>T, Double, T<span class='angle_bracket'>&gt;</span>, IgniteBiFunction<span class='angle_bracket'>&lt;</span>Double, Double, Double<span class='angle_bracket'>&gt;</span>, T)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a></dt>
<dd>
<div class="block">Combines & maps two vector and folds them into a single value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#foldRows-org.apache.ignite.ml.math.functions.IgniteFunction-">foldRows(IgniteFunction<span class='angle_bracket'>&lt;</span>Vector, Double<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>
<div class="block">Collects the results of applying a given function to all rows in this matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html#foldRows-org.apache.ignite.ml.math.functions.IgniteFunction-">foldRows(IgniteFunction<span class='angle_bracket'>&lt;</span>Vector, Double<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">Matrix</a></dt>
<dd>
<div class="block">Collects the results of applying a given function to all rows in this matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientClusterGroup.html#forAttribute-java.lang.String-java.lang.Object-">forAttribute(String, Object)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientClusterGroup.html" title="interface in org.apache.ignite.client">ClientClusterGroup</a></dt>
<dd>
<div class="block">Creates a new cluster group for nodes containing given name and value
specified in user attributes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterGroup.html#forAttribute-java.lang.String-java.lang.Object-">forAttribute(String, Object)</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterGroup.html" title="interface in org.apache.ignite.cluster">ClusterGroup</a></dt>
<dd>
<div class="block">Creates a new cluster group for nodes containing given name and value
specified in user attributes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/indexing/IndexingQueryFilter.html#forCache-java.lang.String-">forCache(String)</a></span> - Method in interface org.apache.ignite.spi.indexing.<a href="org/apache/ignite/spi/indexing/IndexingQueryFilter.html" title="interface in org.apache.ignite.spi.indexing">IndexingQueryFilter</a></dt>
<dd>
<div class="block">Creates optional predicate for cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/indexing/IndexingQueryFilterImpl.html#forCache-java.lang.String-">forCache(String)</a></span> - Method in class org.apache.ignite.spi.indexing.<a href="org/apache/ignite/spi/indexing/IndexingQueryFilterImpl.html" title="class in org.apache.ignite.spi.indexing">IndexingQueryFilterImpl</a></dt>
<dd>
<div class="block">Creates optional predicate for cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterGroup.html#forCacheNodes-java.lang.String-">forCacheNodes(String)</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterGroup.html" title="interface in org.apache.ignite.cluster">ClusterGroup</a></dt>
<dd>
<div class="block">Creates a cluster group for all nodes that have cache with specified name, either in client or server modes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterGroup.html#forClientNodes-java.lang.String-">forClientNodes(String)</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterGroup.html" title="interface in org.apache.ignite.cluster">ClusterGroup</a></dt>
<dd>
<div class="block">Creates a cluster group for all client nodes that access cache with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientClusterGroup.html#forClients--">forClients()</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientClusterGroup.html" title="interface in org.apache.ignite.client">ClientClusterGroup</a></dt>
<dd>
<div class="block">Creates a cluster group of nodes started in client mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterGroup.html#forClients--">forClients()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterGroup.html" title="interface in org.apache.ignite.cluster">ClusterGroup</a></dt>
<dd>
<div class="block">Creates a cluster group of nodes started in client mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterGroup.html#forDaemons--">forDaemons()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterGroup.html" title="interface in org.apache.ignite.cluster">ClusterGroup</a></dt>
<dd>
<div class="block">Gets a cluster group consisting from the daemon nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterGroup.html#forDataNodes-java.lang.String-">forDataNodes(String)</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterGroup.html" title="interface in org.apache.ignite.cluster">ClusterGroup</a></dt>
<dd>
<div class="block">Creates a cluster group for all data nodes that have the cache with the specified name running.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientClusterGroup.html#forHost-org.apache.ignite.cluster.ClusterNode-">forHost(ClusterNode)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientClusterGroup.html" title="interface in org.apache.ignite.client">ClientClusterGroup</a></dt>
<dd>
<div class="block">Gets cluster group consisting from the nodes in this cluster group residing on the
same host (with the same MAC address) as the given node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientClusterGroup.html#forHost-java.lang.String-java.lang.String...-">forHost(String, String...)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientClusterGroup.html" title="interface in org.apache.ignite.client">ClientClusterGroup</a></dt>
<dd>
<div class="block">Gets cluster group consisting from the nodes running on the hosts specified.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterGroup.html#forHost-org.apache.ignite.cluster.ClusterNode-">forHost(ClusterNode)</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterGroup.html" title="interface in org.apache.ignite.cluster">ClusterGroup</a></dt>
<dd>
<div class="block">Gets cluster group consisting from the nodes in this cluster group residing on the
same host as the given node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterGroup.html#forHost-java.lang.String-java.lang.String...-">forHost(String, String...)</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterGroup.html" title="interface in org.apache.ignite.cluster">ClusterGroup</a></dt>
<dd>
<div class="block">Gets cluster group consisting from the nodes running on the hosts specified.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCluster.html#forLocal--">forLocal()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCluster.html" title="interface in org.apache.ignite">IgniteCluster</a></dt>
<dd>
<div class="block">Gets a cluster group consisting from the local node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/java/JavaLoggerFormatter.html#format-java.util.logging.LogRecord-">format(LogRecord)</a></span> - Method 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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/json/JSONModel.html#formatVersion">formatVersion</a></span> - Variable in class org.apache.ignite.ml.inference.json.<a href="org/apache/ignite/ml/inference/json/JSONModel.html" title="class in org.apache.ignite.ml.inference.json">JSONModel</a></dt>
<dd>
<div class="block">Ignite version.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientClusterGroup.html#forNode-org.apache.ignite.cluster.ClusterNode-org.apache.ignite.cluster.ClusterNode...-">forNode(ClusterNode, ClusterNode...)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientClusterGroup.html" title="interface in org.apache.ignite.client">ClientClusterGroup</a></dt>
<dd>
<div class="block">Creates a cluster group for the given node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterGroup.html#forNode-org.apache.ignite.cluster.ClusterNode-org.apache.ignite.cluster.ClusterNode...-">forNode(ClusterNode, ClusterNode...)</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterGroup.html" title="interface in org.apache.ignite.cluster">ClusterGroup</a></dt>
<dd>
<div class="block">Creates a cluster group for the given node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientClusterGroup.html#forNodeId-java.util.UUID-java.util.UUID...-">forNodeId(UUID, UUID...)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientClusterGroup.html" title="interface in org.apache.ignite.client">ClientClusterGroup</a></dt>
<dd>
<div class="block">Creates a cluster group for a node with the specified ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterGroup.html#forNodeId-java.util.UUID-java.util.UUID...-">forNodeId(UUID, UUID...)</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterGroup.html" title="interface in org.apache.ignite.cluster">ClusterGroup</a></dt>
<dd>
<div class="block">Creates a cluster group for a node with the specified ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientClusterGroup.html#forNodeIds-java.util.Collection-">forNodeIds(Collection<span class='angle_bracket'>&lt;</span>UUID<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientClusterGroup.html" title="interface in org.apache.ignite.client">ClientClusterGroup</a></dt>
<dd>
<div class="block">Creates a cluster group over nodes with specified node IDs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterGroup.html#forNodeIds-java.util.Collection-">forNodeIds(Collection<span class='angle_bracket'>&lt;</span>UUID<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterGroup.html" title="interface in org.apache.ignite.cluster">ClusterGroup</a></dt>
<dd>
<div class="block">Creates a cluster group over nodes with specified node IDs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientClusterGroup.html#forNodes-java.util.Collection-">forNodes(Collection<span class='angle_bracket'>&lt;</span>? extends ClusterNode<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientClusterGroup.html" title="interface in org.apache.ignite.client">ClientClusterGroup</a></dt>
<dd>
<div class="block">Creates a cluster group over a given set of nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterGroup.html#forNodes-java.util.Collection-">forNodes(Collection<span class='angle_bracket'>&lt;</span>? extends ClusterNode<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterGroup.html" title="interface in org.apache.ignite.cluster">ClusterGroup</a></dt>
<dd>
<div class="block">Creates a cluster group over a given set of nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientClusterGroup.html#forOldest--">forOldest()</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientClusterGroup.html" title="interface in org.apache.ignite.client">ClientClusterGroup</a></dt>
<dd>
<div class="block">Creates a cluster group with one oldest node from the current cluster group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterGroup.html#forOldest--">forOldest()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterGroup.html" title="interface in org.apache.ignite.cluster">ClusterGroup</a></dt>
<dd>
<div class="block">Creates a cluster group with one oldest node from the current cluster group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientClusterGroup.html#forOthers-org.apache.ignite.cluster.ClusterNode-org.apache.ignite.cluster.ClusterNode...-">forOthers(ClusterNode, ClusterNode...)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientClusterGroup.html" title="interface in org.apache.ignite.client">ClientClusterGroup</a></dt>
<dd>
<div class="block">Creates a cluster group for nodes other than the given nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientClusterGroup.html#forOthers-org.apache.ignite.client.ClientClusterGroup-">forOthers(ClientClusterGroup)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientClusterGroup.html" title="interface in org.apache.ignite.client">ClientClusterGroup</a></dt>
<dd>
<div class="block">Creates a cluster group for nodes not included into the given cluster group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterGroup.html#forOthers-org.apache.ignite.cluster.ClusterNode-org.apache.ignite.cluster.ClusterNode...-">forOthers(ClusterNode, ClusterNode...)</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterGroup.html" title="interface in org.apache.ignite.cluster">ClusterGroup</a></dt>
<dd>
<div class="block">Creates a cluster group for nodes other than the given nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterGroup.html#forOthers-org.apache.ignite.cluster.ClusterGroup-">forOthers(ClusterGroup)</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterGroup.html" title="interface in org.apache.ignite.cluster">ClusterGroup</a></dt>
<dd>
<div class="block">Creates a cluster group for nodes not included into the given cluster group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientClusterGroup.html#forPredicate-java.util.function.Predicate-">forPredicate(Predicate<span class='angle_bracket'>&lt;</span>ClusterNode<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientClusterGroup.html" title="interface in org.apache.ignite.client">ClientClusterGroup</a></dt>
<dd>
<div class="block">Creates a new cluster group which includes all nodes that pass the given predicate filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterGroup.html#forPredicate-org.apache.ignite.lang.IgnitePredicate-">forPredicate(IgnitePredicate<span class='angle_bracket'>&lt;</span>ClusterNode<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterGroup.html" title="interface in org.apache.ignite.cluster">ClusterGroup</a></dt>
<dd>
<div class="block">Creates a new cluster group which includes all nodes that pass the given predicate filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientClusterGroup.html#forRandom--">forRandom()</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientClusterGroup.html" title="interface in org.apache.ignite.client">ClientClusterGroup</a></dt>
<dd>
<div class="block">Creates a cluster group with one random node from the current cluster group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterGroup.html#forRandom--">forRandom()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterGroup.html" title="interface in org.apache.ignite.cluster">ClusterGroup</a></dt>
<dd>
<div class="block">Creates a cluster group with one random node from the current cluster group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterGroup.html#forRemotes--">forRemotes()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterGroup.html" title="interface in org.apache.ignite.cluster">ClusterGroup</a></dt>
<dd>
<div class="block">Gets cluster group consisting from the nodes in this cluster group excluding the local node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientClusterGroup.html#forServers--">forServers()</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientClusterGroup.html" title="interface in org.apache.ignite.client">ClientClusterGroup</a></dt>
<dd>
<div class="block">Creates a cluster group of nodes started in server mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterGroup.html#forServers--">forServers()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterGroup.html" title="interface in org.apache.ignite.cluster">ClusterGroup</a></dt>
<dd>
<div class="block">Creates a cluster group of nodes started in server mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#forSubjectId-java.util.UUID-">forSubjectId(UUID)</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">Creates projection for specified subject ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/MultilayerPerceptron.html#forwardPass-org.apache.ignite.ml.math.primitives.matrix.Matrix-org.apache.ignite.ml.nn.MLPState-boolean-">forwardPass(Matrix, MLPState, boolean)</a></span> - Method in class org.apache.ignite.ml.nn.<a href="org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</a></dt>
<dd>
<div class="block">Perform forward pass and if needed write state of outputs of each layer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientClusterGroup.html#forYoungest--">forYoungest()</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientClusterGroup.html" title="interface in org.apache.ignite.client">ClientClusterGroup</a></dt>
<dd>
<div class="block">Creates a cluster group with one youngest node in the current cluster group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterGroup.html#forYoungest--">forYoungest()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterGroup.html" title="interface in org.apache.ignite.cluster">ClusterGroup</a></dt>
<dd>
<div class="block">Creates a cluster group with one youngest node in the current cluster group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/IgniteScheduler.html#frameworkMessage-org.apache.mesos.SchedulerDriver-org.apache.mesos.Protos.ExecutorID-org.apache.mesos.Protos.SlaveID-byte:A-">frameworkMessage(SchedulerDriver, Protos.ExecutorID, Protos.SlaveID, byte[])</a></span> - Method in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/IgniteScheduler.html" title="class in org.apache.ignite.mesos">IgniteScheduler</a></dt>
<dt><a href="org/apache/ignite/ml/preprocessing/encoding/frequency/FrequencyEncoderPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.encoding.frequency"><span class="typeNameLink">FrequencyEncoderPreprocessor</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/preprocessing/encoding/frequency/FrequencyEncoderPreprocessor.html" title="type parameter in FrequencyEncoderPreprocessor">K</a>,<a href="org/apache/ignite/ml/preprocessing/encoding/frequency/FrequencyEncoderPreprocessor.html" title="type parameter in FrequencyEncoderPreprocessor">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/preprocessing/encoding/frequency/package-summary.html">org.apache.ignite.ml.preprocessing.encoding.frequency</a></dt>
<dd>
<div class="block">Preprocessing function that makes Frequency encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/encoding/frequency/FrequencyEncoderPreprocessor.html#FrequencyEncoderPreprocessor-java.util.Map:A-org.apache.ignite.ml.preprocessing.Preprocessor-java.util.Set-">FrequencyEncoderPreprocessor(Map<span class='angle_bracket'>&lt;</span>String, Double<span class='angle_bracket'>&gt;</span>[], Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Set<span class='angle_bracket'>&lt;</span>Integer<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.preprocessing.encoding.frequency.<a href="org/apache/ignite/ml/preprocessing/encoding/frequency/FrequencyEncoderPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.encoding.frequency">FrequencyEncoderPreprocessor</a></dt>
<dd>
<div class="block">Constructs a new instance of Frequency Encoder preprocessor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#from-java.lang.String-">from(String)</a></span> - Static method in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/stream/StreamTransformer.html#from-org.apache.ignite.cache.CacheEntryProcessor-">from(CacheEntryProcessor<span class='angle_bracket'>&lt;</span>K, V, Object<span class='angle_bracket'>&gt;</span>)</a></span> - Static method in class org.apache.ignite.stream.<a href="org/apache/ignite/stream/StreamTransformer.html" title="class in org.apache.ignite.stream">StreamTransformer</a></dt>
<dd>
<div class="block">Creates a new transformer based on instance of <a href="org/apache/ignite/cache/CacheEntryProcessor.html" title="interface in org.apache.ignite.cache"><code>CacheEntryProcessor</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/stream/StreamVisitor.html#from-org.apache.ignite.lang.IgniteBiInClosure-">from(IgniteBiInClosure<span class='angle_bracket'>&lt;</span>IgniteCache<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Map.Entry<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>)</a></span> - Static method in class org.apache.ignite.stream.<a href="org/apache/ignite/stream/StreamVisitor.html" title="class in org.apache.ignite.stream">StreamVisitor</a></dt>
<dd>
<div class="block">Creates a new visitor based on instance of <a href="org/apache/ignite/lang/IgniteBiInClosure.html" title="interface in org.apache.ignite.lang"><code>IgniteBiInClosure</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ClusterProperties.html#from-java.lang.String-">from(String)</a></span> - Static method in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ClusterProperties.html" title="class in org.apache.ignite.yarn">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ClusterProperties.html#from--">from()</a></span> - Static method in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ClusterProperties.html" title="class in org.apache.ignite.yarn">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcBlobStore.html#fromBytes-byte:A-">fromBytes(byte[])</a></span> - Method in 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>
<div class="block">Deserialize object from byte array using marshaller.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/Scope.html#fromIndex-short-">fromIndex(short)</a></span> - Static method in enum org.apache.ignite.spi.tracing.<a href="org/apache/ignite/spi/tracing/Scope.html" title="enum in org.apache.ignite.spi.tracing">Scope</a></dt>
<dd>
<div class="block">Created Scope from it's index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/kmeans/KMeansModel.html#fromJSON-java.nio.file.Path-">fromJSON(Path)</a></span> - Static method in class org.apache.ignite.ml.clustering.kmeans.<a href="org/apache/ignite/ml/clustering/kmeans/KMeansModel.html" title="class in org.apache.ignite.ml.clustering.kmeans">KMeansModel</a></dt>
<dd>
<div class="block">Loads KMeansModel from JSON file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/GDBModel.html#fromJSON-java.nio.file.Path-">fromJSON(Path)</a></span> - Static method in class org.apache.ignite.ml.composition.boosting.<a href="org/apache/ignite/ml/composition/boosting/GDBModel.html" title="class in org.apache.ignite.ml.composition.boosting">GDBModel</a></dt>
<dd>
<div class="block">Loads RandomForestModel from JSON file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/ann/ANNClassificationModel.html#fromJSON-java.nio.file.Path-">fromJSON(Path)</a></span> - Static method in class org.apache.ignite.ml.knn.ann.<a href="org/apache/ignite/ml/knn/ann/ANNClassificationModel.html" title="class in org.apache.ignite.ml.knn.ann">ANNClassificationModel</a></dt>
<dd>
<div class="block">Loads ANNClassificationModel from JSON file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/compound/CompoundNaiveBayesModel.html#fromJSON-java.nio.file.Path-">fromJSON(Path)</a></span> - Static method in class org.apache.ignite.ml.naivebayes.compound.<a href="org/apache/ignite/ml/naivebayes/compound/CompoundNaiveBayesModel.html" title="class in org.apache.ignite.ml.naivebayes.compound">CompoundNaiveBayesModel</a></dt>
<dd>
<div class="block">Loads CompoundNaiveBayesModel from JSON file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/discrete/DiscreteNaiveBayesModel.html#fromJSON-java.nio.file.Path-">fromJSON(Path)</a></span> - Static method in class org.apache.ignite.ml.naivebayes.discrete.<a href="org/apache/ignite/ml/naivebayes/discrete/DiscreteNaiveBayesModel.html" title="class in org.apache.ignite.ml.naivebayes.discrete">DiscreteNaiveBayesModel</a></dt>
<dd>
<div class="block">Loads DiscreteNaiveBayesModel from JSON file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/gaussian/GaussianNaiveBayesModel.html#fromJSON-java.nio.file.Path-">fromJSON(Path)</a></span> - Static method in class org.apache.ignite.ml.naivebayes.gaussian.<a href="org/apache/ignite/ml/naivebayes/gaussian/GaussianNaiveBayesModel.html" title="class in org.apache.ignite.ml.naivebayes.gaussian">GaussianNaiveBayesModel</a></dt>
<dd>
<div class="block">Loads GaussianNaiveBayesModel from JSON file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/linear/LinearRegressionModel.html#fromJSON-java.nio.file.Path-">fromJSON(Path)</a></span> - Static method in class org.apache.ignite.ml.regressions.linear.<a href="org/apache/ignite/ml/regressions/linear/LinearRegressionModel.html" title="class in org.apache.ignite.ml.regressions.linear">LinearRegressionModel</a></dt>
<dd>
<div class="block">Loads LinearRegressionModel from JSON file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionModel.html#fromJSON-java.nio.file.Path-">fromJSON(Path)</a></span> - Static method in class org.apache.ignite.ml.regressions.logistic.<a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionModel.html" title="class in org.apache.ignite.ml.regressions.logistic">LogisticRegressionModel</a></dt>
<dd>
<div class="block">Loads KMeansModel from JSON file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/svm/SVMLinearClassificationModel.html#fromJSON-java.nio.file.Path-">fromJSON(Path)</a></span> - Static method in class org.apache.ignite.ml.svm.<a href="org/apache/ignite/ml/svm/SVMLinearClassificationModel.html" title="class in org.apache.ignite.ml.svm">SVMLinearClassificationModel</a></dt>
<dd>
<div class="block">Loads SVMLinearClassificationModel from JSON file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/DecisionTreeModel.html#fromJSON-java.nio.file.Path-">fromJSON(Path)</a></span> - Static method in class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/DecisionTreeModel.html" title="class in org.apache.ignite.ml.tree">DecisionTreeModel</a></dt>
<dd>
<div class="block">Loads DecisionTreeModel from JSON file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/RandomForestModel.html#fromJSON-java.nio.file.Path-">fromJSON(Path)</a></span> - Static method in class org.apache.ignite.ml.tree.randomforest.<a href="org/apache/ignite/ml/tree/randomforest/RandomForestModel.html" title="class in org.apache.ignite.ml.tree.randomforest">RandomForestModel</a></dt>
<dd>
<div class="block">Loads RandomForestModel from JSON file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/util/MatrixUtil.html#fromList-java.util.List-boolean-">fromList(List<span class='angle_bracket'>&lt;</span>Vector<span class='angle_bracket'>&gt;</span>, boolean)</a></span> - Static method in class org.apache.ignite.ml.math.util.<a href="org/apache/ignite/ml/math/util/MatrixUtil.html" title="class in org.apache.ignite.ml.math.util">MatrixUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheAtomicityMode.html#fromOrdinal-int-">fromOrdinal(int)</a></span> - Static method in enum org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheAtomicityMode.html" title="enum in org.apache.ignite.cache">CacheAtomicityMode</a></dt>
<dd>
<div class="block">Efficiently gets enumerated value from its ordinal.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMode.html#fromOrdinal-int-">fromOrdinal(int)</a></span> - Static method in enum org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMode.html" title="enum in org.apache.ignite.cache">CacheMode</a></dt>
<dd>
<div class="block">Efficiently gets enumerated value from its ordinal.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CachePeekMode.html#fromOrdinal-byte-">fromOrdinal(byte)</a></span> - Static method in enum org.apache.ignite.cache.<a href="org/apache/ignite/cache/CachePeekMode.html" title="enum in org.apache.ignite.cache">CachePeekMode</a></dt>
<dd>
<div class="block">Efficiently gets enumerated value from its ordinal.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheRebalanceMode.html#fromOrdinal-int-">fromOrdinal(int)</a></span> - Static method in enum org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheRebalanceMode.html" title="enum in org.apache.ignite.cache">CacheRebalanceMode</a></dt>
<dd>
<div class="block">Efficiently gets enumerated value from its ordinal.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheWriteSynchronizationMode.html#fromOrdinal-int-">fromOrdinal(int)</a></span> - Static method in enum org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheWriteSynchronizationMode.html" title="enum in org.apache.ignite.cache">CacheWriteSynchronizationMode</a></dt>
<dd>
<div class="block">Efficiently gets enumerated value from its ordinal.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/PartitionLossPolicy.html#fromOrdinal-byte-">fromOrdinal(byte)</a></span> - Static method in enum org.apache.ignite.cache.<a href="org/apache/ignite/cache/PartitionLossPolicy.html" title="enum in org.apache.ignite.cache">PartitionLossPolicy</a></dt>
<dd>
<div class="block">Efficiently gets enumerated value from its ordinal.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryIndexType.html#fromOrdinal-int-">fromOrdinal(int)</a></span> - Static method in enum org.apache.ignite.cache.<a href="org/apache/ignite/cache/QueryIndexType.html" title="enum in org.apache.ignite.cache">QueryIndexType</a></dt>
<dd>
<div class="block">Efficiently gets enumerated value from its ordinal.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterState.html#fromOrdinal-int-">fromOrdinal(int)</a></span> - Static method in enum org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterState.html" title="enum in org.apache.ignite.cluster">ClusterState</a></dt>
<dd>
<div class="block">Efficiently gets enumerated value from its ordinal.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeJobResultPolicy.html#fromOrdinal-byte-">fromOrdinal(byte)</a></span> - Static method in enum org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeJobResultPolicy.html" title="enum in org.apache.ignite.compute">ComputeJobResultPolicy</a></dt>
<dd>
<div class="block">Efficiently gets enumerated value from its ordinal.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeTaskSessionScope.html#fromOrdinal-byte-">fromOrdinal(byte)</a></span> - Static method in enum org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeTaskSessionScope.html" title="enum in org.apache.ignite.compute">ComputeTaskSessionScope</a></dt>
<dd>
<div class="block">Efficiently gets enumerated value from its ordinal.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CheckpointWriteOrder.html#fromOrdinal-int-">fromOrdinal(int)</a></span> - Static method in enum org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/CheckpointWriteOrder.html" title="enum in org.apache.ignite.configuration">CheckpointWriteOrder</a></dt>
<dd>
<div class="block">Efficiently gets enumerated value from its ordinal.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataPageEvictionMode.html#fromOrdinal-int-">fromOrdinal(int)</a></span> - Static method in enum org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataPageEvictionMode.html" title="enum in org.apache.ignite.configuration">DataPageEvictionMode</a></dt>
<dd>
<div class="block">Efficiently gets enumerated value from its ordinal.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DeploymentMode.html#fromOrdinal-int-">fromOrdinal(int)</a></span> - Static method in enum org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DeploymentMode.html" title="enum in org.apache.ignite.configuration">DeploymentMode</a></dt>
<dd>
<div class="block">Efficiently gets enumerated value from its ordinal.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DiskPageCompression.html#fromOrdinal-int-">fromOrdinal(int)</a></span> - Static method in enum org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DiskPageCompression.html" title="enum in org.apache.ignite.configuration">DiskPageCompression</a></dt>
<dd>
<div class="block">Efficiently gets enumerated value from its ordinal.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PageReplacementMode.html#fromOrdinal-int-">fromOrdinal(int)</a></span> - Static method in enum org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PageReplacementMode.html" title="enum in org.apache.ignite.configuration">PageReplacementMode</a></dt>
<dd>
<div class="block">Efficiently gets enumerated value from its ordinal.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/WALMode.html#fromOrdinal-int-">fromOrdinal(int)</a></span> - Static method in enum org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/WALMode.html" title="enum in org.apache.ignite.configuration">WALMode</a></dt>
<dd>
<div class="block">Efficiently gets enumerated value from its ordinal.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteState.html#fromOrdinal-byte-">fromOrdinal(byte)</a></span> - Static method in enum org.apache.ignite.<a href="org/apache/ignite/IgniteState.html" title="enum in org.apache.ignite">IgniteState</a></dt>
<dd>
<div class="block">Efficiently gets enumerated value from its ordinal.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lifecycle/LifecycleEventType.html#fromOrdinal-byte-">fromOrdinal(byte)</a></span> - Static method in enum org.apache.ignite.lifecycle.<a href="org/apache/ignite/lifecycle/LifecycleEventType.html" title="enum in org.apache.ignite.lifecycle">LifecycleEventType</a></dt>
<dd>
<div class="block">Efficiently gets enumerated value from its ordinal.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageCollectionItemType.html#fromOrdinal-int-">fromOrdinal(int)</a></span> - Static method in enum org.apache.ignite.plugin.extensions.communication.<a href="org/apache/ignite/plugin/extensions/communication/MessageCollectionItemType.html" title="enum in org.apache.ignite.plugin.extensions.communication">MessageCollectionItemType</a></dt>
<dd>
<div class="block">Efficiently gets enumerated value from its ordinal.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/SecurityPermission.html#fromOrdinal-int-">fromOrdinal(int)</a></span> - Static method in enum org.apache.ignite.plugin.security.<a href="org/apache/ignite/plugin/security/SecurityPermission.html" title="enum in org.apache.ignite.plugin.security">SecurityPermission</a></dt>
<dd>
<div class="block">Efficiently gets enumerated value from its ordinal.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/SecuritySubjectType.html#fromOrdinal-byte-">fromOrdinal(byte)</a></span> - Static method in enum org.apache.ignite.plugin.security.<a href="org/apache/ignite/plugin/security/SecuritySubjectType.html" title="enum in org.apache.ignite.plugin.security">SecuritySubjectType</a></dt>
<dd>
<div class="block">Efficiently gets enumerated value from its ordinal.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/segmentation/SegmentationPolicy.html#fromOrdinal-int-">fromOrdinal(int)</a></span> - Static method in enum org.apache.ignite.plugin.segmentation.<a href="org/apache/ignite/plugin/segmentation/SegmentationPolicy.html" title="enum in org.apache.ignite.plugin.segmentation">SegmentationPolicy</a></dt>
<dd>
<div class="block">Efficiently gets enumerated value from its ordinal.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ShutdownPolicy.html#fromOrdinal-int-">fromOrdinal(int)</a></span> - Static method in enum org.apache.ignite.<a href="org/apache/ignite/ShutdownPolicy.html" title="enum in org.apache.ignite">ShutdownPolicy</a></dt>
<dd>
<div class="block">Efficiently gets enumerated value from its ordinal.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgnitePortProtocol.html#fromOrdinal-byte-">fromOrdinal(byte)</a></span> - Static method in enum org.apache.ignite.spi.<a href="org/apache/ignite/spi/IgnitePortProtocol.html" title="enum in org.apache.ignite.spi">IgnitePortProtocol</a></dt>
<dd>
<div class="block">Efficiently gets enumerated value from its ordinal.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/transactions/TransactionConcurrency.html#fromOrdinal-int-">fromOrdinal(int)</a></span> - Static method in enum org.apache.ignite.transactions.<a href="org/apache/ignite/transactions/TransactionConcurrency.html" title="enum in org.apache.ignite.transactions">TransactionConcurrency</a></dt>
<dd>
<div class="block">Efficiently gets enumerated value from its ordinal.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/transactions/TransactionIsolation.html#fromOrdinal-int-">fromOrdinal(int)</a></span> - Static method in enum org.apache.ignite.transactions.<a href="org/apache/ignite/transactions/TransactionIsolation.html" title="enum in org.apache.ignite.transactions">TransactionIsolation</a></dt>
<dd>
<div class="block">Efficiently gets enumerated value from its ordinal.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/transactions/TransactionState.html#fromOrdinal-int-">fromOrdinal(int)</a></span> - Static method in enum org.apache.ignite.transactions.<a href="org/apache/ignite/transactions/TransactionState.html" title="enum in org.apache.ignite.transactions">TransactionState</a></dt>
<dd>
<div class="block">Efficiently gets enumerated value from its ordinal.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteProductVersion.html#fromString-java.lang.String-">fromString(String)</a></span> - Static method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteProductVersion.html" title="class in org.apache.ignite.lang">IgniteProductVersion</a></dt>
<dd>
<div class="block">Tries to parse product version from it's string representation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteUuid.html#fromString-java.lang.String-">fromString(String)</a></span> - Static method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteUuid.html" title="class in org.apache.ignite.lang">IgniteUuid</a></dt>
<dd>
<div class="block">Converts string into <code>IgniteUuid</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ShutdownPolicy.html#fromString-java.lang.String-">fromString(String)</a></span> - Method in enum org.apache.ignite.<a href="org/apache/ignite/ShutdownPolicy.html" title="enum in org.apache.ignite">ShutdownPolicy</a></dt>
<dd>
<div class="block">Return shutdown policy matching to string.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteUuid.html#fromUuid-java.util.UUID-">fromUuid(UUID)</a></span> - Static method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteUuid.html" title="class in org.apache.ignite.lang">IgniteUuid</a></dt>
<dd>
<div class="block">Constructs new <code>IgniteUuid</code> based on global and local ID portions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#FULL_VER_DESC">FULL_VER_DESC</a></span> - Static variable 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="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.EntryMapping.html#fullTableName--">fullTableName()</a></span> - Method in 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>
<div class="block">Get full table name.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/functions/Functions.html" title="class in org.apache.ignite.ml.math.functions"><span class="typeNameLink">Functions</span></a> - Class in <a href="org/apache/ignite/ml/math/functions/package-summary.html">org.apache.ignite.ml.math.functions</a></dt>
<dd>
<div class="block">Compatibility with Apache Mahout.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/functions/Functions.html#Functions--">Functions()</a></span> - Constructor for class org.apache.ignite.ml.math.functions.<a href="org/apache/ignite/ml/math/functions/Functions.html" title="class in org.apache.ignite.ml.math.functions">Functions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCompute.html#future--">future()</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"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteDataStreamer.html#future--">future()</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 future for this streaming process.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteAsyncSupport.html#future--">future()</a></span> - Method in interface org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteAsyncSupport.html" title="interface in org.apache.ignite.lang">IgniteAsyncSupport</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">since 2.0. Please use new specialized async method
e.g.
<pre>
IgniteFuture f = cache.getAsync();
</pre>
instead of old-style async API:
<pre>
IgniteCache asyncCache = cache.withAsync();
asyncCache.get(key);
IgniteFuture fut = asyncCache.future();
</pre></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/parallelism/DefaultParallelismStrategy.FutureWrapper.html#FutureWrapper-java.util.concurrent.Future-">FutureWrapper(Future<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.environment.parallelism.<a href="org/apache/ignite/ml/environment/parallelism/DefaultParallelismStrategy.FutureWrapper.html" title="class in org.apache.ignite.ml.environment.parallelism">DefaultParallelismStrategy.FutureWrapper</a></dt>
<dd>
<div class="block">Create an instance of FutureWrapper.</div>
</dd>
</dl>
<a name="I:G">
<!-- -->
</a>
<h2 class="title">G</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGeneratorPrimitives.html#gauss-org.apache.ignite.ml.math.primitives.vector.Vector-org.apache.ignite.ml.math.primitives.vector.Vector-java.lang.Long-">gauss(Vector, Vector, Long)</a></span> - Static method in class org.apache.ignite.ml.util.generators.primitives.vector.<a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGeneratorPrimitives.html" title="class in org.apache.ignite.ml.util.generators.primitives.vector">VectorGeneratorPrimitives</a></dt>
<dd>
<div class="block">Returns vector generator of vectors from multidimensional gauss distribution.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGeneratorPrimitives.html#gauss-org.apache.ignite.ml.math.primitives.vector.Vector-org.apache.ignite.ml.math.primitives.vector.Vector-">gauss(Vector, Vector)</a></span> - Static method in class org.apache.ignite.ml.util.generators.primitives.vector.<a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGeneratorPrimitives.html" title="class in org.apache.ignite.ml.util.generators.primitives.vector">VectorGeneratorPrimitives</a></dt>
<dd>
<div class="block">Returns vector generator of vectors from multidimensional gauss distribution.</div>
</dd>
<dt><a href="org/apache/ignite/ml/util/generators/standard/GaussianMixtureDataStream.html" title="class in org.apache.ignite.ml.util.generators.standard"><span class="typeNameLink">GaussianMixtureDataStream</span></a> - Class in <a href="org/apache/ignite/ml/util/generators/standard/package-summary.html">org.apache.ignite.ml.util.generators.standard</a></dt>
<dd>
<div class="block">Data stream generator representing gaussian mixture.</div>
</dd>
<dt><a href="org/apache/ignite/ml/util/generators/standard/GaussianMixtureDataStream.Builder.html" title="class in org.apache.ignite.ml.util.generators.standard"><span class="typeNameLink">GaussianMixtureDataStream.Builder</span></a> - Class in <a href="org/apache/ignite/ml/util/generators/standard/package-summary.html">org.apache.ignite.ml.util.generators.standard</a></dt>
<dd>
<div class="block">Builder for gaussian mixture.</div>
</dd>
<dt><a href="org/apache/ignite/ml/naivebayes/gaussian/GaussianNaiveBayesModel.html" title="class in org.apache.ignite.ml.naivebayes.gaussian"><span class="typeNameLink">GaussianNaiveBayesModel</span></a> - Class in <a href="org/apache/ignite/ml/naivebayes/gaussian/package-summary.html">org.apache.ignite.ml.naivebayes.gaussian</a></dt>
<dd>
<div class="block">Simple naive Bayes model which predicts result value <code>y</code> belongs to a class <code>C_k, k in [0..K]</code> as {@code
p(C_k,y) = p(C_k)*p(y_1,C_k) *...</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/gaussian/GaussianNaiveBayesModel.html#GaussianNaiveBayesModel-double:A:A-double:A:A-double:A-double:A-org.apache.ignite.ml.naivebayes.gaussian.GaussianNaiveBayesSumsHolder-">GaussianNaiveBayesModel(double[][], double[][], double[], double[], GaussianNaiveBayesSumsHolder)</a></span> - Constructor for class org.apache.ignite.ml.naivebayes.gaussian.<a href="org/apache/ignite/ml/naivebayes/gaussian/GaussianNaiveBayesModel.html" title="class in org.apache.ignite.ml.naivebayes.gaussian">GaussianNaiveBayesModel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/gaussian/GaussianNaiveBayesModel.html#GaussianNaiveBayesModel--">GaussianNaiveBayesModel()</a></span> - Constructor for class org.apache.ignite.ml.naivebayes.gaussian.<a href="org/apache/ignite/ml/naivebayes/gaussian/GaussianNaiveBayesModel.html" title="class in org.apache.ignite.ml.naivebayes.gaussian">GaussianNaiveBayesModel</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/naivebayes/gaussian/GaussianNaiveBayesTrainer.html" title="class in org.apache.ignite.ml.naivebayes.gaussian"><span class="typeNameLink">GaussianNaiveBayesTrainer</span></a> - Class in <a href="org/apache/ignite/ml/naivebayes/gaussian/package-summary.html">org.apache.ignite.ml.naivebayes.gaussian</a></dt>
<dd>
<div class="block">Trainer for the naive Bayes classification model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/gaussian/GaussianNaiveBayesTrainer.html#GaussianNaiveBayesTrainer--">GaussianNaiveBayesTrainer()</a></span> - Constructor for class org.apache.ignite.ml.naivebayes.gaussian.<a href="org/apache/ignite/ml/naivebayes/gaussian/GaussianNaiveBayesTrainer.html" title="class in org.apache.ignite.ml.naivebayes.gaussian">GaussianNaiveBayesTrainer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/util/generators/primitives/scalar/GaussRandomProducer.html" title="class in org.apache.ignite.ml.util.generators.primitives.scalar"><span class="typeNameLink">GaussRandomProducer</span></a> - Class in <a href="org/apache/ignite/ml/util/generators/primitives/scalar/package-summary.html">org.apache.ignite.ml.util.generators.primitives.scalar</a></dt>
<dd>
<div class="block">Pseudorandom producer generating values from gauss distribution.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/primitives/scalar/GaussRandomProducer.html#GaussRandomProducer--">GaussRandomProducer()</a></span> - Constructor for class org.apache.ignite.ml.util.generators.primitives.scalar.<a href="org/apache/ignite/ml/util/generators/primitives/scalar/GaussRandomProducer.html" title="class in org.apache.ignite.ml.util.generators.primitives.scalar">GaussRandomProducer</a></dt>
<dd>
<div class="block">Creates an instance of GaussRandomProducer with mean = 0 and variance = 1.0.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/primitives/scalar/GaussRandomProducer.html#GaussRandomProducer-long-">GaussRandomProducer(long)</a></span> - Constructor for class org.apache.ignite.ml.util.generators.primitives.scalar.<a href="org/apache/ignite/ml/util/generators/primitives/scalar/GaussRandomProducer.html" title="class in org.apache.ignite.ml.util.generators.primitives.scalar">GaussRandomProducer</a></dt>
<dd>
<div class="block">Creates an instance of GaussRandomProducer with mean = 0 and variance = 1.0.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/primitives/scalar/GaussRandomProducer.html#GaussRandomProducer-double-double-">GaussRandomProducer(double, double)</a></span> - Constructor for class org.apache.ignite.ml.util.generators.primitives.scalar.<a href="org/apache/ignite/ml/util/generators/primitives/scalar/GaussRandomProducer.html" title="class in org.apache.ignite.ml.util.generators.primitives.scalar">GaussRandomProducer</a></dt>
<dd>
<div class="block">Creates an instance of GaussRandomProducer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/primitives/scalar/GaussRandomProducer.html#GaussRandomProducer-double-double-long-">GaussRandomProducer(double, double, long)</a></span> - Constructor for class org.apache.ignite.ml.util.generators.primitives.scalar.<a href="org/apache/ignite/ml/util/generators/primitives/scalar/GaussRandomProducer.html" title="class in org.apache.ignite.ml.util.generators.primitives.scalar">GaussRandomProducer</a></dt>
<dd>
<div class="block">Creates an instance of GaussRandomProducer.</div>
</dd>
<dt><a href="org/apache/ignite/ml/tree/boosting/GDBBinaryClassifierOnTreesTrainer.html" title="class in org.apache.ignite.ml.tree.boosting"><span class="typeNameLink">GDBBinaryClassifierOnTreesTrainer</span></a> - Class in <a href="org/apache/ignite/ml/tree/boosting/package-summary.html">org.apache.ignite.ml.tree.boosting</a></dt>
<dd>
<div class="block">Implementation of Gradient Boosting Classifier Trainer on trees.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/boosting/GDBBinaryClassifierOnTreesTrainer.html#GDBBinaryClassifierOnTreesTrainer-double-java.lang.Integer-int-double-">GDBBinaryClassifierOnTreesTrainer(double, Integer, int, double)</a></span> - Constructor for class org.apache.ignite.ml.tree.boosting.<a href="org/apache/ignite/ml/tree/boosting/GDBBinaryClassifierOnTreesTrainer.html" title="class in org.apache.ignite.ml.tree.boosting">GDBBinaryClassifierOnTreesTrainer</a></dt>
<dd>
<div class="block">Constructs instance of GDBBinaryClassifierOnTreesTrainer.</div>
</dd>
<dt><a href="org/apache/ignite/ml/composition/boosting/GDBBinaryClassifierTrainer.html" title="class in org.apache.ignite.ml.composition.boosting"><span class="typeNameLink">GDBBinaryClassifierTrainer</span></a> - Class in <a href="org/apache/ignite/ml/composition/boosting/package-summary.html">org.apache.ignite.ml.composition.boosting</a></dt>
<dd>
<div class="block">Trainer for binary classifier using Gradient Boosting.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/GDBBinaryClassifierTrainer.html#GDBBinaryClassifierTrainer-double-java.lang.Integer-">GDBBinaryClassifierTrainer(double, Integer)</a></span> - Constructor for class org.apache.ignite.ml.composition.boosting.<a href="org/apache/ignite/ml/composition/boosting/GDBBinaryClassifierTrainer.html" title="class in org.apache.ignite.ml.composition.boosting">GDBBinaryClassifierTrainer</a></dt>
<dd>
<div class="block">Constructs instance of GDBBinaryClassifierTrainer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/GDBBinaryClassifierTrainer.html#GDBBinaryClassifierTrainer-double-java.lang.Integer-org.apache.ignite.ml.composition.boosting.loss.Loss-">GDBBinaryClassifierTrainer(double, Integer, Loss)</a></span> - Constructor for class org.apache.ignite.ml.composition.boosting.<a href="org/apache/ignite/ml/composition/boosting/GDBBinaryClassifierTrainer.html" title="class in org.apache.ignite.ml.composition.boosting">GDBBinaryClassifierTrainer</a></dt>
<dd>
<div class="block">Constructs instance of GDBBinaryClassifierTrainer.</div>
</dd>
<dt><a href="org/apache/ignite/ml/composition/boosting/GDBLearningStrategy.html" title="class in org.apache.ignite.ml.composition.boosting"><span class="typeNameLink">GDBLearningStrategy</span></a> - Class in <a href="org/apache/ignite/ml/composition/boosting/package-summary.html">org.apache.ignite.ml.composition.boosting</a></dt>
<dd>
<div class="block">Learning strategy for gradient boosting.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/GDBLearningStrategy.html#GDBLearningStrategy--">GDBLearningStrategy()</a></span> - Constructor for class org.apache.ignite.ml.composition.boosting.<a href="org/apache/ignite/ml/composition/boosting/GDBLearningStrategy.html" title="class in org.apache.ignite.ml.composition.boosting">GDBLearningStrategy</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/composition/boosting/GDBModel.html" title="class in org.apache.ignite.ml.composition.boosting"><span class="typeNameLink">GDBModel</span></a> - Class in <a href="org/apache/ignite/ml/composition/boosting/package-summary.html">org.apache.ignite.ml.composition.boosting</a></dt>
<dd>
<div class="block">GDB model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/GDBModel.html#GDBModel-java.util.List-org.apache.ignite.ml.composition.predictionsaggregator.WeightedPredictionsAggregator-org.apache.ignite.ml.math.functions.IgniteFunction-">GDBModel(List<span class='angle_bracket'>&lt;</span>? extends IgniteModel<span class='angle_bracket'>&lt;</span>Vector, Double<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>, WeightedPredictionsAggregator, IgniteFunction<span class='angle_bracket'>&lt;</span>Double, Double<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.composition.boosting.<a href="org/apache/ignite/ml/composition/boosting/GDBModel.html" title="class in org.apache.ignite.ml.composition.boosting">GDBModel</a></dt>
<dd>
<div class="block">Creates an instance of GDBModel.</div>
</dd>
<dt><a href="org/apache/ignite/ml/tree/boosting/GDBOnTreesLearningStrategy.html" title="class in org.apache.ignite.ml.tree.boosting"><span class="typeNameLink">GDBOnTreesLearningStrategy</span></a> - Class in <a href="org/apache/ignite/ml/tree/boosting/package-summary.html">org.apache.ignite.ml.tree.boosting</a></dt>
<dd>
<div class="block">Gradient boosting on trees specific learning strategy reusing learning dataset with index between several learning
iterations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/boosting/GDBOnTreesLearningStrategy.html#GDBOnTreesLearningStrategy-boolean-">GDBOnTreesLearningStrategy(boolean)</a></span> - Constructor for class org.apache.ignite.ml.tree.boosting.<a href="org/apache/ignite/ml/tree/boosting/GDBOnTreesLearningStrategy.html" title="class in org.apache.ignite.ml.tree.boosting">GDBOnTreesLearningStrategy</a></dt>
<dd>
<div class="block">Create an instance of learning strategy.</div>
</dd>
<dt><a href="org/apache/ignite/ml/tree/boosting/GDBRegressionOnTreesTrainer.html" title="class in org.apache.ignite.ml.tree.boosting"><span class="typeNameLink">GDBRegressionOnTreesTrainer</span></a> - Class in <a href="org/apache/ignite/ml/tree/boosting/package-summary.html">org.apache.ignite.ml.tree.boosting</a></dt>
<dd>
<div class="block">Implementation of Gradient Boosting Regression Trainer on trees.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/boosting/GDBRegressionOnTreesTrainer.html#GDBRegressionOnTreesTrainer-double-java.lang.Integer-int-double-">GDBRegressionOnTreesTrainer(double, Integer, int, double)</a></span> - Constructor for class org.apache.ignite.ml.tree.boosting.<a href="org/apache/ignite/ml/tree/boosting/GDBRegressionOnTreesTrainer.html" title="class in org.apache.ignite.ml.tree.boosting">GDBRegressionOnTreesTrainer</a></dt>
<dd>
<div class="block">Constructs instance of GDBRegressionOnTreesTrainer.</div>
</dd>
<dt><a href="org/apache/ignite/ml/composition/boosting/GDBRegressionTrainer.html" title="class in org.apache.ignite.ml.composition.boosting"><span class="typeNameLink">GDBRegressionTrainer</span></a> - Class in <a href="org/apache/ignite/ml/composition/boosting/package-summary.html">org.apache.ignite.ml.composition.boosting</a></dt>
<dd>
<div class="block">Trainer for regressor using Gradient Boosting.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/GDBRegressionTrainer.html#GDBRegressionTrainer-double-java.lang.Integer-">GDBRegressionTrainer(double, Integer)</a></span> - Constructor for class org.apache.ignite.ml.composition.boosting.<a href="org/apache/ignite/ml/composition/boosting/GDBRegressionTrainer.html" title="class in org.apache.ignite.ml.composition.boosting">GDBRegressionTrainer</a></dt>
<dd>
<div class="block">Constructs instance of GDBRegressionTrainer.</div>
</dd>
<dt><a href="org/apache/ignite/ml/composition/boosting/GDBTrainer.html" title="class in org.apache.ignite.ml.composition.boosting"><span class="typeNameLink">GDBTrainer</span></a> - Class in <a href="org/apache/ignite/ml/composition/boosting/package-summary.html">org.apache.ignite.ml.composition.boosting</a></dt>
<dd>
<div class="block">Abstract Gradient Boosting trainer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/GDBTrainer.html#GDBTrainer-double-java.lang.Integer-org.apache.ignite.ml.composition.boosting.loss.Loss-">GDBTrainer(double, Integer, Loss)</a></span> - Constructor for class org.apache.ignite.ml.composition.boosting.<a href="org/apache/ignite/ml/composition/boosting/GDBTrainer.html" title="class in org.apache.ignite.ml.composition.boosting">GDBTrainer</a></dt>
<dd>
<div class="block">Constructs GDBTrainer instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/Blas.html#gemm-double-org.apache.ignite.ml.math.primitives.matrix.Matrix-org.apache.ignite.ml.math.primitives.matrix.Matrix-double-org.apache.ignite.ml.math.primitives.matrix.Matrix-">gemm(double, Matrix, Matrix, double, Matrix)</a></span> - Static method in class org.apache.ignite.ml.math.<a href="org/apache/ignite/ml/math/Blas.html" title="class in org.apache.ignite.ml.math">Blas</a></dt>
<dd>
<div class="block">For the moment we have no flags indicating if matrix is transposed or not.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/Blas.html#gemv-double-org.apache.ignite.ml.math.primitives.matrix.Matrix-org.apache.ignite.ml.math.primitives.vector.Vector-double-org.apache.ignite.ml.math.primitives.vector.Vector-">gemv(double, Matrix, Vector, double, Vector)</a></span> - Static method in class org.apache.ignite.ml.math.<a href="org/apache/ignite/ml/math/Blas.html" title="class in org.apache.ignite.ml.math">Blas</a></dt>
<dd>
<div class="block">y := alpha * A * x + beta * y.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/paramgrid/ParameterSetGenerator.html#generate--">generate()</a></span> - Method in class org.apache.ignite.ml.selection.paramgrid.<a href="org/apache/ignite/ml/selection/paramgrid/ParameterSetGenerator.html" title="class in org.apache.ignite.ml.selection.paramgrid">ParameterSetGenerator</a></dt>
<dd>
<div class="block">Returns the list of tuples presented as arrays.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/Dataset.html#generateFeatureNames--">generateFeatureNames()</a></span> - Method in class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/Dataset.html" title="class in org.apache.ignite.ml.structures">Dataset</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/cache/store/cassandra/session/GenericBatchExecutionAssistant.html" title="class in org.apache.ignite.cache.store.cassandra.session"><span class="typeNameLink">GenericBatchExecutionAssistant</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/cache/store/cassandra/session/GenericBatchExecutionAssistant.html" title="type parameter in GenericBatchExecutionAssistant">R</a>,<a href="org/apache/ignite/cache/store/cassandra/session/GenericBatchExecutionAssistant.html" title="type parameter in GenericBatchExecutionAssistant">V</a><span class='angle_bracket'>&gt;</span> - Class 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">Implementation of the <a href="org/apache/ignite/cache/store/cassandra/session/BatchExecutionAssistant.html" title="interface in org.apache.ignite.cache.store.cassandra.session"><code>BatchExecutionAssistant</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/GenericBatchExecutionAssistant.html#GenericBatchExecutionAssistant--">GenericBatchExecutionAssistant()</a></span> - Constructor for 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>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/util/genetic/GeneticAlgorithm.html" title="class in org.apache.ignite.ml.util.genetic"><span class="typeNameLink">GeneticAlgorithm</span></a> - Class in <a href="org/apache/ignite/ml/util/genetic/package-summary.html">org.apache.ignite.ml.util.genetic</a></dt>
<dd>
<div class="block">This class is an entry point to use Genetic Algorithm to solve optimization problem.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/genetic/GeneticAlgorithm.html#GeneticAlgorithm-java.util.List-">GeneticAlgorithm(List<span class='angle_bracket'>&lt;</span>Double[]<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.util.genetic.<a href="org/apache/ignite/ml/util/genetic/GeneticAlgorithm.html" title="class in org.apache.ignite.ml.util.genetic">GeneticAlgorithm</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateAccessStrategyAdapter.html#get-java.lang.Object-">get(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>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#get-java.lang.Object-">get(Object)</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">Retrieves value mapped to the specified key from cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateReadWriteAccessStrategy.html#get-java.lang.Object-">get(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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateTransactionalAccessStrategy.html#get-java.lang.Object-">get(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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/pool/SessionPool.html#get-org.apache.ignite.cache.store.cassandra.session.CassandraSessionImpl-">get(CassandraSessionImpl)</a></span> - Static method in class org.apache.ignite.cache.store.cassandra.session.pool.<a href="org/apache/ignite/cache/store/cassandra/session/pool/SessionPool.html" title="class in org.apache.ignite.cache.store.cassandra.session.pool">SessionPool</a></dt>
<dd>
<div class="block">Extracts Cassandra driver session from pool.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCache.html#get-K-">get(K)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a></dt>
<dd>
<div class="block">Gets an entry from the cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeTaskFuture.html#get--">get()</a></span> - Method in interface org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeTaskFuture.html" title="interface in org.apache.ignite.compute">ComputeTaskFuture</a></dt>
<dd>
<div class="block">Synchronously waits for completion of the computation and
returns computation result.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeTaskFuture.html#get-long-java.util.concurrent.TimeUnit-">get(long, TimeUnit)</a></span> - Method in interface org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeTaskFuture.html" title="interface in org.apache.ignite.compute">ComputeTaskFuture</a></dt>
<dd>
<div class="block">Synchronously waits for completion of the computation for
up to the timeout specified and returns computation result.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteAtomicLong.html#get--">get()</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">Gets current value of atomic long.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteAtomicReference.html#get--">get()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteAtomicReference.html" title="interface in org.apache.ignite">IgniteAtomicReference</a></dt>
<dd>
<div class="block">Gets current value of an atomic reference.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteAtomicSequence.html#get--">get()</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 current value of atomic sequence.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteAtomicStamped.html#get--">get()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteAtomicStamped.html" title="interface in org.apache.ignite">IgniteAtomicStamped</a></dt>
<dd>
<div class="block">Gets both current value and current stamp of atomic stamped.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#get-K-">get(K)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteBiTuple.html#get-java.lang.Object-">get(Object)</a></span> - Method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteBiTuple.html" title="class in org.apache.ignite.lang">IgniteBiTuple</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteFuture.html#get--">get()</a></span> - Method in interface org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteFuture.html" title="interface in org.apache.ignite.lang">IgniteFuture</a></dt>
<dd>
<div class="block">Synchronously waits for completion of the computation and
returns computation result.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteFuture.html#get-long-">get(long)</a></span> - Method in interface org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteFuture.html" title="interface in org.apache.ignite.lang">IgniteFuture</a></dt>
<dd>
<div class="block">Synchronously waits for completion of the computation for
up to the timeout specified and returns computation result.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteFuture.html#get-long-java.util.concurrent.TimeUnit-">get(long, TimeUnit)</a></span> - Method in interface org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteFuture.html" title="interface in org.apache.ignite.lang">IgniteFuture</a></dt>
<dd>
<div class="block">Synchronously waits for completion of the computation for
up to the timeout specified and returns computation result.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/parallelism/DefaultParallelismStrategy.FutureWrapper.html#get--">get()</a></span> - Method in class org.apache.ignite.ml.environment.parallelism.<a href="org/apache/ignite/ml/environment/parallelism/DefaultParallelismStrategy.FutureWrapper.html" title="class in org.apache.ignite.ml.environment.parallelism">DefaultParallelismStrategy.FutureWrapper</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/parallelism/DefaultParallelismStrategy.FutureWrapper.html#get-long-java.util.concurrent.TimeUnit-">get(long, TimeUnit)</a></span> - Method in class org.apache.ignite.ml.environment.parallelism.<a href="org/apache/ignite/ml/environment/parallelism/DefaultParallelismStrategy.FutureWrapper.html" title="class in org.apache.ignite.ml.environment.parallelism">DefaultParallelismStrategy.FutureWrapper</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/parallelism/NoParallelismStrategy.Stub.html#get--">get()</a></span> - Method in class org.apache.ignite.ml.environment.parallelism.<a href="org/apache/ignite/ml/environment/parallelism/NoParallelismStrategy.Stub.html" title="class in org.apache.ignite.ml.environment.parallelism">NoParallelismStrategy.Stub</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/parallelism/NoParallelismStrategy.Stub.html#get-long-java.util.concurrent.TimeUnit-">get(long, TimeUnit)</a></span> - Method in class org.apache.ignite.ml.environment.parallelism.<a href="org/apache/ignite/ml/environment/parallelism/NoParallelismStrategy.Stub.html" title="class in org.apache.ignite.ml.environment.parallelism">NoParallelismStrategy.Stub</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/storage/descriptor/IgniteModelDescriptorStorage.html#get-java.lang.String-">get(String)</a></span> - Method in class org.apache.ignite.ml.inference.storage.descriptor.<a href="org/apache/ignite/ml/inference/storage/descriptor/IgniteModelDescriptorStorage.html" title="class in org.apache.ignite.ml.inference.storage.descriptor">IgniteModelDescriptorStorage</a></dt>
<dd>
<div class="block">Returns model descriptor saved for the specified model identifier.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/storage/descriptor/LocalModelDescriptorStorage.html#get-java.lang.String-">get(String)</a></span> - Method in class org.apache.ignite.ml.inference.storage.descriptor.<a href="org/apache/ignite/ml/inference/storage/descriptor/LocalModelDescriptorStorage.html" title="class in org.apache.ignite.ml.inference.storage.descriptor">LocalModelDescriptorStorage</a></dt>
<dd>
<div class="block">Returns model descriptor saved for the specified model identifier.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/storage/descriptor/ModelDescriptorStorage.html#get-java.lang.String-">get(String)</a></span> - Method in interface org.apache.ignite.ml.inference.storage.descriptor.<a href="org/apache/ignite/ml/inference/storage/descriptor/ModelDescriptorStorage.html" title="interface in org.apache.ignite.ml.inference.storage.descriptor">ModelDescriptorStorage</a></dt>
<dd>
<div class="block">Returns model descriptor saved for the specified model identifier.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/storage/model/IgniteModelStorageProvider.html#get-java.lang.String-">get(String)</a></span> - Method in class org.apache.ignite.ml.inference.storage.model.<a href="org/apache/ignite/ml/inference/storage/model/IgniteModelStorageProvider.html" title="class in org.apache.ignite.ml.inference.storage.model">IgniteModelStorageProvider</a></dt>
<dd>
<div class="block">Returns file or directory associated with the specified path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/storage/model/LocalModelStorageProvider.html#get-java.lang.String-">get(String)</a></span> - Method in class org.apache.ignite.ml.inference.storage.model.<a href="org/apache/ignite/ml/inference/storage/model/LocalModelStorageProvider.html" title="class in org.apache.ignite.ml.inference.storage.model">LocalModelStorageProvider</a></dt>
<dd>
<div class="block">Returns file or directory associated with the specified path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/storage/model/ModelStorageProvider.html#get-java.lang.String-">get(String)</a></span> - Method in interface org.apache.ignite.ml.inference.storage.model.<a href="org/apache/ignite/ml/inference/storage/model/ModelStorageProvider.html" title="interface in org.apache.ignite.ml.inference.storage.model">ModelStorageProvider</a></dt>
<dd>
<div class="block">Returns file or directory associated with the specified path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#get-int-int-">get(int, int)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>
<div class="block">Gets the matrix value at the provided location.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.Element.html#get--">get()</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.Element.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">Matrix.Element</a></dt>
<dd>
<div class="block">Gets element's value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html#get-int-int-">get(int, int)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">Matrix</a></dt>
<dd>
<div class="block">Gets the matrix value at the provided location.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/MatrixStorage.html#get-int-int-">get(int, int)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/MatrixStorage.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">MatrixStorage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/storage/DenseMatrixStorage.html#get-int-int-">get(int, int)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.storage.<a href="org/apache/ignite/ml/math/primitives/matrix/storage/DenseMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.matrix.storage">DenseMatrixStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/storage/SparseMatrixStorage.html#get-int-int-">get(int, int)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.storage.<a href="org/apache/ignite/ml/math/primitives/matrix/storage/SparseMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.matrix.storage">SparseMatrixStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/storage/ViewMatrixStorage.html#get-int-int-">get(int, int)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.storage.<a href="org/apache/ignite/ml/math/primitives/matrix/storage/ViewMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.matrix.storage">ViewMatrixStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#get-int-">get(int)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Gets the value at specified index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingNamedVector.html#get-java.lang.String-">get(String)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingNamedVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingNamedVector</a></dt>
<dd>
<div class="block">Returns element with specified string index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#get-int-">get(int)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Gets the value at specified index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/NamedVector.html#get-java.lang.String-">get(String)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/NamedVector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">NamedVector</a></dt>
<dd>
<div class="block">Returns element with specified string index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/DenseVectorStorage.html#get-int-">get(int)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/DenseVectorStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">DenseVectorStorage</a></dt>
<dd>
<div class="block">Gets element from vector by index and cast it to double.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/SparseVectorStorage.html#get-int-">get(int)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/SparseVectorStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">SparseVectorStorage</a></dt>
<dd>
<div class="block">Gets element from vector by index and cast it to double.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorizedViewMatrixStorage.html#get-int-">get(int)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorizedViewMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">VectorizedViewMatrixStorage</a></dt>
<dd>
<div class="block">Gets element from vector by index and cast it to double.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorViewStorage.html#get-int-">get(int)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorViewStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">VectorViewStorage</a></dt>
<dd>
<div class="block">Gets element from vector by index and cast it to double.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.Element.html#get--">get()</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.Element.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector.Element</a></dt>
<dd>
<div class="block">Gets element's value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html#get-int-">get(int)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a></dt>
<dd>
<div class="block">Gets the value at specified index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/VectorStorage.html#get-int-">get(int)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/VectorStorage.html" title="interface in org.apache.ignite.ml.math.primitives.vector">VectorStorage</a></dt>
<dd>
<div class="block">Gets element from vector by index and cast it to double.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/EvaluationResult.html#get-org.apache.ignite.ml.selection.scoring.metric.MetricName-">get(MetricName)</a></span> - Method in class org.apache.ignite.ml.selection.scoring.evaluator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/EvaluationResult.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator">EvaluationResult</a></dt>
<dd>
<div class="block">Returns metric value by its name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/DatasetRow.html#get-int-">get(int)</a></span> - Method in class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/DatasetRow.html" title="class in org.apache.ignite.ml.structures">DatasetRow</a></dt>
<dd>
<div class="block">Gets the value at specified index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/primitives/scalar/DiscreteRandomProducer.html#get--">get()</a></span> - Method in class org.apache.ignite.ml.util.generators.primitives.scalar.<a href="org/apache/ignite/ml/util/generators/primitives/scalar/DiscreteRandomProducer.html" title="class in org.apache.ignite.ml.util.generators.primitives.scalar">DiscreteRandomProducer</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/primitives/scalar/GaussRandomProducer.html#get--">get()</a></span> - Method in class org.apache.ignite.ml.util.generators.primitives.scalar.<a href="org/apache/ignite/ml/util/generators/primitives/scalar/GaussRandomProducer.html" title="class in org.apache.ignite.ml.util.generators.primitives.scalar">GaussRandomProducer</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/primitives/scalar/UniformRandomProducer.html#get--">get()</a></span> - Method in class org.apache.ignite.ml.util.generators.primitives.scalar.<a href="org/apache/ignite/ml/util/generators/primitives/scalar/UniformRandomProducer.html" title="class in org.apache.ignite.ml.util.generators.primitives.scalar">UniformRandomProducer</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/primitives/vector/ParametricVectorGenerator.html#get--">get()</a></span> - Method in class org.apache.ignite.ml.util.generators.primitives.vector.<a href="org/apache/ignite/ml/util/generators/primitives/vector/ParametricVectorGenerator.html" title="class in org.apache.ignite.ml.util.generators.primitives.vector">ParametricVectorGenerator</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGeneratorsFamily.html#get--">get()</a></span> - Method in class org.apache.ignite.ml.util.generators.primitives.vector.<a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGeneratorsFamily.html" title="class in org.apache.ignite.ml.util.generators.primitives.vector">VectorGeneratorsFamily</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/scheduler/SchedulerFuture.html#get--">get()</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">Waits for the completion of the next scheduled execution and returns its result.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/scheduler/SchedulerFuture.html#get-long-java.util.concurrent.TimeUnit-">get(long, TimeUnit)</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">Waits for the completion of the next scheduled execution for
specified amount of time and returns its result.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiContext.html#get-java.lang.String-K-">get(String, K)</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 object from cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/TracingConfigurationManager.html#get-org.apache.ignite.spi.tracing.TracingConfigurationCoordinates-">get(TracingConfigurationCoordinates)</a></span> - Method in interface org.apache.ignite.spi.tracing.<a href="org/apache/ignite/spi/tracing/TracingConfigurationManager.html" title="interface in org.apache.ignite.spi.tracing">TracingConfigurationManager</a></dt>
<dd>
<div class="block">Get the most specific tracing parameters for the specified tracing coordinates (scope, label, etc.).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteBiTuple.html#get1--">get1()</a></span> - Method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteBiTuple.html" title="class in org.apache.ignite.lang">IgniteBiTuple</a></dt>
<dd>
<div class="block">Gets first value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteBiTuple.html#get2--">get2()</a></span> - Method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteBiTuple.html" title="class in org.apache.ignite.lang">IgniteBiTuple</a></dt>
<dd>
<div class="block">Gets second value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/WalSegmentArchivedEvent.html#getAbsWalSegmentIdx--">getAbsWalSegmentIdx()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/WalSegmentArchivedEvent.html" title="class in org.apache.ignite.events">WalSegmentArchivedEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/s3/S3CheckpointSpi.html#getAccessKey--">getAccessKey()</a></span> - Method 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">Gets S3 access key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/s3/S3CheckpointSpiMBean.html#getAccessKey--">getAccessKey()</a></span> - Method in interface org.apache.ignite.spi.checkpoint.s3.<a href="org/apache/ignite/spi/checkpoint/s3/S3CheckpointSpiMBean.html" title="interface in org.apache.ignite.spi.checkpoint.s3">S3CheckpointSpiMBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/kubernetes/configuration/KubernetesConnectionConfiguration.html#getAccountToken--">getAccountToken()</a></span> - Method in class org.apache.ignite.kubernetes.configuration.<a href="org/apache/ignite/kubernetes/configuration/KubernetesConnectionConfiguration.html" title="class in org.apache.ignite.kubernetes.configuration">KubernetesConnectionConfiguration</a></dt>
<dd>
<div class="block">Get Kubernetes account token.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html#getAckSendThreshold--">getAckSendThreshold()</a></span> - Method in interface org.apache.ignite.spi.communication.tcp.<a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html" title="interface in org.apache.ignite.spi.communication.tcp">TcpCommunicationSpiMBean</a></dt>
<dd>
<div class="block">Gets number of received messages per connection to node after which acknowledgment message is sent.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#getAckTimeout--">getAckTimeout()</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">Gets message acknowledgement timeout.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html#getAckTimeout--">getAckTimeout()</a></span> - Method in interface org.apache.ignite.spi.discovery.tcp.<a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html" title="interface in org.apache.ignite.spi.discovery.tcp">TcpDiscoverySpiMBean</a></dt>
<dd>
<div class="block">Gets message acknowledgement timeout.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/isolve/lsqr/LSQRResult.html#getAcond--">getAcond()</a></span> - Method in class org.apache.ignite.ml.math.isolve.lsqr.<a href="org/apache/ignite/ml/math/isolve/lsqr/LSQRResult.html" title="class in org.apache.ignite.ml.math.isolve.lsqr">LSQRResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getActiveBaselineNodes--">getActiveBaselineNodes()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Get count of active baseline nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/StripedExecutorMXBean.html#getActiveCount--">getActiveCount()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/StripedExecutorMXBean.html" title="interface in org.apache.ignite.mxbean">StripedExecutorMXBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ThreadPoolMXBean.html#getActiveCount--">getActiveCount()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ThreadPoolMXBean.html" title="interface in org.apache.ignite.mxbean">ThreadPoolMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Returns the approximate number of threads that are actively executing tasks.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpi.html#getActiveJobsThreshold--">getActiveJobsThreshold()</a></span> - Method 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">See <a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpi.html#setActiveJobsThreshold-int-"><code>JobStealingCollisionSpi.setActiveJobsThreshold(int)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpiMBean.html#getActiveJobsThreshold--">getActiveJobsThreshold()</a></span> - Method in interface org.apache.ignite.spi.collision.jobstealing.<a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpiMBean.html" title="interface in org.apache.ignite.spi.collision.jobstealing">JobStealingCollisionSpiMBean</a></dt>
<dd>
<div class="block">Gets number of jobs that can be executed in parallel.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/TransactionsMXBean.html#getActiveTransactions-java.lang.Long-java.lang.Integer-java.lang.String-java.lang.String-java.lang.String-java.lang.String-java.lang.Integer-java.lang.String-boolean-boolean-">getActiveTransactions(Long, Integer, String, String, String, String, Integer, String, boolean, boolean)</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/TransactionsMXBean.html" title="interface in org.apache.ignite.mxbean">TransactionsMXBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientAddressFinder.html#getAddresses--">getAddresses()</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientAddressFinder.html" title="interface in org.apache.ignite.client">ClientAddressFinder</a></dt>
<dd>
<div class="block">Get addresses of Ignite server nodes within a cluster.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ThinClientKubernetesAddressFinder.html#getAddresses--">getAddresses()</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ThinClientKubernetesAddressFinder.html" title="class in org.apache.ignite.client">ThinClientKubernetesAddressFinder</a></dt>
<dd>
<div class="block">Get addresses of Ignite server nodes within a cluster.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConfiguration.html#getAddresses--">getAddresses()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration">ClientConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#getAddresses--">getAddresses()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConfiguration.html#getAddressesFinder--">getAddressesFinder()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration">ClientConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/multicast/TcpDiscoveryMulticastIpFinder.html#getAddressRequestAttempts--">getAddressRequestAttempts()</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.multicast.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/multicast/TcpDiscoveryMulticastIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.multicast">TcpDiscoveryMulticastIpFinder</a></dt>
<dd>
<div class="block">Gets number of attempts to send multicast address request.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getAddressResolver--">getAddressResolver()</a></span> - Method 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">Gets address resolver for addresses mapping determination.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#getAddressResolver--">getAddressResolver()</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">Gets address resolver.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/AtomicConfiguration.html#getAffinity--">getAffinity()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/AtomicConfiguration.html" title="class in org.apache.ignite.configuration">AtomicConfiguration</a></dt>
<dd>
<div class="block">Gets atomic cache affinity function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getAffinity--">getAffinity()</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>
<dd>
<div class="block">Gets key topology resolver to provide mapping from keys to nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/affinity/rendezvous/RendezvousAffinityFunction.html#getAffinityBackupFilter--">getAffinityBackupFilter()</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 optional backup filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/services/ServiceConfiguration.html#getAffinityKey--">getAffinityKey()</a></span> - Method 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">Gets affinity key used for key-to-node affinity calculation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheKeyConfiguration.html#getAffinityKeyFieldName--">getAffinityKeyFieldName()</a></span> - Method in 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">Gets affinity key field name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryTypeConfiguration.html#getAffinityKeyFieldName--">getAffinityKeyFieldName()</a></span> - Method in class org.apache.ignite.platform.dotnet.<a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryTypeConfiguration.html" title="class in org.apache.ignite.platform.dotnet">PlatformDotNetBinaryTypeConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getAffinityMapper--">getAffinityMapper()</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>
<dd>
<div class="block">Affinity key mapper used to provide custom affinity key for any given key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheGroupMetricsMXBean.html#getAffinityPartitionsAssignmentMap--">getAffinityPartitionsAssignmentMap()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheGroupMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheGroupMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets affinity partitions assignment map.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SqlQuery.html#getAlias--">getAlias()</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SqlQuery.html" title="class in org.apache.ignite.cache.query">SqlQuery</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets table alias for type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryEntity.html#getAliases--">getAliases()</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">Gets aliases map.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#getAll-java.util.Collection-">getAll(Collection)</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">Retrieves values mapped to the specified keys from cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/BulkLoadContextCursor.html#getAll--">getAll()</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/BulkLoadContextCursor.html" title="class in org.apache.ignite.cache.query">BulkLoadContextCursor</a></dt>
<dd>
<div class="block">Gets all query results and stores them in the collection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/QueryCursor.html#getAll--">getAll()</a></span> - Method in interface org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/QueryCursor.html" title="interface in org.apache.ignite.cache.query">QueryCursor</a></dt>
<dd>
<div class="block">Gets all query results and stores them in the collection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCache.html#getAll-java.util.Set-">getAll(Set<span class='angle_bracket'>&lt;</span>? extends K<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a></dt>
<dd>
<div class="block">Gets a collection of entries from the <a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client"><code>ClientCache</code></a>, returning them as
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util"><code>Map</code></a> of the values associated with the set of keys requested.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#getAll-java.util.Set-">getAll(Set<span class='angle_bracket'>&lt;</span>? extends K<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/EvaluationResult.html#getAll--">getAll()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.evaluator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/EvaluationResult.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator">EvaluationResult</a></dt>
<dd>
<div class="block">Returns a collection of metric name and value pairs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/TracingConfigurationManager.html#getAll-org.apache.ignite.spi.tracing.Scope-">getAll(Scope)</a></span> - Method in interface org.apache.ignite.spi.tracing.<a href="org/apache/ignite/spi/tracing/TracingConfigurationManager.html" title="interface in org.apache.ignite.spi.tracing">TracingConfigurationManager</a></dt>
<dd>
<div class="block">List all pairs of tracing configuration coordinates and tracing configuration parameters
or list all pairs of tracing configuration and parameters for the specific scope.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#getAllAsync-java.util.Collection-">getAllAsync(Collection)</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">Asynchronously retrieves values mapped to the specified keys from cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCache.html#getAllAsync-java.util.Set-">getAllAsync(Set<span class='angle_bracket'>&lt;</span>? extends K<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a></dt>
<dd>
<div class="block">Gets a collection of entries from the <a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client"><code>ClientCache</code></a>, returning them as
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util"><code>Map</code></a> of the values associated with the set of keys requested.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#getAllAsync-java.util.Set-">getAllAsync(Set<span class='angle_bracket'>&lt;</span>? extends K<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Asynchronously gets a collection of entries from the <code>Cache</code>, returning them as
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util"><code>Map</code></a> of the values associated with the set of keys requested.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataRegionMetrics.html#getAllocationRate--">getAllocationRate()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/DataRegionMetrics.html" title="interface in org.apache.ignite">DataRegionMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets pages allocation rate of a memory region.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataRegionMetricsAdapter.html#getAllocationRate--">getAllocationRate()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/DataRegionMetricsAdapter.html" title="class in org.apache.ignite">DataRegionMetricsAdapter</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets pages allocation rate of a memory region.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/MemoryMetrics.html#getAllocationRate--">getAllocationRate()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/MemoryMetrics.html" title="interface in org.apache.ignite">MemoryMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets pages allocation rate of a memory region.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html#getAllocationRate--">getAllocationRate()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataRegionMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets pages allocation rate of a memory region.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/MemoryMetricsMXBean.html#getAllocationRate--">getAllocationRate()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/MemoryMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">MemoryMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets pages allocation rate of a memory region.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#getAllOutTx-java.util.Set-">getAllOutTx(Set)</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 values from cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#getAllOutTx-java.util.Set-">getAllOutTx(Set<span class='angle_bracket'>&lt;</span>? extends K<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Gets values from cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#getAllOutTxAsync-java.util.Set-">getAllOutTxAsync(Set)</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 values from cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#getAllOutTxAsync-java.util.Set-">getAllOutTxAsync(Set<span class='angle_bracket'>&lt;</span>? extends K<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Asynchronously gets values from cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/TransactionMetricsMxBean.html#getAllOwnerTransactions--">getAllOwnerTransactions()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/TransactionMetricsMxBean.html" title="interface in org.apache.ignite.mxbean">TransactionMetricsMxBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">All near transactions</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/transactions/TransactionMetrics.html#getAllOwnerTransactions--">getAllOwnerTransactions()</a></span> - Method in interface org.apache.ignite.transactions.<a href="org/apache/ignite/transactions/TransactionMetrics.html" title="interface in org.apache.ignite.transactions">TransactionMetrics</a></dt>
<dd>
<div class="block">Gets a map of all transactions for which the local node is the originating node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/kmeans/KMeansTrainer.html#getAmountOfClusters--">getAmountOfClusters()</a></span> - Method in class org.apache.ignite.ml.clustering.kmeans.<a href="org/apache/ignite/ml/clustering/kmeans/KMeansTrainer.html" title="class in org.apache.ignite.ml.clustering.kmeans">KMeansTrainer</a></dt>
<dd>
<div class="block">Gets the amount of clusters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/svm/SVMLinearClassificationTrainer.html#getAmountOfIterations--">getAmountOfIterations()</a></span> - Method in class org.apache.ignite.ml.svm.<a href="org/apache/ignite/ml/svm/SVMLinearClassificationTrainer.html" title="class in org.apache.ignite.ml.svm">SVMLinearClassificationTrainer</a></dt>
<dd>
<div class="block">Get the amount of outer iterations of SCDA algorithm.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/svm/SVMLinearClassificationTrainer.html#getAmountOfLocIterations--">getAmountOfLocIterations()</a></span> - Method in class org.apache.ignite.ml.svm.<a href="org/apache/ignite/ml/svm/SVMLinearClassificationTrainer.html" title="class in org.apache.ignite.ml.svm">SVMLinearClassificationTrainer</a></dt>
<dd>
<div class="block">Get the amount of local iterations of SCDA algorithm.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteAtomicLong.html#getAndAdd-long-">getAndAdd(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">Gets current value of atomic long and adds <code>l</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteAtomicSequence.html#getAndAdd-long-">getAndAdd(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">Gets current value of atomic sequence and adds <code>l</code> elements.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteAtomicLong.html#getAndDecrement--">getAndDecrement()</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">Gets and decrements current value of atomic long.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteAtomicLong.html#getAndIncrement--">getAndIncrement()</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">Gets and increments current value of atomic long.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteAtomicSequence.html#getAndIncrement--">getAndIncrement()</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 and increments current value of atomic sequence.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#getAndPut-java.lang.Object-java.lang.Object-">getAndPut(Object, Object)</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">Stores given key-value pair in cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCache.html#getAndPut-K-V-">getAndPut(K, V)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a></dt>
<dd>
<div class="block">Associates the specified value with the specified key in this cache, returning an existing value if one existed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#getAndPut-K-V-">getAndPut(K, V)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#getAndPutAsync-java.lang.Object-java.lang.Object-">getAndPutAsync(Object, Object)</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">Asynchronously stores given key-value pair in cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCache.html#getAndPutAsync-K-V-">getAndPutAsync(K, V)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a></dt>
<dd>
<div class="block">Associates the specified value with the specified key in this cache, returning an existing value if one existed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#getAndPutAsync-K-V-">getAndPutAsync(K, V)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Asynchronously associates the specified value with the specified key in this cache,
returning an existing value if one existed as the future result.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#getAndPutIfAbsent-java.lang.Object-java.lang.Object-">getAndPutIfAbsent(Object, Object)</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">Stores given key-value pair in cache only if cache had no previous mapping for it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCache.html#getAndPutIfAbsent-K-V-">getAndPutIfAbsent(K, V)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a></dt>
<dd>
<div class="block">Atomically associates the specified key with the given value if it is not already associated with a value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#getAndPutIfAbsent-K-V-">getAndPutIfAbsent(K, V)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Stores given key-value pair in cache only if cache had no previous mapping for it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#getAndPutIfAbsentAsync-java.lang.Object-java.lang.Object-">getAndPutIfAbsentAsync(Object, Object)</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">Asynchronously stores given key-value pair in cache only if cache had no previous mapping for it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCache.html#getAndPutIfAbsentAsync-K-V-">getAndPutIfAbsentAsync(K, V)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a></dt>
<dd>
<div class="block">Atomically associates the specified key with the given value if it is not already associated with a value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#getAndPutIfAbsentAsync-K-V-">getAndPutIfAbsentAsync(K, V)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Asynchronously stores given key-value pair in cache only if cache had no previous mapping for it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#getAndRemove-java.lang.Object-">getAndRemove(Object)</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">Removes given key mapping from cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCache.html#getAndRemove-K-">getAndRemove(K)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a></dt>
<dd>
<div class="block">Atomically removes the entry for a key only if currently mapped to some value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#getAndRemove-K-">getAndRemove(K)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#getAndRemoveAsync-java.lang.Object-">getAndRemoveAsync(Object)</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">Asynchronously removes given key mapping from cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCache.html#getAndRemoveAsync-K-">getAndRemoveAsync(K)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a></dt>
<dd>
<div class="block">Atomically removes the entry for a key only if currently mapped to some value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#getAndRemoveAsync-K-">getAndRemoveAsync(K)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Asynchronously removes the entry for a key only if currently mapped to some
value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#getAndReplace-java.lang.Object-java.lang.Object-">getAndReplace(Object, Object)</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">Stores given key-value pair in cache only if there is a previous mapping for it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCache.html#getAndReplace-K-V-">getAndReplace(K, V)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a></dt>
<dd>
<div class="block">Atomically replaces the value for a given key if and only if there is a value currently mapped by the key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#getAndReplace-K-V-">getAndReplace(K, V)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#getAndReplaceAsync-java.lang.Object-java.lang.Object-">getAndReplaceAsync(Object, Object)</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">Asynchronously stores given key-value pair in cache only if there is a previous mapping for it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCache.html#getAndReplaceAsync-K-V-">getAndReplaceAsync(K, V)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a></dt>
<dd>
<div class="block">Atomically replaces the value for a given key if and only if there is a value currently mapped by the key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#getAndReplaceAsync-K-V-">getAndReplaceAsync(K, V)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Asynchronously replaces the value for a given key if and only if there is a
value currently mapped by the key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteAtomicLong.html#getAndSet-long-">getAndSet(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">Gets current value of atomic long and sets new value <code>l</code> of atomic long.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PojoField.html#getAnnotation-java.lang.Class-">getAnnotation(Class)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/PojoField.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">PojoField</a></dt>
<dd>
<div class="block">Returns POJO field annotation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PojoFieldAccessor.html#getAnnotation-java.lang.Class-">getAnnotation(Class)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/PojoFieldAccessor.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">PojoFieldAccessor</a></dt>
<dd>
<div class="block">Returns POJO field annotation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/isolve/lsqr/LSQRResult.html#getAnorm--">getAnorm()</a></span> - Method in class org.apache.ignite.ml.math.isolve.lsqr.<a href="org/apache/ignite/ml/math/isolve/lsqr/LSQRResult.html" title="class in org.apache.ignite.ml.math.isolve.lsqr">LSQRResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#getApplicationContext--">getApplicationContext()</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 spring application context this Ignite runs in.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/WalSegmentArchivedEvent.html#getArchiveFile--">getArchiveFile()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/WalSegmentArchivedEvent.html" title="class in org.apache.ignite.events">WalSegmentArchivedEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/MLPTrainer.html#getArchSupplier--">getArchSupplier()</a></span> - Method in class org.apache.ignite.ml.nn.<a href="org/apache/ignite/ml/nn/MLPTrainer.html" title="class in org.apache.ignite.ml.nn">MLPTrainer</a></dt>
<dd>
<div class="block">Get the multilayer perceptron architecture supplier that defines layers and activators.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SpiQuery.html#getArgs--">getArgs()</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SpiQuery.html" title="class in org.apache.ignite.cache.query">SpiQuery</a></dt>
<dd>
<div class="block">Gets SQL arguments.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SqlFieldsQuery.html#getArgs--">getArgs()</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SqlFieldsQuery.html" title="class in org.apache.ignite.cache.query">SqlFieldsQuery</a></dt>
<dd>
<div class="block">Gets SQL arguments.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SqlQuery.html#getArgs--">getArgs()</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SqlQuery.html" title="class in org.apache.ignite.cache.query">SqlQuery</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets SQL arguments.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/isolve/lsqr/LSQRResult.html#getArnorm--">getArnorm()</a></span> - Method in class org.apache.ignite.ml.math.isolve.lsqr.<a href="org/apache/ignite/ml/math/isolve/lsqr/LSQRResult.html" title="class in org.apache.ignite.ml.math.isolve.lsqr">LSQRResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetConfiguration.html#getAssemblies--">getAssemblies()</a></span> - Method in class org.apache.ignite.platform.dotnet.<a href="org/apache/ignite/platform/dotnet/PlatformDotNetConfiguration.html" title="class in org.apache.ignite.platform.dotnet">PlatformDotNetConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/metric/BooleanMetric.html#getAsString--">getAsString()</a></span> - Method in interface org.apache.ignite.spi.metric.<a href="org/apache/ignite/spi/metric/BooleanMetric.html" title="interface in org.apache.ignite.spi.metric">BooleanMetric</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/metric/DoubleMetric.html#getAsString--">getAsString()</a></span> - Method in interface org.apache.ignite.spi.metric.<a href="org/apache/ignite/spi/metric/DoubleMetric.html" title="interface in org.apache.ignite.spi.metric">DoubleMetric</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/metric/IntMetric.html#getAsString--">getAsString()</a></span> - Method in interface org.apache.ignite.spi.metric.<a href="org/apache/ignite/spi/metric/IntMetric.html" title="interface in org.apache.ignite.spi.metric">IntMetric</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/metric/LongMetric.html#getAsString--">getAsString()</a></span> - Method in interface org.apache.ignite.spi.metric.<a href="org/apache/ignite/spi/metric/LongMetric.html" title="interface in org.apache.ignite.spi.metric">LongMetric</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/metric/Metric.html#getAsString--">getAsString()</a></span> - Method in interface org.apache.ignite.spi.metric.<a href="org/apache/ignite/spi/metric/Metric.html" title="interface in org.apache.ignite.spi.metric">Metric</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/metric/ObjectMetric.html#getAsString--">getAsString()</a></span> - Method in interface org.apache.ignite.spi.metric.<a href="org/apache/ignite/spi/metric/ObjectMetric.html" title="interface in org.apache.ignite.spi.metric">ObjectMetric</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#getAsync-java.lang.Object-">getAsync(Object)</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">Asynchronously retrieves value mapped to the specified key from cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCache.html#getAsync-K-">getAsync(K)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a></dt>
<dd>
<div class="block">Gets an entry from the cache asynchronously.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#getAsync-K-">getAsync(K)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Asynchronously gets an entry from the cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getAsyncCallbackPoolSize--">getAsyncCallbackPoolSize()</a></span> - Method 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">Size of thread pool that is in charge of processing asynchronous callbacks.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConfiguration.html#getAsyncContinuationExecutor--">getAsyncContinuationExecutor()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration">ClientConfiguration</a></dt>
<dd>
<div class="block">Gets the async continuation executor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getAsyncContinuationExecutor--">getAsyncContinuationExecutor()</a></span> - Method 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">Gets the continuation executor for cache async APIs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/IgniteModelStorageUtil.html#getAsyncModel-org.apache.ignite.Ignite-java.lang.String-org.apache.ignite.ml.inference.builder.AsyncModelBuilder-">getAsyncModel(Ignite, String, AsyncModelBuilder)</a></span> - Static method in class org.apache.ignite.ml.inference.<a href="org/apache/ignite/ml/inference/IgniteModelStorageUtil.html" title="class in org.apache.ignite.ml.inference">IgniteModelStorageUtil</a></dt>
<dd>
<div class="block">Retrieves Ignite model by name using asynchronous model builder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html#getATN--">getATN()</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelLexer</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#getATN--">getATN()</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getAtomicConfiguration--">getAtomicConfiguration()</a></span> - Method 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>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#getAtomicityMode--">getAtomicityMode()</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getAtomicityMode--">getAtomicityMode()</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>
<dd>
<div class="block">Gets cache atomicity mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CollectionConfiguration.html#getAtomicityMode--">getAtomicityMode()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/CollectionConfiguration.html" title="class in org.apache.ignite.configuration">CollectionConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/AtomicConfiguration.html#getAtomicSequenceReserveSize--">getAtomicSequenceReserveSize()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/AtomicConfiguration.html" title="class in org.apache.ignite.configuration">AtomicConfiguration</a></dt>
<dd>
<div class="block">Gets default number of sequence values reserved for <a href="org/apache/ignite/IgniteAtomicSequence.html" title="interface in org.apache.ignite"><code>IgniteAtomicSequence</code></a> instances.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeJobContext.html#getAttribute-K-">getAttribute(K)</a></span> - Method in interface org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeJobContext.html" title="interface in org.apache.ignite.compute">ComputeJobContext</a></dt>
<dd>
<div class="block">Gets attribute from this job context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeTaskSession.html#getAttribute-K-">getAttribute(K)</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">Gets an attribute set by <a href="org/apache/ignite/compute/ComputeTaskSession.html#setAttribute-java.lang.Object-java.lang.Object-"><code>ComputeTaskSession.setAttribute(Object, Object)</code></a> or <a href="org/apache/ignite/compute/ComputeTaskSession.html#setAttributes-java.util.Map-"><code>ComputeTaskSession.setAttributes(Map)</code></a>
method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/MetaAttributes.html#getAttribute-java.lang.String-">getAttribute(String)</a></span> - Method in interface org.apache.ignite.ml.math.<a href="org/apache/ignite/ml/math/MetaAttributes.html" title="interface in org.apache.ignite.ml.math">MetaAttributes</a></dt>
<dd>
<div class="block">Gets meta attribute with given name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/metric/jmx/MetricRegistryMBean.html#getAttribute-java.lang.String-">getAttribute(String)</a></span> - Method in class org.apache.ignite.spi.metric.jmx.<a href="org/apache/ignite/spi/metric/jmx/MetricRegistryMBean.html" title="class in org.apache.ignite.spi.metric.jmx">MetricRegistryMBean</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/affinity/rendezvous/ClusterNodeAttributeAffinityBackupFilter.html#getAttributeNames--">getAttributeNames()</a></span> - Method in class org.apache.ignite.cache.affinity.rendezvous.<a href="org/apache/ignite/cache/affinity/rendezvous/ClusterNodeAttributeAffinityBackupFilter.html" title="class in org.apache.ignite.cache.affinity.rendezvous">ClusterNodeAttributeAffinityBackupFilter</a></dt>
<dd>
<div class="block">Gets attribute names.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeJobContext.html#getAttributes--">getAttributes()</a></span> - Method in interface org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeJobContext.html" title="interface in org.apache.ignite.compute">ComputeJobContext</a></dt>
<dd>
<div class="block">Gets all attributes present in this job context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeTaskSession.html#getAttributes--">getAttributes()</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">Gets all attributes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/metric/jmx/ReadOnlyDynamicMBean.html#getAttributes-java.lang.String:A-">getAttributes(String[])</a></span> - Method in class org.apache.ignite.spi.metric.jmx.<a href="org/apache/ignite/spi/metric/jmx/ReadOnlyDynamicMBean.html" title="class in org.apache.ignite.spi.metric.jmx">ReadOnlyDynamicMBean</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html#getAuthenticator--">getAuthenticator()</a></span> - Method in class org.apache.ignite.spi.discovery.zk.<a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.zk">ZookeeperDiscoverySpi</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/BaselineAutoAdjustMXBean.html#getAutoAdjustmentTimeout--">getAutoAdjustmentTimeout()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/BaselineAutoAdjustMXBean.html" title="interface in org.apache.ignite.mxbean">BaselineAutoAdjustMXBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterMetrics.html#getAverageActiveJobs--">getAverageActiveJobs()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterMetrics.html" title="interface in org.apache.ignite.cluster">ClusterMetrics</a></dt>
<dd>
<div class="block">Gets average number of active jobs concurrently executing on the node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getAverageActiveJobs--">getAverageActiveJobs()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Gets average number of active jobs concurrently executing on the node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterMetrics.html#getAverageCancelledJobs--">getAverageCancelledJobs()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterMetrics.html" title="interface in org.apache.ignite.cluster">ClusterMetrics</a></dt>
<dd>
<div class="block">Gets average number of cancelled jobs this node ever had running
concurrently.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getAverageCancelledJobs--">getAverageCancelledJobs()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Gets average number of cancelled jobs this node ever had running
concurrently.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterMetrics.html#getAverageCpuLoad--">getAverageCpuLoad()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterMetrics.html" title="interface in org.apache.ignite.cluster">ClusterMetrics</a></dt>
<dd>
<div class="block">Gets average of CPU load values over all metrics kept in the history.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getAverageCpuLoad--">getAverageCpuLoad()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Gets average of CPU load values over all metrics kept in the history.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/genetic/Population.html#getAverageFitness--">getAverageFitness()</a></span> - Method in class org.apache.ignite.ml.util.genetic.<a href="org/apache/ignite/ml/util/genetic/Population.html" title="class in org.apache.ignite.ml.util.genetic">Population</a></dt>
<dd>
<div class="block">Returns the average fitness of population or Double.NaN if not all fitness values are calculated for all chromosomes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getAverageGetTime--">getAverageGetTime()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">The mean time to execute gets.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getAverageGetTime--">getAverageGetTime()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">The mean time to execute gets.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterMetrics.html#getAverageJobExecuteTime--">getAverageJobExecuteTime()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterMetrics.html" title="interface in org.apache.ignite.cluster">ClusterMetrics</a></dt>
<dd>
<div class="block">Gets average time a job takes to execute on the node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getAverageJobExecuteTime--">getAverageJobExecuteTime()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Gets average time a job takes to execute on the node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterMetrics.html#getAverageJobWaitTime--">getAverageJobWaitTime()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterMetrics.html" title="interface in org.apache.ignite.cluster">ClusterMetrics</a></dt>
<dd>
<div class="block">Gets average time jobs spend waiting in the queue to be executed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getAverageJobWaitTime--">getAverageJobWaitTime()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Gets average time jobs spend waiting in the queue to be executed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getAveragePutTime--">getAveragePutTime()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">The mean time to execute puts.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getAveragePutTime--">getAveragePutTime()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">The mean time to execute puts.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterMetrics.html#getAverageRejectedJobs--">getAverageRejectedJobs()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterMetrics.html" title="interface in org.apache.ignite.cluster">ClusterMetrics</a></dt>
<dd>
<div class="block">Gets average number of jobs this node rejects during collision resolution operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getAverageRejectedJobs--">getAverageRejectedJobs()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Gets average number of jobs this node rejects during collision resolution operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getAverageRemoveTime--">getAverageRemoveTime()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">The mean time to execute removes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getAverageRemoveTime--">getAverageRemoveTime()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">The mean time to execute removes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getAverageTxCommitTime--">getAverageTxCommitTime()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">The mean time to execute tx commit.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getAverageTxCommitTime--">getAverageTxCommitTime()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">The mean time to execute tx commit.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getAverageTxRollbackTime--">getAverageTxRollbackTime()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">The mean time to execute tx rollbacks.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getAverageTxRollbackTime--">getAverageTxRollbackTime()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">The mean time to execute tx rollbacks.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterMetrics.html#getAverageWaitingJobs--">getAverageWaitingJobs()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterMetrics.html" title="interface in org.apache.ignite.cluster">ClusterMetrics</a></dt>
<dd>
<div class="block">Gets average number of waiting jobs this node had queued.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getAverageWaitingJobs--">getAverageWaitingJobs()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Gets average number of waiting jobs this node had queued.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#getAvgMessageProcessingTime--">getAvgMessageProcessingTime()</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">Gets avg message processing time.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html#getAvgMessageProcessingTime--">getAvgMessageProcessingTime()</a></span> - Method in interface org.apache.ignite.spi.discovery.tcp.<a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html" title="interface in org.apache.ignite.spi.discovery.tcp">TcpDiscoverySpiMBean</a></dt>
<dd>
<div class="block">Gets avg message processing time.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/affinity/rendezvous/RendezvousAffinityFunction.html#getBackupFilter--">getBackupFilter()</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 optional backup filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#getBackups--">getBackups()</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/AtomicConfiguration.html#getBackups--">getBackups()</a></span> - Method in 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="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getBackups--">getBackups()</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>
<dd>
<div class="block">Gets number of nodes used to back up single partition for <a href="org/apache/ignite/cache/CacheMode.html#PARTITIONED"><code>CacheMode.PARTITIONED</code></a> cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CollectionConfiguration.html#getBackups--">getBackups()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/CollectionConfiguration.html" title="class in org.apache.ignite.configuration">CollectionConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheGroupMetricsMXBean.html#getBackups--">getBackups()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheGroupMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheGroupMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets count of backups configured for this cache group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeLoadBalancer.html#getBalancedNode-org.apache.ignite.compute.ComputeJob-java.util.Collection-">getBalancedNode(ComputeJob, Collection<span class='angle_bracket'>&lt;</span>ClusterNode<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeLoadBalancer.html" title="interface in org.apache.ignite.compute">ComputeLoadBalancer</a></dt>
<dd>
<div class="block">Gets the next balanced node according to the underlying load balancing policy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/failover/FailoverContext.html#getBalancedNode-java.util.List-">getBalancedNode(List<span class='angle_bracket'>&lt;</span>ClusterNode<span class='angle_bracket'>&gt;</span>)</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">Gets the next balanced node for failed job.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/loadbalancing/adaptive/AdaptiveLoadBalancingSpi.html#getBalancedNode-org.apache.ignite.compute.ComputeTaskSession-java.util.List-org.apache.ignite.compute.ComputeJob-">getBalancedNode(ComputeTaskSession, List<span class='angle_bracket'>&lt;</span>ClusterNode<span class='angle_bracket'>&gt;</span>, ComputeJob)</a></span> - Method in 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>
<div class="block">Gets balanced node for specified job within given task session.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/loadbalancing/LoadBalancingSpi.html#getBalancedNode-org.apache.ignite.compute.ComputeTaskSession-java.util.List-org.apache.ignite.compute.ComputeJob-">getBalancedNode(ComputeTaskSession, List<span class='angle_bracket'>&lt;</span>ClusterNode<span class='angle_bracket'>&gt;</span>, ComputeJob)</a></span> - Method in interface org.apache.ignite.spi.loadbalancing.<a href="org/apache/ignite/spi/loadbalancing/LoadBalancingSpi.html" title="interface in org.apache.ignite.spi.loadbalancing">LoadBalancingSpi</a></dt>
<dd>
<div class="block">Gets balanced node for specified job within given task session.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/loadbalancing/roundrobin/RoundRobinLoadBalancingSpi.html#getBalancedNode-org.apache.ignite.compute.ComputeTaskSession-java.util.List-org.apache.ignite.compute.ComputeJob-">getBalancedNode(ComputeTaskSession, List<span class='angle_bracket'>&lt;</span>ClusterNode<span class='angle_bracket'>&gt;</span>, ComputeJob)</a></span> - Method in class org.apache.ignite.spi.loadbalancing.roundrobin.<a href="org/apache/ignite/spi/loadbalancing/roundrobin/RoundRobinLoadBalancingSpi.html" title="class in org.apache.ignite.spi.loadbalancing.roundrobin">RoundRobinLoadBalancingSpi</a></dt>
<dd>
<div class="block">Gets balanced node for specified job within given task session.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/loadbalancing/weightedrandom/WeightedRandomLoadBalancingSpi.html#getBalancedNode-org.apache.ignite.compute.ComputeTaskSession-java.util.List-org.apache.ignite.compute.ComputeJob-">getBalancedNode(ComputeTaskSession, List<span class='angle_bracket'>&lt;</span>ClusterNode<span class='angle_bracket'>&gt;</span>, ComputeJob)</a></span> - Method in class org.apache.ignite.spi.loadbalancing.weightedrandom.<a href="org/apache/ignite/spi/loadbalancing/weightedrandom/WeightedRandomLoadBalancingSpi.html" title="class in org.apache.ignite.spi.loadbalancing.weightedrandom">WeightedRandomLoadBalancingSpi</a></dt>
<dd>
<div class="block">Gets balanced node for specified job within given task session.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/zk/TcpDiscoveryZookeeperIpFinder.html#getBasePath--">getBasePath()</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.zk.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/zk/TcpDiscoveryZookeeperIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.zk">TcpDiscoveryZookeeperIpFinder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/CacheLoadOnlyStoreAdapter.html#getBatchQueueSize--">getBatchQueueSize()</a></span> - Method in 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>
<div class="block">Returns batch queue size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/AbstractEvictionPolicy.html#getBatchSize--">getBatchSize()</a></span> - Method in 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>
<div class="block">Gets batch size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/AbstractEvictionPolicyFactory.html#getBatchSize--">getBatchSize()</a></span> - Method in class org.apache.ignite.cache.eviction.<a href="org/apache/ignite/cache/eviction/AbstractEvictionPolicyFactory.html" title="class in org.apache.ignite.cache.eviction">AbstractEvictionPolicyFactory</a></dt>
<dd>
<div class="block">Gets batch size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/fifo/FifoEvictionPolicyMBean.html#getBatchSize--">getBatchSize()</a></span> - Method in interface org.apache.ignite.cache.eviction.fifo.<a href="org/apache/ignite/cache/eviction/fifo/FifoEvictionPolicyMBean.html" title="interface in org.apache.ignite.cache.eviction.fifo">FifoEvictionPolicyMBean</a></dt>
<dd>
<div class="block">Gets batch size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/lru/LruEvictionPolicyMBean.html#getBatchSize--">getBatchSize()</a></span> - Method in interface org.apache.ignite.cache.eviction.lru.<a href="org/apache/ignite/cache/eviction/lru/LruEvictionPolicyMBean.html" title="interface in org.apache.ignite.cache.eviction.lru">LruEvictionPolicyMBean</a></dt>
<dd>
<div class="block">Gets batch size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicyMBean.html#getBatchSize--">getBatchSize()</a></span> - Method in interface org.apache.ignite.cache.eviction.sorted.<a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicyMBean.html" title="interface in org.apache.ignite.cache.eviction.sorted">SortedEvictionPolicyMBean</a></dt>
<dd>
<div class="block">Gets batch size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/CacheLoadOnlyStoreAdapter.html#getBatchSize--">getBatchSize()</a></span> - Method in 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>
<div class="block">Returns batch size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html#getBatchSize--">getBatchSize()</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">Get maximum batch size for delete and delete operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcPojoStoreFactory.html#getBatchSize--">getBatchSize()</a></span> - Method in 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>
<div class="block">Get maximum batch size for delete and delete operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/MLPTrainer.html#getBatchSize--">getBatchSize()</a></span> - Method in class org.apache.ignite.ml.nn.<a href="org/apache/ignite/ml/nn/MLPTrainer.html" title="class in org.apache.ignite.ml.nn">MLPTrainer</a></dt>
<dd>
<div class="block">Get the batch size (per every partition).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/linear/LinearRegressionSGDTrainer.html#getBatchSize--">getBatchSize()</a></span> - Method in class org.apache.ignite.ml.regressions.linear.<a href="org/apache/ignite/ml/regressions/linear/LinearRegressionSGDTrainer.html" title="class in org.apache.ignite.ml.regressions.linear">LinearRegressionSGDTrainer</a></dt>
<dd>
<div class="block">Get the batch size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionSGDTrainer.html#getBatchSize--">getBatchSize()</a></span> - Method in class org.apache.ignite.ml.regressions.logistic.<a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionSGDTrainer.html" title="class in org.apache.ignite.ml.regressions.logistic">LogisticRegressionSGDTrainer</a></dt>
<dd>
<div class="block">Get the batch size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/cv/CrossValidationResult.html#getBest-java.lang.String-">getBest(String)</a></span> - Method in class org.apache.ignite.ml.selection.cv.<a href="org/apache/ignite/ml/selection/cv/CrossValidationResult.html" title="class in org.apache.ignite.ml.selection.cv">CrossValidationResult</a></dt>
<dd>
<div class="block">Gets the best value for the specific hyper parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/cv/CrossValidationResult.html#getBestAvgScore--">getBestAvgScore()</a></span> - Method in class org.apache.ignite.ml.selection.cv.<a href="org/apache/ignite/ml/selection/cv/CrossValidationResult.html" title="class in org.apache.ignite.ml.selection.cv">CrossValidationResult</a></dt>
<dd>
<div class="block">Gets the the average value of best score array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/cv/CrossValidationResult.html#getBestHyperParams--">getBestHyperParams()</a></span> - Method in class org.apache.ignite.ml.selection.cv.<a href="org/apache/ignite/ml/selection/cv/CrossValidationResult.html" title="class in org.apache.ignite.ml.selection.cv">CrossValidationResult</a></dt>
<dd>
<div class="block">Gets the best hyper parameters set.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/cv/CrossValidationResult.html#getBestScore--">getBestScore()</a></span> - Method in class org.apache.ignite.ml.selection.cv.<a href="org/apache/ignite/ml/selection/cv/CrossValidationResult.html" title="class in org.apache.ignite.ml.selection.cv">CrossValidationResult</a></dt>
<dd>
<div class="block">Gets the best score for the specific hyper parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/predictionsaggregator/WeightedPredictionsAggregator.html#getBias--">getBias()</a></span> - Method in class org.apache.ignite.ml.composition.predictionsaggregator.<a href="org/apache/ignite/ml/composition/predictionsaggregator/WeightedPredictionsAggregator.html" title="class in org.apache.ignite.ml.composition.predictionsaggregator">WeightedPredictionsAggregator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConfiguration.html#getBinaryConfiguration--">getBinaryConfiguration()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration">ClientConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getBinaryConfiguration--">getBinaryConfiguration()</a></span> - Method 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">Gets configuration for Ignite Binary objects.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetConfiguration.html#getBinaryConfiguration--">getBinaryConfiguration()</a></span> - Method in class org.apache.ignite.platform.dotnet.<a href="org/apache/ignite/platform/dotnet/PlatformDotNetConfiguration.html" title="class in org.apache.ignite.platform.dotnet">PlatformDotNetConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/development/utils/IgniteWalConverterArguments.html#getBinaryMetadataFileStoreDir--">getBinaryMetadataFileStoreDir()</a></span> - Method in class org.apache.ignite.development.utils.<a href="org/apache/ignite/development/utils/IgniteWalConverterArguments.html" title="class in org.apache.ignite.development.utils">IgniteWalConverterArguments</a></dt>
<dd>
<div class="block">Path to binary metadata dir.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#getBoolean-java.lang.String-">getBoolean(String)</a></span> - Static method in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Gets either system property or environment variable with given name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#getBoolean-java.lang.String-boolean-">getBoolean(String, boolean)</a></span> - Static method in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Gets either system property or environment variable with given name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/s3/S3CheckpointSpi.html#getBucketEndpoint--">getBucketEndpoint()</a></span> - Method 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">Gets S3 bucket endpoint to use.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/s3/S3CheckpointSpiMBean.html#getBucketEndpoint--">getBucketEndpoint()</a></span> - Method in interface org.apache.ignite.spi.checkpoint.s3.<a href="org/apache/ignite/spi/checkpoint/s3/S3CheckpointSpiMBean.html" title="interface in org.apache.ignite.spi.checkpoint.s3">S3CheckpointSpiMBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/BucketMeta.html#getBucketId-java.lang.Double-">getBucketId(Double)</a></span> - Method in class org.apache.ignite.ml.dataset.feature.<a href="org/apache/ignite/ml/dataset/feature/BucketMeta.html" title="class in org.apache.ignite.ml.dataset.feature">BucketMeta</a></dt>
<dd>
<div class="block">Returns bucket id for feature value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/s3/S3CheckpointSpi.html#getBucketName--">getBucketName()</a></span> - Method 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">Gets S3 bucket name to use.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/s3/S3CheckpointSpiMBean.html#getBucketName--">getBucketName()</a></span> - Method in interface org.apache.ignite.spi.checkpoint.s3.<a href="org/apache/ignite/spi/checkpoint/s3/S3CheckpointSpiMBean.html" title="interface in org.apache.ignite.spi.checkpoint.s3">S3CheckpointSpiMBean</a></dt>
<dd>
<div class="block">Gets S3 bucket name to use.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/discrete/DiscreteNaiveBayesModel.html#getBucketThresholds--">getBucketThresholds()</a></span> - Method in class org.apache.ignite.ml.naivebayes.discrete.<a href="org/apache/ignite/ml/naivebayes/discrete/DiscreteNaiveBayesModel.html" title="class in org.apache.ignite.ml.naivebayes.discrete">DiscreteNaiveBayesModel</a></dt>
<dd>
<div class="block">A getter for bucketThresholds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getBuildIndexThreadPoolSize--">getBuildIndexThreadPoolSize()</a></span> - Method 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">Size of thread pool for create/rebuild index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/osgi/classloaders/BundleDelegatingClassLoader.html#getBundle--">getBundle()</a></span> - Method 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">Returns the <code>Bundle</code> to which this ClassLoader is associated.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterMetrics.html#getBusyTimePercentage--">getBusyTimePercentage()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterMetrics.html" title="interface in org.apache.ignite.cluster">ClusterMetrics</a></dt>
<dd>
<div class="block">Gets percentage of time this node is busy executing jobs vs. idling.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getBusyTimePercentage--">getBusyTimePercentage()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Gets percentage of time this node is busy executing jobs vs. idling.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheManager.html#getCache-java.lang.String-java.lang.Class-java.lang.Class-">getCache(String, Class<span class='angle_bracket'>&lt;</span>K<span class='angle_bracket'>&gt;</span>, Class<span class='angle_bracket'>&lt;</span>V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheManager.html" title="class in org.apache.ignite.cache">CacheManager</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheManager.html#getCache-java.lang.String-">getCache(String)</a></span> - Method in class org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheManager.html" title="class in org.apache.ignite.cache">CacheManager</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getCacheConfiguration--">getCacheConfiguration()</a></span> - Method 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">Gets configuration (descriptors) for all caches.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getCacheEntryListenerConfigurations--">getCacheEntryListenerConfigurations()</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="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getCacheEvictions--">getCacheEvictions()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">The total number of evictions from the cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getCacheEvictions--">getCacheEvictions()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">The total number of evictions from the cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getCacheGets--">getCacheGets()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">The total number of requests to the cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getCacheGets--">getCacheGets()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">The total number of requests to the cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getCacheHitPercentage--">getCacheHitPercentage()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">This is a measure of cache efficiency.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getCacheHitPercentage--">getCacheHitPercentage()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">This is a measure of cache efficiency.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getCacheHits--">getCacheHits()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">The number of get requests that were satisfied by the cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getCacheHits--">getCacheHits()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">The number of get requests that were satisfied by the cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getCacheKeyConfiguration--">getCacheKeyConfiguration()</a></span> - Method 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">Gets cache key configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CachingProvider.html#getCacheManager-java.net.URI-java.lang.ClassLoader-java.util.Properties-">getCacheManager(URI, ClassLoader, Properties)</a></span> - Method in class org.apache.ignite.cache.<a href="org/apache/ignite/cache/CachingProvider.html" title="class in org.apache.ignite.cache">CachingProvider</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CachingProvider.html#getCacheManager-java.net.URI-java.lang.ClassLoader-">getCacheManager(URI, ClassLoader)</a></span> - Method in class org.apache.ignite.cache.<a href="org/apache/ignite/cache/CachingProvider.html" title="class in org.apache.ignite.cache">CachingProvider</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CachingProvider.html#getCacheManager--">getCacheManager()</a></span> - Method in class org.apache.ignite.cache.<a href="org/apache/ignite/cache/CachingProvider.html" title="class in org.apache.ignite.cache">CachingProvider</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getCacheMisses--">getCacheMisses()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">A miss is a get request that is not satisfied.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getCacheMisses--">getCacheMisses()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">A miss is a get request that is not satisfied.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getCacheMissPercentage--">getCacheMissPercentage()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">Returns the percentage of cache accesses that did not find a requested entry
in the cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getCacheMissPercentage--">getCacheMissPercentage()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Returns the percentage of cache accesses that did not find a requested entry
in the cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#getCacheMode--">getCacheMode()</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/AtomicConfiguration.html#getCacheMode--">getCacheMode()</a></span> - Method in 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="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getCacheMode--">getCacheMode()</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>
<dd>
<div class="block">Gets caching mode to use.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CollectionConfiguration.html#getCacheMode--">getCacheMode()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/CollectionConfiguration.html" title="class in org.apache.ignite.configuration">CollectionConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/JdbcType.html#getCacheName--">getCacheName()</a></span> - Method in class org.apache.ignite.cache.store.jdbc.<a href="org/apache/ignite/cache/store/jdbc/JdbcType.html" title="class in org.apache.ignite.cache.store.jdbc">JdbcType</a></dt>
<dd>
<div class="block">Gets associated cache name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/services/ServiceConfiguration.html#getCacheName--">getCacheName()</a></span> - Method 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">Gets cache name used for key-to-node affinity calculation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/cache/CacheCheckpointSpi.html#getCacheName--">getCacheName()</a></span> - Method in 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>
<div class="block">Gets cache name to be used by this SPI..</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/cache/CacheCheckpointSpiMBean.html#getCacheName--">getCacheName()</a></span> - Method in interface org.apache.ignite.spi.checkpoint.cache.<a href="org/apache/ignite/spi/checkpoint/cache/CacheCheckpointSpiMBean.html" title="interface in org.apache.ignite.spi.checkpoint.cache">CacheCheckpointSpiMBean</a></dt>
<dd>
<div class="block">Gets cache name to be used by this SPI..</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheManager.html#getCacheNames--">getCacheNames()</a></span> - Method in class org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheManager.html" title="class in org.apache.ignite.cache">CacheManager</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getCachePuts--">getCachePuts()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">The total number of puts to the cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getCachePuts--">getCachePuts()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">The total number of puts to the cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getCacheRemovals--">getCacheRemovals()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">The total number of removals from the cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getCacheRemovals--">getCacheRemovals()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">The total number of removals from the cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheGroupMetricsMXBean.html#getCaches--">getCaches()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheGroupMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheGroupMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets list of cache names of this cache group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getCacheSize--">getCacheSize()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">Cache size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getCacheSize--">getCacheSize()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Cache size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getCacheStoreFactory--">getCacheStoreFactory()</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>
<dd>
<div class="block">Gets factory for underlying persistent storage for read-through and write-through operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getCacheStoreSessionListenerFactories--">getCacheStoreSessionListenerFactories()</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>
<dd>
<div class="block">Gets cache store session listener factories.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getCacheStoreSessionListenerFactories--">getCacheStoreSessionListenerFactories()</a></span> - Method 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">Gets cache store session listener factories.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getCacheTxCommits--">getCacheTxCommits()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">Gets total number of transaction commits.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getCacheTxCommits--">getCacheTxCommits()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets total number of transaction commits.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getCacheTxRollbacks--">getCacheTxRollbacks()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">Gets total number of transaction rollbacks.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getCacheTxRollbacks--">getCacheTxRollbacks()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets total number of transaction rollbacks.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheManager.html#getCachingProvider--">getCachingProvider()</a></span> - Method in class org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheManager.html" title="class in org.apache.ignite.cache">CacheManager</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/ann/ANNClassificationModel.html#getCandidates--">getCandidates()</a></span> - Method in class org.apache.ignite.ml.knn.ann.<a href="org/apache/ignite/ml/knn/ann/ANNClassificationModel.html" title="class in org.apache.ignite.ml.knn.ann">ANNClassificationModel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/ann/ANNModelFormat.html#getCandidates--">getCandidates()</a></span> - Method in class org.apache.ignite.ml.knn.ann.<a href="org/apache/ignite/ml/knn/ann/ANNModelFormat.html" title="class in org.apache.ignite.ml.knn.ann">ANNModelFormat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/common/PropertyMappingHelper.html#getCassandraColumnValue-com.datastax.driver.core.Row-java.lang.String-java.lang.Class-org.apache.ignite.cache.store.cassandra.serializer.Serializer-">getCassandraColumnValue(Row, String, Class, Serializer)</a></span> - Static method in class org.apache.ignite.cache.store.cassandra.common.<a href="org/apache/ignite/cache/store/cassandra/common/PropertyMappingHelper.html" title="class in org.apache.ignite.cache.store.cassandra.common">PropertyMappingHelper</a></dt>
<dd>
<div class="block">Returns value of specific column in the row returned by CQL statement.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/common/PropertyMappingHelper.html#getCassandraType-java.lang.Class-">getCassandraType(Class)</a></span> - Static method in class org.apache.ignite.cache.store.cassandra.common.<a href="org/apache/ignite/cache/store/cassandra/common/PropertyMappingHelper.html" title="class in org.apache.ignite.cache.store.cassandra.common">PropertyMappingHelper</a></dt>
<dd>
<div class="block">Maps Cassandra type to specified Java type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/encoding/target/TargetCounter.html#getCategoryCounts--">getCategoryCounts()</a></span> - Method in class org.apache.ignite.ml.preprocessing.encoding.target.<a href="org/apache/ignite/ml/preprocessing/encoding/target/TargetCounter.html" title="class in org.apache.ignite.ml.preprocessing.encoding.target">TargetCounter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/encoding/target/TargetEncodingMeta.html#getCategoryMean--">getCategoryMean()</a></span> - Method in class org.apache.ignite.ml.preprocessing.encoding.target.<a href="org/apache/ignite/ml/preprocessing/encoding/target/TargetEncodingMeta.html" title="class in org.apache.ignite.ml.preprocessing.encoding.target">TargetEncodingMeta</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/encoding/target/TargetCounter.html#getCategoryTargetSum--">getCategoryTargetSum()</a></span> - Method in class org.apache.ignite.ml.preprocessing.encoding.target.<a href="org/apache/ignite/ml/preprocessing/encoding/target/TargetCounter.html" title="class in org.apache.ignite.ml.preprocessing.encoding.target">TargetCounter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCheckedException.html#getCause-java.lang.Class-">getCause(Class<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>)</a></span> - Method in exception org.apache.ignite.<a href="org/apache/ignite/IgniteCheckedException.html" title="class in org.apache.ignite">IgniteCheckedException</a></dt>
<dd>
<div class="block">Gets first exception of given class from <code>'cause'</code> hierarchy if any.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteException.html#getCause-java.lang.Class-">getCause(Class<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>)</a></span> - Method in exception org.apache.ignite.<a href="org/apache/ignite/IgniteException.html" title="class in org.apache.ignite">IgniteException</a></dt>
<dd>
<div class="block">Gets first exception of given class from <code>'cause'</code> hierarchy if any.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteIllegalStateException.html#getCause-java.lang.Class-">getCause(Class<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>)</a></span> - Method in exception org.apache.ignite.<a href="org/apache/ignite/IgniteIllegalStateException.html" title="class in org.apache.ignite">IgniteIllegalStateException</a></dt>
<dd>
<div class="block">Gets first exception of given class from <code>'cause'</code> hierarchy if any.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/kmeans/KMeansModelFormat.html#getCenters--">getCenters()</a></span> - Method in class org.apache.ignite.ml.clustering.kmeans.<a href="org/apache/ignite/ml/clustering/kmeans/KMeansModelFormat.html" title="class in org.apache.ignite.ml.clustering.kmeans">KMeansModelFormat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/kmeans/KMeansTrainer.TotalCostAndCounts.html#getCentroidStat--">getCentroidStat()</a></span> - Method in class org.apache.ignite.ml.clustering.kmeans.<a href="org/apache/ignite/ml/clustering/kmeans/KMeansTrainer.TotalCostAndCounts.html" title="class in org.apache.ignite.ml.clustering.kmeans">KMeansTrainer.TotalCostAndCounts</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/ann/ANNClassificationModel.html#getCentroindsStat--">getCentroindsStat()</a></span> - Method in class org.apache.ignite.ml.knn.ann.<a href="org/apache/ignite/ml/knn/ann/ANNClassificationModel.html" title="class in org.apache.ignite.ml.knn.ann">ANNClassificationModel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html#getChannelNames--">getChannelNames()</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelLexer</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataRegionMetrics.html#getCheckpointBufferSize--">getCheckpointBufferSize()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/DataRegionMetrics.html" title="interface in org.apache.ignite">DataRegionMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets checkpoint buffer size in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataStorageMetrics.html#getCheckpointBufferSize--">getCheckpointBufferSize()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/DataStorageMetrics.html" title="interface in org.apache.ignite">DataStorageMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Checkpoint buffer size in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html#getCheckpointBufferSize--">getCheckpointBufferSize()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataRegionMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets checkpoint buffer size in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html#getCheckpointBufferSize--">getCheckpointBufferSize()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataStorageMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Checkpoint buffer size in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#getCheckpointFrequency--">getCheckpointFrequency()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Gets checkpoint frequency.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#getCheckpointingFrequency--">getCheckpointingFrequency()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets checkpointing frequency.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#getCheckpointingPageBufferSize--">getCheckpointingPageBufferSize()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets amount of memory allocated for a checkpointing temporary buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#getCheckpointingThreads--">getCheckpointingThreads()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets a number of threads to use for the checkpointing purposes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataRegionConfiguration.html#getCheckpointPageBufferSize--">getCheckpointPageBufferSize()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataRegionConfiguration.html" title="class in org.apache.ignite.configuration">DataRegionConfiguration</a></dt>
<dd>
<div class="block">Gets amount of memory allocated for a checkpoint temporary buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#getCheckpointReadLockTimeout--">getCheckpointReadLockTimeout()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Returns timeout for checkpoint read lock acquisition.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/FailureHandlingMxBean.html#getCheckpointReadLockTimeout--">getCheckpointReadLockTimeout()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/FailureHandlingMxBean.html" title="interface in org.apache.ignite.mxbean">FailureHandlingMxBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getCheckpointSpi--">getCheckpointSpi()</a></span> - Method 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">Should return fully configured checkpoint SPI implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#getCheckpointSpiFormatted--">getCheckpointSpiFormatted()</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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Check the <a href="org/apache/ignite/spi/metric/ReadOnlyMetricRegistry.html" title="interface in org.apache.ignite.spi.metric"><code>ReadOnlyMetricRegistry</code></a> with "name=ignite.checkpointSpiFormatted" instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html#getCheckpointTableName--">getCheckpointTableName()</a></span> - Method in class org.apache.ignite.spi.checkpoint.jdbc.<a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.jdbc">JdbcCheckpointSpi</a></dt>
<dd>
<div class="block">Gets checkpoint table name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpiMBean.html#getCheckpointTableName--">getCheckpointTableName()</a></span> - Method in interface org.apache.ignite.spi.checkpoint.jdbc.<a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpiMBean.html" title="interface in org.apache.ignite.spi.checkpoint.jdbc">JdbcCheckpointSpiMBean</a></dt>
<dd>
<div class="block">Gets checkpoint table name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#getCheckpointThreads--">getCheckpointThreads()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Gets a number of threads to use for the checkpoint purposes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataStorageMetrics.html#getCheckpointTotalTime--">getCheckpointTotalTime()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/DataStorageMetrics.html" title="interface in org.apache.ignite">DataStorageMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Total checkpoint time from last restart.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html#getCheckpointTotalTime--">getCheckpointTotalTime()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataStorageMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Total checkpoint time from last restart.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#getCheckpointWriteOrder--">getCheckpointWriteOrder()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">This property defines order of writing pages to disk storage during checkpoint.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#getCheckpointWriteOrder--">getCheckpointWriteOrder()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">This property defines order of writing pages to disk storage during checkpoint.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/genetic/Population.html#getChromosome-int-">getChromosome(int)</a></span> - Method in class org.apache.ignite.ml.util.genetic.<a href="org/apache/ignite/ml/util/genetic/Population.html" title="class in org.apache.ignite.ml.util.genetic">Population</a></dt>
<dd>
<div class="block">Returns an individual chromosome.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/genetic/Population.html#getChromosome-java.lang.Integer-">getChromosome(Integer)</a></span> - Method in class org.apache.ignite.ml.util.genetic.<a href="org/apache/ignite/ml/util/genetic/Population.html" title="class in org.apache.ignite.ml.util.genetic">Population</a></dt>
<dd>
<div class="block">Returns the chromosome by given index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#getCipherSuites--">getCipherSuites()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dd>
<div class="block">Gets cipher suites.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ssl/SslContextFactory.html#getCipherSuites--">getCipherSuites()</a></span> - Method in class org.apache.ignite.ssl.<a href="org/apache/ignite/ssl/SslContextFactory.html" title="class in org.apache.ignite.ssl">SslContextFactory</a></dt>
<dd>
<div class="block">Gets enabled cipher suites.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/marshaller/MarshallerContext.html#getClass-int-java.lang.ClassLoader-">getClass(int, ClassLoader)</a></span> - Method in interface org.apache.ignite.marshaller.<a href="org/apache/ignite/marshaller/MarshallerContext.html" title="interface in org.apache.ignite.marshaller">MarshallerContext</a></dt>
<dd>
<div class="block">Gets class for provided type ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/aop/spring/GridifySpringPointcut.html#getClassFilter--">getClassFilter()</a></span> - Method in class org.apache.ignite.compute.gridify.aop.spring.<a href="org/apache/ignite/compute/gridify/aop/spring/GridifySpringPointcut.html" title="class in org.apache.ignite.compute.gridify.aop.spring">GridifySpringPointcut</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheManager.html#getClassLoader--">getClassLoader()</a></span> - Method in class org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheManager.html" title="class in org.apache.ignite.cache">CacheManager</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeTaskSession.html#getClassLoader--">getClassLoader()</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">Gets class loader responsible for loading all classes within task.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getClassLoader--">getClassLoader()</a></span> - Method 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>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/deployment/DeploymentResource.html#getClassLoader--">getClassLoader()</a></span> - Method in interface org.apache.ignite.spi.deployment.<a href="org/apache/ignite/spi/deployment/DeploymentResource.html" title="interface in org.apache.ignite.spi.deployment">DeploymentResource</a></dt>
<dd>
<div class="block">Gets resource class loader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/deployment/DeploymentResourceAdapter.html#getClassLoader--">getClassLoader()</a></span> - Method in class org.apache.ignite.spi.deployment.<a href="org/apache/ignite/spi/deployment/DeploymentResourceAdapter.html" title="class in org.apache.ignite.spi.deployment">DeploymentResourceAdapter</a></dt>
<dd>
<div class="block">Gets resource class loader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/jta/reflect/CacheReflectionTmLookup.html#getClassName--">getClassName()</a></span> - Method in class org.apache.ignite.cache.jta.reflect.<a href="org/apache/ignite/cache/jta/reflect/CacheReflectionTmLookup.html" title="class in org.apache.ignite.cache.jta.reflect">CacheReflectionTmLookup</a></dt>
<dd>
<div class="block">Gets class name to use.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/marshaller/MarshallerContext.html#getClassName-byte-int-">getClassName(byte, int)</a></span> - Method in interface org.apache.ignite.marshaller.<a href="org/apache/ignite/marshaller/MarshallerContext.html" title="interface in org.apache.ignite.marshaller">MarshallerContext</a></dt>
<dd>
<div class="block">Gets class name for provided (platformId, typeId) pair.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/gaussian/GaussianNaiveBayesModel.html#getClassProbabilities--">getClassProbabilities()</a></span> - Method in class org.apache.ignite.ml.naivebayes.gaussian.<a href="org/apache/ignite/ml/naivebayes/gaussian/GaussianNaiveBayesModel.html" title="class in org.apache.ignite.ml.naivebayes.gaussian">GaussianNaiveBayesModel</a></dt>
<dd>
<div class="block">A getter for classProbabilities.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/NNClassificationModel.html#getClassVoteForVector-boolean-double-">getClassVoteForVector(boolean, double)</a></span> - Method in class org.apache.ignite.ml.knn.<a href="org/apache/ignite/ml/knn/NNClassificationModel.html" title="class in org.apache.ignite.ml.knn">NNClassificationModel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/NNClassificationModel.html#getClassWithMaxVotes-java.util.Map-">getClassWithMaxVotes(Map<span class='angle_bracket'>&lt;</span>Double, Double<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.knn.<a href="org/apache/ignite/ml/knn/NNClassificationModel.html" title="class in org.apache.ignite.ml.knn">NNClassificationModel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteClientSpringBean.html#getClientConfiguration--">getClientConfiguration()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteClientSpringBean.html" title="class in org.apache.ignite">IgniteClientSpringBean</a></dt>
<dd>
<div class="block">Gets Ignite client configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getClientConnectorConfiguration--">getClientConnectorConfiguration()</a></span> - Method 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">Gets client connector configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getClientFailureDetectionTimeout--">getClientFailureDetectionTimeout()</a></span> - Method 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">Returns failure detection timeout for client nodes used by <a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.tcp"><code>TcpDiscoverySpi</code></a> and <a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html" title="class in org.apache.ignite.spi.communication.tcp"><code>TcpCommunicationSpi</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/discrete/DiscreteNaiveBayesModel.html#getClsProbabilities--">getClsProbabilities()</a></span> - Method in class org.apache.ignite.ml.naivebayes.discrete.<a href="org/apache/ignite/ml/naivebayes/discrete/DiscreteNaiveBayesModel.html" title="class in org.apache.ignite.ml.naivebayes.discrete">DiscreteNaiveBayesModel</a></dt>
<dd>
<div class="block">A getter for clsProbabilities.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/KeyPersistenceSettings.html#getClusteringDDL--">getClusteringDDL()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/KeyPersistenceSettings.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">KeyPersistenceSettings</a></dt>
<dd>
<div class="block">Returns Cassandra DDL for cluster key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheGroupMetricsMXBean.html#getClusterMovingPartitionsCount--">getClusterMovingPartitionsCount()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheGroupMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheGroupMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets count of partitions with state MOVING for this cache group in the entire cluster.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheGroupMetricsMXBean.html#getClusterOwningPartitionsCount--">getClusterOwningPartitionsCount()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheGroupMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheGroupMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets count of partitions with state OWNING for this cache group in the entire cluster.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getClusterStateOnStart--">getClusterStateOnStart()</a></span> - Method 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">Gets state of cluster on start.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/statistics/MeanValueStatistic.html#getCntOfValues--">getCntOfValues()</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.statistics.<a href="org/apache/ignite/ml/tree/randomforest/data/statistics/MeanValueStatistic.html" title="class in org.apache.ignite.ml.tree.randomforest.data.statistics">MeanValueStatistic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/WrappedPreparedStatement.html#getCodecRegistry--">getCodecRegistry()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.session.<a href="org/apache/ignite/cache/store/cassandra/session/WrappedPreparedStatement.html" title="class in org.apache.ignite.cache.store.cassandra.session">WrappedPreparedStatement</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#getCol-int-">getCol(int)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>
<div class="block">Get a specific row from matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html#getCol-int-">getCol(int)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">Matrix</a></dt>
<dd>
<div class="block">Get a specific row from matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/DecisionTreeConditionalNode.html#getCol--">getCol()</a></span> - Method in class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/DecisionTreeConditionalNode.html" title="class in org.apache.ignite.ml.tree">DecisionTreeConditionalNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getCollisionSpi--">getCollisionSpi()</a></span> - Method 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">Should return fully configured collision SPI implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#getCollisionSpiFormatted--">getCollisionSpiFormatted()</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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Check the <a href="org/apache/ignite/spi/metric/ReadOnlyMetricRegistry.html" title="interface in org.apache.ignite.spi.metric"><code>ReadOnlyMetricRegistry</code></a> with "name=ignite.collisionSpiFormatted" instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PersistenceSettings.html#getColumn--">getColumn()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/PersistenceSettings.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">PersistenceSettings</a></dt>
<dd>
<div class="block">Returns Cassandra table column name where object should be persisted in
case of using BLOB or PRIMITIVE persistence strategy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PojoField.html#getColumn--">getColumn()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/PojoField.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">PojoField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PojoField.html#getColumnDDL--">getColumnDDL()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/PojoField.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">PojoField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PojoValueField.html#getColumnDDL--">getColumnDDL()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/PojoValueField.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">PojoValueField</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/isolve/lsqr/AbstractLSQR.html#getColumns--">getColumns()</a></span> - Method in class org.apache.ignite.ml.math.isolve.lsqr.<a href="org/apache/ignite/ml/math/isolve/lsqr/AbstractLSQR.html" title="class in org.apache.ignite.ml.math.isolve.lsqr">AbstractLSQR</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/isolve/lsqr/LSQROnHeap.html#getColumns--">getColumns()</a></span> - Method in class org.apache.ignite.ml.math.isolve.lsqr.<a href="org/apache/ignite/ml/math/isolve/lsqr/LSQROnHeap.html" title="class in org.apache.ignite.ml.math.isolve.lsqr">LSQROnHeap</a></dt>
<dd>
<div class="block">Returns number of columns in dataset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/BulkLoadContextCursor.html#getColumnsCount--">getColumnsCount()</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/BulkLoadContextCursor.html" title="class in org.apache.ignite.cache.query">BulkLoadContextCursor</a></dt>
<dd>
<div class="block">Gets number of columns in a row.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/FieldsQueryCursor.html#getColumnsCount--">getColumnsCount()</a></span> - Method in interface org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/FieldsQueryCursor.html" title="interface in org.apache.ignite.cache.query">FieldsQueryCursor</a></dt>
<dd>
<div class="block">Gets number of columns in a row.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/JdbcTypesDefaultTransformer.html#getColumnValue-java.sql.ResultSet-int-java.lang.Class-">getColumnValue(ResultSet, int, Class<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.cache.store.jdbc.<a href="org/apache/ignite/cache/store/jdbc/JdbcTypesDefaultTransformer.html" title="class in org.apache.ignite.cache.store.jdbc">JdbcTypesDefaultTransformer</a></dt>
<dd>
<div class="block">Retrieves the value of the designated column in the current row of this <code>ResultSet</code> object and
will convert to the requested Java data type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/JdbcTypesTransformer.html#getColumnValue-java.sql.ResultSet-int-java.lang.Class-">getColumnValue(ResultSet, int, Class<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.cache.store.jdbc.<a href="org/apache/ignite/cache/store/jdbc/JdbcTypesTransformer.html" title="interface in org.apache.ignite.cache.store.jdbc">JdbcTypesTransformer</a></dt>
<dd>
<div class="block">Retrieves the value of the designated column in the current row of this <code>ResultSet</code> object and
will convert to the requested Java data type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpiMBean.html#getCommErrorProcNum--">getCommErrorProcNum()</a></span> - Method in interface org.apache.ignite.spi.discovery.zk.<a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpiMBean.html" title="interface in org.apache.ignite.spi.discovery.zk">ZookeeperDiscoverySpiMBean</a></dt>
<dd>
<div class="block">Gets number of communication resolver called.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getCommunicationFailureResolver--">getCommunicationFailureResolver()</a></span> - Method 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>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getCommunicationSpi--">getCommunicationSpi()</a></span> - Method 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">Should return fully configured SPI communication implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#getCommunicationSpiFormatted--">getCommunicationSpiFormatted()</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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Check the <a href="org/apache/ignite/spi/metric/ReadOnlyMetricRegistry.html" title="interface in org.apache.ignite.spi.metric"><code>ReadOnlyMetricRegistry</code></a> with "name=ignite.communicationSpiFormatted" instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicyFactory.html#getComp--">getComp()</a></span> - Method in class org.apache.ignite.cache.eviction.sorted.<a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicyFactory.html" title="class in org.apache.ignite.cache.eviction.sorted">SortedEvictionPolicyFactory</a></dt>
<dd>
<div class="block">Gets entries comparator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ThreadPoolMXBean.html#getCompletedTaskCount--">getCompletedTaskCount()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ThreadPoolMXBean.html" title="interface in org.apache.ignite.mxbean">ThreadPoolMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Returns the approximate total number of tasks that have completed execution.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteReflectionFactory.html#getComponentClass--">getComponentClass()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/IgniteReflectionFactory.html" title="class in org.apache.ignite.configuration">IgniteReflectionFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/GDBLearningStrategy.html#getCompositionWeights--">getCompositionWeights()</a></span> - Method in class org.apache.ignite.ml.composition.boosting.<a href="org/apache/ignite/ml/composition/boosting/GDBLearningStrategy.html" title="class in org.apache.ignite.ml.composition.boosting">GDBLearningStrategy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#getConcurrencyLevel--">getConcurrencyLevel()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Returns the number of concurrent segments in Ignite internal page mapping tables.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/MemoryConfiguration.html#getConcurrencyLevel--">getConcurrencyLevel()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/MemoryConfiguration.html" title="class in org.apache.ignite.configuration">MemoryConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Returns the number of concurrent segments in Ignite internal page mapping tables.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCache.html#getConfiguration--">getConfiguration()</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#getConfiguration-java.lang.Class-">getConfiguration(Class<span class='angle_bracket'>&lt;</span>C<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#getConfiguration--">getConfiguration()</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 configuration of this Ignite instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCache.html#getConfigurationAsync--">getConfigurationAsync()</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a></dt>
<dd>
<div class="block">Gets the cache configuration asynchronously.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryEntityPatch.html#getConflictsMessage--">getConflictsMessage()</a></span> - Method in class org.apache.ignite.cache.<a href="org/apache/ignite/cache/QueryEntityPatch.html" title="class in org.apache.ignite.cache">QueryEntityPatch</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#getConnection--">getConnection()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#getConnection-java.lang.String-java.lang.String-">getConnection(String, String)</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html#getConnectionCheckInterval--">getConnectionCheckInterval()</a></span> - Method in interface org.apache.ignite.spi.discovery.tcp.<a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html" title="interface in org.apache.ignite.spi.discovery.tcp">TcpDiscoverySpiMBean</a></dt>
<dd>
<div class="block">Gets connection check interval in ms.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#getConnectionRecoveryTimeout--">getConnectionRecoveryTimeout()</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">Gets timeout that defines how long server node would try to recovery connection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClientProcessorMXBean.html#getConnections--">getConnections()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClientProcessorMXBean.html" title="interface in org.apache.ignite.mxbean">ClientProcessorMXBean</a></dt>
<dd>
<div class="block">Returns list of active connections.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html#getConnectionsPerNode--">getConnectionsPerNode()</a></span> - Method in interface org.apache.ignite.spi.communication.tcp.<a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html" title="interface in org.apache.ignite.spi.communication.tcp">TcpCommunicationSpiMBean</a></dt>
<dd>
<div class="block">Gets number of connections to each remote node. if <a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html#isUsePairedConnections--"><code>TcpCommunicationSpiMBean.isUsePairedConnections()</code></a>
is <code>true</code> then number of connections is doubled and half is used for incoming and
half for outgoing messages.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getConnectorConfiguration--">getConnectorConfiguration()</a></span> - Method 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>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html#getConnectTimeout--">getConnectTimeout()</a></span> - Method in interface org.apache.ignite.spi.communication.tcp.<a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html" title="interface in org.apache.ignite.spi.communication.tcp">TcpCommunicationSpiMBean</a></dt>
<dd>
<div class="block">Gets connect timeout used when establishing connection
with remote nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/WrappedPreparedStatement.html#getConsistencyLevel--">getConsistencyLevel()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.session.<a href="org/apache/ignite/cache/store/cassandra/session/WrappedPreparedStatement.html" title="class in org.apache.ignite.cache.store.cassandra.session">WrappedPreparedStatement</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpi.html#getConsistentAttributeNames--">getConsistentAttributeNames()</a></span> - Method 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">Returns back a list of attributes that should be consistent
for this SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html#getConsistentAttributeNames--">getConsistentAttributeNames()</a></span> - Method in class org.apache.ignite.spi.collision.priorityqueue.<a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html" title="class in org.apache.ignite.spi.collision.priorityqueue">PriorityQueueCollisionSpi</a></dt>
<dd>
<div class="block">Returns back a list of attributes that should be consistent
for this SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/failover/always/AlwaysFailoverSpi.html#getConsistentAttributeNames--">getConsistentAttributeNames()</a></span> - Method 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">Returns back a list of attributes that should be consistent
for this SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/failover/jobstealing/JobStealingFailoverSpi.html#getConsistentAttributeNames--">getConsistentAttributeNames()</a></span> - Method in class org.apache.ignite.spi.failover.jobstealing.<a href="org/apache/ignite/spi/failover/jobstealing/JobStealingFailoverSpi.html" title="class in org.apache.ignite.spi.failover.jobstealing">JobStealingFailoverSpi</a></dt>
<dd>
<div class="block">Returns back a list of attributes that should be consistent
for this SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiAdapter.html#getConsistentAttributeNames--">getConsistentAttributeNames()</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">Returns back a list of attributes that should be consistent
for this SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/loadbalancing/weightedrandom/WeightedRandomLoadBalancingSpi.html#getConsistentAttributeNames--">getConsistentAttributeNames()</a></span> - Method in class org.apache.ignite.spi.loadbalancing.weightedrandom.<a href="org/apache/ignite/spi/loadbalancing/weightedrandom/WeightedRandomLoadBalancingSpi.html" title="class in org.apache.ignite.spi.loadbalancing.weightedrandom">WeightedRandomLoadBalancingSpi</a></dt>
<dd>
<div class="block">Returns back a list of attributes that should be consistent
for this SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getConsistentId--">getConsistentId()</a></span> - Method 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">Gets consistent globally unique node ID which survives node restarts.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ApplicationMaster.html#getContainers--">getContainers()</a></span> - Method in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ApplicationMaster.html" title="class in org.apache.ignite.yarn">ApplicationMaster</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/marshaller/AbstractMarshaller.html#getContext--">getContext()</a></span> - Method in 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><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/impl/cache/util/ComputeUtils.html#getContext-org.apache.ignite.Ignite-java.lang.String-int-">getContext(Ignite, String, int)</a></span> - Static method in class org.apache.ignite.ml.dataset.impl.cache.util.<a href="org/apache/ignite/ml/dataset/impl/cache/util/ComputeUtils.html" title="class in org.apache.ignite.ml.dataset.impl.cache.util">ComputeUtils</a></dt>
<dd>
<div class="block">Extracts partition <code>context</code> from the Ignite Cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoverySpiMBean.html#getCoordinator--">getCoordinator()</a></span> - Method in interface org.apache.ignite.spi.discovery.<a href="org/apache/ignite/spi/discovery/DiscoverySpiMBean.html" title="interface in org.apache.ignite.spi.discovery">DiscoverySpiMBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/spi/discovery/DiscoverySpiMBean.html#getCoordinatorNodeFormatted--"><code>DiscoverySpiMBean.getCoordinatorNodeFormatted()</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#getCoordinator--">getCoordinator()</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">Gets current coordinator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html#getCoordinator--">getCoordinator()</a></span> - Method in interface org.apache.ignite.spi.discovery.tcp.<a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html" title="interface in org.apache.ignite.spi.discovery.tcp">TcpDiscoverySpiMBean</a></dt>
<dd>
<div class="block">Gets current coordinator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoverySpiMBean.html#getCoordinatorNodeFormatted--">getCoordinatorNodeFormatted()</a></span> - Method in interface org.apache.ignite.spi.discovery.<a href="org/apache/ignite/spi/discovery/DiscoverySpiMBean.html" title="interface in org.apache.ignite.spi.discovery">DiscoverySpiMBean</a></dt>
<dd>
<div class="block">Gets current coordinator node formatted as a string.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#getCoordinatorSinceTimestamp--">getCoordinatorSinceTimestamp()</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">Gets time local node has been coordinator since.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html#getCoordinatorSinceTimestamp--">getCoordinatorSinceTimestamp()</a></span> - Method in interface org.apache.ignite.spi.discovery.tcp.<a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html" title="interface in org.apache.ignite.spi.discovery.tcp">TcpDiscoverySpiMBean</a></dt>
<dd>
<div class="block">Gets time local node has been coordinator since.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/data/DecisionTreeData.html#getCopiedOriginalLabels--">getCopiedOriginalLabels()</a></span> - Method in class org.apache.ignite.ml.tree.data.<a href="org/apache/ignite/ml/tree/data/DecisionTreeData.html" title="class in org.apache.ignite.ml.tree.data">DecisionTreeData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#getCopyright--">getCopyright()</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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Check the <a href="org/apache/ignite/spi/metric/ReadOnlyMetricRegistry.html" title="interface in org.apache.ignite.spi.metric"><code>ReadOnlyMetricRegistry</code></a> with "name=ignite.copyright" instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ThreadPoolMXBean.html#getCorePoolSize--">getCorePoolSize()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ThreadPoolMXBean.html" title="interface in org.apache.ignite.mxbean">ThreadPoolMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Returns the core number of threads.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/paramgrid/EvolutionOptimizationStrategy.html#getCrossingoverProbability--">getCrossingoverProbability()</a></span> - Method in class org.apache.ignite.ml.selection.paramgrid.<a href="org/apache/ignite/ml/selection/paramgrid/EvolutionOptimizationStrategy.html" title="class in org.apache.ignite.ml.selection.paramgrid">EvolutionOptimizationStrategy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/paramgrid/EvolutionOptimizationStrategy.html#getCrossoverStgy--">getCrossoverStgy()</a></span> - Method in class org.apache.ignite.ml.selection.paramgrid.<a href="org/apache/ignite/ml/selection/paramgrid/EvolutionOptimizationStrategy.html" title="class in org.apache.ignite.ml.selection.paramgrid">EvolutionOptimizationStrategy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/impl/local/LocalDataset.html#getCtx--">getCtx()</a></span> - Method in class org.apache.ignite.ml.dataset.impl.local.<a href="org/apache/ignite/ml/dataset/impl/local/LocalDataset.html" title="class in org.apache.ignite.ml.dataset.impl.local">LocalDataset</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterMetrics.html#getCurrentActiveJobs--">getCurrentActiveJobs()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterMetrics.html" title="interface in org.apache.ignite.cluster">ClusterMetrics</a></dt>
<dd>
<div class="block">Gets number of currently active jobs concurrently executing on the node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getCurrentActiveJobs--">getCurrentActiveJobs()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Gets number of currently active jobs concurrently executing on the node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/fifoqueue/FifoQueueCollisionSpi.html#getCurrentActiveJobsNumber--">getCurrentActiveJobsNumber()</a></span> - Method in class org.apache.ignite.spi.collision.fifoqueue.<a href="org/apache/ignite/spi/collision/fifoqueue/FifoQueueCollisionSpi.html" title="class in org.apache.ignite.spi.collision.fifoqueue">FifoQueueCollisionSpi</a></dt>
<dd>
<div class="block">Gets current number of jobs that are active, i.e.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/fifoqueue/FifoQueueCollisionSpiMBean.html#getCurrentActiveJobsNumber--">getCurrentActiveJobsNumber()</a></span> - Method in interface org.apache.ignite.spi.collision.fifoqueue.<a href="org/apache/ignite/spi/collision/fifoqueue/FifoQueueCollisionSpiMBean.html" title="interface in org.apache.ignite.spi.collision.fifoqueue">FifoQueueCollisionSpiMBean</a></dt>
<dd>
<div class="block">Gets current number of jobs that are active, i.e.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpi.html#getCurrentActiveJobsNumber--">getCurrentActiveJobsNumber()</a></span> - Method 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">Gets current number of jobs that are being executed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpiMBean.html#getCurrentActiveJobsNumber--">getCurrentActiveJobsNumber()</a></span> - Method in interface org.apache.ignite.spi.collision.jobstealing.<a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpiMBean.html" title="interface in org.apache.ignite.spi.collision.jobstealing">JobStealingCollisionSpiMBean</a></dt>
<dd>
<div class="block">Gets current number of jobs that are being executed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html#getCurrentActiveJobsNumber--">getCurrentActiveJobsNumber()</a></span> - Method in class org.apache.ignite.spi.collision.priorityqueue.<a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html" title="class in org.apache.ignite.spi.collision.priorityqueue">PriorityQueueCollisionSpi</a></dt>
<dd>
<div class="block">Gets current number of jobs that are active, i.e.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpiMBean.html#getCurrentActiveJobsNumber--">getCurrentActiveJobsNumber()</a></span> - Method in interface org.apache.ignite.spi.collision.priorityqueue.<a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpiMBean.html" title="interface in org.apache.ignite.spi.collision.priorityqueue">PriorityQueueCollisionSpiMBean</a></dt>
<dd>
<div class="block">Gets current number of jobs that are active, i.e.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterMetrics.html#getCurrentCancelledJobs--">getCurrentCancelledJobs()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterMetrics.html" title="interface in org.apache.ignite.cluster">ClusterMetrics</a></dt>
<dd>
<div class="block">Gets number of cancelled jobs that are still running.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getCurrentCancelledJobs--">getCurrentCancelledJobs()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Gets number of cancelled jobs that are still running.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#getCurrentCoordinatorFormatted--">getCurrentCoordinatorFormatted()</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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Check the <a href="org/apache/ignite/spi/metric/ReadOnlyMetricRegistry.html" title="interface in org.apache.ignite.spi.metric"><code>ReadOnlyMetricRegistry</code></a> with "name=ignite.currentCoordinatorFormatted" instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterMetrics.html#getCurrentCpuLoad--">getCurrentCpuLoad()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterMetrics.html" title="interface in org.apache.ignite.cluster">ClusterMetrics</a></dt>
<dd>
<div class="block">Returns the CPU usage in <code>[0, 1]</code> range.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getCurrentCpuLoad--">getCurrentCpuLoad()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Returns the CPU usage in <code>[0, 1]</code> range.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterMetrics.html#getCurrentDaemonThreadCount--">getCurrentDaemonThreadCount()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterMetrics.html" title="interface in org.apache.ignite.cluster">ClusterMetrics</a></dt>
<dd>
<div class="block">Returns the current number of live daemon threads.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getCurrentDaemonThreadCount--">getCurrentDaemonThreadCount()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Returns the current number of live daemon threads.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/sharedfs/SharedFsCheckpointSpi.html#getCurrentDirectoryPath--">getCurrentDirectoryPath()</a></span> - Method in class org.apache.ignite.spi.checkpoint.sharedfs.<a href="org/apache/ignite/spi/checkpoint/sharedfs/SharedFsCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.sharedfs">SharedFsCheckpointSpi</a></dt>
<dd>
<div class="block">Gets path to the directory where all checkpoints are saved.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/sharedfs/SharedFsCheckpointSpiMBean.html#getCurrentDirectoryPath--">getCurrentDirectoryPath()</a></span> - Method in interface org.apache.ignite.spi.checkpoint.sharedfs.<a href="org/apache/ignite/spi/checkpoint/sharedfs/SharedFsCheckpointSpiMBean.html" title="interface in org.apache.ignite.spi.checkpoint.sharedfs">SharedFsCheckpointSpiMBean</a></dt>
<dd>
<div class="block">Gets path to the directory where all checkpoints are saved.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterMetrics.html#getCurrentGcCpuLoad--">getCurrentGcCpuLoad()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterMetrics.html" title="interface in org.apache.ignite.cluster">ClusterMetrics</a></dt>
<dd>
<div class="block">Returns average time spent in CG since the last update.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getCurrentGcCpuLoad--">getCurrentGcCpuLoad()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Returns average time spent in CG since the last update.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/fifoqueue/FifoQueueCollisionSpi.html#getCurrentHeldJobsNumber--">getCurrentHeldJobsNumber()</a></span> - Method in class org.apache.ignite.spi.collision.fifoqueue.<a href="org/apache/ignite/spi/collision/fifoqueue/FifoQueueCollisionSpi.html" title="class in org.apache.ignite.spi.collision.fifoqueue">FifoQueueCollisionSpi</a></dt>
<dd>
<div class="block">Gets number of currently <code>'held'</code> jobs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/fifoqueue/FifoQueueCollisionSpiMBean.html#getCurrentHeldJobsNumber--">getCurrentHeldJobsNumber()</a></span> - Method in interface org.apache.ignite.spi.collision.fifoqueue.<a href="org/apache/ignite/spi/collision/fifoqueue/FifoQueueCollisionSpiMBean.html" title="interface in org.apache.ignite.spi.collision.fifoqueue">FifoQueueCollisionSpiMBean</a></dt>
<dd>
<div class="block">Gets number of currently <code>'held'</code> jobs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpi.html#getCurrentHeldJobsNumber--">getCurrentHeldJobsNumber()</a></span> - Method 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">Gets number of currently <code>'held'</code> jobs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpiMBean.html#getCurrentHeldJobsNumber--">getCurrentHeldJobsNumber()</a></span> - Method in interface org.apache.ignite.spi.collision.jobstealing.<a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpiMBean.html" title="interface in org.apache.ignite.spi.collision.jobstealing">JobStealingCollisionSpiMBean</a></dt>
<dd>
<div class="block">Gets number of currently <code>'held'</code> jobs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html#getCurrentHeldJobsNumber--">getCurrentHeldJobsNumber()</a></span> - Method in class org.apache.ignite.spi.collision.priorityqueue.<a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html" title="class in org.apache.ignite.spi.collision.priorityqueue">PriorityQueueCollisionSpi</a></dt>
<dd>
<div class="block">Gets number of currently <code>'held'</code> jobs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpiMBean.html#getCurrentHeldJobsNumber--">getCurrentHeldJobsNumber()</a></span> - Method in interface org.apache.ignite.spi.collision.priorityqueue.<a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpiMBean.html" title="interface in org.apache.ignite.spi.collision.priorityqueue">PriorityQueueCollisionSpiMBean</a></dt>
<dd>
<div class="block">Gets number of currently <code>'held'</code> jobs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterMetrics.html#getCurrentIdleTime--">getCurrentIdleTime()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterMetrics.html" title="interface in org.apache.ignite.cluster">ClusterMetrics</a></dt>
<dd>
<div class="block">Gets time this node spend idling since executing last job.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getCurrentIdleTime--">getCurrentIdleTime()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Gets time this node spend idling since executing last job.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterMetrics.html#getCurrentJobExecuteTime--">getCurrentJobExecuteTime()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterMetrics.html" title="interface in org.apache.ignite.cluster">ClusterMetrics</a></dt>
<dd>
<div class="block">Gets longest time a current job has been executing for.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getCurrentJobExecuteTime--">getCurrentJobExecuteTime()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Gets longest time a current job has been executing for.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpi.html#getCurrentJobsToStealNumber--">getCurrentJobsToStealNumber()</a></span> - Method 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">Gets current number of jobs to be stolen.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpiMBean.html#getCurrentJobsToStealNumber--">getCurrentJobsToStealNumber()</a></span> - Method in interface org.apache.ignite.spi.collision.jobstealing.<a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpiMBean.html" title="interface in org.apache.ignite.spi.collision.jobstealing">JobStealingCollisionSpiMBean</a></dt>
<dd>
<div class="block">Gets current number of jobs to be stolen.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterMetrics.html#getCurrentJobWaitTime--">getCurrentJobWaitTime()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterMetrics.html" title="interface in org.apache.ignite.cluster">ClusterMetrics</a></dt>
<dd>
<div class="block">Gets current time an oldest jobs has spent waiting to be executed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getCurrentJobWaitTime--">getCurrentJobWaitTime()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Gets current time an oldest jobs has spent waiting to be executed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/AbstractEvictionPolicy.html#getCurrentMemorySize--">getCurrentMemorySize()</a></span> - Method in 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>
<div class="block">Gets current queue size in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/fifo/FifoEvictionPolicyMBean.html#getCurrentMemorySize--">getCurrentMemorySize()</a></span> - Method in interface org.apache.ignite.cache.eviction.fifo.<a href="org/apache/ignite/cache/eviction/fifo/FifoEvictionPolicyMBean.html" title="interface in org.apache.ignite.cache.eviction.fifo">FifoEvictionPolicyMBean</a></dt>
<dd>
<div class="block">Gets current queue size in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/lru/LruEvictionPolicyMBean.html#getCurrentMemorySize--">getCurrentMemorySize()</a></span> - Method in interface org.apache.ignite.cache.eviction.lru.<a href="org/apache/ignite/cache/eviction/lru/LruEvictionPolicyMBean.html" title="interface in org.apache.ignite.cache.eviction.lru">LruEvictionPolicyMBean</a></dt>
<dd>
<div class="block">Gets current queue size in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicyMBean.html#getCurrentMemorySize--">getCurrentMemorySize()</a></span> - Method in interface org.apache.ignite.cache.eviction.sorted.<a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicyMBean.html" title="interface in org.apache.ignite.cache.eviction.sorted">SortedEvictionPolicyMBean</a></dt>
<dd>
<div class="block">Gets current sorted entries queue size in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterMetrics.html#getCurrentPmeDuration--">getCurrentPmeDuration()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterMetrics.html" title="interface in org.apache.ignite.cluster">ClusterMetrics</a></dt>
<dd>
<div class="block">Gets execution duration for current partition map exchange in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getCurrentPmeDuration--">getCurrentPmeDuration()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Gets execution duration for current partition map exchange in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterMetrics.html#getCurrentRejectedJobs--">getCurrentRejectedJobs()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterMetrics.html" title="interface in org.apache.ignite.cluster">ClusterMetrics</a></dt>
<dd>
<div class="block">Gets number of jobs rejected after more recent collision resolution operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getCurrentRejectedJobs--">getCurrentRejectedJobs()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Gets number of jobs rejected after more recent collision resolution operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/fifoqueue/FifoQueueCollisionSpi.html#getCurrentRunningJobsNumber--">getCurrentRunningJobsNumber()</a></span> - Method in class org.apache.ignite.spi.collision.fifoqueue.<a href="org/apache/ignite/spi/collision/fifoqueue/FifoQueueCollisionSpi.html" title="class in org.apache.ignite.spi.collision.fifoqueue">FifoQueueCollisionSpi</a></dt>
<dd>
<div class="block">Gets number of currently running (not <code>'held</code>) jobs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/fifoqueue/FifoQueueCollisionSpiMBean.html#getCurrentRunningJobsNumber--">getCurrentRunningJobsNumber()</a></span> - Method in interface org.apache.ignite.spi.collision.fifoqueue.<a href="org/apache/ignite/spi/collision/fifoqueue/FifoQueueCollisionSpiMBean.html" title="interface in org.apache.ignite.spi.collision.fifoqueue">FifoQueueCollisionSpiMBean</a></dt>
<dd>
<div class="block">Gets number of currently running (not <code>'held</code>) jobs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpi.html#getCurrentRunningJobsNumber--">getCurrentRunningJobsNumber()</a></span> - Method 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">Gets number of currently running (not <code>'held</code>) jobs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpiMBean.html#getCurrentRunningJobsNumber--">getCurrentRunningJobsNumber()</a></span> - Method in interface org.apache.ignite.spi.collision.jobstealing.<a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpiMBean.html" title="interface in org.apache.ignite.spi.collision.jobstealing">JobStealingCollisionSpiMBean</a></dt>
<dd>
<div class="block">Gets number of currently running (not <code>'held</code>) jobs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html#getCurrentRunningJobsNumber--">getCurrentRunningJobsNumber()</a></span> - Method in class org.apache.ignite.spi.collision.priorityqueue.<a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html" title="class in org.apache.ignite.spi.collision.priorityqueue">PriorityQueueCollisionSpi</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpiMBean.html#getCurrentRunningJobsNumber--">getCurrentRunningJobsNumber()</a></span> - Method in interface org.apache.ignite.spi.collision.priorityqueue.<a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpiMBean.html" title="interface in org.apache.ignite.spi.collision.priorityqueue">PriorityQueueCollisionSpiMBean</a></dt>
<dd>
<div class="block">Gets number of currently running (not <code>'held</code>) jobs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/AbstractEvictionPolicy.html#getCurrentSize--">getCurrentSize()</a></span> - Method in 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><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/fifo/FifoEvictionPolicy.html#getCurrentSize--">getCurrentSize()</a></span> - Method in class org.apache.ignite.cache.eviction.fifo.<a href="org/apache/ignite/cache/eviction/fifo/FifoEvictionPolicy.html" title="class in org.apache.ignite.cache.eviction.fifo">FifoEvictionPolicy</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/fifo/FifoEvictionPolicyMBean.html#getCurrentSize--">getCurrentSize()</a></span> - Method in interface org.apache.ignite.cache.eviction.fifo.<a href="org/apache/ignite/cache/eviction/fifo/FifoEvictionPolicyMBean.html" title="interface in org.apache.ignite.cache.eviction.fifo">FifoEvictionPolicyMBean</a></dt>
<dd>
<div class="block">Gets current queue size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/lru/LruEvictionPolicy.html#getCurrentSize--">getCurrentSize()</a></span> - Method in class org.apache.ignite.cache.eviction.lru.<a href="org/apache/ignite/cache/eviction/lru/LruEvictionPolicy.html" title="class in org.apache.ignite.cache.eviction.lru">LruEvictionPolicy</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/lru/LruEvictionPolicyMBean.html#getCurrentSize--">getCurrentSize()</a></span> - Method in interface org.apache.ignite.cache.eviction.lru.<a href="org/apache/ignite/cache/eviction/lru/LruEvictionPolicyMBean.html" title="interface in org.apache.ignite.cache.eviction.lru">LruEvictionPolicyMBean</a></dt>
<dd>
<div class="block">Gets current queue size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicy.html#getCurrentSize--">getCurrentSize()</a></span> - Method in class org.apache.ignite.cache.eviction.sorted.<a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicy.html" title="class in org.apache.ignite.cache.eviction.sorted">SortedEvictionPolicy</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicyMBean.html#getCurrentSize--">getCurrentSize()</a></span> - Method in interface org.apache.ignite.cache.eviction.sorted.<a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicyMBean.html" title="interface in org.apache.ignite.cache.eviction.sorted">SortedEvictionPolicyMBean</a></dt>
<dd>
<div class="block">Gets current size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterMetrics.html#getCurrentThreadCount--">getCurrentThreadCount()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterMetrics.html" title="interface in org.apache.ignite.cluster">ClusterMetrics</a></dt>
<dd>
<div class="block">Returns the current number of live threads including both
daemon and non-daemon threads.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getCurrentThreadCount--">getCurrentThreadCount()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Returns the current number of live threads including both
daemon and non-daemon threads.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html#getCurrentTopologyVersion--">getCurrentTopologyVersion()</a></span> - Method in interface org.apache.ignite.spi.discovery.tcp.<a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html" title="interface in org.apache.ignite.spi.discovery.tcp">TcpDiscoverySpiMBean</a></dt>
<dd>
<div class="block">Current topology version.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterMetrics.html#getCurrentWaitingJobs--">getCurrentWaitingJobs()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterMetrics.html" title="interface in org.apache.ignite.cluster">ClusterMetrics</a></dt>
<dd>
<div class="block">Gets number of queued jobs currently waiting to be executed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getCurrentWaitingJobs--">getCurrentWaitingJobs()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Gets number of queued jobs currently waiting to be executed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/fifoqueue/FifoQueueCollisionSpi.html#getCurrentWaitJobsNumber--">getCurrentWaitJobsNumber()</a></span> - Method in class org.apache.ignite.spi.collision.fifoqueue.<a href="org/apache/ignite/spi/collision/fifoqueue/FifoQueueCollisionSpi.html" title="class in org.apache.ignite.spi.collision.fifoqueue">FifoQueueCollisionSpi</a></dt>
<dd>
<div class="block">Gets current number of jobs that wait for the execution.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/fifoqueue/FifoQueueCollisionSpiMBean.html#getCurrentWaitJobsNumber--">getCurrentWaitJobsNumber()</a></span> - Method in interface org.apache.ignite.spi.collision.fifoqueue.<a href="org/apache/ignite/spi/collision/fifoqueue/FifoQueueCollisionSpiMBean.html" title="interface in org.apache.ignite.spi.collision.fifoqueue">FifoQueueCollisionSpiMBean</a></dt>
<dd>
<div class="block">Gets current number of jobs that wait for the execution.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpi.html#getCurrentWaitJobsNumber--">getCurrentWaitJobsNumber()</a></span> - Method 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">Gets current number of jobs that wait for the execution.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpiMBean.html#getCurrentWaitJobsNumber--">getCurrentWaitJobsNumber()</a></span> - Method in interface org.apache.ignite.spi.collision.jobstealing.<a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpiMBean.html" title="interface in org.apache.ignite.spi.collision.jobstealing">JobStealingCollisionSpiMBean</a></dt>
<dd>
<div class="block">Gets current number of jobs that wait for the execution.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html#getCurrentWaitJobsNumber--">getCurrentWaitJobsNumber()</a></span> - Method in class org.apache.ignite.spi.collision.priorityqueue.<a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html" title="class in org.apache.ignite.spi.collision.priorityqueue">PriorityQueueCollisionSpi</a></dt>
<dd>
<div class="block">Gets current number of jobs that wait for the execution.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpiMBean.html#getCurrentWaitJobsNumber--">getCurrentWaitJobsNumber()</a></span> - Method in interface org.apache.ignite.spi.collision.priorityqueue.<a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpiMBean.html" title="interface in org.apache.ignite.spi.collision.priorityqueue">PriorityQueueCollisionSpiMBean</a></dt>
<dd>
<div class="block">Gets current number of jobs that wait for the execution.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoveryNotification.html#getCustomMsgData--">getCustomMsgData()</a></span> - Method in class org.apache.ignite.spi.discovery.<a href="org/apache/ignite/spi/discovery/DiscoveryNotification.html" title="class in org.apache.ignite.spi.discovery">DiscoveryNotification</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeJobResult.html#getData--">getData()</a></span> - Method in interface org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeJobResult.html" title="interface in org.apache.ignite.compute">ComputeJobResult</a></dt>
<dd>
<div class="block">Gets data returned by remote job if it didn't fail.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/impl/cache/util/ComputeUtils.html#getData-org.apache.ignite.Ignite-java.lang.String-org.apache.ignite.lang.IgniteBiPredicate-org.apache.ignite.ml.dataset.UpstreamTransformerBuilder-java.lang.String-java.util.UUID-org.apache.ignite.ml.dataset.PartitionDataBuilder-org.apache.ignite.ml.environment.LearningEnvironment-boolean-">getData(Ignite, String, IgniteBiPredicate<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, UpstreamTransformerBuilder, String, UUID, PartitionDataBuilder<span class='angle_bracket'>&lt;</span>K, V, C, D<span class='angle_bracket'>&gt;</span>, LearningEnvironment, boolean)</a></span> - Static method in class org.apache.ignite.ml.dataset.impl.cache.util.<a href="org/apache/ignite/ml/dataset/impl/cache/util/ComputeUtils.html" title="class in org.apache.ignite.ml.dataset.impl.cache.util">ComputeUtils</a></dt>
<dd>
<div class="block">Extracts partition <code>data</code> from the local storage, if it's not found in local storage recovers this <code>data</code> from a partition <code>upstream</code> and <code>context</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/impl/local/LocalDataset.html#getData--">getData()</a></span> - Method in class org.apache.ignite.ml.dataset.impl.local.<a href="org/apache/ignite/ml/dataset/impl/local/LocalDataset.html" title="class in org.apache.ignite.ml.dataset.impl.local">LocalDataset</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/JdbcTypeField.html#getDatabaseFieldName--">getDatabaseFieldName()</a></span> - Method in class org.apache.ignite.cache.store.jdbc.<a href="org/apache/ignite/cache/store/jdbc/JdbcTypeField.html" title="class in org.apache.ignite.cache.store.jdbc">JdbcTypeField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/JdbcTypeField.html#getDatabaseFieldType--">getDatabaseFieldType()</a></span> - Method in class org.apache.ignite.cache.store.jdbc.<a href="org/apache/ignite/cache/store/jdbc/JdbcTypeField.html" title="class in org.apache.ignite.cache.store.jdbc">JdbcTypeField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/JdbcType.html#getDatabaseSchema--">getDatabaseSchema()</a></span> - Method in class org.apache.ignite.cache.store.jdbc.<a href="org/apache/ignite/cache/store/jdbc/JdbcType.html" title="class in org.apache.ignite.cache.store.jdbc">JdbcType</a></dt>
<dd>
<div class="block">Gets database schema name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/JdbcType.html#getDatabaseTable--">getDatabaseTable()</a></span> - Method in class org.apache.ignite.cache.store.jdbc.<a href="org/apache/ignite/cache/store/jdbc/JdbcType.html" title="class in org.apache.ignite.cache.store.jdbc">JdbcType</a></dt>
<dd>
<div class="block">Gets table name in database.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#getDataRegionConfigurations--">getDataRegionConfigurations()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Gets an array of all data regions configured.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#getDataRegionName--">getDataRegionName()</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getDataRegionName--">getDataRegionName()</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>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/impl/cache/CacheBasedDataset.html#getDatasetCache--">getDatasetCache()</a></span> - Method in class org.apache.ignite.ml.dataset.impl.cache.<a href="org/apache/ignite/ml/dataset/impl/cache/CacheBasedDataset.html" title="class in org.apache.ignite.ml.dataset.impl.cache">CacheBasedDataset</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html#getDataSource--">getDataSource()</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>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcStoreSessionListener.html#getDataSource--">getDataSource()</a></span> - Method in 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>
<div class="block">Gets data source.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/spring/CacheSpringStoreSessionListener.html#getDataSource--">getDataSource()</a></span> - Method in class org.apache.ignite.cache.store.spring.<a href="org/apache/ignite/cache/store/spring/CacheSpringStoreSessionListener.html" title="class in org.apache.ignite.cache.store.spring">CacheSpringStoreSessionListener</a></dt>
<dd>
<div class="block">Gets data source.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcPojoStoreFactory.html#getDataSourceBean--">getDataSourceBean()</a></span> - Method in 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>
<div class="block">Gets name of the data source bean.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcPojoStoreFactory.html#getDataSourceFactory--">getDataSourceFactory()</a></span> - Method in 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>
<div class="block">Gets factory for underlying datasource.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html#getDataSourceInfo--">getDataSourceInfo()</a></span> - Method in class org.apache.ignite.spi.checkpoint.jdbc.<a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.jdbc">JdbcCheckpointSpi</a></dt>
<dd>
<div class="block">Gets data source description.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpiMBean.html#getDataSourceInfo--">getDataSourceInfo()</a></span> - Method in interface org.apache.ignite.spi.checkpoint.jdbc.<a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpiMBean.html" title="interface in org.apache.ignite.spi.checkpoint.jdbc">JdbcCheckpointSpiMBean</a></dt>
<dd>
<div class="block">Gets data source description.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getDataStorageConfiguration--">getDataStorageConfiguration()</a></span> - Method 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">Gets page memory configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getDataStreamerThreadPoolSize--">getDataStreamerThreadPoolSize()</a></span> - Method 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">Size of thread pool that is in charge of processing data stream messages.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/TransactionConfiguration.html#getDeadlockTimeout--">getDeadlockTimeout()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/TransactionConfiguration.html" title="class in org.apache.ignite.configuration">TransactionConfiguration</a></dt>
<dd>
<div class="block"><b>This is an experimental feature.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CachingProvider.html#getDefaultClassLoader--">getDefaultClassLoader()</a></span> - Method in class org.apache.ignite.cache.<a href="org/apache/ignite/cache/CachingProvider.html" title="class in org.apache.ignite.cache">CachingProvider</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#getDefaultDataRegionConfiguration--">getDefaultDataRegionConfiguration()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryEntity.html#getDefaultFieldValues--">getDefaultFieldValues()</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">Gets fields default values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryConfiguration.html#getDefaultIdMapper--">getDefaultIdMapper()</a></span> - Method in class org.apache.ignite.platform.dotnet.<a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryConfiguration.html" title="class in org.apache.ignite.platform.dotnet">PlatformDotNetBinaryConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#getDefaultLockTimeout--">getDefaultLockTimeout()</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>
<div class="block">Gets default lock acquisition timeout.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getDefaultLockTimeout--">getDefaultLockTimeout()</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>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Default lock timeout configuration property has no effect.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/MemoryConfiguration.html#getDefaultMemoryPolicyName--">getDefaultMemoryPolicyName()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/MemoryConfiguration.html" title="class in org.apache.ignite.configuration">MemoryConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets a name of default memory policy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/MemoryConfiguration.html#getDefaultMemoryPolicySize--">getDefaultMemoryPolicySize()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/MemoryConfiguration.html" title="class in org.apache.ignite.configuration">MemoryConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets a size for default memory policy overridden by user.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryConfiguration.html#getDefaultNameMapper--">getDefaultNameMapper()</a></span> - Method in class org.apache.ignite.platform.dotnet.<a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryConfiguration.html" title="class in org.apache.ignite.platform.dotnet">PlatformDotNetBinaryConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html#getDefaultPriority--">getDefaultPriority()</a></span> - Method in class org.apache.ignite.spi.collision.priorityqueue.<a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html" title="class in org.apache.ignite.spi.collision.priorityqueue">PriorityQueueCollisionSpi</a></dt>
<dd>
<div class="block">Gets default priority to use if a job does not have priority attribute
set.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpiMBean.html#getDefaultPriority--">getDefaultPriority()</a></span> - Method in interface org.apache.ignite.spi.collision.priorityqueue.<a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpiMBean.html" title="interface in org.apache.ignite.spi.collision.priorityqueue">PriorityQueueCollisionSpiMBean</a></dt>
<dd>
<div class="block">Gets default priority to use if a job does not have priority attribute
set.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CachingProvider.html#getDefaultProperties--">getDefaultProperties()</a></span> - Method in class org.apache.ignite.cache.<a href="org/apache/ignite/cache/CachingProvider.html" title="class in org.apache.ignite.cache">CachingProvider</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getDefaultQueryTimeout--">getDefaultQueryTimeout()</a></span> - Method 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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/SqlConfiguration.html#getDefaultQueryTimeout--"><code>SqlConfiguration.getDefaultQueryTimeout()</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/SqlConfiguration.html#getDefaultQueryTimeout--">getDefaultQueryTimeout()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/SqlConfiguration.html" title="class in org.apache.ignite.configuration">SqlConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Since 2.9. Please use distributed default query timeout.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryConfiguration.html#getDefaultSerializer--">getDefaultSerializer()</a></span> - Method in class org.apache.ignite.platform.dotnet.<a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryConfiguration.html" title="class in org.apache.ignite.platform.dotnet">PlatformDotNetBinaryConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientTransactionConfiguration.html#getDefaultTxConcurrency--">getDefaultTxConcurrency()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientTransactionConfiguration.html" title="class in org.apache.ignite.configuration">ClientTransactionConfiguration</a></dt>
<dd>
<div class="block">Default transaction concurrency to use when one is not explicitly specified.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/TransactionConfiguration.html#getDefaultTxConcurrency--">getDefaultTxConcurrency()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/TransactionConfiguration.html" title="class in org.apache.ignite.configuration">TransactionConfiguration</a></dt>
<dd>
<div class="block">Default cache transaction concurrency to use when one is not explicitly
specified.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientTransactionConfiguration.html#getDefaultTxIsolation--">getDefaultTxIsolation()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientTransactionConfiguration.html" title="class in org.apache.ignite.configuration">ClientTransactionConfiguration</a></dt>
<dd>
<div class="block">Default transaction isolation to use when one is not explicitly specified.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/TransactionConfiguration.html#getDefaultTxIsolation--">getDefaultTxIsolation()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/TransactionConfiguration.html" title="class in org.apache.ignite.configuration">TransactionConfiguration</a></dt>
<dd>
<div class="block">Default cache transaction isolation to use when one is not explicitly
specified.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientTransactionConfiguration.html#getDefaultTxTimeout--">getDefaultTxTimeout()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientTransactionConfiguration.html" title="class in org.apache.ignite.configuration">ClientTransactionConfiguration</a></dt>
<dd>
<div class="block">Gets default transaction timeout.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/TransactionConfiguration.html#getDefaultTxTimeout--">getDefaultTxTimeout()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/TransactionConfiguration.html" title="class in org.apache.ignite.configuration">TransactionConfiguration</a></dt>
<dd>
<div class="block">Gets default transaction timeout.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CachingProvider.html#getDefaultURI--">getDefaultURI()</a></span> - Method in class org.apache.ignite.cache.<a href="org/apache/ignite/cache/CachingProvider.html" title="class in org.apache.ignite.cache">CachingProvider</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#getDefaultWarmUpConfiguration--">getDefaultWarmUpConfiguration()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Gets default warm-up configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#getDefragmentationThreadPoolSize--">getDefragmentationThreadPoolSize()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Maximum number of partitions which can be defragmented at the same time.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PersistenceController.html#getDeleteStatement-java.lang.String-">getDeleteStatement(String)</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">Returns CQL statement to delete row from Cassandra table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/gmm/GmmModel.html#getDependencies--">getDependencies()</a></span> - Method in class org.apache.ignite.ml.clustering.gmm.<a href="org/apache/ignite/ml/clustering/gmm/GmmModel.html" title="class in org.apache.ignite.ml.clustering.gmm">GmmModel</a></dt>
<dd>
<div class="block">Returns dependencies of this object that can be object with class defined by client side and unknown for server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/kmeans/KMeansModel.html#getDependencies--">getDependencies()</a></span> - Method in class org.apache.ignite.ml.clustering.kmeans.<a href="org/apache/ignite/ml/clustering/kmeans/KMeansModel.html" title="class in org.apache.ignite.ml.clustering.kmeans">KMeansModel</a></dt>
<dd>
<div class="block">Returns dependencies of this object that can be object with class defined by client side and unknown for server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/bagging/BaggedModel.html#getDependencies--">getDependencies()</a></span> - Method in class org.apache.ignite.ml.composition.bagging.<a href="org/apache/ignite/ml/composition/bagging/BaggedModel.html" title="class in org.apache.ignite.ml.composition.bagging">BaggedModel</a></dt>
<dd>
<div class="block">Returns dependencies of this object that can be object with class defined by client side and unknown for server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/ModelsComposition.html#getDependencies--">getDependencies()</a></span> - Method in class org.apache.ignite.ml.composition.<a href="org/apache/ignite/ml/composition/ModelsComposition.html" title="class in org.apache.ignite.ml.composition">ModelsComposition</a></dt>
<dd>
<div class="block">Returns dependencies of this object that can be object with class defined by client side and unknown for server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/impl/BinaryObjectVectorizer.html#getDependencies--">getDependencies()</a></span> - Method in class org.apache.ignite.ml.dataset.feature.extractor.impl.<a href="org/apache/ignite/ml/dataset/feature/extractor/impl/BinaryObjectVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor.impl">BinaryObjectVectorizer</a></dt>
<dd>
<div class="block">Returns dependencies of this object that can be object with class defined by client side and unknown for server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/impl/DoubleArrayVectorizer.html#getDependencies--">getDependencies()</a></span> - Method in class org.apache.ignite.ml.dataset.feature.extractor.impl.<a href="org/apache/ignite/ml/dataset/feature/extractor/impl/DoubleArrayVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor.impl">DoubleArrayVectorizer</a></dt>
<dd>
<div class="block">Returns dependencies of this object that can be object with class defined by client side and unknown for server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/impl/DummyVectorizer.html#getDependencies--">getDependencies()</a></span> - Method in class org.apache.ignite.ml.dataset.feature.extractor.impl.<a href="org/apache/ignite/ml/dataset/feature/extractor/impl/DummyVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor.impl">DummyVectorizer</a></dt>
<dd>
<div class="block">Returns dependencies of this object that can be object with class defined by client side and unknown for server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/impl/LabeledDummyVectorizer.html#getDependencies--">getDependencies()</a></span> - Method in class org.apache.ignite.ml.dataset.feature.extractor.impl.<a href="org/apache/ignite/ml/dataset/feature/extractor/impl/LabeledDummyVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor.impl">LabeledDummyVectorizer</a></dt>
<dd>
<div class="block">Returns dependencies of this object that can be object with class defined by client side and unknown for server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/impl/ObjectArrayVectorizer.html#getDependencies--">getDependencies()</a></span> - Method in class org.apache.ignite.ml.dataset.feature.extractor.impl.<a href="org/apache/ignite/ml/dataset/feature/extractor/impl/ObjectArrayVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor.impl">ObjectArrayVectorizer</a></dt>
<dd>
<div class="block">Returns dependencies of this object that can be object with class defined by client side and unknown for server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/deploy/DeployableObject.html#getDependencies--">getDependencies()</a></span> - Method in interface org.apache.ignite.ml.environment.deploy.<a href="org/apache/ignite/ml/environment/deploy/DeployableObject.html" title="interface in org.apache.ignite.ml.environment.deploy">DeployableObject</a></dt>
<dd>
<div class="block">Returns dependencies of this object that can be object with class defined by client side and unknown for server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/ann/ANNClassificationModel.html#getDependencies--">getDependencies()</a></span> - Method in class org.apache.ignite.ml.knn.ann.<a href="org/apache/ignite/ml/knn/ann/ANNClassificationModel.html" title="class in org.apache.ignite.ml.knn.ann">ANNClassificationModel</a></dt>
<dd>
<div class="block">Returns dependencies of this object that can be object with class defined by client side and unknown for server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/NNClassificationModel.html#getDependencies--">getDependencies()</a></span> - Method in class org.apache.ignite.ml.knn.<a href="org/apache/ignite/ml/knn/NNClassificationModel.html" title="class in org.apache.ignite.ml.knn">NNClassificationModel</a></dt>
<dd>
<div class="block">Returns dependencies of this object that can be object with class defined by client side and unknown for server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/compound/CompoundNaiveBayesModel.html#getDependencies--">getDependencies()</a></span> - Method in class org.apache.ignite.ml.naivebayes.compound.<a href="org/apache/ignite/ml/naivebayes/compound/CompoundNaiveBayesModel.html" title="class in org.apache.ignite.ml.naivebayes.compound">CompoundNaiveBayesModel</a></dt>
<dd>
<div class="block">Returns dependencies of this object that can be object with class defined by client side and unknown for server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/discrete/DiscreteNaiveBayesModel.html#getDependencies--">getDependencies()</a></span> - Method in class org.apache.ignite.ml.naivebayes.discrete.<a href="org/apache/ignite/ml/naivebayes/discrete/DiscreteNaiveBayesModel.html" title="class in org.apache.ignite.ml.naivebayes.discrete">DiscreteNaiveBayesModel</a></dt>
<dd>
<div class="block">Returns dependencies of this object that can be object with class defined by client side and unknown for server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/gaussian/GaussianNaiveBayesModel.html#getDependencies--">getDependencies()</a></span> - Method in class org.apache.ignite.ml.naivebayes.gaussian.<a href="org/apache/ignite/ml/naivebayes/gaussian/GaussianNaiveBayesModel.html" title="class in org.apache.ignite.ml.naivebayes.gaussian">GaussianNaiveBayesModel</a></dt>
<dd>
<div class="block">Returns dependencies of this object that can be object with class defined by client side and unknown for server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/pipeline/PipelineMdl.html#getDependencies--">getDependencies()</a></span> - Method in class org.apache.ignite.ml.pipeline.<a href="org/apache/ignite/ml/pipeline/PipelineMdl.html" title="class in org.apache.ignite.ml.pipeline">PipelineMdl</a></dt>
<dd>
<div class="block">Returns dependencies of this object that can be object with class defined by client side and unknown for server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/binarization/BinarizationPreprocessor.html#getDependencies--">getDependencies()</a></span> - Method in class org.apache.ignite.ml.preprocessing.binarization.<a href="org/apache/ignite/ml/preprocessing/binarization/BinarizationPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.binarization">BinarizationPreprocessor</a></dt>
<dd>
<div class="block">Returns dependencies of this object that can be object with class defined by client side and unknown for server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/developer/MappedPreprocessor.html#getDependencies--">getDependencies()</a></span> - Method in class org.apache.ignite.ml.preprocessing.developer.<a href="org/apache/ignite/ml/preprocessing/developer/MappedPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.developer">MappedPreprocessor</a></dt>
<dd>
<div class="block">Returns dependencies of this object that can be object with class defined by client side and unknown for server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/developer/PatchedPreprocessor.html#getDependencies--">getDependencies()</a></span> - Method in class org.apache.ignite.ml.preprocessing.developer.<a href="org/apache/ignite/ml/preprocessing/developer/PatchedPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.developer">PatchedPreprocessor</a></dt>
<dd>
<div class="block">Returns dependencies of this object that can be object with class defined by client side and unknown for server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/encoding/label/LabelEncoderPreprocessor.html#getDependencies--">getDependencies()</a></span> - Method in class org.apache.ignite.ml.preprocessing.encoding.label.<a href="org/apache/ignite/ml/preprocessing/encoding/label/LabelEncoderPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.encoding.label">LabelEncoderPreprocessor</a></dt>
<dd>
<div class="block">Returns dependencies of this object that can be object with class defined by client side and unknown for server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/encoding/onehotencoder/OneHotEncoderPreprocessor.html#getDependencies--">getDependencies()</a></span> - Method in class org.apache.ignite.ml.preprocessing.encoding.onehotencoder.<a href="org/apache/ignite/ml/preprocessing/encoding/onehotencoder/OneHotEncoderPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.encoding.onehotencoder">OneHotEncoderPreprocessor</a></dt>
<dd>
<div class="block">Returns dependencies of this object that can be object with class defined by client side and unknown for server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/encoding/stringencoder/StringEncoderPreprocessor.html#getDependencies--">getDependencies()</a></span> - Method in class org.apache.ignite.ml.preprocessing.encoding.stringencoder.<a href="org/apache/ignite/ml/preprocessing/encoding/stringencoder/StringEncoderPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.encoding.stringencoder">StringEncoderPreprocessor</a></dt>
<dd>
<div class="block">Returns dependencies of this object that can be object with class defined by client side and unknown for server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/finalization/VectorFinalizationPreprocessor.html#getDependencies--">getDependencies()</a></span> - Method in class org.apache.ignite.ml.preprocessing.finalization.<a href="org/apache/ignite/ml/preprocessing/finalization/VectorFinalizationPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.finalization">VectorFinalizationPreprocessor</a></dt>
<dd>
<div class="block">Returns dependencies of this object that can be object with class defined by client side and unknown for server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/imputing/ImputerPreprocessor.html#getDependencies--">getDependencies()</a></span> - Method in class org.apache.ignite.ml.preprocessing.imputing.<a href="org/apache/ignite/ml/preprocessing/imputing/ImputerPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.imputing">ImputerPreprocessor</a></dt>
<dd>
<div class="block">Returns dependencies of this object that can be object with class defined by client side and unknown for server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/maxabsscaling/MaxAbsScalerPreprocessor.html#getDependencies--">getDependencies()</a></span> - Method in class org.apache.ignite.ml.preprocessing.maxabsscaling.<a href="org/apache/ignite/ml/preprocessing/maxabsscaling/MaxAbsScalerPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.maxabsscaling">MaxAbsScalerPreprocessor</a></dt>
<dd>
<div class="block">Returns dependencies of this object that can be object with class defined by client side and unknown for server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/minmaxscaling/MinMaxScalerPreprocessor.html#getDependencies--">getDependencies()</a></span> - Method in class org.apache.ignite.ml.preprocessing.minmaxscaling.<a href="org/apache/ignite/ml/preprocessing/minmaxscaling/MinMaxScalerPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.minmaxscaling">MinMaxScalerPreprocessor</a></dt>
<dd>
<div class="block">Returns dependencies of this object that can be object with class defined by client side and unknown for server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/normalization/NormalizationPreprocessor.html#getDependencies--">getDependencies()</a></span> - Method in class org.apache.ignite.ml.preprocessing.normalization.<a href="org/apache/ignite/ml/preprocessing/normalization/NormalizationPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.normalization">NormalizationPreprocessor</a></dt>
<dd>
<div class="block">Returns dependencies of this object that can be object with class defined by client side and unknown for server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/standardscaling/StandardScalerPreprocessor.html#getDependencies--">getDependencies()</a></span> - Method in class org.apache.ignite.ml.preprocessing.standardscaling.<a href="org/apache/ignite/ml/preprocessing/standardscaling/StandardScalerPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.standardscaling">StandardScalerPreprocessor</a></dt>
<dd>
<div class="block">Returns dependencies of this object that can be object with class defined by client side and unknown for server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getDeploymentMode--">getDeploymentMode()</a></span> - Method 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">Gets deployment mode for deploying tasks and other classes on this node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getDeploymentSpi--">getDeploymentSpi()</a></span> - Method 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">Should return fully configured deployment SPI implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#getDeploymentSpiFormatted--">getDeploymentSpiFormatted()</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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Check the <a href="org/apache/ignite/spi/metric/ReadOnlyMetricRegistry.html" title="interface in org.apache.ignite.spi.metric"><code>ReadOnlyMetricRegistry</code></a> with "name=ignite.deploymentSpiFormatted" instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/TreeNode.html#getDepth--">getDepth()</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.<a href="org/apache/ignite/ml/tree/randomforest/data/TreeNode.html" title="class in org.apache.ignite.ml.tree.randomforest.data">TreeNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/ModelDescriptor.html#getDesc--">getDesc()</a></span> - Method in class org.apache.ignite.ml.inference.<a href="org/apache/ignite/ml/inference/ModelDescriptor.html" title="class in org.apache.ignite.ml.inference">ModelDescriptor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getDhtEvictQueueCurrentSize--">getDhtEvictQueueCurrentSize()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getDhtEvictQueueCurrentSize--">getDhtEvictQueueCurrentSize()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets current size of evict queue used to batch up evictions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html#getDialect--">getDialect()</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">Get database dialect.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcPojoStoreFactory.html#getDialect--">getDialect()</a></span> - Method in 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>
<div class="block">Get database dialect.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/XGModelComposition.html#getDict--">getDict()</a></span> - Method in class org.apache.ignite.ml.xgboost.<a href="org/apache/ignite/ml/xgboost/XGModelComposition.html" title="class in org.apache.ignite.ml.xgboost">XGModelComposition</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/sharedfs/SharedFsCheckpointSpi.html#getDirectoryPaths--">getDirectoryPaths()</a></span> - Method in class org.apache.ignite.spi.checkpoint.sharedfs.<a href="org/apache/ignite/spi/checkpoint/sharedfs/SharedFsCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.sharedfs">SharedFsCheckpointSpi</a></dt>
<dd>
<div class="block">Gets collection of all configured paths where checkpoints can be saved.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/sharedfs/SharedFsCheckpointSpiMBean.html#getDirectoryPaths--">getDirectoryPaths()</a></span> - Method in interface org.apache.ignite.spi.checkpoint.sharedfs.<a href="org/apache/ignite/spi/checkpoint/sharedfs/SharedFsCheckpointSpiMBean.html" title="interface in org.apache.ignite.spi.checkpoint.sharedfs">SharedFsCheckpointSpiMBean</a></dt>
<dd>
<div class="block">Gets collection of all configured paths where checkpoints can be saved.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataRegionMetrics.html#getDirtyPages--">getDirtyPages()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/DataRegionMetrics.html" title="interface in org.apache.ignite">DataRegionMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the number of dirty pages (pages which contents is different from the current persistent storage state).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataRegionMetricsAdapter.html#getDirtyPages--">getDirtyPages()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/DataRegionMetricsAdapter.html" title="class in org.apache.ignite">DataRegionMetricsAdapter</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the number of dirty pages (pages which contents is different from the current persistent storage state).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataStorageMetrics.html#getDirtyPages--">getDirtyPages()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/DataStorageMetrics.html" title="interface in org.apache.ignite">DataStorageMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Total dirty pages for the next checkpoint.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/MemoryMetrics.html#getDirtyPages--">getDirtyPages()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/MemoryMetrics.html" title="interface in org.apache.ignite">MemoryMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the number of dirty pages (pages which contents is different from the current persistent storage state).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html#getDirtyPages--">getDirtyPages()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataRegionMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the number of dirty pages (pages which contents is different from the current persistent storage state).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html#getDirtyPages--">getDirtyPages()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataStorageMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Total dirty pages for the next checkpoint.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/MemoryMetricsMXBean.html#getDirtyPages--">getDirtyPages()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/MemoryMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">MemoryMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the number of dirty pages (pages which contents is different from the current persistent storage state).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ssl/SslContextFactory.html#getDisabledTrustManager--">getDisabledTrustManager()</a></span> - Static method in class org.apache.ignite.ssl.<a href="org/apache/ignite/ssl/SslContextFactory.html" title="class in org.apache.ignite.ssl">SslContextFactory</a></dt>
<dd>
<div class="block">Returns an instance of trust manager that will always succeed regardless of certificate provided.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/startup/BasicWarmupClosure.html#getDiscoveryPort--">getDiscoveryPort()</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">Gets discovery port for warmup.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getDiscoverySpi--">getDiscoverySpi()</a></span> - Method 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">Should return fully configured discovery SPI implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#getDiscoverySpiFormatted--">getDiscoverySpiFormatted()</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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Check the <a href="org/apache/ignite/spi/metric/ReadOnlyMetricRegistry.html" title="interface in org.apache.ignite.spi.metric"><code>ReadOnlyMetricRegistry</code></a> with "name=ignite.discoverySpiFormatted" instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getDiscoveryStartupDelay--">getDiscoveryStartupDelay()</a></span> - Method 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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Not used any more.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/compound/CompoundNaiveBayesModel.html#getDiscreteFeatureIdsToSkip--">getDiscreteFeatureIdsToSkip()</a></span> - Method in class org.apache.ignite.ml.naivebayes.compound.<a href="org/apache/ignite/ml/naivebayes/compound/CompoundNaiveBayesModel.html" title="class in org.apache.ignite.ml.naivebayes.compound">CompoundNaiveBayesModel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/compound/CompoundNaiveBayesModel.html#getDiscreteModel--">getDiscreteModel()</a></span> - Method in class org.apache.ignite.ml.naivebayes.compound.<a href="org/apache/ignite/ml/naivebayes/compound/CompoundNaiveBayesModel.html" title="class in org.apache.ignite.ml.naivebayes.compound">CompoundNaiveBayesModel</a></dt>
<dd>
<div class="block">Returns a discrete model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getDiskPageCompression--">getDiskPageCompression()</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>
<dd>
<div class="block">Gets disk page compression algorithm.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getDiskPageCompressionLevel--">getDiskPageCompressionLevel()</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>
<dd>
<div class="block">Gets <a href="org/apache/ignite/configuration/CacheConfiguration.html#getDiskPageCompression--"><code>algorithm</code></a> specific disk page compression level.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/kmeans/KMeansModelFormat.html#getDistance--">getDistance()</a></span> - Method in class org.apache.ignite.ml.clustering.kmeans.<a href="org/apache/ignite/ml/clustering/kmeans/KMeansModelFormat.html" title="class in org.apache.ignite.ml.clustering.kmeans">KMeansModelFormat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/kmeans/KMeansTrainer.html#getDistance--">getDistance()</a></span> - Method in class org.apache.ignite.ml.clustering.kmeans.<a href="org/apache/ignite/ml/clustering/kmeans/KMeansTrainer.html" title="class in org.apache.ignite.ml.clustering.kmeans">KMeansTrainer</a></dt>
<dd>
<div class="block">Gets the distance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/ann/ANNClassificationTrainer.html#getDistance--">getDistance()</a></span> - Method in class org.apache.ignite.ml.knn.ann.<a href="org/apache/ignite/ml/knn/ann/ANNClassificationTrainer.html" title="class in org.apache.ignite.ml.knn.ann">ANNClassificationTrainer</a></dt>
<dd>
<div class="block">Gets the distance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/utils/PointWithDistance.html#getDistance--">getDistance()</a></span> - Method in class org.apache.ignite.ml.knn.utils.<a href="org/apache/ignite/ml/knn/utils/PointWithDistance.html" title="class in org.apache.ignite.ml.knn.utils">PointWithDistance</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/ann/KNNModelFormat.html#getDistanceMeasure--">getDistanceMeasure()</a></span> - Method in class org.apache.ignite.ml.knn.ann.<a href="org/apache/ignite/ml/knn/ann/KNNModelFormat.html" title="class in org.apache.ignite.ml.knn.ann">KNNModelFormat</a></dt>
<dd>
<div class="block">Gets distance measure.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/NNClassificationModel.html#getDistanceMeasure--">getDistanceMeasure()</a></span> - Method in class org.apache.ignite.ml.knn.<a href="org/apache/ignite/ml/knn/NNClassificationModel.html" title="class in org.apache.ignite.ml.knn">NNClassificationModel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/NNClassificationModel.html#getDistances-org.apache.ignite.ml.math.primitives.vector.Vector-org.apache.ignite.ml.structures.LabeledVectorSet-">getDistances(Vector, LabeledVectorSet<span class='angle_bracket'>&lt;</span>LabeledVector<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.knn.<a href="org/apache/ignite/ml/knn/NNClassificationModel.html" title="class in org.apache.ignite.ml.knn">NNClassificationModel</a></dt>
<dd>
<div class="block">Computes distances between given vector and each vector in training dataset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#getDistanceSquared-org.apache.ignite.ml.math.primitives.vector.Vector-">getDistanceSquared(Vector)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Get the square of the distance between this vector and the argument vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#getDistanceSquared-org.apache.ignite.ml.math.primitives.vector.Vector-">getDistanceSquared(Vector)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Get the square of the distance between this vector and the argument vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html#getDistanceSquared-org.apache.ignite.ml.math.primitives.vector.Vector-">getDistanceSquared(Vector)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a></dt>
<dd>
<div class="block">Get the square of the distance between this vector and the argument vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#getDouble-java.lang.String-double-">getDouble(String, double)</a></span> - Static method in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Gets either system property or environment variable with given name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#getEffectiveSocketTimeout-boolean-">getEffectiveSocketTimeout(boolean)</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">Gets effective or resulting socket timeout with considering failure detection timeout</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#getElement-int-int-">getElement(int, int)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>
<div class="block">Gets the matrix's element at the given coordinates.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html#getElement-int-int-">getElement(int, int)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">Matrix</a></dt>
<dd>
<div class="block">Gets the matrix's element at the given coordinates.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#getElement-int-">getElement(int)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Gets element at the given index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#getElement-int-">getElement(int)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Gets element at the given index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html#getElement-int-">getElement(int)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a></dt>
<dd>
<div class="block">Gets element at the given index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/DecisionTreeConditionalNode.html#getElseNode--">getElseNode()</a></span> - Method in class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/DecisionTreeConditionalNode.html" title="class in org.apache.ignite.ml.tree">DecisionTreeConditionalNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataRegionConfiguration.html#getEmptyPagesPoolSize--">getEmptyPagesPoolSize()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataRegionConfiguration.html" title="class in org.apache.ignite.configuration">DataRegionConfiguration</a></dt>
<dd>
<div class="block">Specifies the minimal number of empty pages to be present in reuse lists for this data region.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/MemoryPolicyConfiguration.html#getEmptyPagesPoolSize--">getEmptyPagesPoolSize()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/MemoryPolicyConfiguration.html" title="class in org.apache.ignite.configuration">MemoryPolicyConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Specifies the minimal number of empty pages to be present in reuse lists for this memory policy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#getEncryptionConfiguration--">getEncryptionConfiguration()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Gets encryyption configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getEncryptionSpi--">getEncryptionSpi()</a></span> - Method 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">Gets fully configured encryption SPI implementations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/OdbcConfiguration.html#getEndpointAddress--">getEndpointAddress()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/OdbcConfiguration.html" title="class in org.apache.ignite.configuration">OdbcConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Get ODBC endpoint address.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeTaskSession.html#getEndTime--">getEndTime()</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">Gets end of computation time for the task.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#getEntries-java.util.Collection-">getEntries(Collection)</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">Retrieves values mapped to the specified keys from cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/CacheConsistencyViolationEvent.html#getEntries--">getEntries()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/CacheConsistencyViolationEvent.html" title="class in org.apache.ignite.events">CacheConsistencyViolationEvent</a></dt>
<dd>
<div class="block">Returns a mapping node ids to a collection of original entries affected by a cache operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#getEntries-java.util.Set-">getEntries(Set<span class='angle_bracket'>&lt;</span>? extends K<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Gets a collection of entries from the <code>Cache</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#getEntriesAsync-java.util.Collection-">getEntriesAsync(Collection)</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">Asynchronously retrieves values mapped to the specified keys from cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#getEntriesAsync-java.util.Set-">getEntriesAsync(Set<span class='angle_bracket'>&lt;</span>? extends K<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Asynchronously gets a collection of entries from the <code>Cache</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#getEntry-java.lang.Object-">getEntry(Object)</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">Retrieves value mapped to the specified key from cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#getEntry-K-">getEntry(K)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Gets an entry from the cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#getEntryAsync-java.lang.Object-">getEntryAsync(Object)</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">Asynchronously retrieves value mapped to the specified key from cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#getEntryAsync-K-">getEntryAsync(K)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Asynchronously gets an entry from the cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getEntryProcessorAverageInvocationTime--">getEntryProcessorAverageInvocationTime()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">The mean time to execute cache invokes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getEntryProcessorAverageInvocationTime--">getEntryProcessorAverageInvocationTime()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">The mean time to execute cache invokes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getEntryProcessorHitPercentage--">getEntryProcessorHitPercentage()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">The percentage of invocations on keys, which exist in cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getEntryProcessorHitPercentage--">getEntryProcessorHitPercentage()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">The percentage of invocations on keys, which exist in cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getEntryProcessorHits--">getEntryProcessorHits()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">The total number of invocations on keys, which exist in cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getEntryProcessorHits--">getEntryProcessorHits()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">The total number of invocations on keys, which exist in cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getEntryProcessorInvocations--">getEntryProcessorInvocations()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">The total number of cache invocations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getEntryProcessorInvocations--">getEntryProcessorInvocations()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">The total number of cache invocations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getEntryProcessorMaxInvocationTime--">getEntryProcessorMaxInvocationTime()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">So far, the maximum time to execute cache invokes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getEntryProcessorMaxInvocationTime--">getEntryProcessorMaxInvocationTime()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">So far, the maximum time to execute cache invokes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getEntryProcessorMinInvocationTime--">getEntryProcessorMinInvocationTime()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">So far, the minimum time to execute cache invokes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getEntryProcessorMinInvocationTime--">getEntryProcessorMinInvocationTime()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">So far, the minimum time to execute cache invokes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getEntryProcessorMisses--">getEntryProcessorMisses()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">The total number of invocations on keys, which don't exist in cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getEntryProcessorMisses--">getEntryProcessorMisses()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">The total number of invocations on keys, which don't exist in cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getEntryProcessorMissPercentage--">getEntryProcessorMissPercentage()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">The percentage of invocations on keys, which don't exist in cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getEntryProcessorMissPercentage--">getEntryProcessorMissPercentage()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">The percentage of invocations on keys, which don't exist in cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getEntryProcessorPuts--">getEntryProcessorPuts()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">The total number of cache invocations, caused update.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getEntryProcessorPuts--">getEntryProcessorPuts()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">The total number of cache invocations, caused update.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getEntryProcessorReadOnlyInvocations--">getEntryProcessorReadOnlyInvocations()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">The total number of cache invocations, caused no updates.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getEntryProcessorReadOnlyInvocations--">getEntryProcessorReadOnlyInvocations()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">The total number of cache invocations, caused no updates.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getEntryProcessorRemovals--">getEntryProcessorRemovals()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">The total number of cache invocations, caused removal.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getEntryProcessorRemovals--">getEntryProcessorRemovals()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">The total number of cache invocations, caused removal.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#getEnum-java.lang.Class-java.lang.String-">getEnum(Class<span class='angle_bracket'>&lt;</span>E<span class='angle_bracket'>&gt;</span>, String)</a></span> - Static method in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#getEnum-java.lang.String-E-">getEnum(String, E)</a></span> - Static method in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryTypeConfiguration.html#getEnumValues--">getEnumValues()</a></span> - Method in 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><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/kmeans/KMeansTrainer.html#getEpsilon--">getEpsilon()</a></span> - Method in class org.apache.ignite.ml.clustering.kmeans.<a href="org/apache/ignite/ml/clustering/kmeans/KMeansTrainer.html" title="class in org.apache.ignite.ml.clustering.kmeans">KMeansTrainer</a></dt>
<dd>
<div class="block">Gets the epsilon.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/ann/ANNClassificationTrainer.html#getEpsilon--">getEpsilon()</a></span> - Method in class org.apache.ignite.ml.knn.ann.<a href="org/apache/ignite/ml/knn/ann/ANNClassificationTrainer.html" title="class in org.apache.ignite.ml.knn.ann">ANNClassificationTrainer</a></dt>
<dd>
<div class="block">Gets the epsilon.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterStartNodeResult.html#getError--">getError()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterStartNodeResult.html" title="interface in org.apache.ignite.cluster">ClusterStartNodeResult</a></dt>
<dd>
<div class="block">Gets error message if any.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getEstimatedRebalancingFinishTime--">getEstimatedRebalancingFinishTime()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getEstimatedRebalancingFinishTime--">getEstimatedRebalancingFinishTime()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getEstimatedRebalancingKeys--">getEstimatedRebalancingKeys()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getEstimatedRebalancingKeys--">getEstimatedRebalancingKeys()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getEventStorageSpi--">getEventStorageSpi()</a></span> - Method 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">Should return fully configured event SPI implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#getEventStorageSpiFormatted--">getEventStorageSpiFormatted()</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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Check the <a href="org/apache/ignite/spi/metric/ReadOnlyMetricRegistry.html" title="interface in org.apache.ignite.spi.metric"><code>ReadOnlyMetricRegistry</code></a> with "name=ignite.eventStorageSpiFormatted" instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getEvictionFilter--">getEvictionFilter()</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>
<dd>
<div class="block">Gets eviction filter to specify which entries should not be evicted
(except explicit evict by calling <a href="org/apache/ignite/IgniteCache.html#localEvict-java.util.Collection-"><code>IgniteCache.localEvict(Collection)</code></a>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getEvictionPolicy--">getEvictionPolicy()</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>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/CacheConfiguration.html#getEvictionPolicyFactory--"><code>CacheConfiguration.getEvictionPolicyFactory()</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getEvictionPolicyFactory--">getEvictionPolicyFactory()</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>
<dd>
<div class="block">Gets cache eviction policy factory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataRegionMetrics.html#getEvictionRate--">getEvictionRate()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/DataRegionMetrics.html" title="interface in org.apache.ignite">DataRegionMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets eviction rate of a given memory region.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataRegionMetricsAdapter.html#getEvictionRate--">getEvictionRate()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/DataRegionMetricsAdapter.html" title="class in org.apache.ignite">DataRegionMetricsAdapter</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets eviction rate of a given memory region.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/MemoryMetrics.html#getEvictionRate--">getEvictionRate()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/MemoryMetrics.html" title="interface in org.apache.ignite">MemoryMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets eviction rate of a given memory region.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html#getEvictionRate--">getEvictionRate()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataRegionMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets eviction rate of a given memory region.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/MemoryMetricsMXBean.html#getEvictionRate--">getEvictionRate()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/MemoryMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">MemoryMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets eviction rate of a given memory region.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataRegionConfiguration.html#getEvictionThreshold--">getEvictionThreshold()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataRegionConfiguration.html" title="class in org.apache.ignite.configuration">DataRegionConfiguration</a></dt>
<dd>
<div class="block">Gets a threshold for memory pages eviction initiation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/MemoryPolicyConfiguration.html#getEvictionThreshold--">getEvictionThreshold()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/MemoryPolicyConfiguration.html" title="class in org.apache.ignite.configuration">MemoryPolicyConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets a threshold for memory pages eviction initiation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeJobResult.html#getException--">getException()</a></span> - Method in interface org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeJobResult.html" title="interface in org.apache.ignite.compute">ComputeJobResult</a></dt>
<dd>
<div class="block">Gets exception produced by execution of remote job, or <code>null</code> if
remote execution finished normally and did not produce any exceptions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiAdapter.html#getExceptionRegistry--">getExceptionRegistry()</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">Gets Exception registry.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getExecutorConfiguration--">getExecutorConfiguration()</a></span> - Method 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">Gets custom executors for user compute tasks.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#getExecutorServiceFormatted--">getExecutorServiceFormatted()</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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Check the <a href="org/apache/ignite/spi/metric/ReadOnlyMetricRegistry.html" title="interface in org.apache.ignite.spi.metric"><code>ReadOnlyMetricRegistry</code></a> with "name=ignite.executorServiceFormatted" instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/eventstorage/memory/MemoryEventStorageSpi.html#getExpireAgeMs--">getExpireAgeMs()</a></span> - Method in class org.apache.ignite.spi.eventstorage.memory.<a href="org/apache/ignite/spi/eventstorage/memory/MemoryEventStorageSpi.html" title="class in org.apache.ignite.spi.eventstorage.memory">MemoryEventStorageSpi</a></dt>
<dd>
<div class="block">See <a href="org/apache/ignite/spi/eventstorage/memory/MemoryEventStorageSpi.html#setExpireAgeMs-long-"><code>MemoryEventStorageSpi.setExpireAgeMs(long)</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/eventstorage/memory/MemoryEventStorageSpiMBean.html#getExpireAgeMs--">getExpireAgeMs()</a></span> - Method in interface org.apache.ignite.spi.eventstorage.memory.<a href="org/apache/ignite/spi/eventstorage/memory/MemoryEventStorageSpiMBean.html" title="interface in org.apache.ignite.spi.eventstorage.memory">MemoryEventStorageSpiMBean</a></dt>
<dd>
<div class="block">Gets event time-to-live value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/eventstorage/memory/MemoryEventStorageSpi.html#getExpireCount--">getExpireCount()</a></span> - Method in class org.apache.ignite.spi.eventstorage.memory.<a href="org/apache/ignite/spi/eventstorage/memory/MemoryEventStorageSpi.html" title="class in org.apache.ignite.spi.eventstorage.memory">MemoryEventStorageSpi</a></dt>
<dd>
<div class="block">See <a href="org/apache/ignite/spi/eventstorage/memory/MemoryEventStorageSpi.html#setExpireCount-long-"><code>MemoryEventStorageSpi.setExpireCount(long)</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/eventstorage/memory/MemoryEventStorageSpiMBean.html#getExpireCount--">getExpireCount()</a></span> - Method in interface org.apache.ignite.spi.eventstorage.memory.<a href="org/apache/ignite/spi/eventstorage/memory/MemoryEventStorageSpiMBean.html" title="interface in org.apache.ignite.spi.eventstorage.memory">MemoryEventStorageSpiMBean</a></dt>
<dd>
<div class="block">Gets maximum event queue size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html#getExpireDateFieldName--">getExpireDateFieldName()</a></span> - Method in class org.apache.ignite.spi.checkpoint.jdbc.<a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.jdbc">JdbcCheckpointSpi</a></dt>
<dd>
<div class="block">Gets expiration date field name for checkpoint table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpiMBean.html#getExpireDateFieldName--">getExpireDateFieldName()</a></span> - Method in interface org.apache.ignite.spi.checkpoint.jdbc.<a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpiMBean.html" title="interface in org.apache.ignite.spi.checkpoint.jdbc">JdbcCheckpointSpiMBean</a></dt>
<dd>
<div class="block">Gets expiration date field name for checkpoint table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html#getExpireDateFieldType--">getExpireDateFieldType()</a></span> - Method in class org.apache.ignite.spi.checkpoint.jdbc.<a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.jdbc">JdbcCheckpointSpi</a></dt>
<dd>
<div class="block">Gets expiration date field type for checkpoint table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpiMBean.html#getExpireDateFieldType--">getExpireDateFieldType()</a></span> - Method in interface org.apache.ignite.spi.checkpoint.jdbc.<a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpiMBean.html" title="interface in org.apache.ignite.spi.checkpoint.jdbc">JdbcCheckpointSpiMBean</a></dt>
<dd>
<div class="block">Gets expiration date field type for checkpoint table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#getExpiryPolicy--">getExpiryPolicy()</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/AddressResolver.html#getExternalAddresses-java.net.InetSocketAddress-">getExternalAddresses(InetSocketAddress)</a></span> - Method in interface org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/AddressResolver.html" title="interface in org.apache.ignite.configuration">AddressResolver</a></dt>
<dd>
<div class="block">Maps internal address to a collection of external addresses.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/BasicAddressResolver.html#getExternalAddresses-java.net.InetSocketAddress-">getExternalAddresses(InetSocketAddress)</a></span> - Method in 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">Maps internal address to a collection of external addresses.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/services/ServiceDeploymentException.html#getFailedConfigurations--">getFailedConfigurations()</a></span> - Method in exception org.apache.ignite.services.<a href="org/apache/ignite/services/ServiceDeploymentException.html" title="class in org.apache.ignite.services">ServiceDeploymentException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getFailoverSpi--">getFailoverSpi()</a></span> - Method 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">Should return fully configured failover SPI implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#getFailoverSpiFormatted--">getFailoverSpiFormatted()</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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Check the <a href="org/apache/ignite/spi/metric/ReadOnlyMetricRegistry.html" title="interface in org.apache.ignite.spi.metric"><code>ReadOnlyMetricRegistry</code></a> with "name=ignite.failoverSpiFormatted" instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getFailureDetectionTimeout--">getFailureDetectionTimeout()</a></span> - Method 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">Returns failure detection timeout used by <a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.tcp"><code>TcpDiscoverySpi</code></a> and <a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html" title="class in org.apache.ignite.spi.communication.tcp"><code>TcpCommunicationSpi</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getFailureHandler--">getFailureHandler()</a></span> - Method 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">Gets failure handler.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/BinaryClassificationPointwiseMetricStatsAggregator.html#getFalseLabel--">getFalseLabel()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.evaluator.aggregator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/BinaryClassificationPointwiseMetricStatsAggregator.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator.aggregator">BinaryClassificationPointwiseMetricStatsAggregator</a></dt>
<dd>
<div class="block">Returns false label.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/BinaryClassificationPointwiseMetricStatsAggregator.html#getFalseNegative--">getFalseNegative()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.evaluator.aggregator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/BinaryClassificationPointwiseMetricStatsAggregator.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator.aggregator">BinaryClassificationPointwiseMetricStatsAggregator</a></dt>
<dd>
<div class="block">Returns false negatives count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/BinaryClassificationPointwiseMetricStatsAggregator.html#getFalsePositive--">getFalsePositive()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.evaluator.aggregator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/BinaryClassificationPointwiseMetricStatsAggregator.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator.aggregator">BinaryClassificationPointwiseMetricStatsAggregator</a></dt>
<dd>
<div class="block">Returns false positives count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/discrete/DiscreteNaiveBayesSumsHolder.html#getFeatureCountersPerLbl--">getFeatureCountersPerLbl()</a></span> - Method in class org.apache.ignite.ml.naivebayes.discrete.<a href="org/apache/ignite/ml/naivebayes/discrete/DiscreteNaiveBayesSumsHolder.html" title="class in org.apache.ignite.ml.naivebayes.discrete">DiscreteNaiveBayesSumsHolder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/FeatureMeta.html#getFeatureId--">getFeatureId()</a></span> - Method in class org.apache.ignite.ml.dataset.feature.<a href="org/apache/ignite/ml/dataset/feature/FeatureMeta.html" title="class in org.apache.ignite.ml.dataset.feature">FeatureMeta</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/TreeNode.html#getFeatureId--">getFeatureId()</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.<a href="org/apache/ignite/ml/tree/randomforest/data/TreeNode.html" title="class in org.apache.ignite.ml.tree.randomforest.data">TreeNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/BucketMeta.html#getFeatureMeta--">getFeatureMeta()</a></span> - Method in class org.apache.ignite.ml.dataset.feature.<a href="org/apache/ignite/ml/dataset/feature/BucketMeta.html" title="class in org.apache.ignite.ml.dataset.feature">BucketMeta</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/Dataset.html#getFeatureName-int-">getFeatureName(int)</a></span> - Method in class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/Dataset.html" title="class in org.apache.ignite.ml.structures">Dataset</a></dt>
<dd>
<div class="block">Returns feature name for column with given index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/primitive/data/SimpleDatasetData.html#getFeatures--">getFeatures()</a></span> - Method in class org.apache.ignite.ml.dataset.primitive.data.<a href="org/apache/ignite/ml/dataset/primitive/data/SimpleDatasetData.html" title="class in org.apache.ignite.ml.dataset.primitive.data">SimpleDatasetData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/primitive/data/SimpleLabeledDatasetData.html#getFeatures--">getFeatures()</a></span> - Method in class org.apache.ignite.ml.dataset.primitive.data.<a href="org/apache/ignite/ml/dataset/primitive/data/SimpleLabeledDatasetData.html" title="class in org.apache.ignite.ml.dataset.primitive.data">SimpleLabeledDatasetData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/primitive/FeatureMatrixWithLabelsOnHeapData.html#getFeatures--">getFeatures()</a></span> - Method in class org.apache.ignite.ml.dataset.primitive.<a href="org/apache/ignite/ml/dataset/primitive/FeatureMatrixWithLabelsOnHeapData.html" title="class in org.apache.ignite.ml.dataset.primitive">FeatureMatrixWithLabelsOnHeapData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/ModelOnFeaturesSubspace.html#getFeaturesMapping--">getFeaturesMapping()</a></span> - Method in class org.apache.ignite.ml.composition.<a href="org/apache/ignite/ml/composition/ModelOnFeaturesSubspace.html" title="class in org.apache.ignite.ml.composition">ModelOnFeaturesSubspace</a></dt>
<dd>
<div class="block">Returns features mapping.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/impurity/ImpurityMeasureCalculator.html#getFeatureValue-org.apache.ignite.ml.tree.data.DecisionTreeData-org.apache.ignite.ml.tree.data.TreeDataIndex-int-int-">getFeatureValue(DecisionTreeData, TreeDataIndex, int, int)</a></span> - Method in class org.apache.ignite.ml.tree.impurity.<a href="org/apache/ignite/ml/tree/impurity/ImpurityMeasureCalculator.html" title="class in org.apache.ignite.ml.tree.impurity">ImpurityMeasureCalculator</a></dt>
<dd>
<div class="block">Returns feature value in according to kth order statistic.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/impurity/ImpurityMeasureCalculator.html#getFeatureValues-org.apache.ignite.ml.tree.data.DecisionTreeData-org.apache.ignite.ml.tree.data.TreeDataIndex-int-int-">getFeatureValues(DecisionTreeData, TreeDataIndex, int, int)</a></span> - Method in class org.apache.ignite.ml.tree.impurity.<a href="org/apache/ignite/ml/tree/impurity/ImpurityMeasureCalculator.html" title="class in org.apache.ignite.ml.tree.impurity">ImpurityMeasureCalculator</a></dt>
<dd>
<div class="block">Returns feature value in according to kth order statistic.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/dialect/BasicJdbcDialect.html#getFetchSize--">getFetchSize()</a></span> - Method in 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>
<div class="block">Gives the JDBC driver a hint how many rows should be fetched from the database when more rows are needed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/dialect/JdbcDialect.html#getFetchSize--">getFetchSize()</a></span> - Method in interface org.apache.ignite.cache.store.jdbc.dialect.<a href="org/apache/ignite/cache/store/jdbc/dialect/JdbcDialect.html" title="interface in org.apache.ignite.cache.store.jdbc.dialect">JdbcDialect</a></dt>
<dd>
<div class="block">Gives the JDBC driver a hint how many rows should be fetched from the database when more rows are needed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryObjectBuilder.html#getField-java.lang.String-">getField(String)</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">Returns value assigned to the specified field.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PersistenceSettings.html#getFieldByColumn-java.lang.String-">getFieldByColumn(String)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/PersistenceSettings.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">PersistenceSettings</a></dt>
<dd>
<div class="block">Returns POJO field by Cassandra table column name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/BulkLoadContextCursor.html#getFieldName-int-">getFieldName(int)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/BulkLoadContextCursor.html" title="class in org.apache.ignite.cache.query">BulkLoadContextCursor</a></dt>
<dd>
<div class="block">Gets field name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/FieldsQueryCursor.html#getFieldName-int-">getFieldName(int)</a></span> - Method in interface org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/FieldsQueryCursor.html" title="interface in org.apache.ignite.cache.query">FieldsQueryCursor</a></dt>
<dd>
<div class="block">Gets field name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryIndex.html#getFieldNames--">getFieldNames()</a></span> - Method in class org.apache.ignite.cache.<a href="org/apache/ignite/cache/QueryIndex.html" title="class in org.apache.ignite.cache">QueryIndex</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryEntity.html#getFields--">getFields()</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">Gets query fields for this query pair.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryIndex.html#getFields--">getFields()</a></span> - Method in class org.apache.ignite.cache.<a href="org/apache/ignite/cache/QueryIndex.html" title="class in org.apache.ignite.cache">QueryIndex</a></dt>
<dd>
<div class="block">Gets fields included in the index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/KeyPersistenceSettings.html#getFields--">getFields()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/KeyPersistenceSettings.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">KeyPersistenceSettings</a></dt>
<dd>
<div class="block">Returns a list of POJO fields to be persisted.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/KeyValuePersistenceSettings.html#getFields--">getFields()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/KeyValuePersistenceSettings.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">KeyValuePersistenceSettings</a></dt>
<dd>
<div class="block">Returns list of POJO fields to be mapped to Cassandra table columns.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PersistenceSettings.html#getFields--">getFields()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/PersistenceSettings.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">PersistenceSettings</a></dt>
<dd>
<div class="block">Returns a list of POJO fields to be persisted.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/ValuePersistenceSettings.html#getFields--">getFields()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/ValuePersistenceSettings.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">ValuePersistenceSettings</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryEntity.html#getFieldsPrecision--">getFieldsPrecision()</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>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryEntity.html#getFieldsScale--">getFieldsScale()</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>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PojoFieldAccessor.html#getFieldType--">getFieldType()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/PojoFieldAccessor.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">PojoFieldAccessor</a></dt>
<dd>
<div class="block">Returns field type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/storage/model/DefaultModelStorage.html#getFile-java.lang.String-">getFile(String)</a></span> - Method in class org.apache.ignite.ml.inference.storage.model.<a href="org/apache/ignite/ml/inference/storage/model/DefaultModelStorage.html" title="class in org.apache.ignite.ml.inference.storage.model">DefaultModelStorage</a></dt>
<dd>
<div class="block">Returns file content.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/storage/model/ModelStorage.html#getFile-java.lang.String-">getFile(String)</a></span> - Method in interface org.apache.ignite.ml.inference.storage.model.<a href="org/apache/ignite/ml/inference/storage/model/ModelStorage.html" title="interface in org.apache.ignite.ml.inference.storage.model">ModelStorage</a></dt>
<dd>
<div class="block">Returns file content.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#getFileIOFactory--">getFileIOFactory()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Factory to provide implementation of FileIO interface
which is used for data storage files read/write operations</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#getFileIOFactory--">getFileIOFactory()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Factory to provide implementation of FileIO interface
which is used for any file read/write operations</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/ScanQuery.html#getFilter--">getFilter()</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/ScanQuery.html" title="class in org.apache.ignite.cache.query">ScanQuery</a></dt>
<dd>
<div class="block">Gets filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/eventstorage/memory/MemoryEventStorageSpi.html#getFilter--">getFilter()</a></span> - Method in class org.apache.ignite.spi.eventstorage.memory.<a href="org/apache/ignite/spi/eventstorage/memory/MemoryEventStorageSpi.html" title="class in org.apache.ignite.spi.eventstorage.memory">MemoryEventStorageSpi</a></dt>
<dd>
<div class="block">Gets filter for events to be recorded.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/pipeline/Pipeline.html#getFinalPreprocessor--">getFinalPreprocessor()</a></span> - Method in class org.apache.ignite.ml.pipeline.<a href="org/apache/ignite/ml/pipeline/Pipeline.html" title="class in org.apache.ignite.ml.pipeline">Pipeline</a></dt>
<dd>
<div class="block">Returns the final preprocessor for evaluation needs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/context/BinaryClassificationEvaluationContext.html#getFirstClsLbl--">getFirstClsLbl()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.evaluator.context.<a href="org/apache/ignite/ml/selection/scoring/evaluator/context/BinaryClassificationEvaluationContext.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator.context">BinaryClassificationEvaluationContext</a></dt>
<dd>
<div class="block">Returns first class label.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/genetic/Chromosome.html#getFitness--">getFitness()</a></span> - Method in class org.apache.ignite.ml.util.genetic.<a href="org/apache/ignite/ml/util/genetic/Chromosome.html" title="class in org.apache.ignite.ml.util.genetic">Chromosome</a></dt>
<dd>
<div class="block">Returns the fitness value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#getFloat-java.lang.String-float-">getFloat(String, float)</a></span> - Static method in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Gets either system property or environment variable with given name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/AttributeNames.html#getForceClientServerConnections--">getForceClientServerConnections()</a></span> - Method in class org.apache.ignite.spi.communication.tcp.<a href="org/apache/ignite/spi/communication/tcp/AttributeNames.html" title="class in org.apache.ignite.spi.communication.tcp">AttributeNames</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#getForcePrimary-java.lang.Object-">getForcePrimary(Object)</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 value from cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#getForcePrimaryAsync-java.lang.Object-">getForcePrimaryAsync(Object)</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">Asynchronously gets value from cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/IgniteFramework.html#getFrameworkInfo--">getFrameworkInfo()</a></span> - Method in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/IgniteFramework.html" title="class in org.apache.ignite.mesos">IgniteFramework</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/development/utils/IgniteWalConverterArguments.html#getFromTime--">getFromTime()</a></span> - Method in class org.apache.ignite.development.utils.<a href="org/apache/ignite/development/utils/IgniteWalConverterArguments.html" title="class in org.apache.ignite.development.utils">IgniteWalConverterArguments</a></dt>
<dd>
<div class="block">The start time interval for the record time in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#getFullVersion--">getFullVersion()</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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Check the <a href="org/apache/ignite/spi/metric/ReadOnlyMetricRegistry.html" title="interface in org.apache.ignite.spi.metric"><code>ReadOnlyMetricRegistry</code></a> with "name=ignite.fullVersion" instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetAffinityFunction.html#getFunc--">getFunc()</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 the inner func.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/compound/CompoundNaiveBayesModel.html#getGaussianFeatureIdsToSkip--">getGaussianFeatureIdsToSkip()</a></span> - Method in class org.apache.ignite.ml.naivebayes.compound.<a href="org/apache/ignite/ml/naivebayes/compound/CompoundNaiveBayesModel.html" title="class in org.apache.ignite.ml.naivebayes.compound">CompoundNaiveBayesModel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/compound/CompoundNaiveBayesModel.html#getGaussianModel--">getGaussianModel()</a></span> - Method in class org.apache.ignite.ml.naivebayes.compound.<a href="org/apache/ignite/ml/naivebayes/compound/CompoundNaiveBayesModel.html" title="class in org.apache.ignite.ml.naivebayes.compound">CompoundNaiveBayesModel</a></dt>
<dd>
<div class="block">Returns a gaussian model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/genetic/Chromosome.html#getGene-int-">getGene(int)</a></span> - Method in class org.apache.ignite.ml.util.genetic.<a href="org/apache/ignite/ml/util/genetic/Chromosome.html" title="class in org.apache.ignite.ml.util.genetic">Chromosome</a></dt>
<dd>
<div class="block">Returns the gene value by index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/encoding/target/TargetEncodingMeta.html#getGlobalMean--">getGlobalMean()</a></span> - Method in class org.apache.ignite.ml.preprocessing.encoding.target.<a href="org/apache/ignite/ml/preprocessing/encoding/target/TargetEncodingMeta.html" title="class in org.apache.ignite.ml.preprocessing.encoding.target">TargetEncodingMeta</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html#getGrammarFileName--">getGrammarFileName()</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelLexer</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#getGrammarFileName--">getGrammarFileName()</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/startup/BasicWarmupClosure.html#getGridCount--">getGridCount()</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">Gets number of grids to start and run warmup.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getGridLogger--">getGridLogger()</a></span> - Method 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">Should return an instance of logger to use in grid.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#getGridLoggerFormatted--">getGridLoggerFormatted()</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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Check the <a href="org/apache/ignite/spi/metric/ReadOnlyMetricRegistry.html" title="interface in org.apache.ignite.spi.metric"><code>ReadOnlyMetricRegistry</code></a> with "name=ignite.gridLoggerFormatted" instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getGridName--">getGridName()</a></span> - Method 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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/IgniteConfiguration.html#getIgniteInstanceName--"><code>IgniteConfiguration.getIgniteInstanceName()</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoverySpi.html#getGridStartTime--">getGridStartTime()</a></span> - Method in interface org.apache.ignite.spi.discovery.<a href="org/apache/ignite/spi/discovery/DiscoverySpi.html" title="interface in org.apache.ignite.spi.discovery">DiscoverySpi</a></dt>
<dd>
<div class="block">Gets start time of the very first node in the grid.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/isolated/IsolatedDiscoverySpi.html#getGridStartTime--">getGridStartTime()</a></span> - Method in class org.apache.ignite.spi.discovery.isolated.<a href="org/apache/ignite/spi/discovery/isolated/IsolatedDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.isolated">IsolatedDiscoverySpi</a></dt>
<dd>
<div class="block">Gets start time of the very first node in the grid.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#getGridStartTime--">getGridStartTime()</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">Gets start time of the very first node in the grid.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html#getGridStartTime--">getGridStartTime()</a></span> - Method in class org.apache.ignite.spi.discovery.zk.<a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.zk">ZookeeperDiscoverySpi</a></dt>
<dd>
<div class="block">Gets start time of the very first node in the grid.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheGroupMetricsMXBean.html#getGroupId--">getGroupId()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheGroupMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheGroupMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets cache group id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#getGroupName--">getGroupName()</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>
<div class="block">Gets the cache group name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/AtomicConfiguration.html#getGroupName--">getGroupName()</a></span> - Method in 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="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getGroupName--">getGroupName()</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>
<dd>
<div class="block">Gets the cache group name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CollectionConfiguration.html#getGroupName--">getGroupName()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/CollectionConfiguration.html" title="class in org.apache.ignite.configuration">CollectionConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheGroupMetricsMXBean.html#getGroupName--">getGroupName()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheGroupMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheGroupMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets cache group name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html#getHandshakeTimeout--">getHandshakeTimeout()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ClientConnectorConfiguration</a></dt>
<dd>
<div class="block">Gets handshake timeout for client connections.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html#getHasher--">getHasher()</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">Gets hash code calculator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcPojoStoreFactory.html#getHasher--">getHasher()</a></span> - Method in 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>
<div class="block">Gets hash code calculator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getHeapEntriesCount--">getHeapEntriesCount()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">Gets the number of cache entries in heap memory, including entries held by active transactions, entries in
onheap cache and near entries.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getHeapEntriesCount--">getHeapEntriesCount()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the number of cache entries in heap memory, including entries held by active transactions, entries in
onheap cache and near entries.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterMetrics.html#getHeapMemoryCommitted--">getHeapMemoryCommitted()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterMetrics.html" title="interface in org.apache.ignite.cluster">ClusterMetrics</a></dt>
<dd>
<div class="block">Returns the amount of heap memory in bytes that is committed for
the JVM to use.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getHeapMemoryCommitted--">getHeapMemoryCommitted()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Returns the amount of heap memory in bytes that is committed for
the JVM to use.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterMetrics.html#getHeapMemoryInitialized--">getHeapMemoryInitialized()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterMetrics.html" title="interface in org.apache.ignite.cluster">ClusterMetrics</a></dt>
<dd>
<div class="block">Returns the amount of heap memory in bytes that the JVM
initially requests from the operating system for memory management.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getHeapMemoryInitialized--">getHeapMemoryInitialized()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Returns the amount of heap memory in bytes that the JVM
initially requests from the operating system for memory management.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterMetrics.html#getHeapMemoryMaximum--">getHeapMemoryMaximum()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterMetrics.html" title="interface in org.apache.ignite.cluster">ClusterMetrics</a></dt>
<dd>
<div class="block">Returns the maximum amount of heap memory in bytes that can be
used for memory management.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getHeapMemoryMaximum--">getHeapMemoryMaximum()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Returns the maximum amount of heap memory in bytes that can be
used for memory management.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterMetrics.html#getHeapMemoryTotal--">getHeapMemoryTotal()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterMetrics.html" title="interface in org.apache.ignite.cluster">ClusterMetrics</a></dt>
<dd>
<div class="block">Returns the total amount of heap memory in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getHeapMemoryTotal--">getHeapMemoryTotal()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Returns the total amount of heap memory in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterMetrics.html#getHeapMemoryUsed--">getHeapMemoryUsed()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterMetrics.html" title="interface in org.apache.ignite.cluster">ClusterMetrics</a></dt>
<dd>
<div class="block">Returns the current heap size that is used for object allocation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getHeapMemoryUsed--">getHeapMemoryUsed()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Returns the current heap size that is used for object allocation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteLock.html#getHoldCount--">getHoldCount()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteLock.html" title="interface in org.apache.ignite">IgniteLock</a></dt>
<dd>
<div class="block">Queries the number of holds on this lock by the current thread.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html#getHost--">getHost()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ClientConnectorConfiguration</a></dt>
<dd>
<div class="block">Get host.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ConnectorConfiguration.html#getHost--">getHost()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ConnectorConfiguration</a></dt>
<dd>
<div class="block">Gets host for TCP binary protocol server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/SqlConnectorConfiguration.html#getHost--">getHost()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/SqlConnectorConfiguration.html" title="class in org.apache.ignite.configuration">SqlConnectorConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Get host.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterStartNodeResult.html#getHostName--">getHostName()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterStartNodeResult.html" title="interface in org.apache.ignite.cluster">ClusterStartNodeResult</a></dt>
<dd>
<div class="block">Gets host name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/paramgrid/ParamGrid.html#getHyperParameterTuningStrategy--">getHyperParameterTuningStrategy()</a></span> - Method in class org.apache.ignite.ml.selection.paramgrid.<a href="org/apache/ignite/ml/selection/paramgrid/ParamGrid.html" title="class in org.apache.ignite.ml.selection.paramgrid">ParamGrid</a></dt>
<dd>
<div class="block">Returns the Hyper-parameter tuning strategy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeTaskSession.html#getId--">getId()</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">Gets session ID of the task being executed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/TreeNode.html#getId--">getId()</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.<a href="org/apache/ignite/ml/tree/randomforest/data/TreeNode.html" title="class in org.apache.ignite.ml.tree.randomforest.data">TreeNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteClusterMXBean.html#getId--">getId()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/IgniteClusterMXBean.html" title="interface in org.apache.ignite.mxbean">IgniteClusterMXBean</a></dt>
<dd>
<div class="block">Gets cluster ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html#getIdleConnectionTimeout--">getIdleConnectionTimeout()</a></span> - Method in interface org.apache.ignite.spi.communication.tcp.<a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html" title="interface in org.apache.ignite.spi.communication.tcp">TcpCommunicationSpiMBean</a></dt>
<dd>
<div class="block">Gets maximum idle connection time upon which idle connections
will be closed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ConnectorConfiguration.html#getIdleQueryCursorCheckFrequency--">getIdleQueryCursorCheckFrequency()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ConnectorConfiguration</a></dt>
<dd>
<div class="block">Gets idle query cursors check frequency.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ConnectorConfiguration.html#getIdleQueryCursorTimeout--">getIdleQueryCursorTimeout()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ConnectorConfiguration</a></dt>
<dd>
<div class="block">Gets idle query cursors timeout in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html#getIdleTimeout--">getIdleTimeout()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ClientConnectorConfiguration</a></dt>
<dd>
<div class="block">Gets idle timeout for client connections.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ConnectorConfiguration.html#getIdleTimeout--">getIdleTimeout()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ConnectorConfiguration</a></dt>
<dd>
<div class="block">Gets idle timeout for REST server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterMetrics.html#getIdleTimePercentage--">getIdleTimePercentage()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterMetrics.html" title="interface in org.apache.ignite.cluster">ClusterMetrics</a></dt>
<dd>
<div class="block">Gets percentage of time this node is idling vs. executing jobs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getIdleTimePercentage--">getIdleTimePercentage()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Gets percentage of time this node is idling vs. executing jobs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryTypeConfiguration.html#getIdMapper--">getIdMapper()</a></span> - Method in 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">Gets ID mapper.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/BinaryConfiguration.html#getIdMapper--">getIdMapper()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/BinaryConfiguration.html" title="class in org.apache.ignite.configuration">BinaryConfiguration</a></dt>
<dd>
<div class="block">Gets ID mapper.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryTypeConfiguration.html#getIdMapper--">getIdMapper()</a></span> - Method in class org.apache.ignite.platform.dotnet.<a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryTypeConfiguration.html" title="class in org.apache.ignite.platform.dotnet">PlatformDotNetBinaryTypeConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/resource/IgniteProvider.html#getIgnite-java.lang.String-">getIgnite(String)</a></span> - Method in class org.apache.ignite.mesos.resource.<a href="org/apache/ignite/mesos/resource/IgniteProvider.html" title="class in org.apache.ignite.mesos.resource">IgniteProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/stream/StreamAdapter.html#getIgnite--">getIgnite()</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>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/IgniteProvider.html#getIgnite--">getIgnite()</a></span> - Method in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/IgniteProvider.html" title="class in org.apache.ignite.yarn">IgniteProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/IgniteProvider.html#getIgnite-java.lang.String-">getIgnite(String)</a></span> - Method in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/IgniteProvider.html" title="class in org.apache.ignite.yarn">IgniteProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getIgniteHome--">getIgniteHome()</a></span> - Method 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">Should return Ignite installation home folder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#getIgniteHome--">getIgniteHome()</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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Check the <a href="org/apache/ignite/spi/metric/ReadOnlyMetricRegistry.html" title="interface in org.apache.ignite.spi.metric"><code>ReadOnlyMetricRegistry</code></a> with "name=ignite.igniteHome" instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiManagementMBean.html#getIgniteHome--">getIgniteHome()</a></span> - Method in interface org.apache.ignite.spi.<a href="org/apache/ignite/spi/IgniteSpiManagementMBean.html" title="interface in org.apache.ignite.spi">IgniteSpiManagementMBean</a></dt>
<dd>
<div class="block">Gets Ignite installation home folder (i.e.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiMBeanAdapter.html#getIgniteHome--">getIgniteHome()</a></span> - Method in class org.apache.ignite.spi.<a href="org/apache/ignite/spi/IgniteSpiMBeanAdapter.html" title="class in org.apache.ignite.spi">IgniteSpiMBeanAdapter</a></dt>
<dd>
<div class="block">Gets Ignite installation home folder (i.e.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getIgniteInstanceName--">getIgniteInstanceName()</a></span> - Method 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">Gets optional local instance name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/thread/IgniteThread.html#getIgniteInstanceName--">getIgniteInstanceName()</a></span> - Method in class org.apache.ignite.thread.<a href="org/apache/ignite/thread/IgniteThread.html" title="class in org.apache.ignite.thread">IgniteThread</a></dt>
<dd>
<div class="block">Gets name of the Ignite instance this thread belongs to.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/failure/AbstractFailureHandler.html#getIgnoredFailureTypes--">getIgnoredFailureTypes()</a></span> - Method in class org.apache.ignite.failure.<a href="org/apache/ignite/failure/AbstractFailureHandler.html" title="class in org.apache.ignite.failure">AbstractFailureHandler</a></dt>
<dd>
<div class="block">Returns unmodifiable set of ignored failure types.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/NodeSplit.html#getImpurity--">getImpurity()</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.<a href="org/apache/ignite/ml/tree/randomforest/data/NodeSplit.html" title="class in org.apache.ignite.ml.tree.randomforest.data">NodeSplit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/TreeNode.html#getImpurity--">getImpurity()</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.<a href="org/apache/ignite/ml/tree/randomforest/data/TreeNode.html" title="class in org.apache.ignite.ml.tree.randomforest.data">TreeNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/DecisionTreeClassificationTrainer.html#getImpurityMeasureCalculator-org.apache.ignite.ml.dataset.Dataset-">getImpurityMeasureCalculator(Dataset<span class='angle_bracket'>&lt;</span>EmptyContext, DecisionTreeData<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/DecisionTreeClassificationTrainer.html" title="class in org.apache.ignite.ml.tree">DecisionTreeClassificationTrainer</a></dt>
<dd>
<div class="block">Returns impurity measure calculator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/DecisionTreeRegressionTrainer.html#getImpurityMeasureCalculator-org.apache.ignite.ml.dataset.Dataset-">getImpurityMeasureCalculator(Dataset<span class='angle_bracket'>&lt;</span>EmptyContext, DecisionTreeData<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/DecisionTreeRegressionTrainer.html" title="class in org.apache.ignite.ml.tree">DecisionTreeRegressionTrainer</a></dt>
<dd>
<div class="block">Returns impurity measure calculator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/DecisionTreeTrainer.html#getImpurityMeasureCalculator-org.apache.ignite.ml.dataset.Dataset-">getImpurityMeasureCalculator(Dataset<span class='angle_bracket'>&lt;</span>EmptyContext, DecisionTreeData<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/DecisionTreeTrainer.html" title="class in org.apache.ignite.ml.tree">DecisionTreeTrainer</a></dt>
<dd>
<div class="block">Returns impurity measure calculator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getIncludeEventTypes--">getIncludeEventTypes()</a></span> - Method 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">Gets array of event types, which will be recorded.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/kubernetes/configuration/KubernetesConnectionConfiguration.html#getIncludeNotReadyAddresses--">getIncludeNotReadyAddresses()</a></span> - Method in class org.apache.ignite.kubernetes.configuration.<a href="org/apache/ignite/kubernetes/configuration/KubernetesConnectionConfiguration.html" title="class in org.apache.ignite.kubernetes.configuration">KubernetesConnectionConfiguration</a></dt>
<dd>
<div class="block">Get flag include not ready addresses.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getIncludeProperties--">getIncludeProperties()</a></span> - Method 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">Gets array of system or environment properties to include into node attributes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/WrappedPreparedStatement.html#getIncomingPayload--">getIncomingPayload()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.session.<a href="org/apache/ignite/cache/store/cassandra/session/WrappedPreparedStatement.html" title="class in org.apache.ignite.cache.store.cassandra.session">WrappedPreparedStatement</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheGroupMetricsMXBean.html#getIndexBuildCountPartitionsLeft--">getIndexBuildCountPartitionsLeft()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheGroupMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheGroupMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PojoValueField.html#getIndexDDL-java.lang.String-java.lang.String-">getIndexDDL(String, String)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/PojoValueField.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">PojoValueField</a></dt>
<dd>
<div class="block">Returns DDL for the field secondary index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/KeyValuePersistenceSettings.html#getIndexDDLStatements-java.lang.String-">getIndexDDLStatements(String)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/KeyValuePersistenceSettings.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">KeyValuePersistenceSettings</a></dt>
<dd>
<div class="block">Returns DDL statements to create Cassandra table secondary indexes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getIndexedTypes--">getIndexedTypes()</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>
<dd>
<div class="block">Array of key and value type pairs to be indexed (thus array length must be always even).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryEntity.html#getIndexes--">getIndexes()</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">Gets a collection of index entities.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getIndexingSpi--">getIndexingSpi()</a></span> - Method 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">Should return fully configured indexing SPI implementations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getIndexRebuildKeysProcessed--">getIndexRebuildKeysProcessed()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">Return number of keys processed during index rebuilding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getIndexRebuildKeysProcessed--">getIndexRebuildKeysProcessed()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Return number of keys processed during index rebuilding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryIndex.html#getIndexType--">getIndexType()</a></span> - Method in class org.apache.ignite.cache.<a href="org/apache/ignite/cache/QueryIndex.html" title="class in org.apache.ignite.cache">QueryIndex</a></dt>
<dd>
<div class="block">Gets index type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/jta/jndi/CacheJndiTmFactory.html#getInitialContextEnvironment--">getInitialContextEnvironment()</a></span> - Method in 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">Gets initial context environment map.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/AbstractContinuousQuery.html#getInitialQuery--">getInitialQuery()</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/AbstractContinuousQuery.html" title="class in org.apache.ignite.cache.query">AbstractContinuousQuery</a></dt>
<dd>
<div class="block">Gets initial query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataRegionConfiguration.html#getInitialSize--">getInitialSize()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataRegionConfiguration.html" title="class in org.apache.ignite.configuration">DataRegionConfiguration</a></dt>
<dd>
<div class="block">Gets initial memory region size defined by this data region.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/MemoryPolicyConfiguration.html#getInitialSize--">getInitialSize()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/MemoryPolicyConfiguration.html" title="class in org.apache.ignite.configuration">MemoryPolicyConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets initial memory region size defined by this memory policy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html#getInitialSize--">getInitialSize()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataRegionMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets initial memory region size defined by its <a href="org/apache/ignite/configuration/DataRegionConfiguration.html" title="class in org.apache.ignite.configuration"><code>DataRegionConfiguration</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/MemoryMetricsMXBean.html#getInitialSize--">getInitialSize()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/MemoryMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">MemoryMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets initial memory region size defined by its <a href="org/apache/ignite/configuration/MemoryPolicyConfiguration.html" title="class in org.apache.ignite.configuration"><code>MemoryPolicyConfiguration</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryIndex.html#getInlineSize--">getInlineSize()</a></span> - Method in class org.apache.ignite.cache.<a href="org/apache/ignite/cache/QueryIndex.html" title="class in org.apache.ignite.cache">QueryIndex</a></dt>
<dd>
<div class="block">Gets index inline size in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/ModelSignature.html#getInputMsg--">getInputMsg()</a></span> - Method in class org.apache.ignite.ml.inference.<a href="org/apache/ignite/ml/inference/ModelSignature.html" title="class in org.apache.ignite.ml.inference">ModelSignature</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#getInstanceName--">getInstanceName()</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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Check the <a href="org/apache/ignite/spi/metric/ReadOnlyMetricRegistry.html" title="interface in org.apache.ignite.spi.metric"><code>ReadOnlyMetricRegistry</code></a> with "name=ignite.InstanceName" instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/primitives/scalar/DiscreteRandomProducer.html#getInt--">getInt()</a></span> - Method in class org.apache.ignite.ml.util.generators.primitives.scalar.<a href="org/apache/ignite/ml/util/generators/primitives/scalar/DiscreteRandomProducer.html" title="class in org.apache.ignite.ml.util.generators.primitives.scalar">DiscreteRandomProducer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#getInteger-java.lang.String-int-">getInteger(String, int)</a></span> - Static method in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Gets either system property or environment variable with given name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getInterceptor--">getInterceptor()</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>
<dd>
<div class="block">Gets cache interceptor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/pipeline/PipelineMdl.html#getInternalMdl--">getInternalMdl()</a></span> - Method in class org.apache.ignite.ml.pipeline.<a href="org/apache/ignite/ml/pipeline/PipelineMdl.html" title="class in org.apache.ignite.ml.pipeline">PipelineMdl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#getIpFinder--">getIpFinder()</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">Gets IP finder for IP addresses sharing and storing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#getIpFinderCleanFrequency--">getIpFinderCleanFrequency()</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">Gets frequency with which coordinator cleans IP finder and keeps it in the correct state, unregistering addresses of
the nodes that have left the topology.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html#getIpFinderCleanFrequency--">getIpFinderCleanFrequency()</a></span> - Method in interface org.apache.ignite.spi.discovery.tcp.<a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html" title="interface in org.apache.ignite.spi.discovery.tcp">TcpDiscoverySpiMBean</a></dt>
<dd>
<div class="block">Gets frequency with which coordinator cleans IP finder and keeps it in the correct state, unregistering addresses
of the nodes that have left the topology.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#getIpFinderFormatted--">getIpFinderFormatted()</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">Gets <a href="org/apache/ignite/spi/discovery/tcp/ipfinder/TcpDiscoveryIpFinder.html" title="interface in org.apache.ignite.spi.discovery.tcp.ipfinder"><code>TcpDiscoveryIpFinder</code></a> (string representation).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html#getIpFinderFormatted--">getIpFinderFormatted()</a></span> - Method in interface org.apache.ignite.spi.discovery.tcp.<a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html" title="interface in org.apache.ignite.spi.discovery.tcp">TcpDiscoverySpiMBean</a></dt>
<dd>
<div class="block">Gets <a href="org/apache/ignite/spi/discovery/tcp/ipfinder/TcpDiscoveryIpFinder.html" title="interface in org.apache.ignite.spi.discovery.tcp.ipfinder"><code>TcpDiscoveryIpFinder</code></a> (string representation).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/isolve/lsqr/LSQRResult.html#getIsstop--">getIsstop()</a></span> - Method in class org.apache.ignite.ml.math.isolve.lsqr.<a href="org/apache/ignite/ml/math/isolve/lsqr/LSQRResult.html" title="class in org.apache.ignite.ml.math.isolve.lsqr">LSQRResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/startup/BasicWarmupClosure.html#getIterationCount--">getIterationCount()</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">Gets iteration count for warmup.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/isolve/IterativeSolverResult.html#getIterations--">getIterations()</a></span> - Method in class org.apache.ignite.ml.math.isolve.<a href="org/apache/ignite/ml/math/isolve/IterativeSolverResult.html" title="class in org.apache.ignite.ml.math.isolve">IterativeSolverResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PersistenceSettings.html#getJavaClass--">getJavaClass()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/PersistenceSettings.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">PersistenceSettings</a></dt>
<dd>
<div class="block">Returns java class of the object to be persisted.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PojoField.html#getJavaClass--">getJavaClass()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/PojoField.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">PojoField</a></dt>
<dd>
<div class="block">Returns java class of the field.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/JdbcTypeField.html#getJavaFieldName--">getJavaFieldName()</a></span> - Method in class org.apache.ignite.cache.store.jdbc.<a href="org/apache/ignite/cache/store/jdbc/JdbcTypeField.html" title="class in org.apache.ignite.cache.store.jdbc">JdbcTypeField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/JdbcTypeField.html#getJavaFieldType--">getJavaFieldType()</a></span> - Method in class org.apache.ignite.cache.store.jdbc.<a href="org/apache/ignite/cache/store/jdbc/JdbcTypeField.html" title="class in org.apache.ignite.cache.store.jdbc">JdbcTypeField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#getJdkInformation--">getJdkInformation()</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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Check the <a href="org/apache/ignite/spi/metric/ReadOnlyMetricRegistry.html" title="interface in org.apache.ignite.spi.metric"><code>ReadOnlyMetricRegistry</code></a> with "name=ignite.jdkInformation" instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ConnectorConfiguration.html#getJettyPath--">getJettyPath()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ConnectorConfiguration</a></dt>
<dd>
<div class="block">Gets path, either absolute or relative to <code>IGNITE_HOME</code>, to <code>Jetty</code>
XML configuration file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/jta/jndi/CacheJndiTmFactory.html#getJndiNames--">getJndiNames()</a></span> - Method in 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">Gets a list of JNDI names.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/jta/jndi/CacheJndiTmLookup.html#getJndiNames--">getJndiNames()</a></span> - Method in 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>
<div class="block">Gets a list of JNDI names.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeJobResult.html#getJob--">getJob()</a></span> - Method in interface org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeJobResult.html" title="interface in org.apache.ignite.compute">ComputeJobResult</a></dt>
<dd>
<div class="block">Gets local instance of remote job returned by <a href="org/apache/ignite/compute/ComputeTask.html#map-java.util.List-T-"><code>ComputeTask.map(List, Object)</code></a> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/CollisionJobContext.html#getJob--">getJob()</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">Job for this context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeJobResult.html#getJobContext--">getJobContext()</a></span> - Method in interface org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeJobResult.html" title="interface in org.apache.ignite.compute">ComputeJobResult</a></dt>
<dd>
<div class="block">Gets job context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/CollisionJobContext.html#getJobContext--">getJobContext()</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">Gets job context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeJobContext.html#getJobId--">getJobId()</a></span> - Method in interface org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeJobContext.html" title="interface in org.apache.ignite.compute">ComputeJobContext</a></dt>
<dd>
<div class="block">Gets ID of the job this context belongs to.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeJobSibling.html#getJobId--">getJobId()</a></span> - Method in interface org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeJobSibling.html" title="interface in org.apache.ignite.compute">ComputeJobSibling</a></dt>
<dd>
<div class="block">Gets ID of this grid job sibling.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html#getJobPriorityAttributeKey--">getJobPriorityAttributeKey()</a></span> - Method in class org.apache.ignite.spi.collision.priorityqueue.<a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html" title="class in org.apache.ignite.spi.collision.priorityqueue">PriorityQueueCollisionSpi</a></dt>
<dd>
<div class="block">Gets key name of job priority attribute.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpiMBean.html#getJobPriorityAttributeKey--">getJobPriorityAttributeKey()</a></span> - Method in interface org.apache.ignite.spi.collision.priorityqueue.<a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpiMBean.html" title="interface in org.apache.ignite.spi.collision.priorityqueue">PriorityQueueCollisionSpiMBean</a></dt>
<dd>
<div class="block">Gets key name of job priority attribute.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/failover/FailoverContext.html#getJobResult--">getJobResult()</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">Gets failed result of job execution.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeTaskSession.html#getJobSibling-org.apache.ignite.lang.IgniteUuid-">getJobSibling(IgniteUuid)</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">Gets job sibling for a given ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeTaskSession.html#getJobSiblings--">getJobSiblings()</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">Gets a collection of all grid job siblings.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#getJoinTimeout--">getJoinTimeout()</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">Get join timeout, in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html#getJoinTimeout--">getJoinTimeout()</a></span> - Method in interface org.apache.ignite.spi.discovery.tcp.<a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html" title="interface in org.apache.ignite.spi.discovery.tcp">TcpDiscoverySpiMBean</a></dt>
<dd>
<div class="block">The join timeout, in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html#getJoinTimeout--">getJoinTimeout()</a></span> - Method in class org.apache.ignite.spi.discovery.zk.<a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.zk">ZookeeperDiscoverySpi</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/ann/ANNClassificationTrainer.html#getK--">getK()</a></span> - Method in class org.apache.ignite.ml.knn.ann.<a href="org/apache/ignite/ml/knn/ann/ANNClassificationTrainer.html" title="class in org.apache.ignite.ml.knn.ann">ANNClassificationTrainer</a></dt>
<dd>
<div class="block">Gets the amount of clusters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/ann/KNNModelFormat.html#getK--">getK()</a></span> - Method in class org.apache.ignite.ml.knn.ann.<a href="org/apache/ignite/ml/knn/ann/KNNModelFormat.html" title="class in org.apache.ignite.ml.knn.ann">KNNModelFormat</a></dt>
<dd>
<div class="block">Gets amount of nearest neighbors.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/NNClassificationModel.html#getK--">getK()</a></span> - Method in class org.apache.ignite.ml.knn.<a href="org/apache/ignite/ml/knn/NNClassificationModel.html" title="class in org.apache.ignite.ml.knn">NNClassificationModel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/NNClassificationModel.html#getKClosestVectors-org.apache.ignite.ml.structures.LabeledVectorSet-java.util.TreeMap-">getKClosestVectors(LabeledVectorSet<span class='angle_bracket'>&lt;</span>LabeledVector<span class='angle_bracket'>&gt;</span>, TreeMap<span class='angle_bracket'>&lt;</span>Double, Set<span class='angle_bracket'>&lt;</span>Integer<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.knn.<a href="org/apache/ignite/ml/knn/NNClassificationModel.html" title="class in org.apache.ignite.ml.knn">NNClassificationModel</a></dt>
<dd>
<div class="block">Iterates along entries in distance map and fill the resulting k-element array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ThreadPoolMXBean.html#getKeepAliveTime--">getKeepAliveTime()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ThreadPoolMXBean.html" title="interface in org.apache.ignite.mxbean">ThreadPoolMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Returns the thread keep-alive time, which is the amount of time which threads
in excess of the core pool size may remain idle before being terminated.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryTypeConfiguration.html#getKeepDeserialized--">getKeepDeserialized()</a></span> - Method in class org.apache.ignite.platform.dotnet.<a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryTypeConfiguration.html" title="class in org.apache.ignite.platform.dotnet">PlatformDotNetBinaryTypeConfiguration</a></dt>
<dd>
<div class="block">Gets keep deserialized flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteBiTuple.html#getKey--">getKey()</a></span> - Method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteBiTuple.html" title="class in org.apache.ignite.lang">IgniteBiTuple</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/UpstreamEntry.html#getKey--">getKey()</a></span> - Method in class org.apache.ignite.ml.dataset.<a href="org/apache/ignite/ml/dataset/UpstreamEntry.html" title="class in org.apache.ignite.ml.dataset">UpstreamEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ssl/SslContextFactory.html#getKeyAlgorithm--">getKeyAlgorithm()</a></span> - Method in class org.apache.ignite.ssl.<a href="org/apache/ignite/ssl/SslContextFactory.html" title="class in org.apache.ignite.ssl">SslContextFactory</a></dt>
<dd>
<div class="block">Gets algorithm that will be used to create a key manager.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#getKeyConfiguration--">getKeyConfiguration()</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getKeyConfiguration--">getKeyConfiguration()</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>
<dd>
<div class="block">Gets cache key configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryEntity.html#getKeyFieldName--">getKeyFieldName()</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">Gets key field name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html#getKeyFieldName--">getKeyFieldName()</a></span> - Method in class org.apache.ignite.spi.checkpoint.jdbc.<a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.jdbc">JdbcCheckpointSpi</a></dt>
<dd>
<div class="block">Gets key field name for checkpoint table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpiMBean.html#getKeyFieldName--">getKeyFieldName()</a></span> - Method in interface org.apache.ignite.spi.checkpoint.jdbc.<a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpiMBean.html" title="interface in org.apache.ignite.spi.checkpoint.jdbc">JdbcCheckpointSpiMBean</a></dt>
<dd>
<div class="block">Gets key field name for checkpoint table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryEntity.html#getKeyFields--">getKeyFields()</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">Gets query fields for this query pair that belongs to the key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/KeyValuePersistenceSettings.html#getKeyFields--">getKeyFields()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/KeyValuePersistenceSettings.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">KeyValuePersistenceSettings</a></dt>
<dd>
<div class="block">Returns list of Ignite cache key POJO fields to be mapped to Cassandra table columns.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/JdbcType.html#getKeyFields--">getKeyFields()</a></span> - Method in class org.apache.ignite.cache.store.jdbc.<a href="org/apache/ignite/cache/store/jdbc/JdbcType.html" title="class in org.apache.ignite.cache.store.jdbc">JdbcType</a></dt>
<dd>
<div class="block">Gets optional persistent key fields (needed only if <a href="org/apache/ignite/cache/store/jdbc/CacheJdbcPojoStore.html" title="class in org.apache.ignite.cache.store.jdbc"><code>CacheJdbcPojoStore</code></a> is used).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html#getKeyFieldType--">getKeyFieldType()</a></span> - Method in class org.apache.ignite.spi.checkpoint.jdbc.<a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.jdbc">JdbcCheckpointSpi</a></dt>
<dd>
<div class="block">Gets key field type for checkpoint table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpiMBean.html#getKeyFieldType--">getKeyFieldType()</a></span> - Method in interface org.apache.ignite.spi.checkpoint.jdbc.<a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpiMBean.html" title="interface in org.apache.ignite.spi.checkpoint.jdbc">JdbcCheckpointSpiMBean</a></dt>
<dd>
<div class="block">Gets key field type for checkpoint table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/KeyValuePersistenceSettings.html#getKeyPersistenceSettings--">getKeyPersistenceSettings()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/KeyValuePersistenceSettings.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">KeyValuePersistenceSettings</a></dt>
<dd>
<div class="block">Returns persistence settings for Ignite cache keys.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/startup/BasicWarmupClosure.html#getKeyRange--">getKeyRange()</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">Gets key range.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingNamedVector.html#getKeys--">getKeys()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingNamedVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingNamedVector</a></dt>
<dd>
<div class="block">Returns list of string indexes used in this vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/NamedVector.html#getKeys--">getKeys()</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/NamedVector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">NamedVector</a></dt>
<dd>
<div class="block">Returns list of string indexes used in this vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getKeySize--">getKeySize()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Can overflow. Use <a href="org/apache/ignite/cache/CacheMetrics.html#getCacheSize--"><code>CacheMetrics.getCacheSize()</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getKeySize--">getKeySize()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets number of keys in the cache, possibly with <code>null</code> values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionSpi.html#getKeySize--">getKeySize()</a></span> - Method in class org.apache.ignite.spi.encryption.keystore.<a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionSpi.html" title="class in org.apache.ignite.spi.encryption.keystore">KeystoreEncryptionSpi</a></dt>
<dd>
<div class="block">Gets encryption key size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/KeyValuePersistenceSettings.html#getKeyspace--">getKeyspace()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/KeyValuePersistenceSettings.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">KeyValuePersistenceSettings</a></dt>
<dd>
<div class="block">Returns Cassandra keyspace to use.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/KeyValuePersistenceSettings.html#getKeyspaceDDLStatement--">getKeyspaceDDLStatement()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/KeyValuePersistenceSettings.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">KeyValuePersistenceSettings</a></dt>
<dd>
<div class="block">Returns DDL statement to create Cassandra keyspace.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getKeysToRebalanceLeft--">getKeysToRebalanceLeft()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getKeysToRebalanceLeft--">getKeysToRebalanceLeft()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ssl/SslContextFactory.html#getKeyStoreFilePath--">getKeyStoreFilePath()</a></span> - Method in class org.apache.ignite.ssl.<a href="org/apache/ignite/ssl/SslContextFactory.html" title="class in org.apache.ignite.ssl">SslContextFactory</a></dt>
<dd>
<div class="block">Gets path to the key store file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ssl/SslContextFactory.html#getKeyStorePassword--">getKeyStorePassword()</a></span> - Method in class org.apache.ignite.ssl.<a href="org/apache/ignite/ssl/SslContextFactory.html" title="class in org.apache.ignite.ssl">SslContextFactory</a></dt>
<dd>
<div class="block">Gets key store password.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionSpi.html#getKeyStorePath--">getKeyStorePath()</a></span> - Method in class org.apache.ignite.spi.encryption.keystore.<a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionSpi.html" title="class in org.apache.ignite.spi.encryption.keystore">KeystoreEncryptionSpi</a></dt>
<dd>
<div class="block">Gets path to jdk keyStore that stores master key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionSpi.html#getKeyStorePwd--">getKeyStorePwd()</a></span> - Method in class org.apache.ignite.spi.encryption.keystore.<a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionSpi.html" title="class in org.apache.ignite.spi.encryption.keystore">KeystoreEncryptionSpi</a></dt>
<dd>
<div class="block">Gets key store password.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ssl/SslContextFactory.html#getKeyStoreType--">getKeyStoreType()</a></span> - Method in class org.apache.ignite.ssl.<a href="org/apache/ignite/ssl/SslContextFactory.html" title="class in org.apache.ignite.ssl">SslContextFactory</a></dt>
<dd>
<div class="block">Gets key store type used for context creation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getKeyType--">getKeyType()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">Determines the required type of keys for this <code>Cache</code>, if any.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryEntity.html#getKeyType--">getKeyType()</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">Gets key type for this query pair.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/JdbcType.html#getKeyType--">getKeyType()</a></span> - Method in class org.apache.ignite.cache.store.jdbc.<a href="org/apache/ignite/cache/store/jdbc/JdbcType.html" title="class in org.apache.ignite.cache.store.jdbc">JdbcType</a></dt>
<dd>
<div class="block">Gets key type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getKeyType--">getKeyType()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Determines the required type of keys for this <code>Cache</code>, if any.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PlatformCacheConfiguration.html#getKeyTypeName--">getKeyTypeName()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PlatformCacheConfiguration.html" title="class in org.apache.ignite.configuration">PlatformCacheConfiguration</a></dt>
<dd>
<div class="block">Gets fully-qualified platform type name of the cache key used for the local map.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/LUDecomposition.html#getL--">getL()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/LUDecomposition.html" title="class in org.apache.ignite.ml.math.primitives.matrix">LUDecomposition</a></dt>
<dd>
<div class="block">Returns the matrix L of the decomposition.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/MnistUtils.MnistLabeledImage.html#getLabel--">getLabel()</a></span> - Method in class org.apache.ignite.ml.util.<a href="org/apache/ignite/ml/util/MnistUtils.MnistLabeledImage.html" title="class in org.apache.ignite.ml.util">MnistUtils.MnistLabeledImage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/primitive/data/SimpleLabeledDatasetData.html#getLabels--">getLabels()</a></span> - Method in class org.apache.ignite.ml.dataset.primitive.data.<a href="org/apache/ignite/ml/dataset/primitive/data/SimpleLabeledDatasetData.html" title="class in org.apache.ignite.ml.dataset.primitive.data">SimpleLabeledDatasetData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/primitive/FeatureMatrixWithLabelsOnHeapData.html#getLabels--">getLabels()</a></span> - Method in class org.apache.ignite.ml.dataset.primitive.<a href="org/apache/ignite/ml/dataset/primitive/FeatureMatrixWithLabelsOnHeapData.html" title="class in org.apache.ignite.ml.dataset.primitive">FeatureMatrixWithLabelsOnHeapData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/compound/CompoundNaiveBayesModel.html#getLabels--">getLabels()</a></span> - Method in class org.apache.ignite.ml.naivebayes.compound.<a href="org/apache/ignite/ml/naivebayes/compound/CompoundNaiveBayesModel.html" title="class in org.apache.ignite.ml.naivebayes.compound">CompoundNaiveBayesModel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/discrete/DiscreteNaiveBayesModel.html#getLabels--">getLabels()</a></span> - Method in class org.apache.ignite.ml.naivebayes.discrete.<a href="org/apache/ignite/ml/naivebayes/discrete/DiscreteNaiveBayesModel.html" title="class in org.apache.ignite.ml.naivebayes.discrete">DiscreteNaiveBayesModel</a></dt>
<dd>
<div class="block">A getter for labels.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/gaussian/GaussianNaiveBayesModel.html#getLabels--">getLabels()</a></span> - Method in class org.apache.ignite.ml.naivebayes.gaussian.<a href="org/apache/ignite/ml/naivebayes/gaussian/GaussianNaiveBayesModel.html" title="class in org.apache.ignite.ml.naivebayes.gaussian">GaussianNaiveBayesModel</a></dt>
<dd>
<div class="block">A getter for labels.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/impurity/ImpurityMeasureCalculator.html#getLabelValue-org.apache.ignite.ml.tree.data.DecisionTreeData-org.apache.ignite.ml.tree.data.TreeDataIndex-int-int-">getLabelValue(DecisionTreeData, TreeDataIndex, int, int)</a></span> - Method in class org.apache.ignite.ml.tree.impurity.<a href="org/apache/ignite/ml/tree/impurity/ImpurityMeasureCalculator.html" title="class in org.apache.ignite.ml.tree.impurity">ImpurityMeasureCalculator</a></dt>
<dd>
<div class="block">Returns label value in according to kth order statistic.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/svm/SVMLinearClassificationTrainer.html#getLambda--">getLambda()</a></span> - Method in class org.apache.ignite.ml.svm.<a href="org/apache/ignite/ml/svm/SVMLinearClassificationTrainer.html" title="class in org.apache.ignite.ml.svm">SVMLinearClassificationTrainer</a></dt>
<dd>
<div class="block">Get the regularization lambda.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataRegionMetrics.html#getLargeEntriesPagesPercentage--">getLargeEntriesPagesPercentage()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/DataRegionMetrics.html" title="interface in org.apache.ignite">DataRegionMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets percentage of pages that are fully occupied by large entries that go beyond page size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataRegionMetricsAdapter.html#getLargeEntriesPagesPercentage--">getLargeEntriesPagesPercentage()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/DataRegionMetricsAdapter.html" title="class in org.apache.ignite">DataRegionMetricsAdapter</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets percentage of pages that are fully occupied by large entries that go beyond page size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/MemoryMetrics.html#getLargeEntriesPagesPercentage--">getLargeEntriesPagesPercentage()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/MemoryMetrics.html" title="interface in org.apache.ignite">MemoryMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets percentage of pages that are fully occupied by large entries that go beyond page size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html#getLargeEntriesPagesPercentage--">getLargeEntriesPagesPercentage()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataRegionMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets percentage of pages that are fully occupied by large entries that go beyond page size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/MemoryMetricsMXBean.html#getLargeEntriesPagesPercentage--">getLargeEntriesPagesPercentage()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/MemoryMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">MemoryMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets percentage of pages that are fully occupied by large entries that go beyond page size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ThreadPoolMXBean.html#getLargestPoolSize--">getLargestPoolSize()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ThreadPoolMXBean.html" title="interface in org.apache.ignite.mxbean">ThreadPoolMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Returns the largest number of threads that have ever
simultaneously been in the pool.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataStorageMetrics.html#getLastCheckpointCopiedOnWritePagesNumber--">getLastCheckpointCopiedOnWritePagesNumber()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/DataStorageMetrics.html" title="interface in org.apache.ignite">DataStorageMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the number of pages copied to a temporary checkpoint buffer during the last checkpoint.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataStorageMetricsAdapter.html#getLastCheckpointCopiedOnWritePagesNumber--">getLastCheckpointCopiedOnWritePagesNumber()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/DataStorageMetricsAdapter.html" title="class in org.apache.ignite">DataStorageMetricsAdapter</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the number of pages copied to a temporary checkpoint buffer during the last checkpoint.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html#getLastCheckpointCopiedOnWritePagesNumber--">getLastCheckpointCopiedOnWritePagesNumber()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataStorageMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the number of pages copied to a temporary checkpoint buffer during the last checkpoint.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/PersistenceMetricsMXBean.html#getLastCheckpointCopiedOnWritePagesNumber--">getLastCheckpointCopiedOnWritePagesNumber()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/PersistenceMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">PersistenceMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the number of pages copied to a temporary checkpoint buffer during the last checkpoint.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/PersistenceMetrics.html#getLastCheckpointCopiedOnWritePagesNumber--">getLastCheckpointCopiedOnWritePagesNumber()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/PersistenceMetrics.html" title="interface in org.apache.ignite">PersistenceMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the number of pages copied to a temporary checkpoint buffer during the last checkpoint.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataStorageMetrics.html#getLastCheckpointDataPagesNumber--">getLastCheckpointDataPagesNumber()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/DataStorageMetrics.html" title="interface in org.apache.ignite">DataStorageMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the number of data pages written during the last checkpoint.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataStorageMetricsAdapter.html#getLastCheckpointDataPagesNumber--">getLastCheckpointDataPagesNumber()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/DataStorageMetricsAdapter.html" title="class in org.apache.ignite">DataStorageMetricsAdapter</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the number of data pages written during the last checkpoint.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html#getLastCheckpointDataPagesNumber--">getLastCheckpointDataPagesNumber()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataStorageMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the number of data pages written during the last checkpoint.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/PersistenceMetricsMXBean.html#getLastCheckpointDataPagesNumber--">getLastCheckpointDataPagesNumber()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/PersistenceMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">PersistenceMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the number of data pages written during the last checkpoint.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/PersistenceMetrics.html#getLastCheckpointDataPagesNumber--">getLastCheckpointDataPagesNumber()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/PersistenceMetrics.html" title="interface in org.apache.ignite">PersistenceMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the number of data pages written during the last checkpoint.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataStorageMetrics.html#getLastCheckpointDuration--">getLastCheckpointDuration()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/DataStorageMetrics.html" title="interface in org.apache.ignite">DataStorageMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the duration of the last checkpoint in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html#getLastCheckpointDuration--">getLastCheckpointDuration()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataStorageMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the duration of the last checkpoint in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataStorageMetrics.html#getLastCheckpointFsyncDuration--">getLastCheckpointFsyncDuration()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/DataStorageMetrics.html" title="interface in org.apache.ignite">DataStorageMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the duration of the sync phase of the last checkpoint in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataStorageMetricsAdapter.html#getLastCheckpointFsyncDuration--">getLastCheckpointFsyncDuration()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/DataStorageMetricsAdapter.html" title="class in org.apache.ignite">DataStorageMetricsAdapter</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the duration of the sync phase of the last checkpoint in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html#getLastCheckpointFsyncDuration--">getLastCheckpointFsyncDuration()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataStorageMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the duration of the sync phase of the last checkpoint in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/PersistenceMetricsMXBean.html#getLastCheckpointFsyncDuration--">getLastCheckpointFsyncDuration()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/PersistenceMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">PersistenceMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the duration of the sync phase of the last checkpoint in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/PersistenceMetrics.html#getLastCheckpointFsyncDuration--">getLastCheckpointFsyncDuration()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/PersistenceMetrics.html" title="interface in org.apache.ignite">PersistenceMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the duration of the sync phase of the last checkpoint in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataStorageMetricsAdapter.html#getLastCheckpointingDuration--">getLastCheckpointingDuration()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/DataStorageMetricsAdapter.html" title="class in org.apache.ignite">DataStorageMetricsAdapter</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the duration of the last checkpoint in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/PersistenceMetricsMXBean.html#getLastCheckpointingDuration--">getLastCheckpointingDuration()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/PersistenceMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">PersistenceMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the duration of the last checkpoint in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/PersistenceMetrics.html#getLastCheckpointingDuration--">getLastCheckpointingDuration()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/PersistenceMetrics.html" title="interface in org.apache.ignite">PersistenceMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the duration of the last checkpoint in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataStorageMetrics.html#getLastCheckpointLockWaitDuration--">getLastCheckpointLockWaitDuration()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/DataStorageMetrics.html" title="interface in org.apache.ignite">DataStorageMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the duration of last checkpoint lock wait in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataStorageMetricsAdapter.html#getLastCheckpointLockWaitDuration--">getLastCheckpointLockWaitDuration()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/DataStorageMetricsAdapter.html" title="class in org.apache.ignite">DataStorageMetricsAdapter</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the duration of last checkpoint lock wait in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html#getLastCheckpointLockWaitDuration--">getLastCheckpointLockWaitDuration()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataStorageMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the duration of last checkpoint lock wait in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/PersistenceMetricsMXBean.html#getLastCheckpointLockWaitDuration--">getLastCheckpointLockWaitDuration()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/PersistenceMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">PersistenceMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the duration of last checkpoint lock wait in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/PersistenceMetrics.html#getLastCheckpointLockWaitDuration--">getLastCheckpointLockWaitDuration()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/PersistenceMetrics.html" title="interface in org.apache.ignite">PersistenceMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the duration of last checkpoint lock wait in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataStorageMetrics.html#getLastCheckpointMarkDuration--">getLastCheckpointMarkDuration()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/DataStorageMetrics.html" title="interface in org.apache.ignite">DataStorageMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the duration of last checkpoint mark phase in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataStorageMetricsAdapter.html#getLastCheckpointMarkDuration--">getLastCheckpointMarkDuration()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/DataStorageMetricsAdapter.html" title="class in org.apache.ignite">DataStorageMetricsAdapter</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the duration of last checkpoint mark phase in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html#getLastCheckpointMarkDuration--">getLastCheckpointMarkDuration()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataStorageMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the duration of last checkpoint mark phase in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/PersistenceMetricsMXBean.html#getLastCheckpointMarkDuration--">getLastCheckpointMarkDuration()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/PersistenceMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">PersistenceMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the duration of last checkpoint mark phase in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/PersistenceMetrics.html#getLastCheckpointMarkDuration--">getLastCheckpointMarkDuration()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/PersistenceMetrics.html" title="interface in org.apache.ignite">PersistenceMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the duration of last checkpoint mark phase in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataStorageMetrics.html#getLastCheckpointPagesWriteDuration--">getLastCheckpointPagesWriteDuration()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/DataStorageMetrics.html" title="interface in org.apache.ignite">DataStorageMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the duration of last checkpoint pages write phase in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataStorageMetricsAdapter.html#getLastCheckpointPagesWriteDuration--">getLastCheckpointPagesWriteDuration()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/DataStorageMetricsAdapter.html" title="class in org.apache.ignite">DataStorageMetricsAdapter</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the duration of last checkpoint pages write phase in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html#getLastCheckpointPagesWriteDuration--">getLastCheckpointPagesWriteDuration()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataStorageMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the duration of last checkpoint pages write phase in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/PersistenceMetricsMXBean.html#getLastCheckpointPagesWriteDuration--">getLastCheckpointPagesWriteDuration()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/PersistenceMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">PersistenceMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the duration of last checkpoint pages write phase in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/PersistenceMetrics.html#getLastCheckpointPagesWriteDuration--">getLastCheckpointPagesWriteDuration()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/PersistenceMetrics.html" title="interface in org.apache.ignite">PersistenceMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the duration of last checkpoint pages write phase in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataStorageMetrics.html#getLastCheckpointStarted--">getLastCheckpointStarted()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/DataStorageMetrics.html" title="interface in org.apache.ignite">DataStorageMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Returns time when the last checkpoint was started.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html#getLastCheckpointStarted--">getLastCheckpointStarted()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataStorageMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Returns time when the last checkpoint was started.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataStorageMetrics.html#getLastCheckpointTotalPagesNumber--">getLastCheckpointTotalPagesNumber()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/DataStorageMetrics.html" title="interface in org.apache.ignite">DataStorageMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the total number of pages written during the last checkpoint.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataStorageMetricsAdapter.html#getLastCheckpointTotalPagesNumber--">getLastCheckpointTotalPagesNumber()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/DataStorageMetricsAdapter.html" title="class in org.apache.ignite">DataStorageMetricsAdapter</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the total number of pages written during the last checkpoint.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html#getLastCheckpointTotalPagesNumber--">getLastCheckpointTotalPagesNumber()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataStorageMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the total number of pages written during the last checkpoint.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/PersistenceMetricsMXBean.html#getLastCheckpointTotalPagesNumber--">getLastCheckpointTotalPagesNumber()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/PersistenceMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">PersistenceMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the total number of pages written during the last checkpoint.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/PersistenceMetrics.html#getLastCheckpointTotalPagesNumber--">getLastCheckpointTotalPagesNumber()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/PersistenceMetrics.html" title="interface in org.apache.ignite">PersistenceMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the total number of pages written during the last checkpoint.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterMetrics.html#getLastDataVersion--">getLastDataVersion()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterMetrics.html" title="interface in org.apache.ignite.cluster">ClusterMetrics</a></dt>
<dd>
<div class="block">In-Memory Data Grid assigns incremental versions to all cache operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getLastDataVersion--">getLastDataVersion()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">In-Memory Data Grid assigns incremental versions to all cache operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/trainers/DatasetTrainer.html#getLastTrainedModelOrThrowEmptyDatasetException-M-">getLastTrainedModelOrThrowEmptyDatasetException(M)</a></span> - Method in class org.apache.ignite.ml.trainers.<a href="org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a></dt>
<dd>
<div class="block">Used on update phase when given dataset is empty.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterMetrics.html#getLastUpdateTime--">getLastUpdateTime()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterMetrics.html" title="interface in org.apache.ignite.cluster">ClusterMetrics</a></dt>
<dd>
<div class="block">Gets last update time of this node metrics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getLastUpdateTime--">getLastUpdateTime()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Gets last update time of this node metrics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/LabeledVector.html#getLb--">getLb()</a></span> - Method in class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/LabeledVector.html" title="class in org.apache.ignite.ml.structures">LabeledVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/impl/cache/util/ComputeUtils.html#getLearningEnvironment-org.apache.ignite.Ignite-java.util.UUID-int-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-">getLearningEnvironment(Ignite, UUID, int, LearningEnvironmentBuilder)</a></span> - Static method in class org.apache.ignite.ml.dataset.impl.cache.util.<a href="org/apache/ignite/ml/dataset/impl/cache/util/ComputeUtils.html" title="class in org.apache.ignite.ml.dataset.impl.cache.util">ComputeUtils</a></dt>
<dd>
<div class="block">Gets learning environment for given partition.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/GDBTrainer.html#getLearningStrategy--">getLearningStrategy()</a></span> - Method in class org.apache.ignite.ml.composition.boosting.<a href="org/apache/ignite/ml/composition/boosting/GDBTrainer.html" title="class in org.apache.ignite.ml.composition.boosting">GDBTrainer</a></dt>
<dd>
<div class="block">Returns learning strategy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/boosting/GDBBinaryClassifierOnTreesTrainer.html#getLearningStrategy--">getLearningStrategy()</a></span> - Method in class org.apache.ignite.ml.tree.boosting.<a href="org/apache/ignite/ml/tree/boosting/GDBBinaryClassifierOnTreesTrainer.html" title="class in org.apache.ignite.ml.tree.boosting">GDBBinaryClassifierOnTreesTrainer</a></dt>
<dd>
<div class="block">Returns learning strategy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/boosting/GDBRegressionOnTreesTrainer.html#getLearningStrategy--">getLearningStrategy()</a></span> - Method in class org.apache.ignite.ml.tree.boosting.<a href="org/apache/ignite/ml/tree/boosting/GDBRegressionOnTreesTrainer.html" title="class in org.apache.ignite.ml.tree.boosting">GDBRegressionOnTreesTrainer</a></dt>
<dd>
<div class="block">Returns learning strategy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/impurity/gini/GiniImpurityMeasure.html#getLeft--">getLeft()</a></span> - Method in class org.apache.ignite.ml.tree.impurity.gini.<a href="org/apache/ignite/ml/tree/impurity/gini/GiniImpurityMeasure.html" title="class in org.apache.ignite.ml.tree.impurity.gini">GiniImpurityMeasure</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/TreeNode.html#getLeft--">getLeft()</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.<a href="org/apache/ignite/ml/tree/randomforest/data/TreeNode.html" title="class in org.apache.ignite.ml.tree.randomforest.data">TreeNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/impurity/mse/MSEImpurityMeasure.html#getLeftCnt--">getLeftCnt()</a></span> - Method in class org.apache.ignite.ml.tree.impurity.mse.<a href="org/apache/ignite/ml/tree/impurity/mse/MSEImpurityMeasure.html" title="class in org.apache.ignite.ml.tree.impurity.mse">MSEImpurityMeasure</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/impurity/mse/MSEImpurityMeasure.html#getLeftY--">getLeftY()</a></span> - Method in class org.apache.ignite.ml.tree.impurity.mse.<a href="org/apache/ignite/ml/tree/impurity/mse/MSEImpurityMeasure.html" title="class in org.apache.ignite.ml.tree.impurity.mse">MSEImpurityMeasure</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/impurity/mse/MSEImpurityMeasure.html#getLeftY2--">getLeftY2()</a></span> - Method in class org.apache.ignite.ml.tree.impurity.mse.<a href="org/apache/ignite/ml/tree/impurity/mse/MSEImpurityMeasure.html" title="class in org.apache.ignite.ml.tree.impurity.mse">MSEImpurityMeasure</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#getLengthSquared--">getLengthSquared()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Gets the sum of squares of all elements in this vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#getLengthSquared--">getLengthSquared()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Gets the sum of squares of all elements in this vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html#getLengthSquared--">getLengthSquared()</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a></dt>
<dd>
<div class="block">Gets the sum of squares of all elements in this vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getLifecycleBeans--">getLifecycleBeans()</a></span> - Method 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">Returns a collection of life-cycle beans.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#getLifecycleBeansFormatted--">getLifecycleBeansFormatted()</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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Check the <a href="org/apache/ignite/spi/metric/ReadOnlyMetricRegistry.html" title="interface in org.apache.ignite.spi.metric"><code>ReadOnlyMetricRegistry</code></a> with "name=ignite.lifecycleBeansFormatted" instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/TextQuery.html#getLimit--">getLimit()</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/TextQuery.html" title="class in org.apache.ignite.cache.query">TextQuery</a></dt>
<dd>
<div class="block">Gets limit to response records count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#getListener--">getListener()</a></span> - Method 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="memberNameLink"><a href="org/apache/ignite/mxbean/FailureHandlingMxBean.html#getLivenessCheckEnabled--">getLivenessCheckEnabled()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/FailureHandlingMxBean.html" title="interface in org.apache.ignite.mxbean">FailureHandlingMxBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/loadbalancing/adaptive/AdaptiveCpuLoadProbe.html#getLoad-org.apache.ignite.cluster.ClusterNode-int-">getLoad(ClusterNode, int)</a></span> - Method in 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">Calculates load value for a given node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/loadbalancing/adaptive/AdaptiveJobCountLoadProbe.html#getLoad-org.apache.ignite.cluster.ClusterNode-int-">getLoad(ClusterNode, int)</a></span> - Method in 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">Calculates load value for a given node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/loadbalancing/adaptive/AdaptiveLoadProbe.html#getLoad-org.apache.ignite.cluster.ClusterNode-int-">getLoad(ClusterNode, int)</a></span> - Method in interface org.apache.ignite.spi.loadbalancing.adaptive.<a href="org/apache/ignite/spi/loadbalancing/adaptive/AdaptiveLoadProbe.html" title="interface in org.apache.ignite.spi.loadbalancing.adaptive">AdaptiveLoadProbe</a></dt>
<dd>
<div class="block">Calculates load value for a given node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/loadbalancing/adaptive/AdaptiveProcessingTimeLoadProbe.html#getLoad-org.apache.ignite.cluster.ClusterNode-int-">getLoad(ClusterNode, int)</a></span> - Method in 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">Calculates load value for a given node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getLoadBalancingSpi--">getLoadBalancingSpi()</a></span> - Method 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">Should return fully configured load balancing SPI implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#getLoadBalancingSpiFormatted--">getLoadBalancingSpiFormatted()</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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Check the <a href="org/apache/ignite/spi/metric/ReadOnlyMetricRegistry.html" title="interface in org.apache.ignite.spi.metric"><code>ReadOnlyMetricRegistry</code></a> with "name=ignite.loadBalancingSpiFormatted" instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/loadbalancing/adaptive/AdaptiveLoadBalancingSpi.html#getLoadProbeFormatted--">getLoadProbeFormatted()</a></span> - Method in 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>
<div class="block">Gets text description of current load probing implementation used.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/loadbalancing/adaptive/AdaptiveLoadBalancingSpiMBean.html#getLoadProbeFormatted--">getLoadProbeFormatted()</a></span> - Method in interface org.apache.ignite.spi.loadbalancing.adaptive.<a href="org/apache/ignite/spi/loadbalancing/adaptive/AdaptiveLoadBalancingSpiMBean.html" title="interface in org.apache.ignite.spi.loadbalancing.adaptive">AdaptiveLoadBalancingSpiMBean</a></dt>
<dd>
<div class="block">Gets text description of current load probing implementation used.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PersistenceController.html#getLoadStatement-java.lang.String-boolean-">getLoadStatement(String, boolean)</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">Returns CQL statement to select key/value fields from Cassandra table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html#getLocalAddress--">getLocalAddress()</a></span> - Method in interface org.apache.ignite.spi.communication.tcp.<a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html" title="interface in org.apache.ignite.spi.communication.tcp">TcpCommunicationSpiMBean</a></dt>
<dd>
<div class="block">Gets local host address for socket binding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/multicast/TcpDiscoveryMulticastIpFinder.html#getLocalAddress--">getLocalAddress()</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.multicast.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/multicast/TcpDiscoveryMulticastIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.multicast">TcpDiscoveryMulticastIpFinder</a></dt>
<dd>
<div class="block">Gets local address that multicast IP finder uses.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#getLocalAddress--">getLocalAddress()</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">Gets local address that was set to SPI with <a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#setLocalAddress-java.lang.String-"><code>TcpDiscoverySpi.setLocalAddress(String)</code></a> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getLocalEventListeners--">getLocalEventListeners()</a></span> - Method 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">Gets map of pre-configured local event listeners.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getLocalHost--">getLocalHost()</a></span> - Method 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">Gets system-wide local address or host for all Ignite components to bind to.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/ContinuousQuery.html#getLocalListener--">getLocalListener()</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/ContinuousQuery.html" title="class in org.apache.ignite.cache.query">ContinuousQuery</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/ContinuousQueryWithTransformer.html#getLocalListener--">getLocalListener()</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/ContinuousQueryWithTransformer.html" title="class in org.apache.ignite.cache.query">ContinuousQueryWithTransformer</a></dt>
<dd>
<div class="block">Gets local transformed event listener</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoverySpi.html#getLocalNode--">getLocalNode()</a></span> - Method in interface org.apache.ignite.spi.discovery.<a href="org/apache/ignite/spi/discovery/DiscoverySpi.html" title="interface in org.apache.ignite.spi.discovery">DiscoverySpi</a></dt>
<dd>
<div class="block">Gets local node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/isolated/IsolatedDiscoverySpi.html#getLocalNode--">getLocalNode()</a></span> - Method in class org.apache.ignite.spi.discovery.isolated.<a href="org/apache/ignite/spi/discovery/isolated/IsolatedDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.isolated">IsolatedDiscoverySpi</a></dt>
<dd>
<div class="block">Gets local node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#getLocalNode--">getLocalNode()</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">Gets local node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html#getLocalNode--">getLocalNode()</a></span> - Method in class org.apache.ignite.spi.discovery.zk.<a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.zk">ZookeeperDiscoverySpi</a></dt>
<dd>
<div class="block">Gets local node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiAdapter.html#getLocalNode--">getLocalNode()</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="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoverySpiMBean.html#getLocalNodeFormatted--">getLocalNodeFormatted()</a></span> - Method in interface org.apache.ignite.spi.discovery.<a href="org/apache/ignite/spi/discovery/DiscoverySpiMBean.html" title="interface in org.apache.ignite.spi.discovery">DiscoverySpiMBean</a></dt>
<dd>
<div class="block">Gets local node formatted as a string.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#getLocalNodeId--">getLocalNodeId()</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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Check the <a href="org/apache/ignite/spi/metric/ReadOnlyMetricRegistry.html" title="interface in org.apache.ignite.spi.metric"><code>ReadOnlyMetricRegistry</code></a> with "name=ignite.localNodeId" instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#getLocalNodeId--">getLocalNodeId()</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">Gets ID of the local node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiManagementMBean.html#getLocalNodeId--">getLocalNodeId()</a></span> - Method in interface org.apache.ignite.spi.<a href="org/apache/ignite/spi/IgniteSpiManagementMBean.html" title="interface in org.apache.ignite.spi">IgniteSpiManagementMBean</a></dt>
<dd>
<div class="block">Gets ID of the local node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiMBeanAdapter.html#getLocalNodeId--">getLocalNodeId()</a></span> - Method in class org.apache.ignite.spi.<a href="org/apache/ignite/spi/IgniteSpiMBeanAdapter.html" title="class in org.apache.ignite.spi">IgniteSpiMBeanAdapter</a></dt>
<dd>
<div class="block">Gets ID of the local node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheGroupMetricsMXBean.html#getLocalNodeMovingPartitionsCount--">getLocalNodeMovingPartitionsCount()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheGroupMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheGroupMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets count of partitions with state MOVING for this cache group located on this node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheGroupMetricsMXBean.html#getLocalNodeOwningPartitionsCount--">getLocalNodeOwningPartitionsCount()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheGroupMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheGroupMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets count of partitions with state OWNING for this cache group located on this node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheGroupMetricsMXBean.html#getLocalNodeRentingEntriesCount--">getLocalNodeRentingEntriesCount()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheGroupMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheGroupMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets count of entries remains to evict in RENTING partitions located on this node for this cache group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheGroupMetricsMXBean.html#getLocalNodeRentingPartitionsCount--">getLocalNodeRentingPartitionsCount()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheGroupMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheGroupMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets count of partitions with state RENTING for this cache group located on this node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html#getLocalPort--">getLocalPort()</a></span> - Method in interface org.apache.ignite.spi.communication.tcp.<a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html" title="interface in org.apache.ignite.spi.communication.tcp">TcpCommunicationSpiMBean</a></dt>
<dd>
<div class="block">Gets local port for socket binding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#getLocalPort--">getLocalPort()</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">Gets local TCP port SPI listens to.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html#getLocalPort--">getLocalPort()</a></span> - Method in interface org.apache.ignite.spi.discovery.tcp.<a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html" title="interface in org.apache.ignite.spi.discovery.tcp">TcpDiscoverySpiMBean</a></dt>
<dd>
<div class="block">Gets local TCP port SPI listens to.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html#getLocalPortRange--">getLocalPortRange()</a></span> - Method in interface org.apache.ignite.spi.communication.tcp.<a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html" title="interface in org.apache.ignite.spi.communication.tcp">TcpCommunicationSpiMBean</a></dt>
<dd>
<div class="block">Gets maximum number of local ports tried if all previously
tried ports are occupied.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#getLocalPortRange--">getLocalPortRange()</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">Gets local TCP port range.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html#getLocalPortRange--">getLocalPortRange()</a></span> - Method in interface org.apache.ignite.spi.discovery.tcp.<a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html" title="interface in org.apache.ignite.spi.discovery.tcp">TcpDiscoverySpiMBean</a></dt>
<dd>
<div class="block">Gets local TCP port range.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/MLPTrainer.html#getLocIterations--">getLocIterations()</a></span> - Method in class org.apache.ignite.ml.nn.<a href="org/apache/ignite/ml/nn/MLPTrainer.html" title="class in org.apache.ignite.ml.nn">MLPTrainer</a></dt>
<dd>
<div class="block">Get the maximal number of local iterations before synchronization.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/linear/LinearRegressionSGDTrainer.html#getLocIterations--">getLocIterations()</a></span> - Method in class org.apache.ignite.ml.regressions.linear.<a href="org/apache/ignite/ml/regressions/linear/LinearRegressionSGDTrainer.html" title="class in org.apache.ignite.ml.regressions.linear">LinearRegressionSGDTrainer</a></dt>
<dd>
<div class="block">Get the amount of local iterations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionSGDTrainer.html#getLocIterations--">getLocIterations()</a></span> - Method in class org.apache.ignite.ml.regressions.logistic.<a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionSGDTrainer.html" title="class in org.apache.ignite.ml.regressions.logistic">LogisticRegressionSGDTrainer</a></dt>
<dd>
<div class="block">Get the amount of local iterations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/TransactionMetricsMxBean.html#getLockedKeysNumber--">getLockedKeysNumber()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/TransactionMetricsMxBean.html" title="interface in org.apache.ignite.mxbean">TransactionMetricsMxBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">The number of keys locked on the node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/transactions/TransactionMetrics.html#getLockedKeysNumber--">getLockedKeysNumber()</a></span> - Method in interface org.apache.ignite.transactions.<a href="org/apache/ignite/transactions/TransactionMetrics.html" title="interface in org.apache.ignite.transactions">TransactionMetrics</a></dt>
<dd>
<div class="block">The number of keys locked on the node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#getLockWaitTime--">getLockWaitTime()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Timeout in milliseconds to wait when acquiring persistence store lock file before failing the local node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#getLockWaitTime--">getLockWaitTime()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Time out in milliseonds to wait when acquiring persistence store lock file before failing the
local node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html#getLocNodeAttrs--">getLocNodeAttrs()</a></span> - Method in class org.apache.ignite.spi.discovery.zk.<a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.zk">ZookeeperDiscoverySpi</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteLogger.html#getLogger-java.lang.Object-">getLogger(Object)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteLogger.html" title="interface in org.apache.ignite">IgniteLogger</a></dt>
<dd>
<div class="block">Creates new logger with given category based off the current instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/java/JavaLogger.html#getLogger-java.lang.Object-">getLogger(Object)</a></span> - Method in class org.apache.ignite.logger.java.<a href="org/apache/ignite/logger/java/JavaLogger.html" title="class in org.apache.ignite.logger.java">JavaLogger</a></dt>
<dd>
<div class="block">Creates new logger with given category based off the current instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/jcl/JclLogger.html#getLogger-java.lang.Object-">getLogger(Object)</a></span> - Method in class org.apache.ignite.logger.jcl.<a href="org/apache/ignite/logger/jcl/JclLogger.html" title="class in org.apache.ignite.logger.jcl">JclLogger</a></dt>
<dd>
<div class="block">Creates new logger with given category based off the current instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j/Log4JLogger.html#getLogger-java.lang.Object-">getLogger(Object)</a></span> - 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">Gets <a href="org/apache/ignite/IgniteLogger.html" title="interface in org.apache.ignite"><code>IgniteLogger</code></a> wrapper around log4j logger for the given
category.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j2/Log4J2Logger.html#getLogger-java.lang.Object-">getLogger(Object)</a></span> - Method in class org.apache.ignite.logger.log4j2.<a href="org/apache/ignite/logger/log4j2/Log4J2Logger.html" title="class in org.apache.ignite.logger.log4j2">Log4J2Logger</a></dt>
<dd>
<div class="block">Gets <a href="org/apache/ignite/IgniteLogger.html" title="interface in org.apache.ignite"><code>IgniteLogger</code></a> wrapper around log4j logger for the given
category.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/NullLogger.html#getLogger-java.lang.Object-">getLogger(Object)</a></span> - Method in class org.apache.ignite.logger.<a href="org/apache/ignite/logger/NullLogger.html" title="class in org.apache.ignite.logger">NullLogger</a></dt>
<dd>
<div class="block">Creates new logger with given category based off the current instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/slf4j/Slf4jLogger.html#getLogger-java.lang.Object-">getLogger(Object)</a></span> - Method in class org.apache.ignite.logger.slf4j.<a href="org/apache/ignite/logger/slf4j/Slf4jLogger.html" title="class in org.apache.ignite.logger.slf4j">Slf4jLogger</a></dt>
<dd>
<div class="block">Creates new logger with given category based off the current instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/SecurityCredentials.html#getLogin--">getLogin()</a></span> - Method in class org.apache.ignite.plugin.security.<a href="org/apache/ignite/plugin/security/SecurityCredentials.html" title="class in org.apache.ignite.plugin.security">SecurityCredentials</a></dt>
<dd>
<div class="block">Gets login.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#getLoginTimeout--">getLoginTimeout()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#getLogWriter--">getLogWriter()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#getLong-java.lang.String-long-">getLong(String, long)</a></span> - Static method in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Gets either system property or environment variable with given name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#getLongJVMPauseLastEvents--">getLongJVMPauseLastEvents()</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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Check the <a href="org/apache/ignite/spi/metric/ReadOnlyMetricRegistry.html" title="interface in org.apache.ignite.spi.metric"><code>ReadOnlyMetricRegistry</code></a> with "name=ignite.longJVMPauseLastEvents" instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#getLongJVMPausesCount--">getLongJVMPausesCount()</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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Check the <a href="org/apache/ignite/spi/metric/ReadOnlyMetricRegistry.html" title="interface in org.apache.ignite.spi.metric"><code>ReadOnlyMetricRegistry</code></a> with "name=ignite.longJVMPausesCount" instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#getLongJVMPausesTotalDuration--">getLongJVMPausesTotalDuration()</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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Check the <a href="org/apache/ignite/spi/metric/ReadOnlyMetricRegistry.html" title="interface in org.apache.ignite.spi.metric"><code>ReadOnlyMetricRegistry</code></a> with "name=ignite.longJVMPausesTotalDuration" instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/TransactionsMXBean.html#getLongOperationsDumpTimeout--">getLongOperationsDumpTimeout()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/TransactionsMXBean.html" title="interface in org.apache.ignite.mxbean">TransactionsMXBean</a></dt>
<dd>
<div class="block">Returns a timeout (in millis) for printing long-running transactions as
well as transactions that cannot receive locks for all their keys for a
long time.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getLongQueryWarningTimeout--">getLongQueryWarningTimeout()</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>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/IgniteConfiguration.html#getLongQueryWarningTimeout--"><code>IgniteConfiguration.getLongQueryWarningTimeout()</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getLongQueryWarningTimeout--">getLongQueryWarningTimeout()</a></span> - Method 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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/SqlConfiguration.html#getLongQueryWarningTimeout--"><code>SqlConfiguration.getLongQueryWarningTimeout()</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/SqlConfiguration.html#getLongQueryWarningTimeout--">getLongQueryWarningTimeout()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/SqlConfiguration.html" title="class in org.apache.ignite.configuration">SqlConfiguration</a></dt>
<dd>
<div class="block">Gets timeout in milliseconds after which long query warning will be printed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/TransactionMetricsMxBean.html#getLongRunningOwnerTransactions-int-">getLongRunningOwnerTransactions(int)</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/TransactionMetricsMxBean.html" title="interface in org.apache.ignite.mxbean">TransactionMetricsMxBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Long running near transactions</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/transactions/TransactionMetrics.html#getLongRunningOwnerTransactions-int-">getLongRunningOwnerTransactions(int)</a></span> - Method in interface org.apache.ignite.transactions.<a href="org/apache/ignite/transactions/TransactionMetrics.html" title="interface in org.apache.ignite.transactions">TransactionMetrics</a></dt>
<dd>
<div class="block">Gets a map of all transactions for which the local node is the originating node and which duration
exceeds the given duration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/TransactionsMXBean.html#getLongTransactionTimeDumpThreshold--">getLongTransactionTimeDumpThreshold()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/TransactionsMXBean.html" title="interface in org.apache.ignite.mxbean">TransactionsMXBean</a></dt>
<dd>
<div class="block">Returns threshold timeout in milliseconds for long transactions, if transaction exceeds it,
it will be dumped in log with information about how much time did
it spent in system time (time while aquiring locks, preparing, commiting, etc.)</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/MLPTrainer.html#getLoss--">getLoss()</a></span> - Method in class org.apache.ignite.ml.nn.<a href="org/apache/ignite/ml/nn/MLPTrainer.html" title="class in org.apache.ignite.ml.nn">MLPTrainer</a></dt>
<dd>
<div class="block">Get the loss function to be minimized during the training.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/RegressionMetricStatsAggregator.html#getMAE--">getMAE()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.evaluator.aggregator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/RegressionMetricStatsAggregator.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator.aggregator">RegressionMetricStatsAggregator</a></dt>
<dd>
<div class="block">Returns mean absolute error.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcDriver.html#getMajorVersion--">getMajorVersion()</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="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDriver.html#getMajorVersion--">getMajorVersion()</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="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getManagementThreadPoolSize--">getManagementThreadPoolSize()</a></span> - Method 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">Size of thread pool that is in charge of processing internal and Visor
<a href="org/apache/ignite/compute/ComputeJob.html" title="interface in org.apache.ignite.compute"><code>GridJobs</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/bagging/BaggedTrainer.html#getMapping-int-int-long-">getMapping(int, int, long)</a></span> - Static method in class org.apache.ignite.ml.composition.bagging.<a href="org/apache/ignite/ml/composition/bagging/BaggedTrainer.html" title="class in org.apache.ignite.ml.composition.bagging">BaggedTrainer</a></dt>
<dd>
<div class="block">Get mapping R^featuresVectorSize -> R^maximumFeaturesCntPerMdl.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/trainers/TrainerTransformers.html#getMapping-int-int-long-">getMapping(int, int, long)</a></span> - Static method in class org.apache.ignite.ml.trainers.<a href="org/apache/ignite/ml/trainers/TrainerTransformers.html" title="class in org.apache.ignite.ml.trainers">TrainerTransformers</a></dt>
<dd>
<div class="block">Get mapping R^featuresVectorSize -> R^maximumFeaturesCntPerMdl.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getMarshaller--">getMarshaller()</a></span> - Method 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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Since 2.1. Some Ignite features will not work if non-null marshaller is set
(IgniteCache.withKeepBinary(), .NET, CPP, ODBC)</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/development/utils/IgniteWalConverterArguments.html#getMarshallerMappingFileStoreDir--">getMarshallerMappingFileStoreDir()</a></span> - Method in class org.apache.ignite.development.utils.<a href="org/apache/ignite/development/utils/IgniteWalConverterArguments.html" title="class in org.apache.ignite.development.utils">IgniteWalConverterArguments</a></dt>
<dd>
<div class="block">Path to marshaller dir.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/kubernetes/configuration/KubernetesConnectionConfiguration.html#getMaster--">getMaster()</a></span> - Method in class org.apache.ignite.kubernetes.configuration.<a href="org/apache/ignite/kubernetes/configuration/KubernetesConnectionConfiguration.html" title="class in org.apache.ignite.kubernetes.configuration">KubernetesConnectionConfiguration</a></dt>
<dd>
<div class="block">Get Kubernetes master url.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteEncryption.html#getMasterKeyName--">getMasterKeyName()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteEncryption.html" title="interface in org.apache.ignite">IgniteEncryption</a></dt>
<dd>
<div class="block">Gets the current master key name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/EncryptionMXBean.html#getMasterKeyName--">getMasterKeyName()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/EncryptionMXBean.html" title="interface in org.apache.ignite.mxbean">EncryptionMXBean</a></dt>
<dd>
<div class="block">Gets the current master key name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/EncryptionSpi.html#getMasterKeyName--">getMasterKeyName()</a></span> - Method in interface org.apache.ignite.spi.encryption.<a href="org/apache/ignite/spi/encryption/EncryptionSpi.html" title="interface in org.apache.ignite.spi.encryption">EncryptionSpi</a></dt>
<dd>
<div class="block">Gets the current master key name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionSpi.html#getMasterKeyName--">getMasterKeyName()</a></span> - Method in class org.apache.ignite.spi.encryption.keystore.<a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionSpi.html" title="class in org.apache.ignite.spi.encryption.keystore">KeystoreEncryptionSpi</a></dt>
<dd>
<div class="block">Gets the current master key name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/noop/NoopEncryptionSpi.html#getMasterKeyName--">getMasterKeyName()</a></span> - Method in class org.apache.ignite.spi.encryption.noop.<a href="org/apache/ignite/spi/encryption/noop/NoopEncryptionSpi.html" title="class in org.apache.ignite.spi.encryption.noop">NoopEncryptionSpi</a></dt>
<dd>
<div class="block">Gets the current master key name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/minmaxscaling/MinMaxScalerPartitionData.html#getMax--">getMax()</a></span> - Method in class org.apache.ignite.ml.preprocessing.minmaxscaling.<a href="org/apache/ignite/ml/preprocessing/minmaxscaling/MinMaxScalerPartitionData.html" title="class in org.apache.ignite.ml.preprocessing.minmaxscaling">MinMaxScalerPartitionData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/minmaxscaling/MinMaxScalerPreprocessor.html#getMax--">getMax()</a></span> - Method in class org.apache.ignite.ml.preprocessing.minmaxscaling.<a href="org/apache/ignite/ml/preprocessing/minmaxscaling/MinMaxScalerPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.minmaxscaling">MinMaxScalerPreprocessor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/maxabsscaling/MaxAbsScalerPartitionData.html#getMaxAbs--">getMaxAbs()</a></span> - Method in class org.apache.ignite.ml.preprocessing.maxabsscaling.<a href="org/apache/ignite/ml/preprocessing/maxabsscaling/MaxAbsScalerPartitionData.html" title="class in org.apache.ignite.ml.preprocessing.maxabsscaling">MaxAbsScalerPartitionData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/maxabsscaling/MaxAbsScalerPreprocessor.html#getMaxAbs--">getMaxAbs()</a></span> - Method in class org.apache.ignite.ml.preprocessing.maxabsscaling.<a href="org/apache/ignite/ml/preprocessing/maxabsscaling/MaxAbsScalerPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.maxabsscaling">MaxAbsScalerPreprocessor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#getMaxAckTimeout--">getMaxAckTimeout()</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">Gets maximum message acknowledgement timeout.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html#getMaxAckTimeout--">getMaxAckTimeout()</a></span> - Method in interface org.apache.ignite.spi.discovery.tcp.<a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html" title="interface in org.apache.ignite.spi.discovery.tcp">TcpDiscoverySpiMBean</a></dt>
<dd>
<div class="block">Gets maximum message acknowledgement timeout.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ThinClientConfiguration.html#getMaxActiveComputeTasksPerConnection--">getMaxActiveComputeTasksPerConnection()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ThinClientConfiguration.html" title="class in org.apache.ignite.configuration">ThinClientConfiguration</a></dt>
<dd>
<div class="block">Gets active compute tasks per connection limit.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ThinClientConfiguration.html#getMaxActiveTxPerConnection--">getMaxActiveTxPerConnection()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ThinClientConfiguration.html" title="class in org.apache.ignite.configuration">ThinClientConfiguration</a></dt>
<dd>
<div class="block">Gets active transactions count per connection limit.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#getMaxConcurrentAsyncOperations--">getMaxConcurrentAsyncOperations()</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getMaxConcurrentAsyncOperations--">getMaxConcurrentAsyncOperations()</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>
<dd>
<div class="block">Gets maximum number of allowed concurrent asynchronous operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html#getMaxConnectTimeout--">getMaxConnectTimeout()</a></span> - Method in interface org.apache.ignite.spi.communication.tcp.<a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html" title="interface in org.apache.ignite.spi.communication.tcp">TcpCommunicationSpiMBean</a></dt>
<dd>
<div class="block">Gets maximum connect timeout.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/DecisionTreeClassificationTrainer.html#getMaxDeep--">getMaxDeep()</a></span> - Method in class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/DecisionTreeClassificationTrainer.html" title="class in org.apache.ignite.ml.tree">DecisionTreeClassificationTrainer</a></dt>
<dd>
<div class="block">Returns a hyper-parameter value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/boosting/GDBBinaryClassifierOnTreesTrainer.html#getMaxDepth--">getMaxDepth()</a></span> - Method in class org.apache.ignite.ml.tree.boosting.<a href="org/apache/ignite/ml/tree/boosting/GDBBinaryClassifierOnTreesTrainer.html" title="class in org.apache.ignite.ml.tree.boosting">GDBBinaryClassifierOnTreesTrainer</a></dt>
<dd>
<div class="block">Get the max depth.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/boosting/GDBRegressionOnTreesTrainer.html#getMaxDepth--">getMaxDepth()</a></span> - Method in class org.apache.ignite.ml.tree.boosting.<a href="org/apache/ignite/ml/tree/boosting/GDBRegressionOnTreesTrainer.html" title="class in org.apache.ignite.ml.tree.boosting">GDBRegressionOnTreesTrainer</a></dt>
<dd>
<div class="block">Get the max depth.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterMetrics.html#getMaximumActiveJobs--">getMaximumActiveJobs()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterMetrics.html" title="interface in org.apache.ignite.cluster">ClusterMetrics</a></dt>
<dd>
<div class="block">Gets maximum number of jobs that ever ran concurrently on this node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getMaximumActiveJobs--">getMaximumActiveJobs()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Gets maximum number of jobs that ever ran concurrently on this node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterMetrics.html#getMaximumCancelledJobs--">getMaximumCancelledJobs()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterMetrics.html" title="interface in org.apache.ignite.cluster">ClusterMetrics</a></dt>
<dd>
<div class="block">Gets maximum number of cancelled jobs this node ever had running
concurrently.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getMaximumCancelledJobs--">getMaximumCancelledJobs()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Gets maximum number of cancelled jobs this node ever had running
concurrently.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/failover/always/AlwaysFailoverSpi.html#getMaximumFailoverAttempts--">getMaximumFailoverAttempts()</a></span> - Method 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">See <a href="org/apache/ignite/spi/failover/always/AlwaysFailoverSpi.html#setMaximumFailoverAttempts-int-"><code>AlwaysFailoverSpi.setMaximumFailoverAttempts(int)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/failover/always/AlwaysFailoverSpiMBean.html#getMaximumFailoverAttempts--">getMaximumFailoverAttempts()</a></span> - Method in interface org.apache.ignite.spi.failover.always.<a href="org/apache/ignite/spi/failover/always/AlwaysFailoverSpiMBean.html" title="interface in org.apache.ignite.spi.failover.always">AlwaysFailoverSpiMBean</a></dt>
<dd>
<div class="block">Gets maximum number of attempts to execute a failed job on another node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/failover/jobstealing/JobStealingFailoverSpi.html#getMaximumFailoverAttempts--">getMaximumFailoverAttempts()</a></span> - Method in class org.apache.ignite.spi.failover.jobstealing.<a href="org/apache/ignite/spi/failover/jobstealing/JobStealingFailoverSpi.html" title="class in org.apache.ignite.spi.failover.jobstealing">JobStealingFailoverSpi</a></dt>
<dd>
<div class="block">See <a href="org/apache/ignite/spi/failover/jobstealing/JobStealingFailoverSpi.html#setMaximumFailoverAttempts-int-"><code>JobStealingFailoverSpi.setMaximumFailoverAttempts(int)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/failover/jobstealing/JobStealingFailoverSpiMBean.html#getMaximumFailoverAttempts--">getMaximumFailoverAttempts()</a></span> - Method in interface org.apache.ignite.spi.failover.jobstealing.<a href="org/apache/ignite/spi/failover/jobstealing/JobStealingFailoverSpiMBean.html" title="interface in org.apache.ignite.spi.failover.jobstealing">JobStealingFailoverSpiMBean</a></dt>
<dd>
<div class="block">Gets maximum number of attempts to execute a failed job on another node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterMetrics.html#getMaximumJobExecuteTime--">getMaximumJobExecuteTime()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterMetrics.html" title="interface in org.apache.ignite.cluster">ClusterMetrics</a></dt>
<dd>
<div class="block">Gets time it took to execute the longest job on the node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getMaximumJobExecuteTime--">getMaximumJobExecuteTime()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Gets time it took to execute the longest job on the node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterMetrics.html#getMaximumJobWaitTime--">getMaximumJobWaitTime()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterMetrics.html" title="interface in org.apache.ignite.cluster">ClusterMetrics</a></dt>
<dd>
<div class="block">Gets maximum time a job ever spent waiting in a queue to be executed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getMaximumJobWaitTime--">getMaximumJobWaitTime()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Gets maximum time a job ever spent waiting in a queue to be executed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheGroupMetricsMXBean.html#getMaximumNumberOfPartitionCopies--">getMaximumNumberOfPartitionCopies()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheGroupMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheGroupMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Calculates maximum number of partitions copies for all partitions of this cache group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html#getMaximumPoolSize--">getMaximumPoolSize()</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">Get Max workers thread count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcPojoStoreFactory.html#getMaximumPoolSize--">getMaximumPoolSize()</a></span> - Method in 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>
<div class="block">Get maximum workers thread count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ThreadPoolMXBean.html#getMaximumPoolSize--">getMaximumPoolSize()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ThreadPoolMXBean.html" title="interface in org.apache.ignite.mxbean">ThreadPoolMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Returns the maximum allowed number of threads.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterMetrics.html#getMaximumRejectedJobs--">getMaximumRejectedJobs()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterMetrics.html" title="interface in org.apache.ignite.cluster">ClusterMetrics</a></dt>
<dd>
<div class="block">Gets maximum number of jobs rejected at once during a single collision resolution
operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getMaximumRejectedJobs--">getMaximumRejectedJobs()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Gets maximum number of jobs rejected at once during a single collision resolution
operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpi.html#getMaximumStealingAttempts--">getMaximumStealingAttempts()</a></span> - Method 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">See <a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpi.html#setMaximumStealingAttempts-int-"><code>JobStealingCollisionSpi.setMaximumStealingAttempts(int)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpiMBean.html#getMaximumStealingAttempts--">getMaximumStealingAttempts()</a></span> - Method in interface org.apache.ignite.spi.collision.jobstealing.<a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpiMBean.html" title="interface in org.apache.ignite.spi.collision.jobstealing">JobStealingCollisionSpiMBean</a></dt>
<dd>
<div class="block">Gets maximum number of attempts to steal job by another node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterMetrics.html#getMaximumThreadCount--">getMaximumThreadCount()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterMetrics.html" title="interface in org.apache.ignite.cluster">ClusterMetrics</a></dt>
<dd>
<div class="block">Returns the maximum live thread count since the JVM
started or peak was reset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getMaximumThreadCount--">getMaximumThreadCount()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Returns the maximum live thread count since the JVM
started or peak was reset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterMetrics.html#getMaximumWaitingJobs--">getMaximumWaitingJobs()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterMetrics.html" title="interface in org.apache.ignite.cluster">ClusterMetrics</a></dt>
<dd>
<div class="block">Gets maximum number of waiting jobs this node had.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getMaximumWaitingJobs--">getMaximumWaitingJobs()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Gets maximum number of waiting jobs this node had.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html#getMaximumWriteAttempts--">getMaximumWriteAttempts()</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">Gets maximum number of write attempts in case of database error.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcPojoStoreFactory.html#getMaximumWriteAttempts--">getMaximumWriteAttempts()</a></span> - Method in 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>
<div class="block">Gets maximum number of write attempts in case of database error.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/kmeans/KMeansTrainer.html#getMaxIterations--">getMaxIterations()</a></span> - Method in class org.apache.ignite.ml.clustering.kmeans.<a href="org/apache/ignite/ml/clustering/kmeans/KMeansTrainer.html" title="class in org.apache.ignite.ml.clustering.kmeans">KMeansTrainer</a></dt>
<dd>
<div class="block">Gets the max number of iterations before convergence.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/ann/ANNClassificationTrainer.html#getMaxIterations--">getMaxIterations()</a></span> - Method in class org.apache.ignite.ml.knn.ann.<a href="org/apache/ignite/ml/knn/ann/ANNClassificationTrainer.html" title="class in org.apache.ignite.ml.knn.ann">ANNClassificationTrainer</a></dt>
<dd>
<div class="block">Gets the max number of iterations before convergence.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/MLPTrainer.html#getMaxIterations--">getMaxIterations()</a></span> - Method in class org.apache.ignite.ml.nn.<a href="org/apache/ignite/ml/nn/MLPTrainer.html" title="class in org.apache.ignite.ml.nn">MLPTrainer</a></dt>
<dd>
<div class="block">Get the maximal number of iterations before the training will be stopped.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/linear/LinearRegressionSGDTrainer.html#getMaxIterations--">getMaxIterations()</a></span> - Method in class org.apache.ignite.ml.regressions.linear.<a href="org/apache/ignite/ml/regressions/linear/LinearRegressionSGDTrainer.html" title="class in org.apache.ignite.ml.regressions.linear">LinearRegressionSGDTrainer</a></dt>
<dd>
<div class="block">Get the max amount of iterations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionSGDTrainer.html#getMaxIterations--">getMaxIterations()</a></span> - Method in class org.apache.ignite.ml.regressions.logistic.<a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionSGDTrainer.html" title="class in org.apache.ignite.ml.regressions.logistic">LogisticRegressionSGDTrainer</a></dt>
<dd>
<div class="block">Get the max amount of iterations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/AbstractEvictionPolicy.html#getMaxMemorySize--">getMaxMemorySize()</a></span> - Method in 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>
<div class="block">Gets maximum allowed cache size in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/AbstractEvictionPolicyFactory.html#getMaxMemorySize--">getMaxMemorySize()</a></span> - Method in class org.apache.ignite.cache.eviction.<a href="org/apache/ignite/cache/eviction/AbstractEvictionPolicyFactory.html" title="class in org.apache.ignite.cache.eviction">AbstractEvictionPolicyFactory</a></dt>
<dd>
<div class="block">Gets maximum allowed cache size in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/fifo/FifoEvictionPolicyMBean.html#getMaxMemorySize--">getMaxMemorySize()</a></span> - Method in interface org.apache.ignite.cache.eviction.fifo.<a href="org/apache/ignite/cache/eviction/fifo/FifoEvictionPolicyMBean.html" title="interface in org.apache.ignite.cache.eviction.fifo">FifoEvictionPolicyMBean</a></dt>
<dd>
<div class="block">Gets maximum allowed cache size in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/lru/LruEvictionPolicyMBean.html#getMaxMemorySize--">getMaxMemorySize()</a></span> - Method in interface org.apache.ignite.cache.eviction.lru.<a href="org/apache/ignite/cache/eviction/lru/LruEvictionPolicyMBean.html" title="interface in org.apache.ignite.cache.eviction.lru">LruEvictionPolicyMBean</a></dt>
<dd>
<div class="block">Gets maximum allowed cache size in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicyMBean.html#getMaxMemorySize--">getMaxMemorySize()</a></span> - Method in interface org.apache.ignite.cache.eviction.sorted.<a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicyMBean.html" title="interface in org.apache.ignite.cache.eviction.sorted">SortedEvictionPolicyMBean</a></dt>
<dd>
<div class="block">Gets maximum allowed cache size in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#getMaxMessageProcessingTime--">getMaxMessageProcessingTime()</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">Gets max message processing time.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html#getMaxMessageProcessingTime--">getMaxMessageProcessingTime()</a></span> - Method in interface org.apache.ignite.spi.discovery.tcp.<a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html" title="interface in org.apache.ignite.spi.discovery.tcp">TcpDiscoverySpiMBean</a></dt>
<dd>
<div class="block">Gets max message processing time.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/OdbcConfiguration.html#getMaxOpenCursors--">getMaxOpenCursors()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/OdbcConfiguration.html" title="class in org.apache.ignite.configuration">OdbcConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets maximum number of opened cursors per connection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html#getMaxOpenCursorsPerConnection--">getMaxOpenCursorsPerConnection()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ClientConnectorConfiguration</a></dt>
<dd>
<div class="block">Gets maximum number of opened cursors per connection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/SqlConnectorConfiguration.html#getMaxOpenCursorsPerConnection--">getMaxOpenCursorsPerConnection()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/SqlConnectorConfiguration.html" title="class in org.apache.ignite.configuration">SqlConnectorConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets maximum number of opened cursors per connection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/dialect/BasicJdbcDialect.html#getMaxParameterCount--">getMaxParameterCount()</a></span> - Method in 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>
<div class="block">Get max query parameters count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/dialect/JdbcDialect.html#getMaxParameterCount--">getMaxParameterCount()</a></span> - Method in interface org.apache.ignite.cache.store.jdbc.dialect.<a href="org/apache/ignite/cache/store/jdbc/dialect/JdbcDialect.html" title="interface in org.apache.ignite.cache.store.jdbc.dialect">JdbcDialect</a></dt>
<dd>
<div class="block">Get max query parameters count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/services/ServiceConfiguration.html#getMaxPerNodeCount--">getMaxPerNodeCount()</a></span> - Method 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">Gets maximum number of deployed service instances on each node, <code>0</code> for unlimited.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/CassandraCacheStoreFactory.html#getMaxPoolSize--">getMaxPoolSize()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.<a href="org/apache/ignite/cache/store/cassandra/CassandraCacheStoreFactory.html" title="class in org.apache.ignite.cache.store.cassandra">CassandraCacheStoreFactory</a></dt>
<dd>
<div class="block">Get maximum workers thread count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#getMaxQueryIteratorsCount--">getMaxQueryIteratorsCount()</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getMaxQueryIteratorsCount--">getMaxQueryIteratorsCount()</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>
<dd>
<div class="block">Gets maximum number of query iterators that can be stored.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/AbstractEvictionPolicy.html#getMaxSize--">getMaxSize()</a></span> - Method in 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>
<div class="block">Gets maximum allowed size of cache before entry will start getting evicted.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/AbstractEvictionPolicyFactory.html#getMaxSize--">getMaxSize()</a></span> - Method in class org.apache.ignite.cache.eviction.<a href="org/apache/ignite/cache/eviction/AbstractEvictionPolicyFactory.html" title="class in org.apache.ignite.cache.eviction">AbstractEvictionPolicyFactory</a></dt>
<dd>
<div class="block">Gets maximum allowed size of cache before entry will start getting evicted.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/fifo/FifoEvictionPolicyMBean.html#getMaxSize--">getMaxSize()</a></span> - Method in interface org.apache.ignite.cache.eviction.fifo.<a href="org/apache/ignite/cache/eviction/fifo/FifoEvictionPolicyMBean.html" title="interface in org.apache.ignite.cache.eviction.fifo">FifoEvictionPolicyMBean</a></dt>
<dd>
<div class="block">Gets maximum allowed cache size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/lru/LruEvictionPolicyMBean.html#getMaxSize--">getMaxSize()</a></span> - Method in interface org.apache.ignite.cache.eviction.lru.<a href="org/apache/ignite/cache/eviction/lru/LruEvictionPolicyMBean.html" title="interface in org.apache.ignite.cache.eviction.lru">LruEvictionPolicyMBean</a></dt>
<dd>
<div class="block">Gets maximum allowed cache size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicyMBean.html#getMaxSize--">getMaxSize()</a></span> - Method in interface org.apache.ignite.cache.eviction.sorted.<a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicyMBean.html" title="interface in org.apache.ignite.cache.eviction.sorted">SortedEvictionPolicyMBean</a></dt>
<dd>
<div class="block">Gets maximum allowed cache size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataRegionConfiguration.html#getMaxSize--">getMaxSize()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataRegionConfiguration.html" title="class in org.apache.ignite.configuration">DataRegionConfiguration</a></dt>
<dd>
<div class="block">Maximum memory region size defined by this data region.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/MemoryPolicyConfiguration.html#getMaxSize--">getMaxSize()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/MemoryPolicyConfiguration.html" title="class in org.apache.ignite.configuration">MemoryPolicyConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Maximum memory region size defined by this memory policy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html#getMaxSize--">getMaxSize()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataRegionMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Maximum memory region size defined by its <a href="org/apache/ignite/configuration/DataRegionConfiguration.html" title="class in org.apache.ignite.configuration"><code>DataRegionConfiguration</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/MemoryMetricsMXBean.html#getMaxSize--">getMaxSize()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/MemoryMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">MemoryMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Maximum memory region size defined by its <a href="org/apache/ignite/configuration/MemoryPolicyConfiguration.html" title="class in org.apache.ignite.configuration"><code>MemoryPolicyConfiguration</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/paramgrid/RandomStrategy.html#getMaxTries--">getMaxTries()</a></span> - Method in class org.apache.ignite.ml.selection.paramgrid.<a href="org/apache/ignite/ml/selection/paramgrid/RandomStrategy.html" title="class in org.apache.ignite.ml.selection.paramgrid">RandomStrategy</a></dt>
<dd>
<div class="block">Returns the max number of tries to stop the hyper-parameter search.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#getMaxWalArchiveSize--">getMaxWalArchiveSize()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Gets a max allowed size(in bytes) of WAL archives.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/fifo/FifoEvictionPolicy.html#getMBean--">getMBean()</a></span> - Method in class org.apache.ignite.cache.eviction.fifo.<a href="org/apache/ignite/cache/eviction/fifo/FifoEvictionPolicy.html" title="class in org.apache.ignite.cache.eviction.fifo">FifoEvictionPolicy</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/lru/LruEvictionPolicy.html#getMBean--">getMBean()</a></span> - Method in class org.apache.ignite.cache.eviction.lru.<a href="org/apache/ignite/cache/eviction/lru/LruEvictionPolicy.html" title="class in org.apache.ignite.cache.eviction.lru">LruEvictionPolicy</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicy.html#getMBean--">getMBean()</a></span> - Method in class org.apache.ignite.cache.eviction.sorted.<a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicy.html" title="class in org.apache.ignite.cache.eviction.sorted">SortedEvictionPolicy</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMBeanAware.html#getMBean--">getMBean()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/IgniteMBeanAware.html" title="interface in org.apache.ignite.mxbean">IgniteMBeanAware</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/metric/jmx/MetricRegistryMBean.html#getMBeanInfo--">getMBeanInfo()</a></span> - Method in class org.apache.ignite.spi.metric.jmx.<a href="org/apache/ignite/spi/metric/jmx/MetricRegistryMBean.html" title="class in org.apache.ignite.spi.metric.jmx">MetricRegistryMBean</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getMBeanServer--">getMBeanServer()</a></span> - Method 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">Should return MBean server instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#getMBeanServerFormatted--">getMBeanServerFormatted()</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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Check the <a href="org/apache/ignite/spi/metric/ReadOnlyMetricRegistry.html" title="interface in org.apache.ignite.spi.metric"><code>ReadOnlyMetricRegistry</code></a> with "name=ignite.mBeanServerFormatted" instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/ModelOnFeaturesSubspace.html#getMdl--">getMdl()</a></span> - Method in class org.apache.ignite.ml.composition.<a href="org/apache/ignite/ml/composition/ModelOnFeaturesSubspace.html" title="class in org.apache.ignite.ml.composition">ModelOnFeaturesSubspace</a></dt>
<dd>
<div class="block">Returns model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/sparkmodelparser/SupportedSparkModels.html#getMdlClsNameInSpark--">getMdlClsNameInSpark()</a></span> - Method in enum org.apache.ignite.ml.sparkmodelparser.<a href="org/apache/ignite/ml/sparkmodelparser/SupportedSparkModels.html" title="enum in org.apache.ignite.ml.sparkmodelparser">SupportedSparkModels</a></dt>
<dd>
<div class="block">Get model class name in Apache Spark.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/plugin/MLPluginConfiguration.html#getMdlDescStorageBackups--">getMdlDescStorageBackups()</a></span> - Method in class org.apache.ignite.ml.util.plugin.<a href="org/apache/ignite/ml/util/plugin/MLPluginConfiguration.html" title="class in org.apache.ignite.ml.util.plugin">MLPluginConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/plugin/MLPluginConfiguration.html#getMdlStorageBackups--">getMdlStorageBackups()</a></span> - Method in class org.apache.ignite.ml.util.plugin.<a href="org/apache/ignite/ml/util/plugin/MLPluginConfiguration.html" title="class in org.apache.ignite.ml.util.plugin">MLPluginConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/gaussian/GaussianNaiveBayesModel.html#getMeans--">getMeans()</a></span> - Method in class org.apache.ignite.ml.naivebayes.gaussian.<a href="org/apache/ignite/ml/naivebayes/gaussian/GaussianNaiveBayesModel.html" title="class in org.apache.ignite.ml.naivebayes.gaussian">GaussianNaiveBayesModel</a></dt>
<dd>
<div class="block">A getter for means.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/standardscaling/StandardScalerPreprocessor.html#getMeans--">getMeans()</a></span> - Method in class org.apache.ignite.ml.preprocessing.standardscaling.<a href="org/apache/ignite/ml/preprocessing/standardscaling/StandardScalerPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.standardscaling">StandardScalerPreprocessor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/GDBLearningStrategy.html#getMeanValue--">getMeanValue()</a></span> - Method in class org.apache.ignite.ml.composition.boosting.<a href="org/apache/ignite/ml/composition/boosting/GDBLearningStrategy.html" title="class in org.apache.ignite.ml.composition.boosting">GDBLearningStrategy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getMemoryConfiguration--">getMemoryConfiguration()</a></span> - Method 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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration"><code>DataStorageConfiguration</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/MemoryConfiguration.html#getMemoryPolicies--">getMemoryPolicies()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/MemoryConfiguration.html" title="class in org.apache.ignite.configuration">MemoryConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets an array of all memory policies configured.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getMemoryPolicyName--">getMemoryPolicyName()</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>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/CacheConfiguration.html#getDataRegionName--"><code>CacheConfiguration.getDataRegionName()</code></a> (String)} instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpi.html#getMessageExpireTime--">getMessageExpireTime()</a></span> - Method 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">See <a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpi.html#setMessageExpireTime-long-"><code>JobStealingCollisionSpi.setMessageExpireTime(long)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpiMBean.html#getMessageExpireTime--">getMessageExpireTime()</a></span> - Method in interface org.apache.ignite.spi.collision.jobstealing.<a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpiMBean.html" title="interface in org.apache.ignite.spi.collision.jobstealing">JobStealingCollisionSpiMBean</a></dt>
<dd>
<div class="block">Message expire time configuration parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ConnectorConfiguration.html#getMessageInterceptor--">getMessageInterceptor()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ConnectorConfiguration</a></dt>
<dd>
<div class="block">Gets interceptor for objects, moving to and from remote clients.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html#getMessageQueueLimit--">getMessageQueueLimit()</a></span> - Method in interface org.apache.ignite.spi.communication.tcp.<a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html" title="interface in org.apache.ignite.spi.communication.tcp">TcpCommunicationSpiMBean</a></dt>
<dd>
<div class="block">Gets message queue limit for incoming and outgoing messages.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeMessage.html#getMessageSize--">getMessageSize()</a></span> - Method in class org.apache.ignite.spi.communication.tcp.messages.<a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeMessage.html" title="class in org.apache.ignite.spi.communication.tcp.messages">HandshakeMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeMessage2.html#getMessageSize--">getMessageSize()</a></span> - Method in class org.apache.ignite.spi.communication.tcp.messages.<a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeMessage2.html" title="class in org.apache.ignite.spi.communication.tcp.messages">HandshakeMessage2</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#getMessageWorkerQueueSize--">getMessageWorkerQueueSize()</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">Gets message worker queue current size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html#getMessageWorkerQueueSize--">getMessageWorkerQueueSize()</a></span> - Method in interface org.apache.ignite.spi.discovery.tcp.<a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html" title="interface in org.apache.ignite.spi.discovery.tcp">TcpDiscoverySpiMBean</a></dt>
<dd>
<div class="block">Gets message worker queue current size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/MetaAttributes.html#getMetaStorage--">getMetaStorage()</a></span> - Method in interface org.apache.ignite.ml.math.<a href="org/apache/ignite/ml/math/MetaAttributes.html" title="interface in org.apache.ignite.ml.math">MetaAttributes</a></dt>
<dd>
<div class="block">Implementation should return an instance of the map to store meta attributes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#getMetaStorage--">getMetaStorage()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>
<div class="block">Implementation should return an instance of the map to store meta attributes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#getMetaStorage--">getMetaStorage()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Implementation should return an instance of the map to store meta attributes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#getMetaStorage--">getMetaStorage()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Implementation should return an instance of the map to store meta attributes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/aop/GridifyArgumentAdapter.html#getMethodClass--">getMethodClass()</a></span> - Method in class org.apache.ignite.compute.gridify.aop.<a href="org/apache/ignite/compute/gridify/aop/GridifyArgumentAdapter.html" title="class in org.apache.ignite.compute.gridify.aop">GridifyArgumentAdapter</a></dt>
<dd>
<div class="block">Gets class to which the executed method belongs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/GridifyArgument.html#getMethodClass--">getMethodClass()</a></span> - Method in interface org.apache.ignite.compute.gridify.<a href="org/apache/ignite/compute/gridify/GridifyArgument.html" title="interface in org.apache.ignite.compute.gridify">GridifyArgument</a></dt>
<dd>
<div class="block">Gets class to which the executed method belongs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/aop/spring/GridifySpringPointcut.html#getMethodMatcher--">getMethodMatcher()</a></span> - Method in class org.apache.ignite.compute.gridify.aop.spring.<a href="org/apache/ignite/compute/gridify/aop/spring/GridifySpringPointcut.html" title="class in org.apache.ignite.compute.gridify.aop.spring">GridifySpringPointcut</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/jta/reflect/CacheReflectionTmLookup.html#getMethodName--">getMethodName()</a></span> - Method in class org.apache.ignite.cache.jta.reflect.<a href="org/apache/ignite/cache/jta/reflect/CacheReflectionTmLookup.html" title="class in org.apache.ignite.cache.jta.reflect">CacheReflectionTmLookup</a></dt>
<dd>
<div class="block">Gets method name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/aop/GridifyArgumentAdapter.html#getMethodName--">getMethodName()</a></span> - Method in class org.apache.ignite.compute.gridify.aop.<a href="org/apache/ignite/compute/gridify/aop/GridifyArgumentAdapter.html" title="class in org.apache.ignite.compute.gridify.aop">GridifyArgumentAdapter</a></dt>
<dd>
<div class="block">Gets method name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/GridifyArgument.html#getMethodName--">getMethodName()</a></span> - Method in interface org.apache.ignite.compute.gridify.<a href="org/apache/ignite/compute/gridify/GridifyArgument.html" title="interface in org.apache.ignite.compute.gridify">GridifyArgument</a></dt>
<dd>
<div class="block">Gets method name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/aop/GridifyArgumentAdapter.html#getMethodParameters--">getMethodParameters()</a></span> - Method in class org.apache.ignite.compute.gridify.aop.<a href="org/apache/ignite/compute/gridify/aop/GridifyArgumentAdapter.html" title="class in org.apache.ignite.compute.gridify.aop">GridifyArgumentAdapter</a></dt>
<dd>
<div class="block">Gets method parameters in the same order they appear in method
signature.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/GridifyArgument.html#getMethodParameters--">getMethodParameters()</a></span> - Method in interface org.apache.ignite.compute.gridify.<a href="org/apache/ignite/compute/gridify/GridifyArgument.html" title="interface in org.apache.ignite.compute.gridify">GridifyArgument</a></dt>
<dd>
<div class="block">Gets method parameters in the same order they appear in method
signature.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/aop/GridifyArgumentAdapter.html#getMethodParameterTypes--">getMethodParameterTypes()</a></span> - Method in class org.apache.ignite.compute.gridify.aop.<a href="org/apache/ignite/compute/gridify/aop/GridifyArgumentAdapter.html" title="class in org.apache.ignite.compute.gridify.aop">GridifyArgumentAdapter</a></dt>
<dd>
<div class="block">Gets method parameter types in the same order they appear in method
signature.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/GridifyArgument.html#getMethodParameterTypes--">getMethodParameterTypes()</a></span> - Method in interface org.apache.ignite.compute.gridify.<a href="org/apache/ignite/compute/gridify/GridifyArgument.html" title="interface in org.apache.ignite.compute.gridify">GridifyArgument</a></dt>
<dd>
<div class="block">Gets method parameter types in the same order they appear in method
signature.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getMetricExporterSpi--">getMetricExporterSpi()</a></span> - Method 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">Gets fully configured metric SPI implementations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getMetricsExpireTime--">getMetricsExpireTime()</a></span> - Method 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">Elapsed time in milliseconds after which node metrics are considered expired.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getMetricsHistorySize--">getMetricsHistorySize()</a></span> - Method 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">Number of node metrics to keep in memory to calculate totals and averages.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getMetricsLogFrequency--">getMetricsLogFrequency()</a></span> - Method 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">Gets frequency of metrics log print out.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataRegionConfiguration.html#getMetricsRateTimeInterval--">getMetricsRateTimeInterval()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataRegionConfiguration.html" title="class in org.apache.ignite.configuration">DataRegionConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/mxbean/MetricsMxBean.html#configureHitRateMetric-java.lang.String-long-"><code>MetricsMxBean.configureHitRateMetric(String, long)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#getMetricsRateTimeInterval--">getMetricsRateTimeInterval()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/mxbean/MetricsMxBean.html#configureHitRateMetric-java.lang.String-long-"><code>MetricsMxBean.configureHitRateMetric(String, long)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataRegionConfiguration.html#getMetricsSubIntervalCount--">getMetricsSubIntervalCount()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataRegionConfiguration.html" title="class in org.apache.ignite.configuration">DataRegionConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/mxbean/MetricsMxBean.html#configureHitRateMetric-java.lang.String-long-"><code>MetricsMxBean.configureHitRateMetric(String, long)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#getMetricsSubIntervalCount--">getMetricsSubIntervalCount()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/mxbean/MetricsMxBean.html#configureHitRateMetric-java.lang.String-long-"><code>MetricsMxBean.configureHitRateMetric(String, long)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getMetricsUpdateFrequency--">getMetricsUpdateFrequency()</a></span> - Method 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">Gets Ignite metrics update frequency in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/minmaxscaling/MinMaxScalerPartitionData.html#getMin--">getMin()</a></span> - Method in class org.apache.ignite.ml.preprocessing.minmaxscaling.<a href="org/apache/ignite/ml/preprocessing/minmaxscaling/MinMaxScalerPartitionData.html" title="class in org.apache.ignite.ml.preprocessing.minmaxscaling">MinMaxScalerPartitionData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/minmaxscaling/MinMaxScalerPreprocessor.html#getMin--">getMin()</a></span> - Method in class org.apache.ignite.ml.preprocessing.minmaxscaling.<a href="org/apache/ignite/ml/preprocessing/minmaxscaling/MinMaxScalerPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.minmaxscaling">MinMaxScalerPreprocessor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/boosting/GDBBinaryClassifierOnTreesTrainer.html#getMinImpurityDecrease--">getMinImpurityDecrease()</a></span> - Method in class org.apache.ignite.ml.tree.boosting.<a href="org/apache/ignite/ml/tree/boosting/GDBBinaryClassifierOnTreesTrainer.html" title="class in org.apache.ignite.ml.tree.boosting">GDBBinaryClassifierOnTreesTrainer</a></dt>
<dd>
<div class="block">Get the min impurity decrease.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/boosting/GDBRegressionOnTreesTrainer.html#getMinImpurityDecrease--">getMinImpurityDecrease()</a></span> - Method in class org.apache.ignite.ml.tree.boosting.<a href="org/apache/ignite/ml/tree/boosting/GDBRegressionOnTreesTrainer.html" title="class in org.apache.ignite.ml.tree.boosting">GDBRegressionOnTreesTrainer</a></dt>
<dd>
<div class="block">Get the min impurity decrease.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/DecisionTreeClassificationTrainer.html#getMinImpurityDecrease--">getMinImpurityDecrease()</a></span> - Method in class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/DecisionTreeClassificationTrainer.html" title="class in org.apache.ignite.ml.tree">DecisionTreeClassificationTrainer</a></dt>
<dd>
<div class="block">Returns a hyper-parameter value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheGroupMetricsMXBean.html#getMinimumNumberOfPartitionCopies--">getMinimumNumberOfPartitionCopies()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheGroupMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheGroupMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Calculates minimum number of partitions copies for all partitions of this cache group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcDriver.html#getMinorVersion--">getMinorVersion()</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="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDriver.html#getMinorVersion--">getMinorVersion()</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="memberNameLink"><a href="org/apache/ignite/ml/tree/DecisionTreeConditionalNode.html#getMissingNode--">getMissingNode()</a></span> - Method in class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/DecisionTreeConditionalNode.html" title="class in org.apache.ignite.ml.tree">DecisionTreeConditionalNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/IgniteModelStorageUtil.html#getModel-org.apache.ignite.Ignite-java.lang.String-">getModel(Ignite, String)</a></span> - Static method in class org.apache.ignite.ml.inference.<a href="org/apache/ignite/ml/inference/IgniteModelStorageUtil.html" title="class in org.apache.ignite.ml.inference">IgniteModelStorageUtil</a></dt>
<dd>
<div class="block">Retrieves Ignite model by name using <a href="org/apache/ignite/ml/inference/builder/SingleModelBuilder.html" title="class in org.apache.ignite.ml.inference.builder"><code>SingleModelBuilder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/multiclass/MultiClassModel.html#getModel-java.lang.Double-">getModel(Double)</a></span> - Method in class org.apache.ignite.ml.multiclass.<a href="org/apache/ignite/ml/multiclass/MultiClassModel.html" title="class in org.apache.ignite.ml.multiclass">MultiClassModel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/storage/descriptor/ModelDescriptorStorageFactory.html#getModelDescriptorStorage-org.apache.ignite.Ignite-">getModelDescriptorStorage(Ignite)</a></span> - Method in class org.apache.ignite.ml.inference.storage.descriptor.<a href="org/apache/ignite/ml/inference/storage/descriptor/ModelDescriptorStorageFactory.html" title="class in org.apache.ignite.ml.inference.storage.descriptor">ModelDescriptorStorageFactory</a></dt>
<dd>
<div class="block">Returns model descriptor storage based on Apache Ignite cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/ModelsComposition.html#getModels--">getModels()</a></span> - Method in class org.apache.ignite.ml.composition.<a href="org/apache/ignite/ml/composition/ModelsComposition.html" title="class in org.apache.ignite.ml.composition">ModelsComposition</a></dt>
<dd>
<div class="block">Returns containing models.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/RandomForestModel.html#getModels--">getModels()</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.<a href="org/apache/ignite/ml/tree/randomforest/RandomForestModel.html" title="class in org.apache.ignite.ml.tree.randomforest">RandomForestModel</a></dt>
<dd>
<div class="block">Returns containing models.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/XGModelComposition.html#getModelsComposition--">getModelsComposition()</a></span> - Method in class org.apache.ignite.ml.xgboost.<a href="org/apache/ignite/ml/xgboost/XGModelComposition.html" title="class in org.apache.ignite.ml.xgboost">XGModelComposition</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/storage/model/ModelStorageFactory.html#getModelStorage-org.apache.ignite.Ignite-">getModelStorage(Ignite)</a></span> - Method in class org.apache.ignite.ml.inference.storage.model.<a href="org/apache/ignite/ml/inference/storage/model/ModelStorageFactory.html" title="class in org.apache.ignite.ml.inference.storage.model">ModelStorageFactory</a></dt>
<dd>
<div class="block">Returns model storage based on Apache Ignite cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html#getModeNames--">getModeNames()</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelLexer</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheGroupMetricsMXBean.html#getMovingPartitionsAllocationMap--">getMovingPartitionsAllocationMap()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheGroupMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheGroupMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets allocation map of partitions with state MOVING in the cluster.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/RegressionMetricStatsAggregator.html#getMSE--">getMSE()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.evaluator.aggregator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/RegressionMetricStatsAggregator.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator.aggregator">RegressionMetricStatsAggregator</a></dt>
<dd>
<div class="block">Returns mean squared error.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/multicast/TcpDiscoveryMulticastIpFinder.html#getMulticastGroup--">getMulticastGroup()</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.multicast.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/multicast/TcpDiscoveryMulticastIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.multicast">TcpDiscoveryMulticastIpFinder</a></dt>
<dd>
<div class="block">Gets IP address of multicast group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/multicast/TcpDiscoveryMulticastIpFinder.html#getMulticastPort--">getMulticastPort()</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.multicast.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/multicast/TcpDiscoveryMulticastIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.multicast">TcpDiscoveryMulticastIpFinder</a></dt>
<dd>
<div class="block">Gets port number which multicast messages are sent to.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/stream/StreamAdapter.html#getMultipleTupleExtractor--">getMultipleTupleExtractor()</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>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/paramgrid/EvolutionOptimizationStrategy.html#getMutationProbability--">getMutationProbability()</a></span> - Method in class org.apache.ignite.ml.selection.paramgrid.<a href="org/apache/ignite/ml/selection/paramgrid/EvolutionOptimizationStrategy.html" title="class in org.apache.ignite.ml.selection.paramgrid">EvolutionOptimizationStrategy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getMvccVacuumFrequency--">getMvccVacuumFrequency()</a></span> - Method 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"><b>This is an experimental feature.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getMvccVacuumThreadCount--">getMvccVacuumThreadCount()</a></span> - Method 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"><b>This is an experimental feature.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/BinaryClassificationPointwiseMetricStatsAggregator.html#getN--">getN()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.evaluator.aggregator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/BinaryClassificationPointwiseMetricStatsAggregator.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator.aggregator">BinaryClassificationPointwiseMetricStatsAggregator</a></dt>
<dd>
<div class="block">Returns number of elements in dataset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryIndex.html#getName--">getName()</a></span> - Method in class org.apache.ignite.cache.<a href="org/apache/ignite/cache/QueryIndex.html" title="class in org.apache.ignite.cache">QueryIndex</a></dt>
<dd>
<div class="block">Gets index name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PojoField.html#getName--">getName()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/PojoField.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">PojoField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PojoFieldAccessor.html#getName--">getName()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/PojoFieldAccessor.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">PojoFieldAccessor</a></dt>
<dd>
<div class="block">Returns POJO field name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCache.html#getName--">getName()</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#getName--">getName()</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getName--">getName()</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>
<dd>
<div class="block">Cache name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataRegionConfiguration.html#getName--">getName()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataRegionConfiguration.html" title="class in org.apache.ignite.configuration">DataRegionConfiguration</a></dt>
<dd>
<div class="block">Gets data region name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ExecutorConfiguration.html#getName--">getName()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ExecutorConfiguration.html" title="class in org.apache.ignite.configuration">ExecutorConfiguration</a></dt>
<dd>
<div class="block">Get thread pool name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/MemoryPolicyConfiguration.html#getName--">getName()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/MemoryPolicyConfiguration.html" title="class in org.apache.ignite.configuration">MemoryPolicyConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets memory policy name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataRegionMetrics.html#getName--">getName()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/DataRegionMetrics.html" title="interface in org.apache.ignite">DataRegionMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">A name of a memory region the metrics are collected for.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataRegionMetricsAdapter.html#getName--">getName()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/DataRegionMetricsAdapter.html" title="class in org.apache.ignite">DataRegionMetricsAdapter</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">A name of a memory region the metrics are collected for.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/MemoryMetrics.html#getName--">getName()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/MemoryMetrics.html" title="interface in org.apache.ignite">MemoryMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">A name of a memory region the metrics are collected for.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/FeatureMeta.html#getName--">getName()</a></span> - Method in class org.apache.ignite.ml.dataset.feature.<a href="org/apache/ignite/ml/dataset/feature/FeatureMeta.html" title="class in org.apache.ignite.ml.dataset.feature">FeatureMeta</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/ModelDescriptor.html#getName--">getName()</a></span> - Method in class org.apache.ignite.ml.inference.<a href="org/apache/ignite/ml/inference/ModelDescriptor.html" title="class in org.apache.ignite.ml.inference">ModelDescriptor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/paramgrid/BruteForceStrategy.html#getName--">getName()</a></span> - Method in class org.apache.ignite.ml.selection.paramgrid.<a href="org/apache/ignite/ml/selection/paramgrid/BruteForceStrategy.html" title="class in org.apache.ignite.ml.selection.paramgrid">BruteForceStrategy</a></dt>
<dd>
<div class="block">Returns the name of strategy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/paramgrid/EvolutionOptimizationStrategy.html#getName--">getName()</a></span> - Method in class org.apache.ignite.ml.selection.paramgrid.<a href="org/apache/ignite/ml/selection/paramgrid/EvolutionOptimizationStrategy.html" title="class in org.apache.ignite.ml.selection.paramgrid">EvolutionOptimizationStrategy</a></dt>
<dd>
<div class="block">Returns the name of strategy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/paramgrid/HyperParameterTuningStrategy.html#getName--">getName()</a></span> - Method in class org.apache.ignite.ml.selection.paramgrid.<a href="org/apache/ignite/ml/selection/paramgrid/HyperParameterTuningStrategy.html" title="class in org.apache.ignite.ml.selection.paramgrid">HyperParameterTuningStrategy</a></dt>
<dd>
<div class="block">Returns the name of strategy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/paramgrid/RandomStrategy.html#getName--">getName()</a></span> - Method in class org.apache.ignite.ml.selection.paramgrid.<a href="org/apache/ignite/ml/selection/paramgrid/RandomStrategy.html" title="class in org.apache.ignite.ml.selection.paramgrid">RandomStrategy</a></dt>
<dd>
<div class="block">Returns the name of strategy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html#getName--">getName()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataRegionMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">A name of a memory region the metrics are collected for.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/MemoryMetricsMXBean.html#getName--">getName()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/MemoryMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">MemoryMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">A name of a memory region the metrics are collected for.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/services/ServiceConfiguration.html#getName--">getName()</a></span> - Method 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">Gets service name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/deployment/DeploymentResource.html#getName--">getName()</a></span> - Method in interface org.apache.ignite.spi.deployment.<a href="org/apache/ignite/spi/deployment/DeploymentResource.html" title="interface in org.apache.ignite.spi.deployment">DeploymentResource</a></dt>
<dd>
<div class="block">Gets resource name, either class name or alias name, such as alias
specified by <a href="org/apache/ignite/compute/ComputeTaskName.html" title="annotation in org.apache.ignite.compute"><code>ComputeTaskName</code></a> annotation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/deployment/DeploymentResourceAdapter.html#getName--">getName()</a></span> - Method in class org.apache.ignite.spi.deployment.<a href="org/apache/ignite/spi/deployment/DeploymentResourceAdapter.html" title="class in org.apache.ignite.spi.deployment">DeploymentResourceAdapter</a></dt>
<dd>
<div class="block">Gets resource name, either class name or alias name, such as alias
specified by <a href="org/apache/ignite/compute/ComputeTaskName.html" title="annotation in org.apache.ignite.compute"><code>ComputeTaskName</code></a> annotation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpi.html#getName--">getName()</a></span> - Method in interface org.apache.ignite.spi.<a href="org/apache/ignite/spi/IgniteSpi.html" title="interface in org.apache.ignite.spi">IgniteSpi</a></dt>
<dd>
<div class="block">Gets SPI name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiAdapter.html#getName--">getName()</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">Gets SPI name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiManagementMBean.html#getName--">getName()</a></span> - Method in interface org.apache.ignite.spi.<a href="org/apache/ignite/spi/IgniteSpiManagementMBean.html" title="interface in org.apache.ignite.spi">IgniteSpiManagementMBean</a></dt>
<dd>
<div class="block">Gets name of the SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiMBeanAdapter.html#getName--">getName()</a></span> - Method in class org.apache.ignite.spi.<a href="org/apache/ignite/spi/IgniteSpiMBeanAdapter.html" title="class in org.apache.ignite.spi">IgniteSpiMBeanAdapter</a></dt>
<dd>
<div class="block">Gets name of the SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/opencensus/OpenCensusTracingSpi.html#getName--">getName()</a></span> - Method in class org.apache.ignite.spi.tracing.opencensus.<a href="org/apache/ignite/spi/tracing/opencensus/OpenCensusTracingSpi.html" title="class in org.apache.ignite.spi.tracing.opencensus">OpenCensusTracingSpi</a></dt>
<dd>
<div class="block">Gets SPI name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryTypeConfiguration.html#getNameMapper--">getNameMapper()</a></span> - Method in 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">Gets name mapper.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/BinaryConfiguration.html#getNameMapper--">getNameMapper()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/BinaryConfiguration.html" title="class in org.apache.ignite.configuration">BinaryConfiguration</a></dt>
<dd>
<div class="block">Gets name mapper.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryTypeConfiguration.html#getNameMapper--">getNameMapper()</a></span> - Method in class org.apache.ignite.platform.dotnet.<a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryTypeConfiguration.html" title="class in org.apache.ignite.platform.dotnet">PlatformDotNetBinaryTypeConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/kubernetes/configuration/KubernetesConnectionConfiguration.html#getNamespace--">getNamespace()</a></span> - Method in class org.apache.ignite.kubernetes.configuration.<a href="org/apache/ignite/kubernetes/configuration/KubernetesConnectionConfiguration.html" title="class in org.apache.ignite.kubernetes.configuration">KubernetesConnectionConfiguration</a></dt>
<dd>
<div class="block">Get Kubernetes namespace.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetCacheStoreFactoryNative.html#getNativeFactory--">getNativeFactory()</a></span> - Method in class org.apache.ignite.platform.dotnet.<a href="org/apache/ignite/platform/dotnet/PlatformDotNetCacheStoreFactoryNative.html" title="class in org.apache.ignite.platform.dotnet">PlatformDotNetCacheStoreFactoryNative</a></dt>
<dd>
<div class="block">Gets the wrapped factory object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getNearConfiguration--">getNearConfiguration()</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>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/NearCacheConfiguration.html#getNearEvictionPolicy--">getNearEvictionPolicy()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/NearCacheConfiguration.html" title="class in org.apache.ignite.configuration">NearCacheConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/NearCacheConfiguration.html#getNearEvictionPolicyFactory--"><code>NearCacheConfiguration.getNearEvictionPolicyFactory()</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/NearCacheConfiguration.html#getNearEvictionPolicyFactory--">getNearEvictionPolicyFactory()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/NearCacheConfiguration.html" title="class in org.apache.ignite.configuration">NearCacheConfiguration</a></dt>
<dd>
<div class="block">Gets cache eviction policy factory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/NearCacheConfiguration.html#getNearStartSize--">getNearStartSize()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/NearCacheConfiguration.html" title="class in org.apache.ignite.configuration">NearCacheConfiguration</a></dt>
<dd>
<div class="block">Gets initial cache size for near cache which will be used to pre-create internal
hash table after start.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getNetworkCompressionLevel--">getNetworkCompressionLevel()</a></span> - Method 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">Compression level of internal network messages.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getNetworkSendRetryCount--">getNetworkSendRetryCount()</a></span> - Method 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">Message send retries count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getNetworkSendRetryDelay--">getNetworkSendRetryDelay()</a></span> - Method 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">Interval in milliseconds between message send retries.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getNetworkTimeout--">getNetworkTimeout()</a></span> - Method 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">Maximum timeout in milliseconds for network requests.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#getNetworkTimeout--">getNetworkTimeout()</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">Gets network timeout.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html#getNetworkTimeout--">getNetworkTimeout()</a></span> - Method in interface org.apache.ignite.spi.discovery.tcp.<a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html" title="interface in org.apache.ignite.spi.discovery.tcp">TcpDiscoverySpiMBean</a></dt>
<dd>
<div class="block">Gets network timeout.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeJobResult.html#getNode--">getNode()</a></span> - Method in interface org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeJobResult.html" title="interface in org.apache.ignite.compute">ComputeJobResult</a></dt>
<dd>
<div class="block">Gets node this job executed on.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoveryNotification.html#getNode--">getNode()</a></span> - Method in class org.apache.ignite.spi.discovery.<a href="org/apache/ignite/spi/discovery/DiscoveryNotification.html" title="class in org.apache.ignite.spi.discovery">DiscoveryNotification</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoverySpi.html#getNode-java.util.UUID-">getNode(UUID)</a></span> - Method in interface org.apache.ignite.spi.discovery.<a href="org/apache/ignite/spi/discovery/DiscoverySpi.html" title="interface in org.apache.ignite.spi.discovery">DiscoverySpi</a></dt>
<dd>
<div class="block">Gets node by ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/isolated/IsolatedDiscoverySpi.html#getNode-java.util.UUID-">getNode(UUID)</a></span> - Method in class org.apache.ignite.spi.discovery.isolated.<a href="org/apache/ignite/spi/discovery/isolated/IsolatedDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.isolated">IsolatedDiscoverySpi</a></dt>
<dd>
<div class="block">Gets node by ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#getNode-java.util.UUID-">getNode(UUID)</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">Gets node by ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html#getNode-java.util.UUID-">getNode(UUID)</a></span> - Method in class org.apache.ignite.spi.discovery.zk.<a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.zk">ZookeeperDiscoverySpi</a></dt>
<dd>
<div class="block">Gets node by ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#getNode0-java.util.UUID-">getNode0(UUID)</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="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpi.html#getNodeAttributes--">getNodeAttributes()</a></span> - Method 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">This method is called before SPI starts (before method <a href="org/apache/ignite/spi/IgniteSpi.html#spiStart-java.lang.String-"><code>IgniteSpi.spiStart(String)</code></a>
is called).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html#getNodeAttributes--">getNodeAttributes()</a></span> - Method in class org.apache.ignite.spi.collision.priorityqueue.<a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html" title="class in org.apache.ignite.spi.collision.priorityqueue">PriorityQueueCollisionSpi</a></dt>
<dd>
<div class="block">This method is called before SPI starts (before method <a href="org/apache/ignite/spi/IgniteSpi.html#spiStart-java.lang.String-"><code>IgniteSpi.spiStart(String)</code></a>
is called).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/failover/always/AlwaysFailoverSpi.html#getNodeAttributes--">getNodeAttributes()</a></span> - Method 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">This method is called before SPI starts (before method <a href="org/apache/ignite/spi/IgniteSpi.html#spiStart-java.lang.String-"><code>IgniteSpi.spiStart(String)</code></a>
is called).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/failover/jobstealing/JobStealingFailoverSpi.html#getNodeAttributes--">getNodeAttributes()</a></span> - Method in class org.apache.ignite.spi.failover.jobstealing.<a href="org/apache/ignite/spi/failover/jobstealing/JobStealingFailoverSpi.html" title="class in org.apache.ignite.spi.failover.jobstealing">JobStealingFailoverSpi</a></dt>
<dd>
<div class="block">This method is called before SPI starts (before method <a href="org/apache/ignite/spi/IgniteSpi.html#spiStart-java.lang.String-"><code>IgniteSpi.spiStart(String)</code></a>
is called).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpi.html#getNodeAttributes--">getNodeAttributes()</a></span> - Method in interface org.apache.ignite.spi.<a href="org/apache/ignite/spi/IgniteSpi.html" title="interface in org.apache.ignite.spi">IgniteSpi</a></dt>
<dd>
<div class="block">This method is called before SPI starts (before method <a href="org/apache/ignite/spi/IgniteSpi.html#spiStart-java.lang.String-"><code>IgniteSpi.spiStart(String)</code></a>
is called).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiAdapter.html#getNodeAttributes--">getNodeAttributes()</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">This method is called before SPI starts (before method <a href="org/apache/ignite/spi/IgniteSpi.html#spiStart-java.lang.String-"><code>IgniteSpi.spiStart(String)</code></a>
is called).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/loadbalancing/weightedrandom/WeightedRandomLoadBalancingSpi.html#getNodeAttributes--">getNodeAttributes()</a></span> - Method in class org.apache.ignite.spi.loadbalancing.weightedrandom.<a href="org/apache/ignite/spi/loadbalancing/weightedrandom/WeightedRandomLoadBalancingSpi.html" title="class in org.apache.ignite.spi.loadbalancing.weightedrandom">WeightedRandomLoadBalancingSpi</a></dt>
<dd>
<div class="block">This method is called before SPI starts (before method <a href="org/apache/ignite/spi/IgniteSpi.html#spiStart-java.lang.String-"><code>IgniteSpi.spiStart(String)</code></a>
is called).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getNodeFilter--">getNodeFilter()</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>
<dd>
<div class="block">Gets filter which determines on what nodes the cache should be started.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CollectionConfiguration.html#getNodeFilter--">getNodeFilter()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/CollectionConfiguration.html" title="class in org.apache.ignite.configuration">CollectionConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/services/ServiceConfiguration.html#getNodeFilter--">getNodeFilter()</a></span> - Method 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">Gets node filter used to filter nodes on which the service will be deployed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getNodeId--">getNodeId()</a></span> - Method 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"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/java/JavaLogger.html#getNodeId--">getNodeId()</a></span> - Method in class org.apache.ignite.logger.java.<a href="org/apache/ignite/logger/java/JavaLogger.html" title="class in org.apache.ignite.logger.java">JavaLogger</a></dt>
<dd>
<div class="block">Gets node ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j/Log4JLogger.html#getNodeId--">getNodeId()</a></span> - 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">Gets node ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j2/Log4J2Logger.html#getNodeId--">getNodeId()</a></span> - Method in class org.apache.ignite.logger.log4j2.<a href="org/apache/ignite/logger/log4j2/Log4J2Logger.html" title="class in org.apache.ignite.logger.log4j2">Log4J2Logger</a></dt>
<dd>
<div class="block">Gets node ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/LoggerNodeIdAware.html#getNodeId--">getNodeId()</a></span> - Method in interface org.apache.ignite.logger.<a href="org/apache/ignite/logger/LoggerNodeIdAware.html" title="interface in org.apache.ignite.logger">LoggerNodeIdAware</a></dt>
<dd>
<div class="block">Gets node ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/impurity/ImpurityHistogramsComputer.NodeImpurityHistograms.html#getNodeId--">getNodeId()</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.impurity.<a href="org/apache/ignite/ml/tree/randomforest/data/impurity/ImpurityHistogramsComputer.NodeImpurityHistograms.html" title="class in org.apache.ignite.ml.tree.randomforest.data.impurity">ImpurityHistogramsComputer.NodeImpurityHistograms</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/NodeId.html#getNodeId--">getNodeId()</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.<a href="org/apache/ignite/ml/tree/randomforest/data/NodeId.html" title="class in org.apache.ignite.ml.tree.randomforest.data">NodeId</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpiMBean.html#getNodeOrder--">getNodeOrder()</a></span> - Method in interface org.apache.ignite.spi.discovery.zk.<a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpiMBean.html" title="interface in org.apache.ignite.spi.discovery.zk">ZookeeperDiscoverySpiMBean</a></dt>
<dd>
<div class="block">Gets node join order.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoverySpiMBean.html#getNodesFailed--">getNodesFailed()</a></span> - Method in interface org.apache.ignite.spi.discovery.<a href="org/apache/ignite/spi/discovery/DiscoverySpiMBean.html" title="interface in org.apache.ignite.spi.discovery">DiscoverySpiMBean</a></dt>
<dd>
<div class="block">Gets failed nodes count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#getNodesFailed--">getNodesFailed()</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">Gets failed nodes count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html#getNodesFailed--">getNodesFailed()</a></span> - Method in interface org.apache.ignite.spi.discovery.tcp.<a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html" title="interface in org.apache.ignite.spi.discovery.tcp">TcpDiscoverySpiMBean</a></dt>
<dd>
<div class="block">Gets failed nodes count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoverySpiMBean.html#getNodesJoined--">getNodesJoined()</a></span> - Method in interface org.apache.ignite.spi.discovery.<a href="org/apache/ignite/spi/discovery/DiscoverySpiMBean.html" title="interface in org.apache.ignite.spi.discovery">DiscoverySpiMBean</a></dt>
<dd>
<div class="block">Gets joined nodes count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#getNodesJoined--">getNodesJoined()</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">Gets joined nodes count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html#getNodesJoined--">getNodesJoined()</a></span> - Method in interface org.apache.ignite.spi.discovery.tcp.<a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html" title="interface in org.apache.ignite.spi.discovery.tcp">TcpDiscoverySpiMBean</a></dt>
<dd>
<div class="block">Gets joined nodes count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoverySpiMBean.html#getNodesLeft--">getNodesLeft()</a></span> - Method in interface org.apache.ignite.spi.discovery.<a href="org/apache/ignite/spi/discovery/DiscoverySpiMBean.html" title="interface in org.apache.ignite.spi.discovery">DiscoverySpiMBean</a></dt>
<dd>
<div class="block">Gets left nodes count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#getNodesLeft--">getNodesLeft()</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">Gets left nodes count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html#getNodesLeft--">getNodesLeft()</a></span> - Method in interface org.apache.ignite.spi.discovery.tcp.<a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html" title="interface in org.apache.ignite.spi.discovery.tcp">TcpDiscoverySpiMBean</a></dt>
<dd>
<div class="block">Gets left nodes count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterMetrics.html#getNodeStartTime--">getNodeStartTime()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterMetrics.html" title="interface in org.apache.ignite.cluster">ClusterMetrics</a></dt>
<dd>
<div class="block">Returns the start time of grid node in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getNodeStartTime--">getNodeStartTime()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Returns the start time of grid node in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/loadbalancing/weightedrandom/WeightedRandomLoadBalancingSpi.html#getNodeWeight--">getNodeWeight()</a></span> - Method in class org.apache.ignite.spi.loadbalancing.weightedrandom.<a href="org/apache/ignite/spi/loadbalancing/weightedrandom/WeightedRandomLoadBalancingSpi.html" title="class in org.apache.ignite.spi.loadbalancing.weightedrandom">WeightedRandomLoadBalancingSpi</a></dt>
<dd>
<div class="block">See <a href="org/apache/ignite/spi/loadbalancing/weightedrandom/WeightedRandomLoadBalancingSpi.html#setNodeWeight-int-"><code>WeightedRandomLoadBalancingSpi.setNodeWeight(int)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/loadbalancing/weightedrandom/WeightedRandomLoadBalancingSpiMBean.html#getNodeWeight--">getNodeWeight()</a></span> - Method in interface org.apache.ignite.spi.loadbalancing.weightedrandom.<a href="org/apache/ignite/spi/loadbalancing/weightedrandom/WeightedRandomLoadBalancingSpiMBean.html" title="interface in org.apache.ignite.spi.loadbalancing.weightedrandom">WeightedRandomLoadBalancingSpiMBean</a></dt>
<dd>
<div class="block">Gets weight of this node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterMetrics.html#getNonHeapMemoryCommitted--">getNonHeapMemoryCommitted()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterMetrics.html" title="interface in org.apache.ignite.cluster">ClusterMetrics</a></dt>
<dd>
<div class="block">Returns the amount of non-heap memory in bytes that is committed for
the JVM to use.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getNonHeapMemoryCommitted--">getNonHeapMemoryCommitted()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Returns the amount of non-heap memory in bytes that is committed for
the JVM to use.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterMetrics.html#getNonHeapMemoryInitialized--">getNonHeapMemoryInitialized()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterMetrics.html" title="interface in org.apache.ignite.cluster">ClusterMetrics</a></dt>
<dd>
<div class="block">Returns the amount of non-heap memory in bytes that the JVM
initially requests from the operating system for memory management.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getNonHeapMemoryInitialized--">getNonHeapMemoryInitialized()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Returns the amount of non-heap memory in bytes that the JVM
initially requests from the operating system for memory management.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterMetrics.html#getNonHeapMemoryMaximum--">getNonHeapMemoryMaximum()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterMetrics.html" title="interface in org.apache.ignite.cluster">ClusterMetrics</a></dt>
<dd>
<div class="block">Returns the maximum amount of non-heap memory in bytes that can be
used for memory management.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getNonHeapMemoryMaximum--">getNonHeapMemoryMaximum()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Returns the maximum amount of non-heap memory in bytes that can be
used for memory management.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterMetrics.html#getNonHeapMemoryTotal--">getNonHeapMemoryTotal()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterMetrics.html" title="interface in org.apache.ignite.cluster">ClusterMetrics</a></dt>
<dd>
<div class="block">Returns the total amount of non-heap memory in bytes that can be
used for memory management.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getNonHeapMemoryTotal--">getNonHeapMemoryTotal()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Returns the total amount of non-heap memory in bytes that can be
used for memory management.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterMetrics.html#getNonHeapMemoryUsed--">getNonHeapMemoryUsed()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterMetrics.html" title="interface in org.apache.ignite.cluster">ClusterMetrics</a></dt>
<dd>
<div class="block">Returns the current non-heap memory size that is used by Java VM.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getNonHeapMemoryUsed--">getNonHeapMemoryUsed()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Returns the current non-heap memory size that is used by Java VM.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#getNonLoopbackAddress--">getNonLoopbackAddress()</a></span> - Static method in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>
<div class="block">Finds a local, non-loopback, IPv4 address</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryEntity.html#getNotNullFields--">getNotNullFields()</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">Gets names of fields that must be checked for null.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/paramgrid/EvolutionOptimizationStrategy.html#getNumberOfEliteChromosomes--">getNumberOfEliteChromosomes()</a></span> - Method in class org.apache.ignite.ml.selection.paramgrid.<a href="org/apache/ignite/ml/selection/paramgrid/EvolutionOptimizationStrategy.html" title="class in org.apache.ignite.ml.selection.paramgrid">EvolutionOptimizationStrategy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/paramgrid/EvolutionOptimizationStrategy.html#getNumberOfGenerations--">getNumberOfGenerations()</a></span> - Method in class org.apache.ignite.ml.selection.paramgrid.<a href="org/apache/ignite/ml/selection/paramgrid/EvolutionOptimizationStrategy.html" title="class in org.apache.ignite.ml.selection.paramgrid">EvolutionOptimizationStrategy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html#getNumberOfRetries--">getNumberOfRetries()</a></span> - Method in class org.apache.ignite.spi.checkpoint.jdbc.<a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.jdbc">JdbcCheckpointSpi</a></dt>
<dd>
<div class="block">Gets number of retries in case of DB failure.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpiMBean.html#getNumberOfRetries--">getNumberOfRetries()</a></span> - Method in interface org.apache.ignite.spi.checkpoint.jdbc.<a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpiMBean.html" title="interface in org.apache.ignite.spi.checkpoint.jdbc">JdbcCheckpointSpiMBean</a></dt>
<dd>
<div class="block">Gets number of retries in case of DB failure.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/recommendation/ObjectSubjectPair.html#getObj--">getObj()</a></span> - Method in class org.apache.ignite.ml.recommendation.<a href="org/apache/ignite/ml/recommendation/ObjectSubjectPair.html" title="class in org.apache.ignite.ml.recommendation">ObjectSubjectPair</a></dt>
<dd>
<div class="block">Returns object of recommendation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/recommendation/util/RecommendationDatasetData.html#getObjects--">getObjects()</a></span> - Method in class org.apache.ignite.ml.recommendation.util.<a href="org/apache/ignite/ml/recommendation/util/RecommendationDatasetData.html" title="class in org.apache.ignite.ml.recommendation.util">RecommendationDatasetData</a></dt>
<dd>
<div class="block">Returns set of objects contained in <a href="org/apache/ignite/ml/recommendation/util/RecommendationDatasetData.html#ratings"><code>RecommendationDatasetData.ratings</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/recommendation/util/MatrixFactorizationGradient.html#getObjGrad--">getObjGrad()</a></span> - Method in class org.apache.ignite.ml.recommendation.util.<a href="org/apache/ignite/ml/recommendation/util/MatrixFactorizationGradient.html" title="class in org.apache.ignite.ml.recommendation.util">MatrixFactorizationGradient</a></dt>
<dd>
<div class="block">Returns gradient of object of recommendation matrix (unmodifiable).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/recommendation/RecommendationModel.html#getObjMatrix--">getObjMatrix()</a></span> - Method in class org.apache.ignite.ml.recommendation.<a href="org/apache/ignite/ml/recommendation/RecommendationModel.html" title="class in org.apache.ignite.ml.recommendation">RecommendationModel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getOdbcConfiguration--">getOdbcConfiguration()</a></span> - Method 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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/IgniteConfiguration.html#getClientConnectorConfiguration--"><code>IgniteConfiguration.getClientConnectorConfiguration()</code></a> ()} instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getOffHeapAllocatedSize--">getOffHeapAllocatedSize()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">Gets memory size allocated in off-heap.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getOffHeapAllocatedSize--">getOffHeapAllocatedSize()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets memory size allocated in off-heap.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getOffHeapBackupEntriesCount--">getOffHeapBackupEntriesCount()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">Gets number of backup entries stored in off-heap memory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getOffHeapBackupEntriesCount--">getOffHeapBackupEntriesCount()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets number of backup entries stored in off-heap memory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getOffHeapEntriesCount--">getOffHeapEntriesCount()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">Gets number of entries stored in off-heap memory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getOffHeapEntriesCount--">getOffHeapEntriesCount()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets number of entries stored in off-heap memory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getOffHeapEvictions--">getOffHeapEvictions()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">The total number of evictions from the off-heap memory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getOffHeapEvictions--">getOffHeapEvictions()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">The total number of evictions from the off-heap memory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getOffHeapGets--">getOffHeapGets()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">The total number of get requests to the off-heap memory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getOffHeapGets--">getOffHeapGets()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">The total number of get requests to the off-heap memory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getOffHeapHitPercentage--">getOffHeapHitPercentage()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">Gets the percentage of hits on off-heap memory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getOffHeapHitPercentage--">getOffHeapHitPercentage()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the percentage of hits on off-heap memory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getOffHeapHits--">getOffHeapHits()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">The number of get requests that were satisfied by the off-heap memory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getOffHeapHits--">getOffHeapHits()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">The number of get requests that were satisfied by the off-heap memory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CollectionConfiguration.html#getOffHeapMaxMemory--">getOffHeapMaxMemory()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/CollectionConfiguration.html" title="class in org.apache.ignite.configuration">CollectionConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getOffHeapMisses--">getOffHeapMisses()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">A miss is a get request that is not satisfied by off-heap memory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getOffHeapMisses--">getOffHeapMisses()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">A miss is a get request that is not satisfied by off-heap memory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getOffHeapMissPercentage--">getOffHeapMissPercentage()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">Gets the percentage of misses on off-heap memory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getOffHeapMissPercentage--">getOffHeapMissPercentage()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the percentage of misses on off-heap memory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getOffHeapPrimaryEntriesCount--">getOffHeapPrimaryEntriesCount()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">Gets number of primary entries stored in off-heap memory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getOffHeapPrimaryEntriesCount--">getOffHeapPrimaryEntriesCount()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets number of primary entries stored in off-heap memory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getOffHeapPuts--">getOffHeapPuts()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">The total number of put requests to the off-heap memory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getOffHeapPuts--">getOffHeapPuts()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">The total number of put requests to the off-heap memory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getOffHeapRemovals--">getOffHeapRemovals()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">The total number of removals from the off-heap memory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getOffHeapRemovals--">getOffHeapRemovals()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">The total number of removals from the off-heap memory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataRegionMetrics.html#getOffHeapSize--">getOffHeapSize()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/DataRegionMetrics.html" title="interface in org.apache.ignite">DataRegionMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Total offheap size in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataStorageMetrics.html#getOffHeapSize--">getOffHeapSize()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/DataStorageMetrics.html" title="interface in org.apache.ignite">DataStorageMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Total offheap size in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html#getOffHeapSize--">getOffHeapSize()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataRegionMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Total offheap size in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html#getOffHeapSize--">getOffHeapSize()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataStorageMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Total offheap size in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataRegionMetrics.html#getOffheapUsedSize--">getOffheapUsedSize()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/DataRegionMetrics.html" title="interface in org.apache.ignite">DataRegionMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Total used offheap size in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataStorageMetrics.html#getOffheapUsedSize--">getOffheapUsedSize()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/DataStorageMetrics.html" title="interface in org.apache.ignite">DataStorageMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Total used offheap size in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html#getOffheapUsedSize--">getOffheapUsedSize()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataRegionMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Total used offheap size in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html#getOffheapUsedSize--">getOffheapUsedSize()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataStorageMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Total used offheap size in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/parallelism/Promise.html#getOpt--">getOpt()</a></span> - Method in interface org.apache.ignite.ml.environment.parallelism.<a href="org/apache/ignite/ml/environment/parallelism/Promise.html" title="interface in org.apache.ignite.ml.environment.parallelism">Promise</a></dt>
<dd>
<div class="block">Wrap result of Future to Optional-object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/IgniteClient.html#getOrCreateCache-java.lang.String-">getOrCreateCache(String)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/IgniteClient.html" title="interface in org.apache.ignite.client">IgniteClient</a></dt>
<dd>
<div class="block">Gets the existing cache or creates a new cache with default configuration if it does not exist.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/IgniteClient.html#getOrCreateCache-org.apache.ignite.client.ClientCacheConfiguration-">getOrCreateCache(ClientCacheConfiguration)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/IgniteClient.html" title="interface in org.apache.ignite.client">IgniteClient</a></dt>
<dd>
<div class="block">Gets the existing cache or creates a new cache if it does not exist.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignite.html#getOrCreateCache-org.apache.ignite.configuration.CacheConfiguration-">getOrCreateCache(CacheConfiguration<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</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 existing cache with the given name or creates new one with the given configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignite.html#getOrCreateCache-java.lang.String-">getOrCreateCache(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 existing cache with the given name or creates new one using template configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignite.html#getOrCreateCache-org.apache.ignite.configuration.CacheConfiguration-org.apache.ignite.configuration.NearCacheConfiguration-">getOrCreateCache(CacheConfiguration<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, NearCacheConfiguration<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</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 existing cache with the given cache configuration or creates one if it does not exist.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteClientSpringBean.html#getOrCreateCache-java.lang.String-">getOrCreateCache(String)</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteClientSpringBean.html" title="class in org.apache.ignite">IgniteClientSpringBean</a></dt>
<dd>
<div class="block">Gets the existing cache or creates a new cache with default configuration if it does not exist.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteClientSpringBean.html#getOrCreateCache-org.apache.ignite.client.ClientCacheConfiguration-">getOrCreateCache(ClientCacheConfiguration)</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteClientSpringBean.html" title="class in org.apache.ignite">IgniteClientSpringBean</a></dt>
<dd>
<div class="block">Gets the existing cache or creates a new cache if it does not exist.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#getOrCreateCache-org.apache.ignite.configuration.CacheConfiguration-">getOrCreateCache(CacheConfiguration<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</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 existing cache with the given name or creates new one with the given configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#getOrCreateCache-org.apache.ignite.configuration.CacheConfiguration-org.apache.ignite.configuration.NearCacheConfiguration-">getOrCreateCache(CacheConfiguration<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, NearCacheConfiguration<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</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 existing cache with the given cache configuration or creates one if it does not exist.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#getOrCreateCache-java.lang.String-">getOrCreateCache(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 existing cache with the given name or creates new one using template configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/IgniteClient.html#getOrCreateCacheAsync-java.lang.String-">getOrCreateCacheAsync(String)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/IgniteClient.html" title="interface in org.apache.ignite.client">IgniteClient</a></dt>
<dd>
<div class="block">Gets the existing cache or creates a new cache with default configuration if it does not exist.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/IgniteClient.html#getOrCreateCacheAsync-org.apache.ignite.client.ClientCacheConfiguration-">getOrCreateCacheAsync(ClientCacheConfiguration)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/IgniteClient.html" title="interface in org.apache.ignite.client">IgniteClient</a></dt>
<dd>
<div class="block">Gets the existing cache or creates a new cache if it does not exist.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteClientSpringBean.html#getOrCreateCacheAsync-java.lang.String-">getOrCreateCacheAsync(String)</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteClientSpringBean.html" title="class in org.apache.ignite">IgniteClientSpringBean</a></dt>
<dd>
<div class="block">Gets the existing cache or creates a new cache with default configuration if it does not exist.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteClientSpringBean.html#getOrCreateCacheAsync-org.apache.ignite.client.ClientCacheConfiguration-">getOrCreateCacheAsync(ClientCacheConfiguration)</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteClientSpringBean.html" title="class in org.apache.ignite">IgniteClientSpringBean</a></dt>
<dd>
<div class="block">Gets the existing cache or creates a new cache if it does not exist.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignite.html#getOrCreateCaches-java.util.Collection-">getOrCreateCaches(Collection<span class='angle_bracket'>&lt;</span>CacheConfiguration<span class='angle_bracket'>&gt;</span>)</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 existing caches with the given name or created one with the given configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#getOrCreateCaches-java.util.Collection-">getOrCreateCaches(Collection<span class='angle_bracket'>&lt;</span>CacheConfiguration<span class='angle_bracket'>&gt;</span>)</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 existing caches with the given name or created one with the given configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteLock.html#getOrCreateCondition-java.lang.String-">getOrCreateCondition(String)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteLock.html" title="interface in org.apache.ignite">IgniteLock</a></dt>
<dd>
<div class="block">Returns a <a href="https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/locks/Condition.html?is-external=true" title="class or interface in java.util.concurrent.locks"><code>Condition</code></a> instance for use with this
<a href="org/apache/ignite/IgniteLock.html" title="interface in org.apache.ignite"><code>IgniteLock</code></a> instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiContext.html#getOrCreateMetricRegistry-java.lang.String-">getOrCreateMetricRegistry(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">Returns existing or newly created instance of metric registry with given name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignite.html#getOrCreateNearCache-java.lang.String-org.apache.ignite.configuration.NearCacheConfiguration-">getOrCreateNearCache(String, NearCacheConfiguration<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</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 existing near cache with the given name or creates a new one.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#getOrCreateNearCache-java.lang.String-org.apache.ignite.configuration.NearCacheConfiguration-">getOrCreateNearCache(String, NearCacheConfiguration<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</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 existing near cache with the given name or creates a new one.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignition.html#getOrStart-org.apache.ignite.configuration.IgniteConfiguration-">getOrStart(IgniteConfiguration)</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 or starts new grid instance if it hasn't been started yet.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#getOsInformation--">getOsInformation()</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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Check the <a href="org/apache/ignite/spi/metric/ReadOnlyMetricRegistry.html" title="interface in org.apache.ignite.spi.metric"><code>ReadOnlyMetricRegistry</code></a> with "name=ignite.osInformation" instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#getOsUser--">getOsUser()</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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Check the <a href="org/apache/ignite/spi/metric/ReadOnlyMetricRegistry.html" title="interface in org.apache.ignite.spi.metric"><code>ReadOnlyMetricRegistry</code></a> with "name=ignite.osUser" instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterMetrics.html#getOutboundMessagesQueueSize--">getOutboundMessagesQueueSize()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterMetrics.html" title="interface in org.apache.ignite.cluster">ClusterMetrics</a></dt>
<dd>
<div class="block">Gets outbound messages queue size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getOutboundMessagesQueueSize--">getOutboundMessagesQueueSize()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Gets outbound messages queue size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/CommunicationSpi.html#getOutboundMessagesQueueSize--">getOutboundMessagesQueueSize()</a></span> - Method in interface org.apache.ignite.spi.communication.<a href="org/apache/ignite/spi/communication/CommunicationSpi.html" title="interface in org.apache.ignite.spi.communication">CommunicationSpi</a></dt>
<dd>
<div class="block">Gets outbound messages queue size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#getOutboundMessagesQueueSize--">getOutboundMessagesQueueSize()</a></span> - Method 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">Gets outbound messages queue size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html#getOutboundMessagesQueueSize--">getOutboundMessagesQueueSize()</a></span> - Method in interface org.apache.ignite.spi.communication.tcp.<a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html" title="interface in org.apache.ignite.spi.communication.tcp">TcpCommunicationSpiMBean</a></dt>
<dd>
<div class="block">Gets outbound messages queue size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/WrappedPreparedStatement.html#getOutgoingPayload--">getOutgoingPayload()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.session.<a href="org/apache/ignite/cache/store/cassandra/session/WrappedPreparedStatement.html" title="class in org.apache.ignite.cache.store.cassandra.session">WrappedPreparedStatement</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/ModelSignature.html#getOutputMsg--">getOutputMsg()</a></span> - Method in class org.apache.ignite.ml.inference.<a href="org/apache/ignite/ml/inference/ModelSignature.html" title="class in org.apache.ignite.ml.inference">ModelSignature</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/TransactionMetricsMxBean.html#getOwnerTransactionsNumber--">getOwnerTransactionsNumber()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/TransactionMetricsMxBean.html" title="interface in org.apache.ignite.mxbean">TransactionMetricsMxBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">The number of active transactions for which this node is the initiator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/transactions/TransactionMetrics.html#getOwnerTransactionsNumber--">getOwnerTransactionsNumber()</a></span> - Method in interface org.apache.ignite.transactions.<a href="org/apache/ignite/transactions/TransactionMetrics.html" title="interface in org.apache.ignite.transactions">TransactionMetrics</a></dt>
<dd>
<div class="block">The number of active transactions for which this node is the initiator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheGroupMetricsMXBean.html#getOwningPartitionsAllocationMap--">getOwningPartitionsAllocationMap()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheGroupMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheGroupMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets allocation map of partitions with state OWNING in the cluster.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/distances/MinkowskiDistance.html#getP--">getP()</a></span> - Method in class org.apache.ignite.ml.math.distances.<a href="org/apache/ignite/ml/math/distances/MinkowskiDistance.html" title="class in org.apache.ignite.ml.math.distances">MinkowskiDistance</a></dt>
<dd>
<div class="block">Returns p-norm.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/distances/WeightedMinkowskiDistance.html#getP--">getP()</a></span> - Method in class org.apache.ignite.ml.math.distances.<a href="org/apache/ignite/ml/math/distances/WeightedMinkowskiDistance.html" title="class in org.apache.ignite.ml.math.distances">WeightedMinkowskiDistance</a></dt>
<dd>
<div class="block">Returns p-norm.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/LUDecomposition.html#getP--">getP()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/LUDecomposition.html" title="class in org.apache.ignite.ml.math.primitives.matrix">LUDecomposition</a></dt>
<dd>
<div class="block">Returns the P rows permutation matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataRegionConfiguration.html#getPageEvictionMode--">getPageEvictionMode()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataRegionConfiguration.html" title="class in org.apache.ignite.configuration">DataRegionConfiguration</a></dt>
<dd>
<div class="block">Gets memory pages eviction mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/MemoryPolicyConfiguration.html#getPageEvictionMode--">getPageEvictionMode()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/MemoryPolicyConfiguration.html" title="class in org.apache.ignite.configuration">MemoryPolicyConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets memory pages eviction mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataRegionConfiguration.html#getPageReplacementMode--">getPageReplacementMode()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataRegionConfiguration.html" title="class in org.apache.ignite.configuration">DataRegionConfiguration</a></dt>
<dd>
<div class="block">Gets memory pages replacement mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/development/utils/IgniteWalConverterArguments.html#getPages--">getPages()</a></span> - Method in class org.apache.ignite.development.utils.<a href="org/apache/ignite/development/utils/IgniteWalConverterArguments.html" title="class in org.apache.ignite.development.utils">IgniteWalConverterArguments</a></dt>
<dd>
<div class="block">Return pages for searching in format grpId:pageId.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataRegionMetrics.html#getPagesFillFactor--">getPagesFillFactor()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/DataRegionMetrics.html" title="interface in org.apache.ignite">DataRegionMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the percentage of the used space.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataRegionMetricsAdapter.html#getPagesFillFactor--">getPagesFillFactor()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/DataRegionMetricsAdapter.html" title="class in org.apache.ignite">DataRegionMetricsAdapter</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the percentage of space that is still free and can be filled in.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/MemoryMetrics.html#getPagesFillFactor--">getPagesFillFactor()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/MemoryMetrics.html" title="interface in org.apache.ignite">MemoryMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the percentage of space that is still free and can be filled in.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html#getPagesFillFactor--">getPagesFillFactor()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataRegionMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the percentage of the used space.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/MemoryMetricsMXBean.html#getPagesFillFactor--">getPagesFillFactor()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/MemoryMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">MemoryMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the percentage of space that is still free and can be filled in.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/Query.html#getPageSize--">getPageSize()</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/Query.html" title="class in org.apache.ignite.cache.query">Query</a></dt>
<dd>
<div class="block">Gets optional page size, if <code>0</code>, then default is used.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#getPageSize--">getPageSize()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">The page memory consists of one or more expandable data regions defined by <a href="org/apache/ignite/configuration/DataRegionConfiguration.html" title="class in org.apache.ignite.configuration"><code>DataRegionConfiguration</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/MemoryConfiguration.html#getPageSize--">getPageSize()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/MemoryConfiguration.html" title="class in org.apache.ignite.configuration">MemoryConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">The pages memory consists of one or more expandable memory regions defined by <a href="org/apache/ignite/configuration/MemoryPolicyConfiguration.html" title="class in org.apache.ignite.configuration"><code>MemoryPolicyConfiguration</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataRegionMetrics.html#getPageSize--">getPageSize()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/DataRegionMetrics.html" title="interface in org.apache.ignite">DataRegionMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets memory page size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/development/utils/IgniteWalConverterArguments.html#getPageSize--">getPageSize()</a></span> - Method in class org.apache.ignite.development.utils.<a href="org/apache/ignite/development/utils/IgniteWalConverterArguments.html" title="class in org.apache.ignite.development.utils">IgniteWalConverterArguments</a></dt>
<dd>
<div class="block">Size of pages, which was selected for file store (1024, 2048, 4096, etc).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html#getPageSize--">getPageSize()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataRegionMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets memory page size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataRegionMetrics.html#getPagesRead--">getPagesRead()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/DataRegionMetrics.html" title="interface in org.apache.ignite">DataRegionMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">The number of read pages from last restart.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataStorageMetrics.html#getPagesRead--">getPagesRead()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/DataStorageMetrics.html" title="interface in org.apache.ignite">DataStorageMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">The number of read pages from last restart.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html#getPagesRead--">getPagesRead()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataRegionMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">The number of read pages from last restart.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html#getPagesRead--">getPagesRead()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataStorageMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">The number of read pages from last restart.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataRegionMetrics.html#getPagesReplaceAge--">getPagesReplaceAge()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/DataRegionMetrics.html" title="interface in org.apache.ignite">DataRegionMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets average age (in milliseconds) for the pages being replaced from the disk storage.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html#getPagesReplaceAge--">getPagesReplaceAge()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataRegionMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets average age (in milliseconds) for the pages being replaced from the disk storage.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataRegionMetrics.html#getPagesReplaced--">getPagesReplaced()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/DataRegionMetrics.html" title="interface in org.apache.ignite">DataRegionMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">The number of replaced pages from last restart .</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataStorageMetrics.html#getPagesReplaced--">getPagesReplaced()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/DataStorageMetrics.html" title="interface in org.apache.ignite">DataStorageMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">The number of replaced pages from last restart.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html#getPagesReplaced--">getPagesReplaced()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataRegionMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">The number of replaced pages from last restart .</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html#getPagesReplaced--">getPagesReplaced()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataStorageMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">The number of replaced pages from last restart.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataRegionMetrics.html#getPagesReplaceRate--">getPagesReplaceRate()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/DataRegionMetrics.html" title="interface in org.apache.ignite">DataRegionMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets rate (pages per second) at which pages get replaced with other pages from persistent storage.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataRegionMetricsAdapter.html#getPagesReplaceRate--">getPagesReplaceRate()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/DataRegionMetricsAdapter.html" title="class in org.apache.ignite">DataRegionMetricsAdapter</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets rate (pages per second) at which pages get replaced with other pages from persistent storage.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/MemoryMetrics.html#getPagesReplaceRate--">getPagesReplaceRate()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/MemoryMetrics.html" title="interface in org.apache.ignite">MemoryMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets rate (pages per second) at which pages get replaced with other pages from persistent storage.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html#getPagesReplaceRate--">getPagesReplaceRate()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataRegionMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets rate (pages per second) at which pages get replaced with other pages from persistent storage.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/MemoryMetricsMXBean.html#getPagesReplaceRate--">getPagesReplaceRate()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/MemoryMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">MemoryMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets rate (pages per second) at which pages get replaced with other pages from persistent storage.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataRegionMetrics.html#getPagesWritten--">getPagesWritten()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/DataRegionMetrics.html" title="interface in org.apache.ignite">DataRegionMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">The number of written pages from last restart.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataStorageMetrics.html#getPagesWritten--">getPagesWritten()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/DataStorageMetrics.html" title="interface in org.apache.ignite">DataStorageMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">The number of written pages from last restart.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html#getPagesWritten--">getPagesWritten()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataRegionMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">The number of written pages from last restart.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html#getPagesWritten--">getPagesWritten()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataStorageMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">The number of written pages from last restart.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/parallelism/DefaultParallelismStrategy.html#getParallelism--">getParallelism()</a></span> - Method in class org.apache.ignite.ml.environment.parallelism.<a href="org/apache/ignite/ml/environment/parallelism/DefaultParallelismStrategy.html" title="class in org.apache.ignite.ml.environment.parallelism">DefaultParallelismStrategy</a></dt>
<dd>
<div class="block">Returns default parallelism.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/parallelism/NoParallelismStrategy.html#getParallelism--">getParallelism()</a></span> - Method in class org.apache.ignite.ml.environment.parallelism.<a href="org/apache/ignite/ml/environment/parallelism/NoParallelismStrategy.html" title="class in org.apache.ignite.ml.environment.parallelism">NoParallelismStrategy</a></dt>
<dd>
<div class="block">Returns default parallelism.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/parallelism/ParallelismStrategy.html#getParallelism--">getParallelism()</a></span> - Method in interface org.apache.ignite.ml.environment.parallelism.<a href="org/apache/ignite/ml/environment/parallelism/ParallelismStrategy.html" title="interface in org.apache.ignite.ml.environment.parallelism">ParallelismStrategy</a></dt>
<dd>
<div class="block">Returns default parallelism.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/fifoqueue/FifoQueueCollisionSpi.html#getParallelJobsNumber--">getParallelJobsNumber()</a></span> - Method in class org.apache.ignite.spi.collision.fifoqueue.<a href="org/apache/ignite/spi/collision/fifoqueue/FifoQueueCollisionSpi.html" title="class in org.apache.ignite.spi.collision.fifoqueue">FifoQueueCollisionSpi</a></dt>
<dd>
<div class="block">See <a href="org/apache/ignite/spi/collision/fifoqueue/FifoQueueCollisionSpi.html#setParallelJobsNumber-int-"><code>FifoQueueCollisionSpi.setParallelJobsNumber(int)</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/fifoqueue/FifoQueueCollisionSpiMBean.html#getParallelJobsNumber--">getParallelJobsNumber()</a></span> - Method in interface org.apache.ignite.spi.collision.fifoqueue.<a href="org/apache/ignite/spi/collision/fifoqueue/FifoQueueCollisionSpiMBean.html" title="interface in org.apache.ignite.spi.collision.fifoqueue">FifoQueueCollisionSpiMBean</a></dt>
<dd>
<div class="block">Gets number of jobs that can be executed in parallel.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html#getParallelJobsNumber--">getParallelJobsNumber()</a></span> - Method in class org.apache.ignite.spi.collision.priorityqueue.<a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html" title="class in org.apache.ignite.spi.collision.priorityqueue">PriorityQueueCollisionSpi</a></dt>
<dd>
<div class="block">Gets number of jobs that can be executed in parallel.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpiMBean.html#getParallelJobsNumber--">getParallelJobsNumber()</a></span> - Method in interface org.apache.ignite.spi.collision.priorityqueue.<a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpiMBean.html" title="interface in org.apache.ignite.spi.collision.priorityqueue">PriorityQueueCollisionSpiMBean</a></dt>
<dd>
<div class="block">Gets number of jobs that can be executed in parallel.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html#getParallelLoadCacheMinimumThreshold--">getParallelLoadCacheMinimumThreshold()</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">Parallel load cache minimum row count threshold.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcPojoStoreFactory.html#getParallelLoadCacheMinimumThreshold--">getParallelLoadCacheMinimumThreshold()</a></span> - Method in 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>
<div class="block">Parallel load cache minimum row count threshold.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/paramgrid/ParamGrid.html#getParamNameByIndex-int-">getParamNameByIndex(int)</a></span> - Method in class org.apache.ignite.ml.selection.paramgrid.<a href="org/apache/ignite/ml/selection/paramgrid/ParamGrid.html" title="class in org.apache.ignite.ml.selection.paramgrid">ParamGrid</a></dt>
<dd>
<div class="block">Returns the name of hyper-parameter by the given index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/paramgrid/ParamGrid.html#getParamRawData--">getParamRawData()</a></span> - Method in class org.apache.ignite.ml.selection.paramgrid.<a href="org/apache/ignite/ml/selection/paramgrid/ParamGrid.html" title="class in org.apache.ignite.ml.selection.paramgrid">ParamGrid</a></dt>
<dd>
<div class="block">Prepare data for hyper-parameter tuning.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/paramgrid/ParamGrid.html#getParamValuesByParamIdx--">getParamValuesByParamIdx()</a></span> - Method in class org.apache.ignite.ml.selection.paramgrid.<a href="org/apache/ignite/ml/selection/paramgrid/ParamGrid.html" title="class in org.apache.ignite.ml.selection.paramgrid">ParamGrid</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcDriver.html#getParentLogger--">getParentLogger()</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="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#getParentLogger--">getParentLogger()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDriver.html#getParentLogger--">getParentLogger()</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="memberNameLink"><a href="org/apache/ignite/ml/inference/ModelDescriptor.html#getParser--">getParser()</a></span> - Method in class org.apache.ignite.ml.inference.<a href="org/apache/ignite/ml/inference/ModelDescriptor.html" title="class in org.apache.ignite.ml.inference">ModelDescriptor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/ScanQuery.html#getPartition--">getPartition()</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/ScanQuery.html" title="class in org.apache.ignite.cache.query">ScanQuery</a></dt>
<dd>
<div class="block">Gets partition number over which this query should iterate.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheGroupMetricsMXBean.html#getPartitionIds--">getPartitionIds()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheGroupMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheGroupMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Local partition ids.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#getPartitionLossPolicy--">getPartitionLossPolicy()</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>
<div class="block">Gets partition loss policy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getPartitionLossPolicy--">getPartitionLossPolicy()</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>
<dd>
<div class="block">Gets partition loss policy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/affinity/rendezvous/RendezvousAffinityFunction.html#getPartitions--">getPartitions()</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 total number of key partitions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SqlFieldsQuery.html#getPartitions--">getPartitions()</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SqlFieldsQuery.html" title="class in org.apache.ignite.cache.query">SqlFieldsQuery</a></dt>
<dd>
<div class="block">Gets partitions for query, in ascending order.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SqlQuery.html#getPartitions--">getPartitions()</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SqlQuery.html" title="class in org.apache.ignite.cache.query">SqlQuery</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets partitions for query, in ascending order.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheGroupMetricsMXBean.html#getPartitions--">getPartitions()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheGroupMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheGroupMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets count of partitions for this cache group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheInterceptorEntry.html#getPartitionUpdateCounter--">getPartitionUpdateCounter()</a></span> - Method in class org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheInterceptorEntry.html" title="class in org.apache.ignite.cache">CacheInterceptorEntry</a></dt>
<dd>
<div class="block">Each cache update increases partition counter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/CacheQueryEntryEvent.html#getPartitionUpdateCounter--">getPartitionUpdateCounter()</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/CacheQueryEntryEvent.html" title="class in org.apache.ignite.cache.query">CacheQueryEntryEvent</a></dt>
<dd>
<div class="block">Each cache update increases partition counter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/datasource/Credentials.html#getPassword--">getPassword()</a></span> - Method in interface org.apache.ignite.cache.store.cassandra.datasource.<a href="org/apache/ignite/cache/store/cassandra/datasource/Credentials.html" title="interface in org.apache.ignite.cache.store.cassandra.datasource">Credentials</a></dt>
<dd>
<div class="block">Returns password</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/datasource/PlainCredentials.html#getPassword--">getPassword()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.datasource.<a href="org/apache/ignite/cache/store/cassandra/datasource/PlainCredentials.html" title="class in org.apache.ignite.cache.store.cassandra.datasource">PlainCredentials</a></dt>
<dd>
<div class="block">Returns password</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#getPassword--">getPassword()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/SecurityCredentials.html#getPassword--">getPassword()</a></span> - Method in class org.apache.ignite.plugin.security.<a href="org/apache/ignite/plugin/security/SecurityCredentials.html" title="class in org.apache.ignite.plugin.security">SecurityCredentials</a></dt>
<dd>
<div class="block">Gets password.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryEntityPatch.html#getPatchOperations--">getPatchOperations()</a></span> - Method in class org.apache.ignite.cache.<a href="org/apache/ignite/cache/QueryEntityPatch.html" title="class in org.apache.ignite.cache">QueryEntityPatch</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/sharedfs/TcpDiscoverySharedFsIpFinder.html#getPath--">getPath()</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.sharedfs.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/sharedfs/TcpDiscoverySharedFsIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.sharedfs">TcpDiscoverySharedFsIpFinder</a></dt>
<dd>
<div class="block">Gets path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getPeerClassLoadingLocalClassPathExclude--">getPeerClassLoadingLocalClassPathExclude()</a></span> - Method 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">Should return list of packages from the system classpath that need to
be peer-to-peer loaded from task originating node.
'*' is supported at the end of the package name which means
that all sub-packages and their classes are included like in Java
package import clause.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getPeerClassLoadingMissedResourcesCacheSize--">getPeerClassLoadingMissedResourcesCacheSize()</a></span> - Method 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">Returns missed resources cache size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getPeerClassLoadingThreadPoolSize--">getPeerClassLoadingThreadPoolSize()</a></span> - Method 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">Size of thread pool which is in charge of peer class loading requests/responses.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#getPendingMessagesDiscarded--">getPendingMessagesDiscarded()</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">Gets pending messages discarded count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html#getPendingMessagesDiscarded--">getPendingMessagesDiscarded()</a></span> - Method in interface org.apache.ignite.spi.discovery.tcp.<a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html" title="interface in org.apache.ignite.spi.discovery.tcp">TcpDiscoverySpiMBean</a></dt>
<dd>
<div class="block">Gets pending messages discarded count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#getPendingMessagesRegistered--">getPendingMessagesRegistered()</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">Gets pending messages registered count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html#getPendingMessagesRegistered--">getPendingMessagesRegistered()</a></span> - Method in interface org.apache.ignite.spi.discovery.tcp.<a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html" title="interface in org.apache.ignite.spi.discovery.tcp">TcpDiscoverySpiMBean</a></dt>
<dd>
<div class="block">Gets pending messages registered count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PersistenceController.html#getPersistenceSettings--">getPersistenceSettings()</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">Returns Ignite cache persistence settings.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/BatchExecutionAssistant.html#getPersistenceSettings--">getPersistenceSettings()</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">Returns Ignite cache key/value persistence settings.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/ExecutionAssistant.html#getPersistenceSettings--">getPersistenceSettings()</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">Persistence settings to use for an operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/transaction/BaseMutation.html#getPersistenceSettings--">getPersistenceSettings()</a></span> - Method in 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">Returns Ignite cache key/value persistence settings.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/transaction/Mutation.html#getPersistenceSettings--">getPersistenceSettings()</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">Returns Ignite cache key/value persistence settings.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getPersistentStoreConfiguration--">getPersistentStoreConfiguration()</a></span> - Method 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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Part of old API. Use <a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration"><code>DataStorageConfiguration</code></a> for configuring persistence instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#getPersistentStorePath--">getPersistentStorePath()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Returns a path the root directory where the Persistent Store will persist data and indexes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/TransactionConfiguration.html#getPessimisticTxLogLinger--">getPessimisticTxLogLinger()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/TransactionConfiguration.html" title="class in org.apache.ignite.configuration">TransactionConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Pessimistic tx log linger property has no effect.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/TransactionConfiguration.html#getPessimisticTxLogSize--">getPessimisticTxLogSize()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/TransactionConfiguration.html" title="class in org.apache.ignite.configuration">TransactionConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Pessimistic tx log size property has no effect.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteClientSpringBean.html#getPhase--">getPhase()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteClientSpringBean.html" title="class in org.apache.ignite">IgniteClientSpringBean</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataRegionMetrics.html#getPhysicalMemoryPages--">getPhysicalMemoryPages()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/DataRegionMetrics.html" title="interface in org.apache.ignite">DataRegionMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets total number of pages currently loaded to the RAM.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataRegionMetricsAdapter.html#getPhysicalMemoryPages--">getPhysicalMemoryPages()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/DataRegionMetricsAdapter.html" title="class in org.apache.ignite">DataRegionMetricsAdapter</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets total number of pages currently loaded to the RAM.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/MemoryMetrics.html#getPhysicalMemoryPages--">getPhysicalMemoryPages()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/MemoryMetrics.html" title="interface in org.apache.ignite">MemoryMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets total number of pages currently loaded to the RAM.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html#getPhysicalMemoryPages--">getPhysicalMemoryPages()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataRegionMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets total number of pages currently loaded to the RAM.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/MemoryMetricsMXBean.html#getPhysicalMemoryPages--">getPhysicalMemoryPages()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/MemoryMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">MemoryMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets total number of pages currently loaded to the RAM.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataRegionMetrics.html#getPhysicalMemorySize--">getPhysicalMemorySize()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/DataRegionMetrics.html" title="interface in org.apache.ignite">DataRegionMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets total size of pages loaded to the RAM.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html#getPhysicalMemorySize--">getPhysicalMemorySize()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataRegionMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets total size of pages loaded to the RAM.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/LUDecomposition.html#getPivot--">getPivot()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/LUDecomposition.html" title="class in org.apache.ignite.ml.math.primitives.matrix">LUDecomposition</a></dt>
<dd>
<div class="block">Returns the pivot permutation vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/MnistUtils.MnistImage.html#getPixels--">getPixels()</a></span> - Method in class org.apache.ignite.ml.util.<a href="org/apache/ignite/ml/util/MnistUtils.MnistImage.html" title="class in org.apache.ignite.ml.util">MnistUtils.MnistImage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getPlatformCacheConfiguration--">getPlatformCacheConfiguration()</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>
<dd>
<div class="block">Gets platform cache configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getPlatformConfiguration--">getPlatformConfiguration()</a></span> - Method 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">Gets platform configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getPluginConfigurations--">getPluginConfigurations()</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>
<dd>
<div class="block">Gets array of cache plugin configurations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getPluginConfigurations--">getPluginConfigurations()</a></span> - Method 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"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getPluginProviders--">getPluginProviders()</a></span> - Method 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">Gets plugin providers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/utils/PointWithDistance.html#getPnt--">getPnt()</a></span> - Method in class org.apache.ignite.ml.knn.utils.<a href="org/apache/ignite/ml/knn/utils/PointWithDistance.html" title="class in org.apache.ignite.ml.knn.utils">PointWithDistance</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/common/PropertyMappingHelper.html#getPojoFieldAccessor-java.lang.Class-java.lang.String-">getPojoFieldAccessor(Class, String)</a></span> - Static method in class org.apache.ignite.cache.store.cassandra.common.<a href="org/apache/ignite/cache/store/cassandra/common/PropertyMappingHelper.html" title="class in org.apache.ignite.cache.store.cassandra.common">PropertyMappingHelper</a></dt>
<dd>
<div class="block">Returns property accessor by class property name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ThreadPoolMXBean.html#getPoolSize--">getPoolSize()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ThreadPoolMXBean.html" title="interface in org.apache.ignite.mxbean">ThreadPoolMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Returns the current number of threads in the pool.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html#getPort--">getPort()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ClientConnectorConfiguration</a></dt>
<dd>
<div class="block">Get port.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ConnectorConfiguration.html#getPort--">getPort()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ConnectorConfiguration</a></dt>
<dd>
<div class="block">Gets port for TCP binary protocol server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/SqlConnectorConfiguration.html#getPort--">getPort()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/SqlConnectorConfiguration.html" title="class in org.apache.ignite.configuration">SqlConnectorConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Get port.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html#getPortRange--">getPortRange()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ClientConnectorConfiguration</a></dt>
<dd>
<div class="block">Get port range.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ConnectorConfiguration.html#getPortRange--">getPortRange()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ConnectorConfiguration</a></dt>
<dd>
<div class="block">Gets number of ports to try if configured port is already in use.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/SqlConnectorConfiguration.html#getPortRange--">getPortRange()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/SqlConnectorConfiguration.html" title="class in org.apache.ignite.configuration">SqlConnectorConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Get port range.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/LabelPair.html#getPrediction--">getPrediction()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.<a href="org/apache/ignite/ml/selection/scoring/LabelPair.html" title="class in org.apache.ignite.ml.selection.scoring">LabelPair</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/ModelsComposition.html#getPredictionsAggregator--">getPredictionsAggregator()</a></span> - Method in class org.apache.ignite.ml.composition.<a href="org/apache/ignite/ml/composition/ModelsComposition.html" title="class in org.apache.ignite.ml.composition">ModelsComposition</a></dt>
<dd>
<div class="block">Returns predictions aggregator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/RandomForestModel.html#getPredictionsAggregator--">getPredictionsAggregator()</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.<a href="org/apache/ignite/ml/tree/randomforest/RandomForestModel.html" title="class in org.apache.ignite.ml.tree.randomforest">RandomForestModel</a></dt>
<dd>
<div class="block">Returns predictions aggregator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/WrappedPreparedStatement.html#getPreparedId--">getPreparedId()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.session.<a href="org/apache/ignite/cache/store/cassandra/session/WrappedPreparedStatement.html" title="class in org.apache.ignite.cache.store.cassandra.session">WrappedPreparedStatement</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/pipeline/PipelineMdl.html#getPreprocessor--">getPreprocessor()</a></span> - Method in class org.apache.ignite.ml.pipeline.<a href="org/apache/ignite/ml/pipeline/PipelineMdl.html" title="class in org.apache.ignite.ml.pipeline">PipelineMdl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/MetricName.html#getPrettyName--">getPrettyName()</a></span> - Method in enum org.apache.ignite.ml.selection.scoring.metric.<a href="org/apache/ignite/ml/selection/scoring/metric/MetricName.html" title="enum in org.apache.ignite.ml.selection.scoring.metric">MetricName</a></dt>
<dd>
<div class="block">Returns pretty name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/KeyPersistenceSettings.html#getPrimaryKeyDDL--">getPrimaryKeyDDL()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/KeyPersistenceSettings.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">KeyPersistenceSettings</a></dt>
<dd>
<div class="block">Returns Cassandra DDL for primary key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html#getPriorityAttributeKey--">getPriorityAttributeKey()</a></span> - Method in class org.apache.ignite.spi.collision.priorityqueue.<a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html" title="class in org.apache.ignite.spi.collision.priorityqueue">PriorityQueueCollisionSpi</a></dt>
<dd>
<div class="block">Gets key name of task priority attribute.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpiMBean.html#getPriorityAttributeKey--">getPriorityAttributeKey()</a></span> - Method in interface org.apache.ignite.spi.collision.priorityqueue.<a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpiMBean.html" title="interface in org.apache.ignite.spi.collision.priorityqueue">PriorityQueueCollisionSpiMBean</a></dt>
<dd>
<div class="block">Gets key name of task priority attribute.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/compound/CompoundNaiveBayesModel.html#getPriorProbabilities--">getPriorProbabilities()</a></span> - Method in class org.apache.ignite.ml.naivebayes.compound.<a href="org/apache/ignite/ml/naivebayes/compound/CompoundNaiveBayesModel.html" title="class in org.apache.ignite.ml.naivebayes.compound">CompoundNaiveBayesModel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/discrete/DiscreteNaiveBayesModel.html#getProbabilities--">getProbabilities()</a></span> - Method in class org.apache.ignite.ml.naivebayes.discrete.<a href="org/apache/ignite/ml/naivebayes/discrete/DiscreteNaiveBayesModel.html" title="class in org.apache.ignite.ml.naivebayes.discrete">DiscreteNaiveBayesModel</a></dt>
<dd>
<div class="block">A getter for probabilities.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#getProcessedMessages--">getProcessedMessages()</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">Gets processed messages counts (grouped by type).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html#getProcessedMessages--">getProcessedMessages()</a></span> - Method in interface org.apache.ignite.spi.discovery.tcp.<a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html" title="interface in org.apache.ignite.spi.discovery.tcp">TcpDiscoverySpiMBean</a></dt>
<dd>
<div class="block">Gets processed messages counts (grouped by type).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/loadbalancing/adaptive/AdaptiveCpuLoadProbe.html#getProcessorCoefficient--">getProcessorCoefficient()</a></span> - Method in 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">Gets coefficient of every CPU processor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/development/utils/IgniteWalConverterArguments.html#getProcessSensitiveData--">getProcessSensitiveData()</a></span> - Method in class org.apache.ignite.development.utils.<a href="org/apache/ignite/development/utils/IgniteWalConverterArguments.html" title="class in org.apache.ignite.development.utils">IgniteWalConverterArguments</a></dt>
<dd>
<div class="block">Strategy for the processing of sensitive data (SHOW, HIDE, HASH, MD5).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ApplicationMaster.html#getProgress--">getProgress()</a></span> - Method in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ApplicationMaster.html" title="class in org.apache.ignite.yarn">ApplicationMaster</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/VectorUtils.html#getProjector-int:A-">getProjector(int[])</a></span> - Static method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/VectorUtils.html" title="class in org.apache.ignite.ml.math.primitives.vector">VectorUtils</a></dt>
<dd>
<div class="block">Get projector from index mapping.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheManager.html#getProperties--">getProperties()</a></span> - Method in class org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheManager.html" title="class in org.apache.ignite.cache">CacheManager</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteReflectionFactory.html#getProperties--">getProperties()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/IgniteReflectionFactory.html" title="class in org.apache.ignite.configuration">IgniteReflectionFactory</a></dt>
<dd>
<div class="block">Gets a map of properties.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetAffinityFunction.html#getProperties--">getProperties()</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">Get properties.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetCacheStoreFactory.html#getProperties--">getProperties()</a></span> - Method in class org.apache.ignite.platform.dotnet.<a href="org/apache/ignite/platform/dotnet/PlatformDotNetCacheStoreFactory.html" title="class in org.apache.ignite.platform.dotnet">PlatformDotNetCacheStoreFactory</a></dt>
<dd>
<div class="block">Get properties.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetLifecycleBean.html#getProperties--">getProperties()</a></span> - Method in class org.apache.ignite.platform.dotnet.<a href="org/apache/ignite/platform/dotnet/PlatformDotNetLifecycleBean.html" title="class in org.apache.ignite.platform.dotnet">PlatformDotNetLifecycleBean</a></dt>
<dd>
<div class="block">Get properties.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcDriver.html#getPropertyInfo-java.lang.String-java.util.Properties-">getPropertyInfo(String, Properties)</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="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDriver.html#getPropertyInfo-java.lang.String-java.util.Properties-">getPropertyInfo(String, Properties)</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="memberNameLink"><a href="org/apache/ignite/ssl/SslContextFactory.html#getProtocol--">getProtocol()</a></span> - Method in class org.apache.ignite.ssl.<a href="org/apache/ignite/ssl/SslContextFactory.html" title="class in org.apache.ignite.ssl">SslContextFactory</a></dt>
<dd>
<div class="block">Gets protocol for secure transport.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ssl/SslContextFactory.html#getProtocols--">getProtocols()</a></span> - Method in class org.apache.ignite.ssl.<a href="org/apache/ignite/ssl/SslContextFactory.html" title="class in org.apache.ignite.ssl">SslContextFactory</a></dt>
<dd>
<div class="block">Gets enabled protocols.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/s3/S3CheckpointSpi.html#getProxyHost--">getProxyHost()</a></span> - Method 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">Gets HTTP proxy host.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/s3/S3CheckpointSpiMBean.html#getProxyHost--">getProxyHost()</a></span> - Method in interface org.apache.ignite.spi.checkpoint.s3.<a href="org/apache/ignite/spi/checkpoint/s3/S3CheckpointSpiMBean.html" title="interface in org.apache.ignite.spi.checkpoint.s3">S3CheckpointSpiMBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/s3/S3CheckpointSpi.html#getProxyPassword--">getProxyPassword()</a></span> - Method 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">Gets HTTP proxy password.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/s3/S3CheckpointSpi.html#getProxyPort--">getProxyPort()</a></span> - Method 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">Gets HTTP proxy port.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/s3/S3CheckpointSpiMBean.html#getProxyPort--">getProxyPort()</a></span> - Method in interface org.apache.ignite.spi.checkpoint.s3.<a href="org/apache/ignite/spi/checkpoint/s3/S3CheckpointSpiMBean.html" title="interface in org.apache.ignite.spi.checkpoint.s3">S3CheckpointSpiMBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/s3/S3CheckpointSpi.html#getProxyUsername--">getProxyUsername()</a></span> - Method 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">Gets HTTP proxy user name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/s3/S3CheckpointSpiMBean.html#getProxyUsername--">getProxyUsername()</a></span> - Method in interface org.apache.ignite.spi.checkpoint.s3.<a href="org/apache/ignite/spi/checkpoint/s3/S3CheckpointSpiMBean.html" title="interface in org.apache.ignite.spi.checkpoint.s3">S3CheckpointSpiMBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getPublicThreadPoolSize--">getPublicThreadPoolSize()</a></span> - Method 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">Should return a thread pool size to be used in grid.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html#getPwd--">getPwd()</a></span> - Method in class org.apache.ignite.spi.checkpoint.jdbc.<a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.jdbc">JdbcCheckpointSpi</a></dt>
<dd>
<div class="block">Gets checkpoint jdbc password.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpiMBean.html#getPwd--">getPwd()</a></span> - Method in interface org.apache.ignite.spi.checkpoint.jdbc.<a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpiMBean.html" title="interface in org.apache.ignite.spi.checkpoint.jdbc">JdbcCheckpointSpiMBean</a></dt>
<dd>
<div class="block">Gets checkpoint jdbc password.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#getQueryDetailMetricsSize--">getQueryDetailMetricsSize()</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getQueryDetailMetricsSize--">getQueryDetailMetricsSize()</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>
<dd>
<div class="block">Gets size of queries detail metrics that will be stored in memory for monitoring purposes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#getQueryEntities--">getQueryEntities()</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getQueryEntities--">getQueryEntities()</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>
<dd>
<div class="block">Gets a collection of configured query entities.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SqlFieldsQuery.html#getQueryInitiatorId--">getQueryInitiatorId()</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SqlFieldsQuery.html" title="class in org.apache.ignite.cache.query">SqlFieldsQuery</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/WrappedPreparedStatement.html#getQueryKeyspace--">getQueryKeyspace()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.session.<a href="org/apache/ignite/cache/store/cassandra/session/WrappedPreparedStatement.html" title="class in org.apache.ignite.cache.store.cassandra.session">WrappedPreparedStatement</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#getQueryParallelism--">getQueryParallelism()</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getQueryParallelism--">getQueryParallelism()</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>
<dd>
<div class="block">Defines a hint to query execution engine on desired degree of parallelism within a single node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/WrappedPreparedStatement.html#getQueryString--">getQueryString()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.session.<a href="org/apache/ignite/cache/store/cassandra/session/WrappedPreparedStatement.html" title="class in org.apache.ignite.cache.store.cassandra.session">WrappedPreparedStatement</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getQueryThreadPoolSize--">getQueryThreadPoolSize()</a></span> - Method 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">Size of thread pool that is in charge of processing query messages.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSemaphore.html#getQueueLength--">getQueueLength()</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 an estimate of the number of nodes waiting to acquire.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ThreadPoolMXBean.html#getQueueSize--">getQueueSize()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ThreadPoolMXBean.html" title="interface in org.apache.ignite.mxbean">ThreadPoolMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets current size of the execution queue.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/eventstorage/memory/MemoryEventStorageSpi.html#getQueueSize--">getQueueSize()</a></span> - Method in class org.apache.ignite.spi.eventstorage.memory.<a href="org/apache/ignite/spi/eventstorage/memory/MemoryEventStorageSpi.html" title="class in org.apache.ignite.spi.eventstorage.memory">MemoryEventStorageSpi</a></dt>
<dd>
<div class="block">Gets current queue size of the event queue.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/eventstorage/memory/MemoryEventStorageSpiMBean.html#getQueueSize--">getQueueSize()</a></span> - Method in interface org.apache.ignite.spi.eventstorage.memory.<a href="org/apache/ignite/spi/eventstorage/memory/MemoryEventStorageSpiMBean.html" title="interface in org.apache.ignite.spi.eventstorage.memory">MemoryEventStorageSpiMBean</a></dt>
<dd>
<div class="block">Gets current queue size of the event queue.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/isolve/lsqr/LSQRResult.html#getR1norm--">getR1norm()</a></span> - Method in class org.apache.ignite.ml.math.isolve.lsqr.<a href="org/apache/ignite/ml/math/isolve/lsqr/LSQRResult.html" title="class in org.apache.ignite.ml.math.isolve.lsqr">LSQRResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/isolve/lsqr/LSQRResult.html#getR2norm--">getR2norm()</a></span> - Method in class org.apache.ignite.ml.math.isolve.lsqr.<a href="org/apache/ignite/ml/math/isolve/lsqr/LSQRResult.html" title="class in org.apache.ignite.ml.math.isolve.lsqr">LSQRResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/MemoryPolicyConfiguration.html#getRateTimeInterval--">getRateTimeInterval()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/MemoryPolicyConfiguration.html" title="class in org.apache.ignite.configuration">MemoryPolicyConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/mxbean/MetricsMxBean.html#configureHitRateMetric-java.lang.String-long-"><code>MetricsMxBean.configureHitRateMetric(String, long)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#getRateTimeInterval--">getRateTimeInterval()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/mxbean/MetricsMxBean.html#configureHitRateMetric-java.lang.String-long-"><code>MetricsMxBean.configureHitRateMetric(String, long)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/recommendation/ObjectSubjectRatingTriplet.html#getRating--">getRating()</a></span> - Method in class org.apache.ignite.ml.recommendation.<a href="org/apache/ignite/ml/recommendation/ObjectSubjectRatingTriplet.html" title="class in org.apache.ignite.ml.recommendation">ObjectSubjectRatingTriplet</a></dt>
<dd>
<div class="block">Returns rating.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#getRaw-int-">getRaw(int)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Gets the value at specified index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#getRaw-int-">getRaw(int)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Gets the value at specified index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/DenseVectorStorage.html#getRaw-int-">getRaw(int)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/DenseVectorStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">DenseVectorStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/SparseVectorStorage.html#getRaw-int-">getRaw(int)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/SparseVectorStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">SparseVectorStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorizedViewMatrixStorage.html#getRaw-int-">getRaw(int)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorizedViewMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">VectorizedViewMatrixStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorViewStorage.html#getRaw-int-">getRaw(int)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorViewStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">VectorViewStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.Element.html#getRaw--">getRaw()</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.Element.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector.Element</a></dt>
<dd>
<div class="block">Gets element's value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html#getRaw-int-">getRaw(int)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a></dt>
<dd>
<div class="block">Gets the value at specified index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/VectorStorage.html#getRaw-int-">getRaw(int)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/VectorStorage.html" title="interface in org.apache.ignite.ml.math.primitives.vector">VectorStorage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/DatasetRow.html#getRaw-int-">getRaw(int)</a></span> - Method in class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/DatasetRow.html" title="class in org.apache.ignite.ml.structures">DatasetRow</a></dt>
<dd>
<div class="block">Gets the value at specified index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#getRawX-int-">getRawX(int)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Gets the value at specified index without checking for index boundaries.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#getRawX-int-">getRawX(int)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Gets the value at specified index without checking for index boundaries.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html#getRawX-int-">getRawX(int)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a></dt>
<dd>
<div class="block">Gets the value at specified index without checking for index boundaries.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/ModelDescriptor.html#getReader--">getReader()</a></span> - Method in class org.apache.ignite.ml.inference.<a href="org/apache/ignite/ml/inference/ModelDescriptor.html" title="class in org.apache.ignite.ml.inference">ModelDescriptor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#getRebalanceBatchesPrefetchCount--">getRebalanceBatchesPrefetchCount()</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>
<div class="block">To gain better rebalancing performance supplier node can provide more than one batch at rebalancing start and
provide one new to each next demand request.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getRebalanceBatchesPrefetchCount--">getRebalanceBatchesPrefetchCount()</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>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/IgniteConfiguration.html#getRebalanceBatchesPrefetchCount--"><code>IgniteConfiguration.getRebalanceBatchesPrefetchCount()</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getRebalanceBatchesPrefetchCount--">getRebalanceBatchesPrefetchCount()</a></span> - Method 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">The number of batches generated by supply node at rebalancing procedure start.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#getRebalanceBatchSize--">getRebalanceBatchSize()</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>
<div class="block">Gets size (in number bytes) to be loaded within a single rebalance message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getRebalanceBatchSize--">getRebalanceBatchSize()</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>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/IgniteConfiguration.html#getRebalanceBatchSize--"><code>IgniteConfiguration.getRebalanceBatchSize()</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getRebalanceBatchSize--">getRebalanceBatchSize()</a></span> - Method 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">The supply message size in bytes to be loaded within a single rebalance batch.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getRebalanceClearingPartitionsLeft--">getRebalanceClearingPartitionsLeft()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getRebalanceClearingPartitionsLeft--">getRebalanceClearingPartitionsLeft()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#getRebalanceDelay--">getRebalanceDelay()</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>
<div class="block">Gets delay in milliseconds upon a node joining or leaving topology (or crash) after which rebalancing
should be started automatically.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getRebalanceDelay--">getRebalanceDelay()</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>
<dd>
<div class="block">Gets delay in milliseconds upon a node joining or leaving topology (or crash) after which rebalancing
should be started automatically.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getRebalancedKeys--">getRebalancedKeys()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getRebalancedKeys--">getRebalancedKeys()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#getRebalanceMode--">getRebalanceMode()</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>
<div class="block">Gets rebalance mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getRebalanceMode--">getRebalanceMode()</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>
<dd>
<div class="block">Gets rebalance mode for distributed cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#getRebalanceOrder--">getRebalanceOrder()</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>
<div class="block">Gets cache rebalance order.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getRebalanceOrder--">getRebalanceOrder()</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>
<dd>
<div class="block">Gets cache rebalance order.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getRebalanceThreadPoolSize--">getRebalanceThreadPoolSize()</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>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getRebalanceThreadPoolSize--">getRebalanceThreadPoolSize()</a></span> - Method 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">Gets Max count of threads can be used at rebalancing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#getRebalanceThrottle--">getRebalanceThrottle()</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>
<div class="block">Time in milliseconds to wait between rebalance messages to avoid overloading of CPU or network.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getRebalanceThrottle--">getRebalanceThrottle()</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>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/IgniteConfiguration.html#getRebalanceThrottle--"><code>IgniteConfiguration.getRebalanceThrottle()</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getRebalanceThrottle--">getRebalanceThrottle()</a></span> - Method 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">Time in milliseconds to wait between rebalance messages to avoid overloading of CPU or network.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#getRebalanceTimeout--">getRebalanceTimeout()</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>
<div class="block">Gets rebalance timeout (ms).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getRebalanceTimeout--">getRebalanceTimeout()</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>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/IgniteConfiguration.html#getRebalanceTimeout--"><code>IgniteConfiguration.getRebalanceTimeout()</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getRebalanceTimeout--">getRebalanceTimeout()</a></span> - Method 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">Rebalance timeout for supply and demand messages in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getRebalancingBytesRate--">getRebalancingBytesRate()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getRebalancingBytesRate--">getRebalancingBytesRate()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getRebalancingKeysRate--">getRebalancingKeysRate()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getRebalancingKeysRate--">getRebalancingKeysRate()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getRebalancingPartitionsCount--">getRebalancingPartitionsCount()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getRebalancingPartitionsCount--">getRebalancingPartitionsCount()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getRebalancingStartTime--">getRebalancingStartTime()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getRebalancingStartTime--">getRebalancingStartTime()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConfiguration.html#getReceiveBufferSize--">getReceiveBufferSize()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration">ClientConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ConnectorConfiguration.html#getReceiveBufferSize--">getReceiveBufferSize()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ConnectorConfiguration</a></dt>
<dd>
<div class="block">Gets REST TCP server receive buffer size in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterMetrics.html#getReceivedBytesCount--">getReceivedBytesCount()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterMetrics.html" title="interface in org.apache.ignite.cluster">ClusterMetrics</a></dt>
<dd>
<div class="block">Gets received bytes count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getReceivedBytesCount--">getReceivedBytesCount()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Gets received bytes count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/CommunicationSpi.html#getReceivedBytesCount--">getReceivedBytesCount()</a></span> - Method in interface org.apache.ignite.spi.communication.<a href="org/apache/ignite/spi/communication/CommunicationSpi.html" title="interface in org.apache.ignite.spi.communication">CommunicationSpi</a></dt>
<dd>
<div class="block">Gets received bytes count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#getReceivedBytesCount--">getReceivedBytesCount()</a></span> - Method 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">Gets received bytes count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html#getReceivedBytesCount--">getReceivedBytesCount()</a></span> - Method in interface org.apache.ignite.spi.communication.tcp.<a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html" title="interface in org.apache.ignite.spi.communication.tcp">TcpCommunicationSpiMBean</a></dt>
<dd>
<div class="block">Gets received bytes count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#getReceivedMessages--">getReceivedMessages()</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">Gets received messages counts (grouped by type).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html#getReceivedMessages--">getReceivedMessages()</a></span> - Method in interface org.apache.ignite.spi.discovery.tcp.<a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html" title="interface in org.apache.ignite.spi.discovery.tcp">TcpDiscoverySpiMBean</a></dt>
<dd>
<div class="block">Gets received messages counts (grouped by type).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#getReceivedMessagesByNode--">getReceivedMessagesByNode()</a></span> - Method 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">Gets received messages counts (grouped by node).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html#getReceivedMessagesByNode--">getReceivedMessagesByNode()</a></span> - Method in interface org.apache.ignite.spi.communication.tcp.<a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html" title="interface in org.apache.ignite.spi.communication.tcp">TcpCommunicationSpiMBean</a></dt>
<dd>
<div class="block">Gets received messages counts (grouped by node).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#getReceivedMessagesByType--">getReceivedMessagesByType()</a></span> - Method 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">Gets received messages counts (grouped by type).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html#getReceivedMessagesByType--">getReceivedMessagesByType()</a></span> - Method in interface org.apache.ignite.spi.communication.tcp.<a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html" title="interface in org.apache.ignite.spi.communication.tcp">TcpCommunicationSpiMBean</a></dt>
<dd>
<div class="block">Gets received messages counts (grouped by type).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterMetrics.html#getReceivedMessagesCount--">getReceivedMessagesCount()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterMetrics.html" title="interface in org.apache.ignite.cluster">ClusterMetrics</a></dt>
<dd>
<div class="block">Gets received messages count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getReceivedMessagesCount--">getReceivedMessagesCount()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Gets received messages count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/CommunicationSpi.html#getReceivedMessagesCount--">getReceivedMessagesCount()</a></span> - Method in interface org.apache.ignite.spi.communication.<a href="org/apache/ignite/spi/communication/CommunicationSpi.html" title="interface in org.apache.ignite.spi.communication">CommunicationSpi</a></dt>
<dd>
<div class="block">Gets received messages count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#getReceivedMessagesCount--">getReceivedMessagesCount()</a></span> - Method 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">Gets received messages count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html#getReceivedMessagesCount--">getReceivedMessagesCount()</a></span> - Method in interface org.apache.ignite.spi.communication.tcp.<a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html" title="interface in org.apache.ignite.spi.communication.tcp">TcpCommunicationSpiMBean</a></dt>
<dd>
<div class="block">Gets received messages count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html#getReconnectCount--">getReconnectCount()</a></span> - Method in interface org.apache.ignite.spi.communication.tcp.<a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html" title="interface in org.apache.ignite.spi.communication.tcp">TcpCommunicationSpiMBean</a></dt>
<dd>
<div class="block">Gets maximum number of reconnect attempts used when establishing connection
with remote nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#getReconnectCount--">getReconnectCount()</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">Gets number of connection attempts.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html#getReconnectCount--">getReconnectCount()</a></span> - Method in interface org.apache.ignite.spi.discovery.tcp.<a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html" title="interface in org.apache.ignite.spi.discovery.tcp">TcpDiscoverySpiMBean</a></dt>
<dd>
<div class="block">Gets number of connection attempts.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#getReconnectDelay--">getReconnectDelay()</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">Gets the amount of time in milliseconds that node waits before retrying to (re)connect to the cluster.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConfiguration.html#getReconnectThrottlingPeriod--">getReconnectThrottlingPeriod()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration">ClientConfiguration</a></dt>
<dd>
<div class="block">Gets reconnect throttling period.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConfiguration.html#getReconnectThrottlingRetries--">getReconnectThrottlingRetries()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration">ClientConfiguration</a></dt>
<dd>
<div class="block">Gets reconnect throttling retries.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/development/utils/IgniteWalConverterArguments.html#getRecordContainsText--">getRecordContainsText()</a></span> - Method in class org.apache.ignite.development.utils.<a href="org/apache/ignite/development/utils/IgniteWalConverterArguments.html" title="class in org.apache.ignite.development.utils">IgniteWalConverterArguments</a></dt>
<dd>
<div class="block">Filter by substring in the WAL record.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/development/utils/IgniteWalConverterArguments.html#getRecordTypes--">getRecordTypes()</a></span> - Method in class org.apache.ignite.development.utils.<a href="org/apache/ignite/development/utils/IgniteWalConverterArguments.html" title="class in org.apache.ignite.development.utils">IgniteWalConverterArguments</a></dt>
<dd>
<div class="block">WAL record types (TX_RECORD, DATA_RECORD, etc).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/EncryptionConfiguration.html#getReencryptionBatchSize--">getReencryptionBatchSize()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/EncryptionConfiguration.html" title="class in org.apache.ignite.configuration">EncryptionConfiguration</a></dt>
<dd>
<div class="block">Gets the number of pages that is scanned during re-encryption under checkpoint lock.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/EncryptionConfiguration.html#getReencryptionRateLimit--">getReencryptionRateLimit()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/EncryptionConfiguration.html" title="class in org.apache.ignite.configuration">EncryptionConfiguration</a></dt>
<dd>
<div class="block">Gets re-encryption rate limit.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/cloud/TcpDiscoveryCloudIpFinder.html#getRegisteredAddresses--">getRegisteredAddresses()</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.cloud.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/cloud/TcpDiscoveryCloudIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.cloud">TcpDiscoveryCloudIpFinder</a></dt>
<dd>
<div class="block">Gets all addresses registered in this finder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/elb/TcpDiscoveryAlbIpFinder.html#getRegisteredAddresses--">getRegisteredAddresses()</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.elb.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/elb/TcpDiscoveryAlbIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.elb">TcpDiscoveryAlbIpFinder</a></dt>
<dd>
<div class="block">Gets all addresses registered in this finder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/elb/TcpDiscoveryElbIpFinder.html#getRegisteredAddresses--">getRegisteredAddresses()</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.elb.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/elb/TcpDiscoveryElbIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.elb">TcpDiscoveryElbIpFinder</a></dt>
<dd>
<div class="block">Gets all addresses registered in this finder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/gce/TcpDiscoveryGoogleStorageIpFinder.html#getRegisteredAddresses--">getRegisteredAddresses()</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.gce.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/gce/TcpDiscoveryGoogleStorageIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.gce">TcpDiscoveryGoogleStorageIpFinder</a></dt>
<dd>
<div class="block">Gets all addresses registered in this finder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/jdbc/TcpDiscoveryJdbcIpFinder.html#getRegisteredAddresses--">getRegisteredAddresses()</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.jdbc.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/jdbc/TcpDiscoveryJdbcIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.jdbc">TcpDiscoveryJdbcIpFinder</a></dt>
<dd>
<div class="block">Gets all addresses registered in this finder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/kubernetes/TcpDiscoveryKubernetesIpFinder.html#getRegisteredAddresses--">getRegisteredAddresses()</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.kubernetes.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/kubernetes/TcpDiscoveryKubernetesIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.kubernetes">TcpDiscoveryKubernetesIpFinder</a></dt>
<dd>
<div class="block">Gets all addresses registered in this finder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/multicast/TcpDiscoveryMulticastIpFinder.html#getRegisteredAddresses--">getRegisteredAddresses()</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.multicast.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/multicast/TcpDiscoveryMulticastIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.multicast">TcpDiscoveryMulticastIpFinder</a></dt>
<dd>
<div class="block">Gets all addresses registered in this finder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/TcpDiscoveryS3IpFinder.html#getRegisteredAddresses--">getRegisteredAddresses()</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.s3.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/TcpDiscoveryS3IpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.s3">TcpDiscoveryS3IpFinder</a></dt>
<dd>
<div class="block">Gets all addresses registered in this finder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/sharedfs/TcpDiscoverySharedFsIpFinder.html#getRegisteredAddresses--">getRegisteredAddresses()</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.sharedfs.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/sharedfs/TcpDiscoverySharedFsIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.sharedfs">TcpDiscoverySharedFsIpFinder</a></dt>
<dd>
<div class="block">Gets all addresses registered in this finder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/TcpDiscoveryIpFinder.html#getRegisteredAddresses--">getRegisteredAddresses()</a></span> - Method in interface org.apache.ignite.spi.discovery.tcp.ipfinder.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/TcpDiscoveryIpFinder.html" title="interface in org.apache.ignite.spi.discovery.tcp.ipfinder">TcpDiscoveryIpFinder</a></dt>
<dd>
<div class="block">Gets all addresses registered in this finder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/vm/TcpDiscoveryVmIpFinder.html#getRegisteredAddresses--">getRegisteredAddresses()</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.vm.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/vm/TcpDiscoveryVmIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.vm">TcpDiscoveryVmIpFinder</a></dt>
<dd>
<div class="block">Gets all addresses registered in this finder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/zk/TcpDiscoveryZookeeperIpFinder.html#getRegisteredAddresses--">getRegisteredAddresses()</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.zk.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/zk/TcpDiscoveryZookeeperIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.zk">TcpDiscoveryZookeeperIpFinder</a></dt>
<dd>
<div class="block">Gets all addresses registered in this finder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ThreadPoolMXBean.html#getRejectedExecutionHandlerClass--">getRejectedExecutionHandlerClass()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ThreadPoolMXBean.html" title="interface in org.apache.ignite.mxbean">ThreadPoolMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">The class name of the handler for tasks that cannot be executed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/ContinuousQuery.html#getRemoteFilter--">getRemoteFilter()</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/ContinuousQuery.html" title="class in org.apache.ignite.cache.query">ContinuousQuery</a></dt>
<dd>
<div class="block">Gets remote filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/AbstractContinuousQuery.html#getRemoteFilterFactory--">getRemoteFilterFactory()</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/AbstractContinuousQuery.html" title="class in org.apache.ignite.cache.query">AbstractContinuousQuery</a></dt>
<dd>
<div class="block">Gets remote filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoverySpi.html#getRemoteNodes--">getRemoteNodes()</a></span> - Method in interface org.apache.ignite.spi.discovery.<a href="org/apache/ignite/spi/discovery/DiscoverySpi.html" title="interface in org.apache.ignite.spi.discovery">DiscoverySpi</a></dt>
<dd>
<div class="block">Gets collection of remote nodes in grid or empty collection if no remote nodes found.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/isolated/IsolatedDiscoverySpi.html#getRemoteNodes--">getRemoteNodes()</a></span> - Method in class org.apache.ignite.spi.discovery.isolated.<a href="org/apache/ignite/spi/discovery/isolated/IsolatedDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.isolated">IsolatedDiscoverySpi</a></dt>
<dd>
<div class="block">Gets collection of remote nodes in grid or empty collection if no remote nodes found.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#getRemoteNodes--">getRemoteNodes()</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">Gets collection of remote nodes in grid or empty collection if no remote nodes found.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html#getRemoteNodes--">getRemoteNodes()</a></span> - Method in class org.apache.ignite.spi.discovery.zk.<a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.zk">ZookeeperDiscoverySpi</a></dt>
<dd>
<div class="block">Gets collection of remote nodes in grid or empty collection if no remote nodes found.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/ContinuousQueryWithTransformer.html#getRemoteTransformerFactory--">getRemoteTransformerFactory()</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/ContinuousQueryWithTransformer.html" title="class in org.apache.ignite.cache.query">ContinuousQueryWithTransformer</a></dt>
<dd>
<div class="block">Gets remote transformer factory</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/CacheConsistencyViolationEvent.html#getRepairedEntries--">getRepairedEntries()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/CacheConsistencyViolationEvent.html" title="class in org.apache.ignite.events">CacheConsistencyViolationEvent</a></dt>
<dd>
<div class="block">Returns a collection of repaired entries.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/deployment/DeploymentResource.html#getResourceClass--">getResourceClass()</a></span> - Method in interface org.apache.ignite.spi.deployment.<a href="org/apache/ignite/spi/deployment/DeploymentResource.html" title="interface in org.apache.ignite.spi.deployment">DeploymentResource</a></dt>
<dd>
<div class="block">Gets resource class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/deployment/DeploymentResourceAdapter.html#getResourceClass--">getResourceClass()</a></span> - Method in class org.apache.ignite.spi.deployment.<a href="org/apache/ignite/spi/deployment/DeploymentResourceAdapter.html" title="class in org.apache.ignite.spi.deployment">DeploymentResourceAdapter</a></dt>
<dd>
<div class="block">Gets resource class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/multicast/TcpDiscoveryMulticastIpFinder.html#getResponseWaitTime--">getResponseWaitTime()</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.multicast.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/multicast/TcpDiscoveryMulticastIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.multicast">TcpDiscoveryMulticastIpFinder</a></dt>
<dd>
<div class="block">Gets time in milliseconds IP finder waits for reply to
multicast address request.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConfiguration.html#getRetryLimit--">getRetryLimit()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration">ClientConfiguration</a></dt>
<dd>
<div class="block">Get retry limit.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/WrappedPreparedStatement.html#getRetryPolicy--">getRetryPolicy()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.session.<a href="org/apache/ignite/cache/store/cassandra/session/WrappedPreparedStatement.html" title="class in org.apache.ignite.cache.store.cassandra.session">WrappedPreparedStatement</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/zk/TcpDiscoveryZookeeperIpFinder.html#getRetryPolicy--">getRetryPolicy()</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.zk.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/zk/TcpDiscoveryZookeeperIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.zk">TcpDiscoveryZookeeperIpFinder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/impurity/gini/GiniImpurityMeasure.html#getRight--">getRight()</a></span> - Method in class org.apache.ignite.ml.tree.impurity.gini.<a href="org/apache/ignite/ml/tree/impurity/gini/GiniImpurityMeasure.html" title="class in org.apache.ignite.ml.tree.impurity.gini">GiniImpurityMeasure</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/TreeNode.html#getRight--">getRight()</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.<a href="org/apache/ignite/ml/tree/randomforest/data/TreeNode.html" title="class in org.apache.ignite.ml.tree.randomforest.data">TreeNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/impurity/mse/MSEImpurityMeasure.html#getRightCnt--">getRightCnt()</a></span> - Method in class org.apache.ignite.ml.tree.impurity.mse.<a href="org/apache/ignite/ml/tree/impurity/mse/MSEImpurityMeasure.html" title="class in org.apache.ignite.ml.tree.impurity.mse">MSEImpurityMeasure</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/impurity/mse/MSEImpurityMeasure.html#getRightY--">getRightY()</a></span> - Method in class org.apache.ignite.ml.tree.impurity.mse.<a href="org/apache/ignite/ml/tree/impurity/mse/MSEImpurityMeasure.html" title="class in org.apache.ignite.ml.tree.impurity.mse">MSEImpurityMeasure</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/impurity/mse/MSEImpurityMeasure.html#getRightY2--">getRightY2()</a></span> - Method in class org.apache.ignite.ml.tree.impurity.mse.<a href="org/apache/ignite/ml/tree/impurity/mse/MSEImpurityMeasure.html" title="class in org.apache.ignite.ml.tree.impurity.mse">MSEImpurityMeasure</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/IgniteFramework.html#getRole--">getRole()</a></span> - Method in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/IgniteFramework.html" title="class in org.apache.ignite.mesos">IgniteFramework</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/DecisionTreeModel.html#getRootNode--">getRootNode()</a></span> - Method in class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/DecisionTreeModel.html" title="class in org.apache.ignite.ml.tree">DecisionTreeModel</a></dt>
<dd>
<div class="block">Returns the root node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/RandomForestTreeModel.html#getRootNode--">getRootNode()</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.<a href="org/apache/ignite/ml/tree/randomforest/data/RandomForestTreeModel.html" title="class in org.apache.ignite.ml.tree.randomforest.data">RandomForestTreeModel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/WrappedPreparedStatement.html#getRoutingKey--">getRoutingKey()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.session.<a href="org/apache/ignite/cache/store/cassandra/session/WrappedPreparedStatement.html" title="class in org.apache.ignite.cache.store.cassandra.session">WrappedPreparedStatement</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/impl/bootstrapping/BootstrappedDatasetPartition.html#getRow-int-">getRow(int)</a></span> - Method in class org.apache.ignite.ml.dataset.impl.bootstrapping.<a href="org/apache/ignite/ml/dataset/impl/bootstrapping/BootstrappedDatasetPartition.html" title="class in org.apache.ignite.ml.dataset.impl.bootstrapping">BootstrappedDatasetPartition</a></dt>
<dd>
<div class="block">Returns vector from dataset in according to row id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#getRow-int-">getRow(int)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>
<div class="block">Get a specific row from matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html#getRow-int-">getRow(int)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">Matrix</a></dt>
<dd>
<div class="block">Get a specific row from matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/Dataset.html#getRow-int-">getRow(int)</a></span> - Method in class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/Dataset.html" title="class in org.apache.ignite.ml.structures">Dataset</a></dt>
<dd>
<div class="block">Retrieves Labeled Vector by given index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/primitive/data/SimpleDatasetData.html#getRows--">getRows()</a></span> - Method in class org.apache.ignite.ml.dataset.primitive.data.<a href="org/apache/ignite/ml/dataset/primitive/data/SimpleDatasetData.html" title="class in org.apache.ignite.ml.dataset.primitive.data">SimpleDatasetData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/primitive/data/SimpleLabeledDatasetData.html#getRows--">getRows()</a></span> - Method in class org.apache.ignite.ml.dataset.primitive.data.<a href="org/apache/ignite/ml/dataset/primitive/data/SimpleLabeledDatasetData.html" title="class in org.apache.ignite.ml.dataset.primitive.data">SimpleLabeledDatasetData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/recommendation/util/MatrixFactorizationGradient.html#getRows--">getRows()</a></span> - Method in class org.apache.ignite.ml.recommendation.util.<a href="org/apache/ignite/ml/recommendation/util/MatrixFactorizationGradient.html" title="class in org.apache.ignite.ml.recommendation.util">MatrixFactorizationGradient</a></dt>
<dd>
<div class="block">Returns number of rows the gradient calculated on.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/impl/bootstrapping/BootstrappedDatasetPartition.html#getRowsCount--">getRowsCount()</a></span> - Method in class org.apache.ignite.ml.dataset.impl.bootstrapping.<a href="org/apache/ignite/ml/dataset/impl/bootstrapping/BootstrappedDatasetPartition.html" title="class in org.apache.ignite.ml.dataset.impl.bootstrapping">BootstrappedDatasetPartition</a></dt>
<dd>
<div class="block">Returns rows count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/RegressionMetricStatsAggregator.html#getRss--">getRss()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.evaluator.aggregator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/RegressionMetricStatsAggregator.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator.aggregator">RegressionMetricStatsAggregator</a></dt>
<dd>
<div class="block">Returns RSS.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgHeaderContext.html#getRuleIndex--">getRuleIndex()</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgHeaderContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgHeaderContext</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgLeafContext.html#getRuleIndex--">getRuleIndex()</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgLeafContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgLeafContext</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgModelContext.html#getRuleIndex--">getRuleIndex()</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgModelContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgModelContext</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgNodeContext.html#getRuleIndex--">getRuleIndex()</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgNodeContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgNodeContext</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgTreeContext.html#getRuleIndex--">getRuleIndex()</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgTreeContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgTreeContext</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgValueContext.html#getRuleIndex--">getRuleIndex()</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgValueContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgValueContext</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html#getRuleNames--">getRuleNames()</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelLexer</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#getRuleNames--">getRuleNames()</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/paramgrid/RandomStrategy.html#getSatisfactoryFitness--">getSatisfactoryFitness()</a></span> - Method in class org.apache.ignite.ml.selection.paramgrid.<a href="org/apache/ignite/ml/selection/paramgrid/RandomStrategy.html" title="class in org.apache.ignite.ml.selection.paramgrid">RandomStrategy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/deployment/uri/UriDeploymentSpi.html#getScanners--">getScanners()</a></span> - Method in class org.apache.ignite.spi.deployment.uri.<a href="org/apache/ignite/spi/deployment/uri/UriDeploymentSpi.html" title="class in org.apache.ignite.spi.deployment.uri">UriDeploymentSpi</a></dt>
<dd>
<div class="block">Gets scanners.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SqlFieldsQuery.html#getSchema--">getSchema()</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SqlFieldsQuery.html" title="class in org.apache.ignite.cache.query">SqlFieldsQuery</a></dt>
<dd>
<div class="block">Get schema for the query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#getSchema--">getSchema()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/ModelSignature.html#getSchema--">getSchema()</a></span> - Method in class org.apache.ignite.ml.inference.<a href="org/apache/ignite/ml/inference/ModelSignature.html" title="class in org.apache.ignite.ml.inference">ModelSignature</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/cv/CrossValidationResult.html#getScoringBoard--">getScoringBoard()</a></span> - Method in class org.apache.ignite.ml.selection.cv.<a href="org/apache/ignite/ml/selection/cv/CrossValidationResult.html" title="class in org.apache.ignite.ml.selection.cv">CrossValidationResult</a></dt>
<dd>
<div class="block">Gets the Scoring Board.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/cv/CrossValidationResult.html#getScoringBoardWithAverages--">getScoringBoardWithAverages()</a></span> - Method in class org.apache.ignite.ml.selection.cv.<a href="org/apache/ignite/ml/selection/cv/CrossValidationResult.html" title="class in org.apache.ignite.ml.selection.cv">CrossValidationResult</a></dt>
<dd>
<div class="block">Gets the Scoring Board with averaged score.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/context/BinaryClassificationEvaluationContext.html#getSecondClsLbl--">getSecondClsLbl()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.evaluator.context.<a href="org/apache/ignite/ml/selection/scoring/evaluator/context/BinaryClassificationEvaluationContext.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator.context">BinaryClassificationEvaluationContext</a></dt>
<dd>
<div class="block">Returns second class label.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/s3/S3CheckpointSpi.html#getSecretAccessKey--">getSecretAccessKey()</a></span> - Method 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">Gets S3 secret key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ConnectorConfiguration.html#getSecretKey--">getSecretKey()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ConnectorConfiguration</a></dt>
<dd>
<div class="block">Gets secret key to authenticate REST requests.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/MLPTrainer.html#getSeed--">getSeed()</a></span> - Method in class org.apache.ignite.ml.nn.<a href="org/apache/ignite/ml/nn/MLPTrainer.html" title="class in org.apache.ignite.ml.nn">MLPTrainer</a></dt>
<dd>
<div class="block">Get the multilayer perceptron model initializer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/linear/LinearRegressionSGDTrainer.html#getSeed--">getSeed()</a></span> - Method in class org.apache.ignite.ml.regressions.linear.<a href="org/apache/ignite/ml/regressions/linear/LinearRegressionSGDTrainer.html" title="class in org.apache.ignite.ml.regressions.linear">LinearRegressionSGDTrainer</a></dt>
<dd>
<div class="block">Get the seed for random generator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionSGDTrainer.html#getSeed--">getSeed()</a></span> - Method in class org.apache.ignite.ml.regressions.logistic.<a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionSGDTrainer.html" title="class in org.apache.ignite.ml.regressions.logistic">LogisticRegressionSGDTrainer</a></dt>
<dd>
<div class="block">Get the seed for random generator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/paramgrid/EvolutionOptimizationStrategy.html#getSeed--">getSeed()</a></span> - Method in class org.apache.ignite.ml.selection.paramgrid.<a href="org/apache/ignite/ml/selection/paramgrid/EvolutionOptimizationStrategy.html" title="class in org.apache.ignite.ml.selection.paramgrid">EvolutionOptimizationStrategy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/paramgrid/RandomStrategy.html#getSeed--">getSeed()</a></span> - Method in class org.apache.ignite.ml.selection.paramgrid.<a href="org/apache/ignite/ml/selection/paramgrid/RandomStrategy.html" title="class in org.apache.ignite.ml.selection.paramgrid">RandomStrategy</a></dt>
<dd>
<div class="block">Returns the seed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/svm/SVMLinearClassificationTrainer.html#getSeed--">getSeed()</a></span> - Method in class org.apache.ignite.ml.svm.<a href="org/apache/ignite/ml/svm/SVMLinearClassificationTrainer.html" title="class in org.apache.ignite.ml.svm">SVMLinearClassificationTrainer</a></dt>
<dd>
<div class="block">Get the seed number.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getSegmentationPolicy--">getSegmentationPolicy()</a></span> - Method 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">Returns segmentation policy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getSegmentationResolveAttempts--">getSegmentationResolveAttempts()</a></span> - Method 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">Gets segmentation resolve attempts.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getSegmentationResolvers--">getSegmentationResolvers()</a></span> - Method 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">Returns a collection of segmentation resolvers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getSegmentCheckFrequency--">getSegmentCheckFrequency()</a></span> - Method 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">Returns frequency of network segment check by discovery manager.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/paramgrid/EvolutionOptimizationStrategy.html#getSelectionStgy--">getSelectionStgy()</a></span> - Method in class org.apache.ignite.ml.selection.paramgrid.<a href="org/apache/ignite/ml/selection/paramgrid/EvolutionOptimizationStrategy.html" title="class in org.apache.ignite.ml.selection.paramgrid">EvolutionOptimizationStrategy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html#getSelectorCount--">getSelectorCount()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ClientConnectorConfiguration</a></dt>
<dd>
<div class="block">Get count of selectors to use in TCP server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ConnectorConfiguration.html#getSelectorCount--">getSelectorCount()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ConnectorConfiguration</a></dt>
<dd>
<div class="block">Gets number of selector threads in REST TCP server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html#getSelectorsCount--">getSelectorsCount()</a></span> - Method in interface org.apache.ignite.spi.communication.tcp.<a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html" title="interface in org.apache.ignite.spi.communication.tcp">TcpCommunicationSpiMBean</a></dt>
<dd>
<div class="block">Gets count of selectors used in TCP server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html#getSelectorSpins--">getSelectorSpins()</a></span> - Method in interface org.apache.ignite.spi.communication.tcp.<a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html" title="interface in org.apache.ignite.spi.communication.tcp">TcpCommunicationSpiMBean</a></dt>
<dd>
<div class="block">Defines how many non-blocking <code>selector.selectNow()</code> should be made before
falling into <code>selector.select(long)</code> in NIO server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConfiguration.html#getSendBufferSize--">getSendBufferSize()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration">ClientConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ConnectorConfiguration.html#getSendBufferSize--">getSendBufferSize()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ConnectorConfiguration</a></dt>
<dd>
<div class="block">Gets REST TCP server send buffer size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ConnectorConfiguration.html#getSendQueueLimit--">getSendQueueLimit()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ConnectorConfiguration</a></dt>
<dd>
<div class="block">Gets REST TCP server send queue limit.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterMetrics.html#getSentBytesCount--">getSentBytesCount()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterMetrics.html" title="interface in org.apache.ignite.cluster">ClusterMetrics</a></dt>
<dd>
<div class="block">Gets sent bytes count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getSentBytesCount--">getSentBytesCount()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Gets sent bytes count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/CommunicationSpi.html#getSentBytesCount--">getSentBytesCount()</a></span> - Method in interface org.apache.ignite.spi.communication.<a href="org/apache/ignite/spi/communication/CommunicationSpi.html" title="interface in org.apache.ignite.spi.communication">CommunicationSpi</a></dt>
<dd>
<div class="block">Gets sent bytes count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#getSentBytesCount--">getSentBytesCount()</a></span> - Method 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">Gets sent bytes count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html#getSentBytesCount--">getSentBytesCount()</a></span> - Method in interface org.apache.ignite.spi.communication.tcp.<a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html" title="interface in org.apache.ignite.spi.communication.tcp">TcpCommunicationSpiMBean</a></dt>
<dd>
<div class="block">Gets sent bytes count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#getSentMessagesByNode--">getSentMessagesByNode()</a></span> - Method 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">Gets sent messages counts (grouped by node).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html#getSentMessagesByNode--">getSentMessagesByNode()</a></span> - Method in interface org.apache.ignite.spi.communication.tcp.<a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html" title="interface in org.apache.ignite.spi.communication.tcp">TcpCommunicationSpiMBean</a></dt>
<dd>
<div class="block">Gets sent messages counts (grouped by node).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#getSentMessagesByType--">getSentMessagesByType()</a></span> - Method 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">Gets sent messages counts (grouped by type).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html#getSentMessagesByType--">getSentMessagesByType()</a></span> - Method in interface org.apache.ignite.spi.communication.tcp.<a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html" title="interface in org.apache.ignite.spi.communication.tcp">TcpCommunicationSpiMBean</a></dt>
<dd>
<div class="block">Gets sent messages counts (grouped by type).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterMetrics.html#getSentMessagesCount--">getSentMessagesCount()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterMetrics.html" title="interface in org.apache.ignite.cluster">ClusterMetrics</a></dt>
<dd>
<div class="block">Gets sent messages count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getSentMessagesCount--">getSentMessagesCount()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Gets sent messages count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/CommunicationSpi.html#getSentMessagesCount--">getSentMessagesCount()</a></span> - Method in interface org.apache.ignite.spi.communication.<a href="org/apache/ignite/spi/communication/CommunicationSpi.html" title="interface in org.apache.ignite.spi.communication">CommunicationSpi</a></dt>
<dd>
<div class="block">Gets sent messages count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#getSentMessagesCount--">getSentMessagesCount()</a></span> - Method 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">Gets sent messages count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html#getSentMessagesCount--">getSentMessagesCount()</a></span> - Method in interface org.apache.ignite.spi.communication.tcp.<a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html" title="interface in org.apache.ignite.spi.communication.tcp">TcpCommunicationSpiMBean</a></dt>
<dd>
<div class="block">Gets sent messages count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/WrappedPreparedStatement.html#getSerialConsistencyLevel--">getSerialConsistencyLevel()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.session.<a href="org/apache/ignite/cache/store/cassandra/session/WrappedPreparedStatement.html" title="class in org.apache.ignite.cache.store.cassandra.session">WrappedPreparedStatement</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html#getSerializedATN--">getSerializedATN()</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelLexer</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#getSerializedATN--">getSerializedATN()</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryTypeConfiguration.html#getSerializer--">getSerializer()</a></span> - Method in 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">Gets serializer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PersistenceSettings.html#getSerializer--">getSerializer()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/PersistenceSettings.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">PersistenceSettings</a></dt>
<dd>
<div class="block">Returns serializer to be used for BLOBs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/BinaryConfiguration.html#getSerializer--">getSerializer()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/BinaryConfiguration.html" title="class in org.apache.ignite.configuration">BinaryConfiguration</a></dt>
<dd>
<div class="block">Gets serializer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryTypeConfiguration.html#getSerializer--">getSerializer()</a></span> - Method in class org.apache.ignite.platform.dotnet.<a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryTypeConfiguration.html" title="class in org.apache.ignite.platform.dotnet">PlatformDotNetBinaryTypeConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/services/ServiceConfiguration.html#getService--">getService()</a></span> - Method 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">Gets service instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getServiceConfiguration--">getServiceConfiguration()</a></span> - Method 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">Gets configurations for services to be deployed on the grid.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/kubernetes/configuration/KubernetesConnectionConfiguration.html#getServiceName--">getServiceName()</a></span> - Method in class org.apache.ignite.kubernetes.configuration.<a href="org/apache/ignite/kubernetes/configuration/KubernetesConnectionConfiguration.html" title="class in org.apache.ignite.kubernetes.configuration">KubernetesConnectionConfiguration</a></dt>
<dd>
<div class="block">Get Kubernetes service name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/zk/TcpDiscoveryZookeeperIpFinder.html#getServiceName--">getServiceName()</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.zk.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/zk/TcpDiscoveryZookeeperIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.zk">TcpDiscoveryZookeeperIpFinder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getServiceThreadPoolSize--">getServiceThreadPoolSize()</a></span> - Method 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">Should return a thread pool size to be used in grid.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html#getSessionTimeout--">getSessionTimeout()</a></span> - Method in class org.apache.ignite.spi.discovery.zk.<a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.zk">ZookeeperDiscoverySpi</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/paramgrid/ParamGrid.html#getSetterByIndex-int-">getSetterByIndex(int)</a></span> - Method in class org.apache.ignite.ml.selection.paramgrid.<a href="org/apache/ignite/ml/selection/paramgrid/ParamGrid.html" title="class in org.apache.ignite.ml.selection.paramgrid">ParamGrid</a></dt>
<dd>
<div class="block">Returns setter for parameter with the given index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html#getSharedMemoryPort--">getSharedMemoryPort()</a></span> - Method in interface org.apache.ignite.spi.communication.tcp.<a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html" title="interface in org.apache.ignite.spi.communication.tcp">TcpCommunicationSpiMBean</a></dt>
<dd>
<div class="block">Gets local port for shared memory communication.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getShutdownPolicy--">getShutdownPolicy()</a></span> - Method 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">Gets shutdown policy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/standardscaling/StandardScalerPreprocessor.html#getSigmas--">getSigmas()</a></span> - Method in class org.apache.ignite.ml.preprocessing.standardscaling.<a href="org/apache/ignite/ml/preprocessing/standardscaling/StandardScalerPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.standardscaling">StandardScalerPreprocessor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/ModelDescriptor.html#getSignature--">getSignature()</a></span> - Method in class org.apache.ignite.ml.inference.<a href="org/apache/ignite/ml/inference/ModelDescriptor.html" title="class in org.apache.ignite.ml.inference">ModelDescriptor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/EvaluationResult.html#getSingle--">getSingle()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.evaluator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/EvaluationResult.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator">EvaluationResult</a></dt>
<dd>
<div class="block">Returns any computed metric value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/stream/StreamAdapter.html#getSingleTupleExtractor--">getSingleTupleExtractor()</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>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getSize--">getSize()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Can overflow. Use <a href="org/apache/ignite/cache/CacheMetrics.html#getCacheSize--"><code>CacheMetrics.getCacheSize()</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ExecutorConfiguration.html#getSize--">getSize()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ExecutorConfiguration.html" title="class in org.apache.ignite.configuration">ExecutorConfiguration</a></dt>
<dd>
<div class="block">Get thread pool size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getSize--">getSize()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets number of non-<code>null</code> values in the cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/common/RandomSleeper.html#getSleepSummary--">getSleepSummary()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.common.<a href="org/apache/ignite/cache/store/cassandra/common/RandomSleeper.html" title="class in org.apache.ignite.cache.store.cassandra.common">RandomSleeper</a></dt>
<dd>
<div class="block">Returns summary sleep time.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html#getSlowClientQueueLimit--">getSlowClientQueueLimit()</a></span> - Method in interface org.apache.ignite.spi.communication.tcp.<a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html" title="interface in org.apache.ignite.spi.communication.tcp">TcpCommunicationSpiMBean</a></dt>
<dd>
<div class="block">Gets slow client queue limit.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getSnapshotPath--">getSnapshotPath()</a></span> - Method 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>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#getSocketReceiveBuffer--">getSocketReceiveBuffer()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html#getSocketReceiveBuffer--">getSocketReceiveBuffer()</a></span> - Method in interface org.apache.ignite.spi.communication.tcp.<a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html" title="interface in org.apache.ignite.spi.communication.tcp">TcpCommunicationSpiMBean</a></dt>
<dd>
<div class="block">Gets receive buffer size for sockets created or accepted by this SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html#getSocketReceiveBufferSize--">getSocketReceiveBufferSize()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ClientConnectorConfiguration</a></dt>
<dd>
<div class="block">Gets socket receive buffer size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/OdbcConfiguration.html#getSocketReceiveBufferSize--">getSocketReceiveBufferSize()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/OdbcConfiguration.html" title="class in org.apache.ignite.configuration">OdbcConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets socket receive buffer size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/SqlConnectorConfiguration.html#getSocketReceiveBufferSize--">getSocketReceiveBufferSize()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/SqlConnectorConfiguration.html" title="class in org.apache.ignite.configuration">SqlConnectorConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets socket receive buffer size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#getSocketSendBuffer--">getSocketSendBuffer()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html#getSocketSendBuffer--">getSocketSendBuffer()</a></span> - Method in interface org.apache.ignite.spi.communication.tcp.<a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html" title="interface in org.apache.ignite.spi.communication.tcp">TcpCommunicationSpiMBean</a></dt>
<dd>
<div class="block">Gets send buffer size for sockets created or accepted by this SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html#getSocketSendBufferSize--">getSocketSendBufferSize()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ClientConnectorConfiguration</a></dt>
<dd>
<div class="block">Gets socket send buffer size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/OdbcConfiguration.html#getSocketSendBufferSize--">getSocketSendBufferSize()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/OdbcConfiguration.html" title="class in org.apache.ignite.configuration">OdbcConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets socket send buffer size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/SqlConnectorConfiguration.html#getSocketSendBufferSize--">getSocketSendBufferSize()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/SqlConnectorConfiguration.html" title="class in org.apache.ignite.configuration">SqlConnectorConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets socket send buffer size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#getSocketTimeout--">getSocketTimeout()</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">Gets socket timeout.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html#getSocketTimeout--">getSocketTimeout()</a></span> - Method in interface org.apache.ignite.spi.discovery.tcp.<a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html" title="interface in org.apache.ignite.spi.discovery.tcp">TcpDiscoverySpiMBean</a></dt>
<dd>
<div class="block">Gets socket timeout.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html#getSocketWriteTimeout--">getSocketWriteTimeout()</a></span> - Method in interface org.apache.ignite.spi.communication.tcp.<a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html" title="interface in org.apache.ignite.spi.communication.tcp">TcpCommunicationSpiMBean</a></dt>
<dd>
<div class="block">Gets socket write timeout for TCP connections.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#getSoLinger--">getSoLinger()</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">Gets SO_LINGER timeout for socket.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PojoKeyField.html#getSortOrder--">getSortOrder()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/PojoKeyField.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">PojoKeyField</a></dt>
<dd>
<div class="block">Returns sort order for the field.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoveryNotification.html#getSpanContainer--">getSpanContainer()</a></span> - Method in class org.apache.ignite.spi.discovery.<a href="org/apache/ignite/spi/discovery/DiscoveryNotification.html" title="class in org.apache.ignite.spi.discovery">DiscoveryNotification</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataStorageMetrics.html#getSparseStorageSize--">getSparseStorageSize()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/DataStorageMetrics.html" title="interface in org.apache.ignite">DataStorageMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Storage space allocated adjusted for possible sparsity in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheGroupMetricsMXBean.html#getSparseStorageSize--">getSparseStorageSize()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheGroupMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheGroupMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Storage space allocated for group adjusted for possible sparsity, in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html#getSparseStorageSize--">getSparseStorageSize()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataStorageMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Storage space allocated adjusted for possible sparsity in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#getSpiContext--">getSpiContext()</a></span> - Method 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">Gets SPI context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#getSpiContext--">getSpiContext()</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">Gets SPI context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiAdapter.html#getSpiContext--">getSpiContext()</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">Gets SPI context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoverySpiMBean.html#getSpiState--">getSpiState()</a></span> - Method in interface org.apache.ignite.spi.discovery.<a href="org/apache/ignite/spi/discovery/DiscoverySpiMBean.html" title="interface in org.apache.ignite.spi.discovery">DiscoverySpiMBean</a></dt>
<dd>
<div class="block">Gets current SPI state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#getSpiState--">getSpiState()</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">Gets current SPI state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html#getSpiState--">getSpiState()</a></span> - Method in interface org.apache.ignite.spi.discovery.tcp.<a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html" title="interface in org.apache.ignite.spi.discovery.tcp">TcpDiscoverySpiMBean</a></dt>
<dd>
<div class="block">Gets current SPI state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SqlFieldsQuery.html#getSql--">getSql()</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SqlFieldsQuery.html" title="class in org.apache.ignite.cache.query">SqlFieldsQuery</a></dt>
<dd>
<div class="block">Gets SQL clause.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SqlQuery.html#getSql--">getSql()</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SqlQuery.html" title="class in org.apache.ignite.cache.query">SqlQuery</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets SQL clause.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getSqlConfiguration--">getSqlConfiguration()</a></span> - Method 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">Gets Configuration of the SQL subsystem.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getSqlConnectorConfiguration--">getSqlConnectorConfiguration()</a></span> - Method 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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/IgniteConfiguration.html#getClientConnectorConfiguration--"><code>IgniteConfiguration.getClientConnectorConfiguration()</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getSqlFunctionClasses--">getSqlFunctionClasses()</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>
<dd>
<div class="block">Gets classes with methods annotated by <a href="org/apache/ignite/cache/query/annotations/QuerySqlFunction.html" title="annotation in org.apache.ignite.cache.query.annotations"><code>QuerySqlFunction</code></a>
to be used as user-defined functions from SQL queries.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#getSqlIndexMaxInlineSize--">getSqlIndexMaxInlineSize()</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getSqlIndexMaxInlineSize--">getSqlIndexMaxInlineSize()</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>
<dd>
<div class="block">Gets maximum inline size for sql indexes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getSqlOnheapCacheMaxSize--">getSqlOnheapCacheMaxSize()</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>
<dd>
<div class="block">Gets maximum SQL on-heap cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getSqlQueryHistorySize--">getSqlQueryHistorySize()</a></span> - Method 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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/SqlConfiguration.html#setSqlQueryHistorySize-int-"><code>SqlConfiguration.setSqlQueryHistorySize(int)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/SqlConfiguration.html#getSqlQueryHistorySize--">getSqlQueryHistorySize()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/SqlConfiguration.html" title="class in org.apache.ignite.configuration">SqlConfiguration</a></dt>
<dd>
<div class="block">Number of SQL query history elements to keep in memory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#getSqlSchema--">getSqlSchema()</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getSqlSchema--">getSqlSchema()</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>
<dd>
<div class="block">Gets custom name of the sql schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getSqlSchemas--">getSqlSchemas()</a></span> - Method 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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/SqlConfiguration.html#getSqlSchemas--"><code>SqlConfiguration.getSqlSchemas()</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/SqlConfiguration.html#getSqlSchemas--">getSqlSchemas()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/SqlConfiguration.html" title="class in org.apache.ignite.configuration">SqlConfiguration</a></dt>
<dd>
<div class="block">Gets SQL schemas to be created on node startup.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/s3/S3CheckpointSpi.html#getSSEAlgorithm--">getSSEAlgorithm()</a></span> - Method 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">Gets S3 server-side encryption algorithm.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/s3/S3CheckpointSpiMBean.html#getSSEAlgorithm--">getSSEAlgorithm()</a></span> - Method in interface org.apache.ignite.spi.checkpoint.s3.<a href="org/apache/ignite/spi/checkpoint/s3/S3CheckpointSpiMBean.html" title="interface in org.apache.ignite.spi.checkpoint.s3">S3CheckpointSpiMBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConfiguration.html#getSslClientCertificateKeyStorePassword--">getSslClientCertificateKeyStorePassword()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration">ClientConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#getSslClientCertificateKeyStorePassword--">getSslClientCertificateKeyStorePassword()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dd>
<div class="block">Gets key store password.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConfiguration.html#getSslClientCertificateKeyStorePath--">getSslClientCertificateKeyStorePath()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration">ClientConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConfiguration.html#getSslClientCertificateKeyStoreType--">getSslClientCertificateKeyStoreType()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration">ClientConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#getSslClientCertificateKeyStoreType--">getSslClientCertificateKeyStoreType()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dd>
<div class="block">Gets key store type used for context creation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#getSslClientCertificateKeyStoreUrl--">getSslClientCertificateKeyStoreUrl()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dd>
<div class="block">Gets the key store URL.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConfiguration.html#getSslContextFactory--">getSslContextFactory()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration">ClientConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html#getSslContextFactory--">getSslContextFactory()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ClientConnectorConfiguration</a></dt>
<dd>
<div class="block">Returns SSL context factory that will be used for creating a secure socket layer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ConnectorConfiguration.html#getSslContextFactory--">getSslContextFactory()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ConnectorConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/ConnectorConfiguration.html#getSslFactory--"><code>ConnectorConfiguration.getSslFactory()</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getSslContextFactory--">getSslContextFactory()</a></span> - Method 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">Returns SSL context factory that will be used for creating a secure socket layer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ConnectorConfiguration.html#getSslFactory--">getSslFactory()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ConnectorConfiguration</a></dt>
<dd>
<div class="block">Gets context factory that will be used for creating a secure socket layer of rest binary server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#getSslFactory--">getSslFactory()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dd>
<div class="block">Gets the class name of the custom implementation of the Factory<span class='angle_bracket'>&lt;</span>SSLSocketFactory<span class='angle_bracket'>&gt;</span>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConfiguration.html#getSslKeyAlgorithm--">getSslKeyAlgorithm()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration">ClientConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#getSslKeyAlgorithm--">getSslKeyAlgorithm()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dd>
<div class="block">Gets algorithm that will be used to create a key manager.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConfiguration.html#getSslMode--">getSslMode()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration">ClientConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#getSslMode--">getSslMode()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dd>
<div class="block">Gets SSL connection mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConfiguration.html#getSslProtocol--">getSslProtocol()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration">ClientConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#getSslProtocol--">getSslProtocol()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dd>
<div class="block">Gets protocol for secure transport.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConfiguration.html#getSslTrustCertificateKeyStorePassword--">getSslTrustCertificateKeyStorePassword()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration">ClientConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#getSslTrustCertificateKeyStorePassword--">getSslTrustCertificateKeyStorePassword()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dd>
<div class="block">Gets trust store password.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConfiguration.html#getSslTrustCertificateKeyStorePath--">getSslTrustCertificateKeyStorePath()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration">ClientConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConfiguration.html#getSslTrustCertificateKeyStoreType--">getSslTrustCertificateKeyStoreType()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration">ClientConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#getSslTrustCertificateKeyStoreType--">getSslTrustCertificateKeyStoreType()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dd>
<div class="block">Gets trust store type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#getSslTrustCertificateKeyStoreUrl--">getSslTrustCertificateKeyStoreUrl()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dd>
<div class="block">Gets the trust store URL.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterMetrics.html#getStartTime--">getStartTime()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterMetrics.html" title="interface in org.apache.ignite.cluster">ClusterMetrics</a></dt>
<dd>
<div class="block">Returns the start time of the JVM in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeTaskSession.html#getStartTime--">getStartTime()</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">Gets start of computation time for the task.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getStartTime--">getStartTime()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Returns the start time of the JVM in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#getStartTimestamp--">getStartTimestamp()</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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Check the <a href="org/apache/ignite/spi/metric/ReadOnlyMetricRegistry.html" title="interface in org.apache.ignite.spi.metric"><code>ReadOnlyMetricRegistry</code></a> with "name=ignite.startTimestamp" instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiManagementMBean.html#getStartTimestamp--">getStartTimestamp()</a></span> - Method in interface org.apache.ignite.spi.<a href="org/apache/ignite/spi/IgniteSpiManagementMBean.html" title="interface in org.apache.ignite.spi">IgniteSpiManagementMBean</a></dt>
<dd>
<div class="block">Get start timestamp of this SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiMBeanAdapter.html#getStartTimestamp--">getStartTimestamp()</a></span> - Method in class org.apache.ignite.spi.<a href="org/apache/ignite/spi/IgniteSpiMBeanAdapter.html" title="class in org.apache.ignite.spi">IgniteSpiMBeanAdapter</a></dt>
<dd>
<div class="block">Get start timestamp of this SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#getStartTimestampFormatted--">getStartTimestampFormatted()</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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Check the <a href="org/apache/ignite/spi/metric/ReadOnlyMetricRegistry.html" title="interface in org.apache.ignite.spi.metric"><code>ReadOnlyMetricRegistry</code></a> with "name=ignite.startTimestampFormatted" instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiManagementMBean.html#getStartTimestampFormatted--">getStartTimestampFormatted()</a></span> - Method in interface org.apache.ignite.spi.<a href="org/apache/ignite/spi/IgniteSpiManagementMBean.html" title="interface in org.apache.ignite.spi">IgniteSpiManagementMBean</a></dt>
<dd>
<div class="block">Gets string presentation of the start timestamp.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiMBeanAdapter.html#getStartTimestampFormatted--">getStartTimestampFormatted()</a></span> - Method in class org.apache.ignite.spi.<a href="org/apache/ignite/spi/IgniteSpiMBeanAdapter.html" title="class in org.apache.ignite.spi">IgniteSpiMBeanAdapter</a></dt>
<dd>
<div class="block">Gets string presentation of the start timestamp.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html#getStarvationIncrement--">getStarvationIncrement()</a></span> - Method in class org.apache.ignite.spi.collision.priorityqueue.<a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html" title="class in org.apache.ignite.spi.collision.priorityqueue">PriorityQueueCollisionSpi</a></dt>
<dd>
<div class="block">Gets value to increment job priority by every time a lower priority job gets
behind a higher priority job.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpiMBean.html#getStarvationIncrement--">getStarvationIncrement()</a></span> - Method in interface org.apache.ignite.spi.collision.priorityqueue.<a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpiMBean.html" title="interface in org.apache.ignite.spi.collision.priorityqueue">PriorityQueueCollisionSpiMBean</a></dt>
<dd>
<div class="block">Gets value to increment job priority by every time a lower priority job gets
behind a higher priority job.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgnitionMXBean.html#getState--">getState()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/IgnitionMXBean.html" title="interface in org.apache.ignite.mxbean">IgnitionMXBean</a></dt>
<dd>
<div class="block">Gets state of default grid instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgnitionMXBean.html#getState-java.lang.String-">getState(String)</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/IgnitionMXBean.html" title="interface in org.apache.ignite.mxbean">IgnitionMXBean</a></dt>
<dd>
<div class="block">Gets state for a given grid instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/BatchExecutionAssistant.html#getStatement--">getStatement()</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">Returns unbind CLQ statement for to be executed inside batch operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/BatchLoaderAssistant.html#getStatement--">getStatement()</a></span> - Method in interface org.apache.ignite.cache.store.cassandra.session.<a href="org/apache/ignite/cache/store/cassandra/session/BatchLoaderAssistant.html" title="interface in org.apache.ignite.cache.store.cassandra.session">BatchLoaderAssistant</a></dt>
<dd>
<div class="block">Returns CQL statement to use in batch load operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/ExecutionAssistant.html#getStatement--">getStatement()</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">Returns CQL statement to be used for an operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/transaction/DeleteMutation.html#getStatement--">getStatement()</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">Returns unbind CLQ statement for to be executed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/transaction/Mutation.html#getStatement--">getStatement()</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">Returns unbind CLQ statement for to be executed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/transaction/WriteMutation.html#getStatement--">getStatement()</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">Returns unbind CLQ statement for to be executed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#getStatisticsPrintFrequency--">getStatisticsPrintFrequency()</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">Gets statistics print frequency.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html#getStatisticsPrintFrequency--">getStatisticsPrintFrequency()</a></span> - Method in interface org.apache.ignite.spi.discovery.tcp.<a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html" title="interface in org.apache.ignite.spi.discovery.tcp">TcpDiscoverySpiMBean</a></dt>
<dd>
<div class="block">Gets statistics print frequency.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpi.html#getStealingAttributes--">getStealingAttributes()</a></span> - Method 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"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpi.html#setStealingAttributes-java.util.Map-"><code>JobStealingCollisionSpi.setStealingAttributes(Map)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpiMBean.html#getStealingAttributes--">getStealingAttributes()</a></span> - Method in interface org.apache.ignite.spi.collision.jobstealing.<a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpiMBean.html" title="interface in org.apache.ignite.spi.collision.jobstealing">JobStealingCollisionSpiMBean</a></dt>
<dd>
<div class="block">Configuration parameter to enable stealing to/from only nodes that
have these attributes set (see <a href="org/apache/ignite/cluster/ClusterNode.html#attribute-java.lang.String-"><code>ClusterNode.attribute(String)</code></a> and
<a href="org/apache/ignite/configuration/IgniteConfiguration.html#getUserAttributes--"><code>IgniteConfiguration.getUserAttributes()</code></a> methods).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#getStorage--">getStorage()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>
<div class="block">Gets matrix storage model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html#getStorage--">getStorage()</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">Matrix</a></dt>
<dd>
<div class="block">Gets matrix storage model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#getStorage--">getStorage()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Gets vector storage model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#getStorage--">getStorage()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Gets vector storage model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html#getStorage--">getStorage()</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a></dt>
<dd>
<div class="block">Gets vector storage model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#getStoragePath--">getStoragePath()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Returns a path the root directory where the Persistent Store will persist data and indexes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataStorageMetrics.html#getStorageSize--">getStorageSize()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/DataStorageMetrics.html" title="interface in org.apache.ignite">DataStorageMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Storage space allocated in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheGroupMetricsMXBean.html#getStorageSize--">getStorageSize()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheGroupMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheGroupMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Storage space allocated for group, in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html#getStorageSize--">getStorageSize()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataStorageMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Storage space allocated in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getStoreConcurrentLoadAllThreshold--">getStoreConcurrentLoadAllThreshold()</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>
<dd>
<div class="block">Gets the threshold used in cases when values for multiple keys are being loaded from an underlying
<a href="org/apache/ignite/cache/store/CacheStore.html" title="interface in org.apache.ignite.cache.store"><code>CacheStore</code></a> in parallel.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PersistenceSettings.html#getStrategy--">getStrategy()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/PersistenceSettings.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">PersistenceSettings</a></dt>
<dd>
<div class="block">Returns persistence strategy to use.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/stream/StreamAdapter.html#getStreamer--">getStreamer()</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>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#getString-java.lang.String-">getString(String)</a></span> - Static method in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Gets either system property or environment variable with given name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#getString-java.lang.String-java.lang.String-">getString(String, String)</a></span> - Static method in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Gets either system property or environment variable with given name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getStripedPoolSize--">getStripedPoolSize()</a></span> - Method 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">Returns striped pool size that should be used for cache requests
processing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/StripedExecutorMXBean.html#getStripesActiveStatuses--">getStripesActiveStatuses()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/StripedExecutorMXBean.html" title="interface in org.apache.ignite.mxbean">StripedExecutorMXBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/StripedExecutorMXBean.html#getStripesCompletedTasksCounts--">getStripesCompletedTasksCounts()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/StripedExecutorMXBean.html" title="interface in org.apache.ignite.mxbean">StripedExecutorMXBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/StripedExecutorMXBean.html#getStripesCount--">getStripesCount()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/StripedExecutorMXBean.html" title="interface in org.apache.ignite.mxbean">StripedExecutorMXBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/StripedExecutorMXBean.html#getStripesQueueSizes--">getStripesQueueSizes()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/StripedExecutorMXBean.html" title="interface in org.apache.ignite.mxbean">StripedExecutorMXBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/MemoryPolicyConfiguration.html#getSubIntervals--">getSubIntervals()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/MemoryPolicyConfiguration.html" title="class in org.apache.ignite.configuration">MemoryPolicyConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/mxbean/MetricsMxBean.html#configureHitRateMetric-java.lang.String-long-"><code>MetricsMxBean.configureHitRateMetric(String, long)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#getSubIntervals--">getSubIntervals()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/mxbean/MetricsMxBean.html#configureHitRateMetric-java.lang.String-long-"><code>MetricsMxBean.configureHitRateMetric(String, long)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/recommendation/ObjectSubjectPair.html#getSubj--">getSubj()</a></span> - Method in class org.apache.ignite.ml.recommendation.<a href="org/apache/ignite/ml/recommendation/ObjectSubjectPair.html" title="class in org.apache.ignite.ml.recommendation">ObjectSubjectPair</a></dt>
<dd>
<div class="block">Returns subject of recommendation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/recommendation/util/RecommendationDatasetData.html#getSubjects--">getSubjects()</a></span> - Method in class org.apache.ignite.ml.recommendation.util.<a href="org/apache/ignite/ml/recommendation/util/RecommendationDatasetData.html" title="class in org.apache.ignite.ml.recommendation.util">RecommendationDatasetData</a></dt>
<dd>
<div class="block">Returns set of subjects contained in <a href="org/apache/ignite/ml/recommendation/util/RecommendationDatasetData.html#ratings"><code>RecommendationDatasetData.ratings</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/recommendation/util/MatrixFactorizationGradient.html#getSubjGrad--">getSubjGrad()</a></span> - Method in class org.apache.ignite.ml.recommendation.util.<a href="org/apache/ignite/ml/recommendation/util/MatrixFactorizationGradient.html" title="class in org.apache.ignite.ml.recommendation.util">MatrixFactorizationGradient</a></dt>
<dd>
<div class="block">Returns gradient of subject of recommendation function (unmodifiable).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/recommendation/RecommendationModel.html#getSubjMatrix--">getSubjMatrix()</a></span> - Method in class org.apache.ignite.ml.recommendation.<a href="org/apache/ignite/ml/recommendation/RecommendationModel.html" title="class in org.apache.ignite.ml.recommendation">RecommendationModel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/statistics/MeanValueStatistic.html#getSumOfValues--">getSumOfValues()</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.statistics.<a href="org/apache/ignite/ml/tree/randomforest/data/statistics/MeanValueStatistic.html" title="class in org.apache.ignite.ml.tree.randomforest.data.statistics">MeanValueStatistic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/discrete/DiscreteNaiveBayesModel.html#getSumsHolder--">getSumsHolder()</a></span> - Method in class org.apache.ignite.ml.naivebayes.discrete.<a href="org/apache/ignite/ml/naivebayes/discrete/DiscreteNaiveBayesModel.html" title="class in org.apache.ignite.ml.naivebayes.discrete">DiscreteNaiveBayesModel</a></dt>
<dd>
<div class="block">A getter for sumsHolder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/gaussian/GaussianNaiveBayesModel.html#getSumsHolder--">getSumsHolder()</a></span> - Method in class org.apache.ignite.ml.naivebayes.gaussian.<a href="org/apache/ignite/ml/naivebayes/gaussian/GaussianNaiveBayesModel.html" title="class in org.apache.ignite.ml.naivebayes.gaussian">GaussianNaiveBayesModel</a></dt>
<dd>
<div class="block">A getter for sumsHolder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/MemoryPolicyConfiguration.html#getSwapFilePath--">getSwapFilePath()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/MemoryPolicyConfiguration.html" title="class in org.apache.ignite.configuration">MemoryPolicyConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">A path to the memory-mapped files the memory region defined by this memory policy will be mapped to.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/MemoryMetricsMXBean.html#getSwapFilePath--">getSwapFilePath()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/MemoryMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">MemoryMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">A path to the memory-mapped files the memory region defined by <a href="org/apache/ignite/configuration/MemoryPolicyConfiguration.html" title="class in org.apache.ignite.configuration"><code>MemoryPolicyConfiguration</code></a> will be
mapped to.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataRegionConfiguration.html#getSwapPath--">getSwapPath()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataRegionConfiguration.html" title="class in org.apache.ignite.configuration">DataRegionConfiguration</a></dt>
<dd>
<div class="block">A path to the memory-mapped files the memory region defined by this data region will be mapped to.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html#getSwapPath--">getSwapPath()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataRegionMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">A path to the memory-mapped files the memory region defined by <a href="org/apache/ignite/configuration/DataRegionConfiguration.html" title="class in org.apache.ignite.configuration"><code>DataRegionConfiguration</code></a> will be
mapped to.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/IgniteModelStorageUtil.html#getSyncModel-org.apache.ignite.Ignite-java.lang.String-org.apache.ignite.ml.inference.builder.SyncModelBuilder-">getSyncModel(Ignite, String, SyncModelBuilder)</a></span> - Static method in class org.apache.ignite.ml.inference.<a href="org/apache/ignite/ml/inference/IgniteModelStorageUtil.html" title="class in org.apache.ignite.ml.inference">IgniteModelStorageUtil</a></dt>
<dd>
<div class="block">Retrieves Ignite model by name using synchronous model builder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/MemoryConfiguration.html#getSystemCacheInitialSize--">getSystemCacheInitialSize()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/MemoryConfiguration.html" title="class in org.apache.ignite.configuration">MemoryConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Initial size of a memory region reserved for system cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/MemoryConfiguration.html#getSystemCacheMaxSize--">getSystemCacheMaxSize()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/MemoryConfiguration.html" title="class in org.apache.ignite.configuration">MemoryConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Maximum memory region size reserved for system cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#getSystemRegionInitialSize--">getSystemRegionInitialSize()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Initial size of a data region reserved for system cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#getSystemRegionMaxSize--">getSystemRegionMaxSize()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Maximum data region size reserved for system cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getSystemThreadPoolSize--">getSystemThreadPoolSize()</a></span> - Method 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">Size of thread pool that is in charge of processing internal system messages.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getSystemViewExporterSpi--">getSystemViewExporterSpi()</a></span> - Method 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">Gets fully configured system view SPI implementations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getSystemWorkerBlockedTimeout--">getSystemWorkerBlockedTimeout()</a></span> - Method 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">Returns maximum inactivity period for system worker.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/FailureHandlingMxBean.html#getSystemWorkerBlockedTimeout--">getSystemWorkerBlockedTimeout()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/FailureHandlingMxBean.html" title="interface in org.apache.ignite.mxbean">FailureHandlingMxBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/KeyValuePersistenceSettings.html#getTable--">getTable()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/KeyValuePersistenceSettings.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">KeyValuePersistenceSettings</a></dt>
<dd>
<div class="block">Returns Cassandra table to use.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/BatchExecutionAssistant.html#getTable--">getTable()</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">Cassandra table to use for an operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/ExecutionAssistant.html#getTable--">getTable()</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">Cassandra table to use for an operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/transaction/BaseMutation.html#getTable--">getTable()</a></span> - Method in 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">Cassandra table to use for an operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/transaction/Mutation.html#getTable--">getTable()</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">Cassandra table to use for an operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/KeyValuePersistenceSettings.html#getTableColumns--">getTableColumns()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/KeyValuePersistenceSettings.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">KeyValuePersistenceSettings</a></dt>
<dd>
<div class="block">Returns column names for Cassandra table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PersistenceSettings.html#getTableColumns--">getTableColumns()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/PersistenceSettings.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">PersistenceSettings</a></dt>
<dd>
<div class="block">Returns set of database column names, used to persist field values</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PersistenceSettings.html#getTableColumnsDDL--">getTableColumnsDDL()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/PersistenceSettings.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">PersistenceSettings</a></dt>
<dd>
<div class="block">Returns Cassandra table columns DDL, corresponding to POJO fields which should be persisted.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PersistenceSettings.html#getTableColumnsDDL-java.util.Set-">getTableColumnsDDL(Set<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/PersistenceSettings.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">PersistenceSettings</a></dt>
<dd>
<div class="block">Returns Cassandra table columns DDL, corresponding to POJO fields which should be persisted.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/KeyValuePersistenceSettings.html#getTableDDLStatement-java.lang.String-">getTableDDLStatement(String)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/KeyValuePersistenceSettings.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">KeyValuePersistenceSettings</a></dt>
<dd>
<div class="block">Returns DDL statement to create Cassandra table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryEntity.html#getTableName--">getTableName()</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">Gets table name for this query entity.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteClusterMXBean.html#getTag--">getTag()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/IgniteClusterMXBean.html" title="interface in org.apache.ignite.mxbean">IgniteClusterMXBean</a></dt>
<dd>
<div class="block">Gets current cluster tag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/aop/GridifyArgumentAdapter.html#getTarget--">getTarget()</a></span> - Method in class org.apache.ignite.compute.gridify.aop.<a href="org/apache/ignite/compute/gridify/aop/GridifyArgumentAdapter.html" title="class in org.apache.ignite.compute.gridify.aop">GridifyArgumentAdapter</a></dt>
<dd>
<div class="block">Gets target object for method execution.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/GridifyArgument.html#getTarget--">getTarget()</a></span> - Method in interface org.apache.ignite.compute.gridify.<a href="org/apache/ignite/compute/gridify/GridifyArgument.html" title="interface in org.apache.ignite.compute.gridify">GridifyArgument</a></dt>
<dd>
<div class="block">Gets target object to execute method on.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/encoding/target/TargetCounter.html#getTargetCount--">getTargetCount()</a></span> - Method in class org.apache.ignite.ml.preprocessing.encoding.target.<a href="org/apache/ignite/ml/preprocessing/encoding/target/TargetCounter.html" title="class in org.apache.ignite.ml.preprocessing.encoding.target">TargetCounter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/encoding/target/TargetCounter.html#getTargetSum--">getTargetSum()</a></span> - Method in class org.apache.ignite.ml.preprocessing.encoding.target.<a href="org/apache/ignite/ml/preprocessing/encoding/target/TargetCounter.html" title="class in org.apache.ignite.ml.preprocessing.encoding.target">TargetCounter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ThreadPoolMXBean.html#getTaskCount--">getTaskCount()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ThreadPoolMXBean.html" title="interface in org.apache.ignite.mxbean">ThreadPoolMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Returns the approximate total number of tasks that have been scheduled
for execution.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeTaskSession.html#getTaskName--">getTaskName()</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">Gets task name of the task this session belongs to.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeTaskSession.html#getTaskNodeId--">getTaskNodeId()</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">Gets ID of the node on which task execution originated.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeTaskFuture.html#getTaskSession--">getTaskSession()</a></span> - Method in interface org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeTaskFuture.html" title="interface in org.apache.ignite.compute">ComputeTaskFuture</a></dt>
<dd>
<div class="block">Gets task session of execution grid task.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/CollisionJobContext.html#getTaskSession--">getTaskSession()</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">Gets current task session associated with this job.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/failover/FailoverContext.html#getTaskSession--">getTaskSession()</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">Gets current task session.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/BaselineAutoAdjustMXBean.html#getTaskState--">getTaskState()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/BaselineAutoAdjustMXBean.html" title="interface in org.apache.ignite.mxbean">BaselineAutoAdjustMXBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/deployment/uri/UriDeploymentSpi.html#getTemporaryDirectoryPath--">getTemporaryDirectoryPath()</a></span> - Method in class org.apache.ignite.spi.deployment.uri.<a href="org/apache/ignite/spi/deployment/uri/UriDeploymentSpi.html" title="class in org.apache.ignite.spi.deployment.uri">UriDeploymentSpi</a></dt>
<dd>
<div class="block">Gets temporary directory path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/deployment/uri/UriDeploymentSpiMBean.html#getTemporaryDirectoryPath--">getTemporaryDirectoryPath()</a></span> - Method in interface org.apache.ignite.spi.deployment.uri.<a href="org/apache/ignite/spi/deployment/uri/UriDeploymentSpiMBean.html" title="interface in org.apache.ignite.spi.deployment.uri">UriDeploymentSpiMBean</a></dt>
<dd>
<div class="block">Gets temporary directory path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/split/TrainTestSplit.html#getTestFilter--">getTestFilter()</a></span> - Method in class org.apache.ignite.ml.selection.split.<a href="org/apache/ignite/ml/selection/split/TrainTestSplit.html" title="class in org.apache.ignite.ml.selection.split">TrainTestSplit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/TextQuery.html#getText--">getText()</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/TextQuery.html" title="class in org.apache.ignite.cache.query">TextQuery</a></dt>
<dd>
<div class="block">Gets text search string.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/genetic/GeneticAlgorithm.html#getTheBestSolution--">getTheBestSolution()</a></span> - Method in class org.apache.ignite.ml.util.genetic.<a href="org/apache/ignite/ml/util/genetic/GeneticAlgorithm.html" title="class in org.apache.ignite.ml.util.genetic">GeneticAlgorithm</a></dt>
<dd>
<div class="block">Returns the best chromosome's genes presented as double array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/DecisionTreeConditionalNode.html#getThenNode--">getThenNode()</a></span> - Method in class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/DecisionTreeConditionalNode.html" title="class in org.apache.ignite.ml.tree">DecisionTreeConditionalNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html#getThinClientConfiguration--">getThinClientConfiguration()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ClientConnectorConfiguration</a></dt>
<dd>
<div class="block">Gets thin-client specific configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/startup/BasicWarmupClosure.html#getThreadCount--">getThreadCount()</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">Gets thread count for warmup.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ThreadPoolMXBean.html#getThreadFactoryClass--">getThreadFactoryClass()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ThreadPoolMXBean.html" title="interface in org.apache.ignite.mxbean">ThreadPoolMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Returns the class name of thread factory used to create new threads.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html#getThreadPoolSize--">getThreadPoolSize()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ClientConnectorConfiguration</a></dt>
<dd>
<div class="block">Size of thread pool that is in charge of processing client requests.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ConnectorConfiguration.html#getThreadPoolSize--">getThreadPoolSize()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ConnectorConfiguration</a></dt>
<dd>
<div class="block">Should return a thread pool size to be used for
processing of client messages (REST requests).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/OdbcConfiguration.html#getThreadPoolSize--">getThreadPoolSize()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/OdbcConfiguration.html" title="class in org.apache.ignite.configuration">OdbcConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Size of thread pool that is in charge of processing ODBC tasks.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/SqlConnectorConfiguration.html#getThreadPoolSize--">getThreadPoolSize()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/SqlConnectorConfiguration.html" title="class in org.apache.ignite.configuration">SqlConnectorConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Size of thread pool that is in charge of processing SQL requests.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#getThreadPriority--">getThreadPriority()</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">Gets thread priority.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html#getThreadPriority--">getThreadPriority()</a></span> - Method in interface org.apache.ignite.spi.discovery.tcp.<a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html" title="interface in org.apache.ignite.spi.discovery.tcp">TcpDiscoverySpiMBean</a></dt>
<dd>
<div class="block">Gets thread priority.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/CacheLoadOnlyStoreAdapter.html#getThreadsCount--">getThreadsCount()</a></span> - Method in 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>
<div class="block">Returns number of worker threads.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/binarization/BinarizationPreprocessor.html#getThreshold--">getThreshold()</a></span> - Method in class org.apache.ignite.ml.preprocessing.binarization.<a href="org/apache/ignite/ml/preprocessing/binarization/BinarizationPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.binarization">BinarizationPreprocessor</a></dt>
<dd>
<div class="block">Get the threshold parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/binarization/BinarizationTrainer.html#getThreshold--">getThreshold()</a></span> - Method in class org.apache.ignite.ml.preprocessing.binarization.<a href="org/apache/ignite/ml/preprocessing/binarization/BinarizationTrainer.html" title="class in org.apache.ignite.ml.preprocessing.binarization">BinarizationTrainer</a></dt>
<dd>
<div class="block">Get the threshold parameter value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/DecisionTreeConditionalNode.html#getThreshold--">getThreshold()</a></span> - Method in class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/DecisionTreeConditionalNode.html" title="class in org.apache.ignite.ml.tree">DecisionTreeConditionalNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/AbstractContinuousQuery.html#getTimeInterval--">getTimeInterval()</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/AbstractContinuousQuery.html" title="class in org.apache.ignite.cache.query">AbstractContinuousQuery</a></dt>
<dd>
<div class="block">Gets time interval.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SqlFieldsQuery.html#getTimeout--">getTimeout()</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SqlFieldsQuery.html" title="class in org.apache.ignite.cache.query">SqlFieldsQuery</a></dt>
<dd>
<div class="block">Gets the query execution timeout in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SqlQuery.html#getTimeout--">getTimeout()</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SqlQuery.html" title="class in org.apache.ignite.cache.query">SqlQuery</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the query execution timeout in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConfiguration.html#getTimeout--">getTimeout()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration">ClientConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getTimeServerPortBase--">getTimeServerPortBase()</a></span> - Method 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">Gets base UPD port number for grid time server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getTimeServerPortRange--">getTimeServerPortRange()</a></span> - Method 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">Defines port range to try for time server start.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/multicast/TcpDiscoveryMulticastIpFinder.html#getTimeToLive--">getTimeToLive()</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.multicast.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/multicast/TcpDiscoveryMulticastIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.multicast">TcpDiscoveryMulticastIpFinder</a></dt>
<dd>
<div class="block">Set the default time-to-live for multicast packets sent out on this
IP finder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/BaselineAutoAdjustMXBean.html#getTimeUntilAutoAdjust--">getTimeUntilAutoAdjust()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/BaselineAutoAdjustMXBean.html" title="interface in org.apache.ignite.mxbean">BaselineAutoAdjustMXBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#getTlbSize--">getTlbSize()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Instead <a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#getWalBufferSize--"><code>PersistentStoreConfiguration.getWalBufferSize()</code></a> should be used.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/jta/CacheTmLookup.html#getTm--">getTm()</a></span> - Method in interface org.apache.ignite.cache.jta.<a href="org/apache/ignite/cache/jta/CacheTmLookup.html" title="interface in org.apache.ignite.cache.jta">CacheTmLookup</a></dt>
<dd>
<div class="block">Gets Transaction Manager (TM).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/jta/jndi/CacheJndiTmLookup.html#getTm--">getTm()</a></span> - Method in 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>
<div class="block">Gets Transaction Manager (TM).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/jta/reflect/CacheReflectionTmLookup.html#getTm--">getTm()</a></span> - Method in class org.apache.ignite.cache.jta.reflect.<a href="org/apache/ignite/cache/jta/reflect/CacheReflectionTmLookup.html" title="class in org.apache.ignite.cache.jta.reflect">CacheReflectionTmLookup</a></dt>
<dd>
<div class="block">Gets Transaction Manager (TM).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html#getTokenNames--">getTokenNames()</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelLexer</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#getTokenNames--">getTokenNames()</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoveryNotification.html#getTopHist--">getTopHist()</a></span> - Method in class org.apache.ignite.spi.discovery.<a href="org/apache/ignite/spi/discovery/DiscoveryNotification.html" title="class in org.apache.ignite.spi.discovery">DiscoveryNotification</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#getTopHistorySize--">getTopHistorySize()</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="memberNameLink"><a href="org/apache/ignite/compute/ComputeTaskSession.html#getTopology--">getTopology()</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">Gets a collection of grid nodes IDs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getTopologyValidator--">getTopologyValidator()</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>
<dd>
<div class="block">Gets topology validator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getTopologyVersion--">getTopologyVersion()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Get current topology version.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoveryNotification.html#getTopSnapshot--">getTopSnapshot()</a></span> - Method in class org.apache.ignite.spi.discovery.<a href="org/apache/ignite/spi/discovery/DiscoveryNotification.html" title="class in org.apache.ignite.spi.discovery">DiscoveryNotification</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoveryNotification.html#getTopVer--">getTopVer()</a></span> - Method in class org.apache.ignite.spi.discovery.<a href="org/apache/ignite/spi/discovery/DiscoveryNotification.html" title="class in org.apache.ignite.spi.discovery">DiscoveryNotification</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataRegionMetrics.html#getTotalAllocatedPages--">getTotalAllocatedPages()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/DataRegionMetrics.html" title="interface in org.apache.ignite">DataRegionMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets a total number of allocated pages related to the data region.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataRegionMetricsAdapter.html#getTotalAllocatedPages--">getTotalAllocatedPages()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/DataRegionMetricsAdapter.html" title="class in org.apache.ignite">DataRegionMetricsAdapter</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets a total number of allocated pages related to the memory policy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/MemoryMetrics.html#getTotalAllocatedPages--">getTotalAllocatedPages()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/MemoryMetrics.html" title="interface in org.apache.ignite">MemoryMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets a total number of allocated pages related to the memory policy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheGroupMetricsMXBean.html#getTotalAllocatedPages--">getTotalAllocatedPages()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheGroupMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheGroupMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Cache group total allocated pages.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html#getTotalAllocatedPages--">getTotalAllocatedPages()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataRegionMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets a total number of allocated pages related to the data region.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/MemoryMetricsMXBean.html#getTotalAllocatedPages--">getTotalAllocatedPages()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/MemoryMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">MemoryMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets a total number of allocated pages related to the memory policy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataRegionMetrics.html#getTotalAllocatedSize--">getTotalAllocatedSize()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/DataRegionMetrics.html" title="interface in org.apache.ignite">DataRegionMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets a total size of memory allocated in the data region.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataStorageMetrics.html#getTotalAllocatedSize--">getTotalAllocatedSize()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/DataStorageMetrics.html" title="interface in org.apache.ignite">DataStorageMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Total size of memory allocated in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheGroupMetricsMXBean.html#getTotalAllocatedSize--">getTotalAllocatedSize()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheGroupMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheGroupMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Total size of memory allocated for group, in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html#getTotalAllocatedSize--">getTotalAllocatedSize()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataStorageMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Total size of memory allocated in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getTotalBaselineNodes--">getTotalBaselineNodes()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Get count of total baseline nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterMetrics.html#getTotalBusyTime--">getTotalBusyTime()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterMetrics.html" title="interface in org.apache.ignite.cluster">ClusterMetrics</a></dt>
<dd>
<div class="block">Gets total time this node spent executing jobs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getTotalBusyTime--">getTotalBusyTime()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Gets total time this node spent executing jobs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterMetrics.html#getTotalCancelledJobs--">getTotalCancelledJobs()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterMetrics.html" title="interface in org.apache.ignite.cluster">ClusterMetrics</a></dt>
<dd>
<div class="block">Gets number of cancelled jobs since node startup.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getTotalCancelledJobs--">getTotalCancelledJobs()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Gets number of cancelled jobs since node startup.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getTotalClientNodes--">getTotalClientNodes()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Get count of client nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/StripedExecutorMXBean.html#getTotalCompletedTasksCount--">getTotalCompletedTasksCount()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/StripedExecutorMXBean.html" title="interface in org.apache.ignite.mxbean">StripedExecutorMXBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/services/ServiceConfiguration.html#getTotalCount--">getTotalCount()</a></span> - Method 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">Gets total number of deployed service instances in the cluster, <code>0</code> for unlimited.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterMetrics.html#getTotalCpus--">getTotalCpus()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterMetrics.html" title="interface in org.apache.ignite.cluster">ClusterMetrics</a></dt>
<dd>
<div class="block">Returns the number of CPUs available to the Java Virtual Machine.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getTotalCpus--">getTotalCpus()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Returns the number of CPUs available to the Java Virtual Machine.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterMetrics.html#getTotalExecutedJobs--">getTotalExecutedJobs()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterMetrics.html" title="interface in org.apache.ignite.cluster">ClusterMetrics</a></dt>
<dd>
<div class="block">Gets total number of jobs handled by the node since node startup.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getTotalExecutedJobs--">getTotalExecutedJobs()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Gets total number of jobs handled by the node since node startup.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterMetrics.html#getTotalExecutedTasks--">getTotalExecutedTasks()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterMetrics.html" title="interface in org.apache.ignite.cluster">ClusterMetrics</a></dt>
<dd>
<div class="block">Gets total number of tasks handled by the node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getTotalExecutedTasks--">getTotalExecutedTasks()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Gets total number of tasks handled by the node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/failover/jobstealing/JobStealingFailoverSpi.html#getTotalFailedOverJobsCount--">getTotalFailedOverJobsCount()</a></span> - Method in class org.apache.ignite.spi.failover.jobstealing.<a href="org/apache/ignite/spi/failover/jobstealing/JobStealingFailoverSpi.html" title="class in org.apache.ignite.spi.failover.jobstealing">JobStealingFailoverSpi</a></dt>
<dd>
<div class="block">Get total number of jobs that were failed over including stolen ones.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/failover/jobstealing/JobStealingFailoverSpiMBean.html#getTotalFailedOverJobsCount--">getTotalFailedOverJobsCount()</a></span> - Method in interface org.apache.ignite.spi.failover.jobstealing.<a href="org/apache/ignite/spi/failover/jobstealing/JobStealingFailoverSpiMBean.html" title="interface in org.apache.ignite.spi.failover.jobstealing">JobStealingFailoverSpiMBean</a></dt>
<dd>
<div class="block">Get total number of jobs that were failed over including stolen ones.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/failover/always/AlwaysFailoverSpi.html#getTotalFailoverJobsCount--">getTotalFailoverJobsCount()</a></span> - Method 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">Get total number of jobs that were failed over.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/failover/always/AlwaysFailoverSpiMBean.html#getTotalFailoverJobsCount--">getTotalFailoverJobsCount()</a></span> - Method in interface org.apache.ignite.spi.failover.always.<a href="org/apache/ignite/spi/failover/always/AlwaysFailoverSpiMBean.html" title="interface in org.apache.ignite.spi.failover.always">AlwaysFailoverSpiMBean</a></dt>
<dd>
<div class="block">Get total number of jobs that were failed over.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/genetic/Population.html#getTotalFitness--">getTotalFitness()</a></span> - Method in class org.apache.ignite.ml.util.genetic.<a href="org/apache/ignite/ml/util/genetic/Population.html" title="class in org.apache.ignite.ml.util.genetic">Population</a></dt>
<dd>
<div class="block">Returns the total fitness value of population or Double.NaN if not all fitness values are calculated for all chromosomes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterMetrics.html#getTotalIdleTime--">getTotalIdleTime()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterMetrics.html" title="interface in org.apache.ignite.cluster">ClusterMetrics</a></dt>
<dd>
<div class="block">Gets total time this node spent idling (not executing any jobs).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getTotalIdleTime--">getTotalIdleTime()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Gets total time this node spent idling (not executing any jobs).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterMetrics.html#getTotalJobsExecutionTime--">getTotalJobsExecutionTime()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterMetrics.html" title="interface in org.apache.ignite.cluster">ClusterMetrics</a></dt>
<dd>
<div class="block">Gets total time all finished jobs takes to execute on the node since node startup.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getTotalJobsExecutionTime--">getTotalJobsExecutionTime()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Gets total time all finished jobs takes to execute on the node since node startup.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterMetrics.html#getTotalNodes--">getTotalNodes()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterMetrics.html" title="interface in org.apache.ignite.cluster">ClusterMetrics</a></dt>
<dd>
<div class="block">Gets total number of nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getTotalNodes--">getTotalNodes()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Gets total number of nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/ClassificationMetricsAggregator.html#getTotalNumberOfExamples--">getTotalNumberOfExamples()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.evaluator.aggregator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/ClassificationMetricsAggregator.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator.aggregator">ClassificationMetricsAggregator</a></dt>
<dd>
<div class="block">Returns totalNumberOfExamples.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getTotalPartitionsCount--">getTotalPartitionsCount()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getTotalPartitionsCount--">getTotalPartitionsCount()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#getTotalProcessedMessages--">getTotalProcessedMessages()</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">Gets total processed messages count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html#getTotalProcessedMessages--">getTotalProcessedMessages()</a></span> - Method in interface org.apache.ignite.spi.discovery.tcp.<a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html" title="interface in org.apache.ignite.spi.discovery.tcp">TcpDiscoverySpiMBean</a></dt>
<dd>
<div class="block">Gets total processed messages count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/StripedExecutorMXBean.html#getTotalQueueSize--">getTotalQueueSize()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/StripedExecutorMXBean.html" title="interface in org.apache.ignite.mxbean">StripedExecutorMXBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#getTotalReceivedMessages--">getTotalReceivedMessages()</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">Gets total received messages count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html#getTotalReceivedMessages--">getTotalReceivedMessages()</a></span> - Method in interface org.apache.ignite.spi.discovery.tcp.<a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html" title="interface in org.apache.ignite.spi.discovery.tcp">TcpDiscoverySpiMBean</a></dt>
<dd>
<div class="block">Gets total received messages count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterMetrics.html#getTotalRejectedJobs--">getTotalRejectedJobs()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterMetrics.html" title="interface in org.apache.ignite.cluster">ClusterMetrics</a></dt>
<dd>
<div class="block">Gets total number of jobs this node rejects during collision resolution operations since node startup.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getTotalRejectedJobs--">getTotalRejectedJobs()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Gets total number of jobs this node rejects during collision resolution operations since node startup.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getTotalServerNodes--">getTotalServerNodes()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Get count of server nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterMetrics.html#getTotalStartedThreadCount--">getTotalStartedThreadCount()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterMetrics.html" title="interface in org.apache.ignite.cluster">ClusterMetrics</a></dt>
<dd>
<div class="block">Returns the total number of threads created and also started
since the JVM started.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getTotalStartedThreadCount--">getTotalStartedThreadCount()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Returns the total number of threads created and also started
since the JVM started.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/failover/jobstealing/JobStealingFailoverSpi.html#getTotalStolenJobsCount--">getTotalStolenJobsCount()</a></span> - Method in class org.apache.ignite.spi.failover.jobstealing.<a href="org/apache/ignite/spi/failover/jobstealing/JobStealingFailoverSpi.html" title="class in org.apache.ignite.spi.failover.jobstealing">JobStealingFailoverSpi</a></dt>
<dd>
<div class="block">Get total number of jobs that were stolen.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/failover/jobstealing/JobStealingFailoverSpiMBean.html#getTotalStolenJobsCount--">getTotalStolenJobsCount()</a></span> - Method in interface org.apache.ignite.spi.failover.jobstealing.<a href="org/apache/ignite/spi/failover/jobstealing/JobStealingFailoverSpiMBean.html" title="interface in org.apache.ignite.spi.failover.jobstealing">JobStealingFailoverSpiMBean</a></dt>
<dd>
<div class="block">Get total number of jobs that were stolen.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpi.html#getTotalStolenJobsNumber--">getTotalStolenJobsNumber()</a></span> - Method 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">Gets total number of stolen jobs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpiMBean.html#getTotalStolenJobsNumber--">getTotalStolenJobsNumber()</a></span> - Method in interface org.apache.ignite.spi.collision.jobstealing.<a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpiMBean.html" title="interface in org.apache.ignite.spi.collision.jobstealing">JobStealingCollisionSpiMBean</a></dt>
<dd>
<div class="block">Gets total number of stolen jobs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataRegionMetrics.html#getTotalUsedPages--">getTotalUsedPages()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/DataRegionMetrics.html" title="interface in org.apache.ignite">DataRegionMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets a total number of pages used for storing the data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html#getTotalUsedPages--">getTotalUsedPages()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataRegionMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets a total number of pages used for storing the data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/development/utils/IgniteWalConverterArguments.html#getToTime--">getToTime()</a></span> - Method in class org.apache.ignite.development.utils.<a href="org/apache/ignite/development/utils/IgniteWalConverterArguments.html" title="class in org.apache.ignite.development.utils">IgniteWalConverterArguments</a></dt>
<dd>
<div class="block">The end time interval for the record time in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getTracingSpi--">getTracingSpi()</a></span> - Method 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">Gets fully configured tracing SPI implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/pipeline/Pipeline.html#getTrainer--">getTrainer()</a></span> - Method in class org.apache.ignite.ml.pipeline.<a href="org/apache/ignite/ml/pipeline/Pipeline.html" title="class in org.apache.ignite.ml.pipeline">Pipeline</a></dt>
<dd>
<div class="block">Returns trainer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/split/TrainTestSplit.html#getTrainFilter--">getTrainFilter()</a></span> - Method in class org.apache.ignite.ml.selection.split.<a href="org/apache/ignite/ml/selection/split/TrainTestSplit.html" title="class in org.apache.ignite.ml.selection.split">TrainTestSplit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConfiguration.html#getTransactionConfiguration--">getTransactionConfiguration()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration">ClientConfiguration</a></dt>
<dd>
<div class="block">Gets transactions configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getTransactionConfiguration--">getTransactionConfiguration()</a></span> - Method 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">Gets transactions configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/spring/CacheSpringStoreSessionListener.html#getTransactionManager--">getTransactionManager()</a></span> - Method in class org.apache.ignite.cache.store.spring.<a href="org/apache/ignite/cache/store/spring/CacheSpringStoreSessionListener.html" title="class in org.apache.ignite.cache.store.spring">CacheSpringStoreSessionListener</a></dt>
<dd>
<div class="block">Gets transaction manager.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getTransactionManagerLookupClassName--">getTransactionManagerLookupClassName()</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>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/TransactionConfiguration.html#getTxManagerFactory--"><code>TransactionConfiguration.getTxManagerFactory()</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/TransactionMetricsMxBean.html#getTransactionsCommittedNumber--">getTransactionsCommittedNumber()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/TransactionMetricsMxBean.html" title="interface in org.apache.ignite.mxbean">TransactionMetricsMxBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">The number of transactions which were committed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/transactions/TransactionMetrics.html#getTransactionsCommittedNumber--">getTransactionsCommittedNumber()</a></span> - Method in interface org.apache.ignite.transactions.<a href="org/apache/ignite/transactions/TransactionMetrics.html" title="interface in org.apache.ignite.transactions">TransactionMetrics</a></dt>
<dd>
<div class="block">The number of transactions which were committed on the local node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/TransactionMetricsMxBean.html#getTransactionsHoldingLockNumber--">getTransactionsHoldingLockNumber()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/TransactionMetricsMxBean.html" title="interface in org.apache.ignite.mxbean">TransactionMetricsMxBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">The number of active transactions holding at least one key lock.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/transactions/TransactionMetrics.html#getTransactionsHoldingLockNumber--">getTransactionsHoldingLockNumber()</a></span> - Method in interface org.apache.ignite.transactions.<a href="org/apache/ignite/transactions/TransactionMetrics.html" title="interface in org.apache.ignite.transactions">TransactionMetrics</a></dt>
<dd>
<div class="block">The number of active transactions on the local node holding at least one key lock.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/TransactionMetricsMxBean.html#getTransactionsRolledBackNumber--">getTransactionsRolledBackNumber()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/TransactionMetricsMxBean.html" title="interface in org.apache.ignite.mxbean">TransactionMetricsMxBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">The number of transactions which were rollback.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/transactions/TransactionMetrics.html#getTransactionsRolledBackNumber--">getTransactionsRolledBackNumber()</a></span> - Method in interface org.apache.ignite.transactions.<a href="org/apache/ignite/transactions/TransactionMetrics.html" title="interface in org.apache.ignite.transactions">TransactionMetrics</a></dt>
<dd>
<div class="block">The number of transactions which were rolled back on the local node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/TransactionsMXBean.html#getTransactionTimeDumpSamplesCoefficient--">getTransactionTimeDumpSamplesCoefficient()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/TransactionsMXBean.html" title="interface in org.apache.ignite.mxbean">TransactionsMXBean</a></dt>
<dd>
<div class="block">Returns the coefficient for samples of completed transactions that will be dumped in log.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/TransactionsMXBean.html#getTransactionTimeDumpSamplesPerSecondLimit--">getTransactionTimeDumpSamplesPerSecondLimit()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/TransactionsMXBean.html" title="interface in org.apache.ignite.mxbean">TransactionsMXBean</a></dt>
<dd>
<div class="block">Returns the limit of samples of completed transactions that will be dumped in log per second,
if <a href="org/apache/ignite/mxbean/TransactionsMXBean.html#getTransactionTimeDumpSamplesCoefficient--"><code>TransactionsMXBean.getTransactionTimeDumpSamplesCoefficient()</code></a> is above <code>0.0</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html#getTransformer--">getTransformer()</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">Gets types transformer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcPojoStoreFactory.html#getTransformer--">getTransformer()</a></span> - Method in 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>
<div class="block">Gets types transformer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/NodeId.html#getTreeId--">getTreeId()</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.<a href="org/apache/ignite/ml/tree/randomforest/data/NodeId.html" title="class in org.apache.ignite.ml.tree.randomforest.data">NodeId</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/BinaryClassificationPointwiseMetricStatsAggregator.html#getTrueNegative--">getTrueNegative()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.evaluator.aggregator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/BinaryClassificationPointwiseMetricStatsAggregator.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator.aggregator">BinaryClassificationPointwiseMetricStatsAggregator</a></dt>
<dd>
<div class="block">Returns true negatives count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/BinaryClassificationPointwiseMetricStatsAggregator.html#getTruePositive--">getTruePositive()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.evaluator.aggregator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/BinaryClassificationPointwiseMetricStatsAggregator.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator.aggregator">BinaryClassificationPointwiseMetricStatsAggregator</a></dt>
<dd>
<div class="block">Returns true positives count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ssl/SslContextFactory.html#getTrustManagers--">getTrustManagers()</a></span> - Method in class org.apache.ignite.ssl.<a href="org/apache/ignite/ssl/SslContextFactory.html" title="class in org.apache.ignite.ssl">SslContextFactory</a></dt>
<dd>
<div class="block">Gets pre-configured trust managers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ssl/SslContextFactory.html#getTrustStoreFilePath--">getTrustStoreFilePath()</a></span> - Method in class org.apache.ignite.ssl.<a href="org/apache/ignite/ssl/SslContextFactory.html" title="class in org.apache.ignite.ssl">SslContextFactory</a></dt>
<dd>
<div class="block">Gets path to the trust store file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ssl/SslContextFactory.html#getTrustStorePassword--">getTrustStorePassword()</a></span> - Method in class org.apache.ignite.ssl.<a href="org/apache/ignite/ssl/SslContextFactory.html" title="class in org.apache.ignite.ssl">SslContextFactory</a></dt>
<dd>
<div class="block">Gets trust store password.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ssl/SslContextFactory.html#getTrustStoreType--">getTrustStoreType()</a></span> - Method in class org.apache.ignite.ssl.<a href="org/apache/ignite/ssl/SslContextFactory.html" title="class in org.apache.ignite.ssl">SslContextFactory</a></dt>
<dd>
<div class="block">Gets trust store type used for context creation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/LabelPair.html#getTruth--">getTruth()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.<a href="org/apache/ignite/ml/selection/scoring/LabelPair.html" title="class in org.apache.ignite.ml.selection.scoring">LabelPair</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/BinaryClassificationPointwiseMetricStatsAggregator.html#getTruthLabel--">getTruthLabel()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.evaluator.aggregator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/BinaryClassificationPointwiseMetricStatsAggregator.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator.aggregator">BinaryClassificationPointwiseMetricStatsAggregator</a></dt>
<dd>
<div class="block">Returns truth label.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/KeyValuePersistenceSettings.html#getTTL--">getTTL()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/KeyValuePersistenceSettings.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">KeyValuePersistenceSettings</a></dt>
<dd>
<div class="block">Returns ttl to use for while inserting new rows into Cassandra table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/stream/StreamAdapter.html#getTupleExtractor--">getTupleExtractor()</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"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getTxCommitQueueSize--">getTxCommitQueueSize()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getTxCommitQueueSize--">getTxCommitQueueSize()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets committed transaction queue size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getTxCommittedVersionsSize--">getTxCommittedVersionsSize()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">Gets number of cached committed transaction IDs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getTxCommittedVersionsSize--">getTxCommittedVersionsSize()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets number of cached committed transaction IDs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getTxDhtCommitQueueSize--">getTxDhtCommitQueueSize()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getTxDhtCommitQueueSize--">getTxDhtCommitQueueSize()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets committed DHT transaction queue size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getTxDhtCommittedVersionsSize--">getTxDhtCommittedVersionsSize()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">Gets number of cached committed DHT transaction IDs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getTxDhtCommittedVersionsSize--">getTxDhtCommittedVersionsSize()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets number of cached committed DHT transaction IDs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getTxDhtPrepareQueueSize--">getTxDhtPrepareQueueSize()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getTxDhtPrepareQueueSize--">getTxDhtPrepareQueueSize()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets prepared DHT transaction queue size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getTxDhtRolledbackVersionsSize--">getTxDhtRolledbackVersionsSize()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">Gets number of cached rolled back DHT transaction IDs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getTxDhtRolledbackVersionsSize--">getTxDhtRolledbackVersionsSize()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets number of cached rolled back DHT transaction IDs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getTxDhtStartVersionCountsSize--">getTxDhtStartVersionCountsSize()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getTxDhtStartVersionCountsSize--">getTxDhtStartVersionCountsSize()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets DHT start version counts map size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getTxDhtThreadMapSize--">getTxDhtThreadMapSize()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">Gets transaction DHT per-thread map size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getTxDhtThreadMapSize--">getTxDhtThreadMapSize()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets transaction DHT per-thread map size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getTxDhtXidMapSize--">getTxDhtXidMapSize()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">Gets transaction DHT per-Xid map size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getTxDhtXidMapSize--">getTxDhtXidMapSize()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets transaction DHT per-Xid map size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getTxKeyCollisions--">getTxKeyCollisions()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">Checks if there were any tx key collisions last time.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getTxKeyCollisions--">getTxKeyCollisions()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Checks if there were any tx key collisions last time.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/TransactionsMXBean.html#getTxKeyCollisionsInterval--">getTxKeyCollisionsInterval()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/TransactionsMXBean.html" title="interface in org.apache.ignite.mxbean">TransactionsMXBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/TransactionConfiguration.html#getTxManagerFactory--">getTxManagerFactory()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/TransactionConfiguration.html" title="class in org.apache.ignite.configuration">TransactionConfiguration</a></dt>
<dd>
<div class="block">Gets transaction manager factory for integration with JEE app servers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/TransactionConfiguration.html#getTxManagerLookupClassName--">getTxManagerLookupClassName()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/TransactionConfiguration.html" title="class in org.apache.ignite.configuration">TransactionConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/TransactionConfiguration.html#getTxManagerFactory--"><code>TransactionConfiguration.getTxManagerFactory()</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/TransactionsMXBean.html#getTxOwnerDumpRequestsAllowed--">getTxOwnerDumpRequestsAllowed()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/TransactionsMXBean.html" title="interface in org.apache.ignite.mxbean">TransactionsMXBean</a></dt>
<dd>
<div class="block">Shows if dump requests from local node to near node are allowed, when long running transaction
is found.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getTxPrepareQueueSize--">getTxPrepareQueueSize()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getTxPrepareQueueSize--">getTxPrepareQueueSize()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets prepared transaction queue size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getTxRolledbackVersionsSize--">getTxRolledbackVersionsSize()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">Gets number of cached rolled back transaction IDs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getTxRolledbackVersionsSize--">getTxRolledbackVersionsSize()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets number of cached rolled back transaction IDs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getTxStartVersionCountsSize--">getTxStartVersionCountsSize()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getTxStartVersionCountsSize--">getTxStartVersionCountsSize()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets start version counts map size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getTxThreadMapSize--">getTxThreadMapSize()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">Gets transaction per-thread map size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getTxThreadMapSize--">getTxThreadMapSize()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets transaction per-thread map size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/TransactionConfiguration.html#getTxTimeoutOnPartitionMapExchange--">getTxTimeoutOnPartitionMapExchange()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/TransactionConfiguration.html" title="class in org.apache.ignite.configuration">TransactionConfiguration</a></dt>
<dd>
<div class="block">Some Ignite operations provoke partition map exchange process within Ignite to ensure the partitions distribution
state is synchronized cluster-wide.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/TransactionsMXBean.html#getTxTimeoutOnPartitionMapExchange--">getTxTimeoutOnPartitionMapExchange()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/TransactionsMXBean.html" title="interface in org.apache.ignite.mxbean">TransactionsMXBean</a></dt>
<dd>
<div class="block">Gets transaction timeout on partition map exchange.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getTxXidMapSize--">getTxXidMapSize()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">Gets transaction per-Xid map size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getTxXidMapSize--">getTxXidMapSize()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets transaction per-Xid map size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SqlQuery.html#getType--">getType()</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SqlQuery.html" title="class in org.apache.ignite.cache.query">SqlQuery</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets type for query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/TextQuery.html#getType--">getType()</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/TextQuery.html" title="class in org.apache.ignite.cache.query">TextQuery</a></dt>
<dd>
<div class="block">Gets type for query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/TreeNode.html#getType--">getType()</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.<a href="org/apache/ignite/ml/tree/randomforest/data/TreeNode.html" title="class in org.apache.ignite.ml.tree.randomforest.data">TreeNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheGroupMetricsMXBean.html#getType--">getType()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheGroupMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheGroupMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Cache group type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/BinaryConfiguration.html#getTypeConfigurations--">getTypeConfigurations()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/BinaryConfiguration.html" title="class in org.apache.ignite.configuration">BinaryConfiguration</a></dt>
<dd>
<div class="block">Gets types configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryTypeConfiguration.html#getTypeName--">getTypeName()</a></span> - Method in 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">Gets type name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheKeyConfiguration.html#getTypeName--">getTypeName()</a></span> - Method in 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">Sets type name for which affinity field name is being defined.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetAffinityFunction.html#getTypeName--">getTypeName()</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 .NET type name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryTypeConfiguration.html#getTypeName--">getTypeName()</a></span> - Method in class org.apache.ignite.platform.dotnet.<a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryTypeConfiguration.html" title="class in org.apache.ignite.platform.dotnet">PlatformDotNetBinaryTypeConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetCacheStoreFactory.html#getTypeName--">getTypeName()</a></span> - Method in class org.apache.ignite.platform.dotnet.<a href="org/apache/ignite/platform/dotnet/PlatformDotNetCacheStoreFactory.html" title="class in org.apache.ignite.platform.dotnet">PlatformDotNetCacheStoreFactory</a></dt>
<dd>
<div class="block">Gets .NET type name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetLifecycleBean.html#getTypeName--">getTypeName()</a></span> - Method in class org.apache.ignite.platform.dotnet.<a href="org/apache/ignite/platform/dotnet/PlatformDotNetLifecycleBean.html" title="class in org.apache.ignite.platform.dotnet">PlatformDotNetLifecycleBean</a></dt>
<dd>
<div class="block">Get type name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html#getTypes--">getTypes()</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">Gets types known by store.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcPojoStoreFactory.html#getTypes--">getTypes()</a></span> - Method in 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>
<div class="block">Gets types known by store.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryConfiguration.html#getTypes--">getTypes()</a></span> - Method in class org.apache.ignite.platform.dotnet.<a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryConfiguration.html" title="class in org.apache.ignite.platform.dotnet">PlatformDotNetBinaryConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryConfiguration.html#getTypesConfiguration--">getTypesConfiguration()</a></span> - Method in class org.apache.ignite.platform.dotnet.<a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryConfiguration.html" title="class in org.apache.ignite.platform.dotnet">PlatformDotNetBinaryConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/isolve/lsqr/LSQRPartitionContext.html#getU--">getU()</a></span> - Method in class org.apache.ignite.ml.math.isolve.lsqr.<a href="org/apache/ignite/ml/math/isolve/lsqr/LSQRPartitionContext.html" title="class in org.apache.ignite.ml.math.isolve.lsqr">LSQRPartitionContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/LUDecomposition.html#getU--">getU()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/LUDecomposition.html" title="class in org.apache.ignite.ml.math.primitives.matrix">LUDecomposition</a></dt>
<dd>
<div class="block">Returns the matrix U of the decomposition.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html#getUnacknowledgedMessagesBufferSize--">getUnacknowledgedMessagesBufferSize()</a></span> - Method in interface org.apache.ignite.spi.communication.tcp.<a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html" title="interface in org.apache.ignite.spi.communication.tcp">TcpCommunicationSpiMBean</a></dt>
<dd>
<div class="block">Gets maximum number of stored unacknowledged messages per connection to node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SqlFieldsQuery.html#getUpdateBatchSize--">getUpdateBatchSize()</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SqlFieldsQuery.html" title="class in org.apache.ignite.cache.query">SqlFieldsQuery</a></dt>
<dd>
<div class="block">Gets update internal bach size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/UpdatesStrategy.html#getUpdatesCalculator--">getUpdatesCalculator()</a></span> - Method in class org.apache.ignite.ml.nn.<a href="org/apache/ignite/ml/nn/UpdatesStrategy.html" title="class in org.apache.ignite.ml.nn">UpdatesStrategy</a></dt>
<dd>
<div class="block">Get parameter update calculator (see <a href="org/apache/ignite/ml/optimization/updatecalculators/ParameterUpdateCalculator.html" title="interface in org.apache.ignite.ml.optimization.updatecalculators"><code>ParameterUpdateCalculator</code></a>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/MLPTrainer.html#getUpdatesStgy--">getUpdatesStgy()</a></span> - Method in class org.apache.ignite.ml.nn.<a href="org/apache/ignite/ml/nn/MLPTrainer.html" title="class in org.apache.ignite.ml.nn">MLPTrainer</a></dt>
<dd>
<div class="block">Get the update strategy that defines how to update model parameters during the training.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/linear/LinearRegressionSGDTrainer.html#getUpdatesStgy--">getUpdatesStgy()</a></span> - Method in class org.apache.ignite.ml.regressions.linear.<a href="org/apache/ignite/ml/regressions/linear/LinearRegressionSGDTrainer.html" title="class in org.apache.ignite.ml.regressions.linear">LinearRegressionSGDTrainer</a></dt>
<dd>
<div class="block">Get the update strategy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionSGDTrainer.html#getUpdatesStgy--">getUpdatesStgy()</a></span> - Method in class org.apache.ignite.ml.regressions.logistic.<a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionSGDTrainer.html" title="class in org.apache.ignite.ml.regressions.logistic">LogisticRegressionSGDTrainer</a></dt>
<dd>
<div class="block">Get the update strategy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/impl/cache/CacheBasedDataset.html#getUpstreamCache--">getUpstreamCache()</a></span> - Method in class org.apache.ignite.ml.dataset.impl.cache.<a href="org/apache/ignite/ml/dataset/impl/cache/CacheBasedDataset.html" title="class in org.apache.ignite.ml.dataset.impl.cache">CacheBasedDataset</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/impl/cache/CacheBasedDatasetBuilder.html#getUpstreamCache--">getUpstreamCache()</a></span> - Method in class org.apache.ignite.ml.dataset.impl.cache.<a href="org/apache/ignite/ml/dataset/impl/cache/CacheBasedDatasetBuilder.html" title="class in org.apache.ignite.ml.dataset.impl.cache">CacheBasedDatasetBuilder</a></dt>
<dd>
<div class="block">Returns upstream cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterMetrics.html#getUpTime--">getUpTime()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterMetrics.html" title="interface in org.apache.ignite.cluster">ClusterMetrics</a></dt>
<dd>
<div class="block">Returns the uptime of the JVM in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#getUpTime--">getUpTime()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Returns the uptime of the JVM in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#getUpTime--">getUpTime()</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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Check the <a href="org/apache/ignite/spi/metric/ReadOnlyMetricRegistry.html" title="interface in org.apache.ignite.spi.metric"><code>ReadOnlyMetricRegistry</code></a> with "name=ignite.upTime" instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiManagementMBean.html#getUpTime--">getUpTime()</a></span> - Method in interface org.apache.ignite.spi.<a href="org/apache/ignite/spi/IgniteSpiManagementMBean.html" title="interface in org.apache.ignite.spi">IgniteSpiManagementMBean</a></dt>
<dd>
<div class="block">Gets up-time of this SPI in ms.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiMBeanAdapter.html#getUpTime--">getUpTime()</a></span> - Method in class org.apache.ignite.spi.<a href="org/apache/ignite/spi/IgniteSpiMBeanAdapter.html" title="class in org.apache.ignite.spi">IgniteSpiMBeanAdapter</a></dt>
<dd>
<div class="block">Gets up-time of this SPI in ms.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#getUpTimeFormatted--">getUpTimeFormatted()</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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Check the <a href="org/apache/ignite/spi/metric/ReadOnlyMetricRegistry.html" title="interface in org.apache.ignite.spi.metric"><code>ReadOnlyMetricRegistry</code></a> with "name=ignite.uptimeFormatted" instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiManagementMBean.html#getUpTimeFormatted--">getUpTimeFormatted()</a></span> - Method in interface org.apache.ignite.spi.<a href="org/apache/ignite/spi/IgniteSpiManagementMBean.html" title="interface in org.apache.ignite.spi">IgniteSpiManagementMBean</a></dt>
<dd>
<div class="block">Gets string presentation of up-time for this SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiMBeanAdapter.html#getUpTimeFormatted--">getUpTimeFormatted()</a></span> - Method in class org.apache.ignite.spi.<a href="org/apache/ignite/spi/IgniteSpiMBeanAdapter.html" title="class in org.apache.ignite.spi">IgniteSpiMBeanAdapter</a></dt>
<dd>
<div class="block">Gets string presentation of up-time for this SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheManager.html#getURI--">getURI()</a></span> - Method in class org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheManager.html" title="class in org.apache.ignite.cache">CacheManager</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/deployment/uri/UriDeploymentSpi.html#getUriList--">getUriList()</a></span> - Method in class org.apache.ignite.spi.deployment.uri.<a href="org/apache/ignite/spi/deployment/uri/UriDeploymentSpi.html" title="class in org.apache.ignite.spi.deployment.uri">UriDeploymentSpi</a></dt>
<dd>
<div class="block">Gets list of URIs that are processed by SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/deployment/uri/UriDeploymentSpiMBean.html#getUriList--">getUriList()</a></span> - Method in interface org.apache.ignite.spi.deployment.uri.<a href="org/apache/ignite/spi/deployment/uri/UriDeploymentSpiMBean.html" title="interface in org.apache.ignite.spi.deployment.uri">UriDeploymentSpiMBean</a></dt>
<dd>
<div class="block">Gets list of URIs that are processed by SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#getURL--">getURL()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dd>
<div class="block">Different application servers us different format (URL & url).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#getUrl--">getUrl()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataRegionMetrics.html#getUsedCheckpointBufferPages--">getUsedCheckpointBufferPages()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/DataRegionMetrics.html" title="interface in org.apache.ignite">DataRegionMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets used checkpoint buffer size in pages.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataStorageMetrics.html#getUsedCheckpointBufferPages--">getUsedCheckpointBufferPages()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/DataStorageMetrics.html" title="interface in org.apache.ignite">DataStorageMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets used checkpoint buffer size in pages.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html#getUsedCheckpointBufferPages--">getUsedCheckpointBufferPages()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataRegionMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets used checkpoint buffer size in pages.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html#getUsedCheckpointBufferPages--">getUsedCheckpointBufferPages()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataStorageMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets used checkpoint buffer size in pages.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataRegionMetrics.html#getUsedCheckpointBufferSize--">getUsedCheckpointBufferSize()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/DataRegionMetrics.html" title="interface in org.apache.ignite">DataRegionMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets used checkpoint buffer size in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataStorageMetrics.html#getUsedCheckpointBufferSize--">getUsedCheckpointBufferSize()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/DataStorageMetrics.html" title="interface in org.apache.ignite">DataStorageMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets used checkpoint buffer size in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html#getUsedCheckpointBufferSize--">getUsedCheckpointBufferSize()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataRegionMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets used checkpoint buffer size in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html#getUsedCheckpointBufferSize--">getUsedCheckpointBufferSize()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataStorageMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets used checkpoint buffer size in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/RandomForestTreeModel.html#getUsedFeatures--">getUsedFeatures()</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.<a href="org/apache/ignite/ml/tree/randomforest/data/RandomForestTreeModel.html" title="class in org.apache.ignite.ml.tree.randomforest.data">RandomForestTreeModel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/datasource/Credentials.html#getUser--">getUser()</a></span> - Method in interface org.apache.ignite.cache.store.cassandra.datasource.<a href="org/apache/ignite/cache/store/cassandra/datasource/Credentials.html" title="interface in org.apache.ignite.cache.store.cassandra.datasource">Credentials</a></dt>
<dd>
<div class="block">Returns user name</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/datasource/PlainCredentials.html#getUser--">getUser()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.datasource.<a href="org/apache/ignite/cache/store/cassandra/datasource/PlainCredentials.html" title="class in org.apache.ignite.cache.store.cassandra.datasource">PlainCredentials</a></dt>
<dd>
<div class="block">Returns user name</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/IgniteFramework.html#getUser--">getUser()</a></span> - Method in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/IgniteFramework.html" title="class in org.apache.ignite.mesos">IgniteFramework</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html#getUser--">getUser()</a></span> - Method in class org.apache.ignite.spi.checkpoint.jdbc.<a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.jdbc">JdbcCheckpointSpi</a></dt>
<dd>
<div class="block">Gets checkpoint jdbc user name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpiMBean.html#getUser--">getUser()</a></span> - Method in interface org.apache.ignite.spi.checkpoint.jdbc.<a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpiMBean.html" title="interface in org.apache.ignite.spi.checkpoint.jdbc">JdbcCheckpointSpiMBean</a></dt>
<dd>
<div class="block">Gets checkpoint jdbc user name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConfiguration.html#getUserAttributes--">getUserAttributes()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration">ClientConfiguration</a></dt>
<dd>
<div class="block">Returns user attributes which can be used on server node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getUserAttributes--">getUserAttributes()</a></span> - Method 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">Should return any user-defined attributes to be added to this node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#getUserAttributesFormatted--">getUserAttributesFormatted()</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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Check the <a href="org/apache/ignite/spi/metric/ReadOnlyMetricRegistry.html" title="interface in org.apache.ignite.spi.metric"><code>ReadOnlyMetricRegistry</code></a> with "name=ignite.userAttributesFormatted" instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConfiguration.html#getUserName--">getUserName()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration">ClientConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#getUsername--">getUsername()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/SecurityCredentials.html#getUserObject--">getUserObject()</a></span> - Method in class org.apache.ignite.plugin.security.<a href="org/apache/ignite/plugin/security/SecurityCredentials.html" title="class in org.apache.ignite.plugin.security">SecurityCredentials</a></dt>
<dd>
<div class="block">Gets user-specific object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConfiguration.html#getUserPassword--">getUserPassword()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration">ClientConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getUtilityCacheKeepAliveTime--">getUtilityCacheKeepAliveTime()</a></span> - Method 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">Keep alive time of thread pool that is in charge of processing utility cache messages.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getUtilityCacheThreadPoolSize--">getUtilityCacheThreadPoolSize()</a></span> - Method 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 size of thread pool that is in charge of processing utility cache messages.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/DecisionTreeLeafNode.html#getVal--">getVal()</a></span> - Method in class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/DecisionTreeLeafNode.html" title="class in org.apache.ignite.ml.tree">DecisionTreeLeafNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/NodeSplit.html#getVal--">getVal()</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.<a href="org/apache/ignite/ml/tree/randomforest/data/NodeSplit.html" title="class in org.apache.ignite.ml.tree.randomforest.data">NodeSplit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/TreeNode.html#getVal--">getVal()</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.<a href="org/apache/ignite/ml/tree/randomforest/data/TreeNode.html" title="class in org.apache.ignite.ml.tree.randomforest.data">TreeNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/ClassificationMetricsAggregator.html#getValidAnswersCount--">getValidAnswersCount()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.evaluator.aggregator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/ClassificationMetricsAggregator.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator.aggregator">ClassificationMetricsAggregator</a></dt>
<dd>
<div class="block">Returns validAnswersCount.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PojoFieldAccessor.html#getValue-java.lang.Object-">getValue(Object)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/PojoFieldAccessor.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">PojoFieldAccessor</a></dt>
<dd>
<div class="block">Returns field value for the object instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteBiTuple.html#getValue--">getValue()</a></span> - Method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteBiTuple.html" title="class in org.apache.ignite.lang">IgniteBiTuple</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/Histogram.html#getValue-java.lang.Integer-">getValue(Integer)</a></span> - Method in interface org.apache.ignite.ml.dataset.feature.<a href="org/apache/ignite/ml/dataset/feature/Histogram.html" title="interface in org.apache.ignite.ml.dataset.feature">Histogram</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/ObjectHistogram.html#getValue-java.lang.Integer-">getValue(Integer)</a></span> - Method in class org.apache.ignite.ml.dataset.feature.<a href="org/apache/ignite/ml/dataset/feature/ObjectHistogram.html" title="class in org.apache.ignite.ml.dataset.feature">ObjectHistogram</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/UpstreamEntry.html#getValue--">getValue()</a></span> - Method in class org.apache.ignite.ml.dataset.<a href="org/apache/ignite/ml/dataset/UpstreamEntry.html" title="class in org.apache.ignite.ml.dataset">UpstreamEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/impurity/GiniHistogram.html#getValue-java.lang.Integer-">getValue(Integer)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.impurity.<a href="org/apache/ignite/ml/tree/randomforest/data/impurity/GiniHistogram.html" title="class in org.apache.ignite.ml.tree.randomforest.data.impurity">GiniHistogram</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/impurity/MSEHistogram.html#getValue-java.lang.Integer-">getValue(Integer)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.impurity.<a href="org/apache/ignite/ml/tree/randomforest/data/impurity/MSEHistogram.html" title="class in org.apache.ignite.ml.tree.randomforest.data.impurity">MSEHistogram</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryEntity.html#getValueFieldName--">getValueFieldName()</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">Get value field name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html#getValueFieldName--">getValueFieldName()</a></span> - Method in class org.apache.ignite.spi.checkpoint.jdbc.<a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.jdbc">JdbcCheckpointSpi</a></dt>
<dd>
<div class="block">Gets value field name for checkpoint table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpiMBean.html#getValueFieldName--">getValueFieldName()</a></span> - Method in interface org.apache.ignite.spi.checkpoint.jdbc.<a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpiMBean.html" title="interface in org.apache.ignite.spi.checkpoint.jdbc">JdbcCheckpointSpiMBean</a></dt>
<dd>
<div class="block">Gets value field name for checkpoint table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/KeyValuePersistenceSettings.html#getValueFields--">getValueFields()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/KeyValuePersistenceSettings.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">KeyValuePersistenceSettings</a></dt>
<dd>
<div class="block">Returns list of Ignite cache value POJO fields to be mapped to Cassandra table columns.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/JdbcType.html#getValueFields--">getValueFields()</a></span> - Method in class org.apache.ignite.cache.store.jdbc.<a href="org/apache/ignite/cache/store/jdbc/JdbcType.html" title="class in org.apache.ignite.cache.store.jdbc">JdbcType</a></dt>
<dd>
<div class="block">Gets optional persistent value fields (needed only if <a href="org/apache/ignite/cache/store/jdbc/CacheJdbcPojoStore.html" title="class in org.apache.ignite.cache.store.jdbc"><code>CacheJdbcPojoStore</code></a> is used).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html#getValueFieldType--">getValueFieldType()</a></span> - Method in class org.apache.ignite.spi.checkpoint.jdbc.<a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.jdbc">JdbcCheckpointSpi</a></dt>
<dd>
<div class="block">Gets value field type for checkpoint table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpiMBean.html#getValueFieldType--">getValueFieldType()</a></span> - Method in interface org.apache.ignite.spi.checkpoint.jdbc.<a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpiMBean.html" title="interface in org.apache.ignite.spi.checkpoint.jdbc">JdbcCheckpointSpiMBean</a></dt>
<dd>
<div class="block">Gets value field type for checkpoint table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PojoField.html#getValueFromObject-java.lang.Object-org.apache.ignite.cache.store.cassandra.serializer.Serializer-">getValueFromObject(Object, Serializer)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/PojoField.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">PojoField</a></dt>
<dd>
<div class="block">Gets field value as an object having Cassandra compatible type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/KeyValuePersistenceSettings.html#getValuePersistenceSettings--">getValuePersistenceSettings()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/KeyValuePersistenceSettings.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">KeyValuePersistenceSettings</a></dt>
<dd>
<div class="block">Returns persistence settings for Ignite cache values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/discrete/DiscreteNaiveBayesSumsHolder.html#getValuesInBucketPerLbl--">getValuesInBucketPerLbl()</a></span> - Method in class org.apache.ignite.ml.naivebayes.discrete.<a href="org/apache/ignite/ml/naivebayes/discrete/DiscreteNaiveBayesSumsHolder.html" title="class in org.apache.ignite.ml.naivebayes.discrete">DiscreteNaiveBayesSumsHolder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getValueType--">getValueType()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">Determines the required type of values for this <code>Cache</code>, if any.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryEntity.html#getValueType--">getValueType()</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">Gets value type for this query pair.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/JdbcType.html#getValueType--">getValueType()</a></span> - Method in class org.apache.ignite.cache.store.jdbc.<a href="org/apache/ignite/cache/store/jdbc/JdbcType.html" title="class in org.apache.ignite.cache.store.jdbc">JdbcType</a></dt>
<dd>
<div class="block">Gets value type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getValueType--">getValueType()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Determines the required type of values for this <code>Cache</code>, if any.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PlatformCacheConfiguration.html#getValueTypeName--">getValueTypeName()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PlatformCacheConfiguration.html" title="class in org.apache.ignite.configuration">PlatformCacheConfiguration</a></dt>
<dd>
<div class="block">Gets fully-qualified platform type name of the cache value used for the local map.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/isolve/lsqr/LSQRResult.html#getVar--">getVar()</a></span> - Method in class org.apache.ignite.ml.math.isolve.lsqr.<a href="org/apache/ignite/ml/math/isolve/lsqr/LSQRResult.html" title="class in org.apache.ignite.ml.math.isolve.lsqr">LSQRResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/WrappedPreparedStatement.html#getVariables--">getVariables()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.session.<a href="org/apache/ignite/cache/store/cassandra/session/WrappedPreparedStatement.html" title="class in org.apache.ignite.cache.store.cassandra.session">WrappedPreparedStatement</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/gaussian/GaussianNaiveBayesModel.html#getVariances--">getVariances()</a></span> - Method in class org.apache.ignite.ml.naivebayes.gaussian.<a href="org/apache/ignite/ml/naivebayes/gaussian/GaussianNaiveBayesModel.html" title="class in org.apache.ignite.ml.naivebayes.gaussian">GaussianNaiveBayesModel</a></dt>
<dd>
<div class="block">A getter for variances.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#getVector--">getVector()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Get the delegating vector</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/DatasetRow.html#getVector--">getVector()</a></span> - Method in class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/DatasetRow.html" title="class in org.apache.ignite.ml.structures">DatasetRow</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#getVmName--">getVmName()</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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Check the <a href="org/apache/ignite/spi/metric/ReadOnlyMetricRegistry.html" title="interface in org.apache.ignite.spi.metric"><code>ReadOnlyMetricRegistry</code></a> with "name=ignite.VmName" instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html#getVocabulary--">getVocabulary()</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelLexer</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#getVocabulary--">getVocabulary()</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/fifoqueue/FifoQueueCollisionSpi.html#getWaitingJobsNumber--">getWaitingJobsNumber()</a></span> - Method in class org.apache.ignite.spi.collision.fifoqueue.<a href="org/apache/ignite/spi/collision/fifoqueue/FifoQueueCollisionSpi.html" title="class in org.apache.ignite.spi.collision.fifoqueue">FifoQueueCollisionSpi</a></dt>
<dd>
<div class="block">See <a href="org/apache/ignite/spi/collision/fifoqueue/FifoQueueCollisionSpi.html#setWaitingJobsNumber-int-"><code>FifoQueueCollisionSpi.setWaitingJobsNumber(int)</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/fifoqueue/FifoQueueCollisionSpiMBean.html#getWaitingJobsNumber--">getWaitingJobsNumber()</a></span> - Method in interface org.apache.ignite.spi.collision.fifoqueue.<a href="org/apache/ignite/spi/collision/fifoqueue/FifoQueueCollisionSpiMBean.html" title="interface in org.apache.ignite.spi.collision.fifoqueue">FifoQueueCollisionSpiMBean</a></dt>
<dd>
<div class="block">Maximum number of jobs that are allowed to wait in waiting queue.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html#getWaitingJobsNumber--">getWaitingJobsNumber()</a></span> - Method in class org.apache.ignite.spi.collision.priorityqueue.<a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html" title="class in org.apache.ignite.spi.collision.priorityqueue">PriorityQueueCollisionSpi</a></dt>
<dd>
<div class="block">Maximum number of jobs that are allowed to wait in waiting queue.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpiMBean.html#getWaitingJobsNumber--">getWaitingJobsNumber()</a></span> - Method in interface org.apache.ignite.spi.collision.priorityqueue.<a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpiMBean.html" title="interface in org.apache.ignite.spi.collision.priorityqueue">PriorityQueueCollisionSpiMBean</a></dt>
<dd>
<div class="block">Maximum number of jobs that are allowed to wait in waiting queue.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpi.html#getWaitJobsThreshold--">getWaitJobsThreshold()</a></span> - Method 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">See <a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpi.html#setWaitJobsThreshold-int-"><code>JobStealingCollisionSpi.setWaitJobsThreshold(int)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpiMBean.html#getWaitJobsThreshold--">getWaitJobsThreshold()</a></span> - Method in interface org.apache.ignite.spi.collision.jobstealing.<a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpiMBean.html" title="interface in org.apache.ignite.spi.collision.jobstealing">JobStealingCollisionSpiMBean</a></dt>
<dd>
<div class="block">Gets job count threshold at which this node will
start stealing jobs from other nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteLock.html#getWaitQueueLength-org.apache.ignite.IgniteCondition-">getWaitQueueLength(IgniteCondition)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteLock.html" title="interface in org.apache.ignite">IgniteLock</a></dt>
<dd>
<div class="block">Returns an estimate of the number of threads on this node that are waiting on the
given condition associated with this lock.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/development/utils/IgniteWalConverterArguments.html#getWalArchiveDir--">getWalArchiveDir()</a></span> - Method in class org.apache.ignite.development.utils.<a href="org/apache/ignite/development/utils/IgniteWalConverterArguments.html" title="class in org.apache.ignite.development.utils">IgniteWalConverterArguments</a></dt>
<dd>
<div class="block">Path to dir with archive wal files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#getWalArchivePath--">getWalArchivePath()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Gets a path to the WAL archive directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#getWalArchivePath--">getWalArchivePath()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets a path to the WAL archive directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataStorageMetrics.html#getWalArchiveSegments--">getWalArchiveSegments()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/DataStorageMetrics.html" title="interface in org.apache.ignite">DataStorageMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the current number of WAL segments in the WAL archive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataStorageMetricsAdapter.html#getWalArchiveSegments--">getWalArchiveSegments()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/DataStorageMetricsAdapter.html" title="class in org.apache.ignite">DataStorageMetricsAdapter</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the current number of WAL segments in the WAL archive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html#getWalArchiveSegments--">getWalArchiveSegments()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataStorageMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the current number of WAL segments in the WAL archive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/PersistenceMetricsMXBean.html#getWalArchiveSegments--">getWalArchiveSegments()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/PersistenceMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">PersistenceMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the current number of WAL segments in the WAL archive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/PersistenceMetrics.html#getWalArchiveSegments--">getWalArchiveSegments()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/PersistenceMetrics.html" title="interface in org.apache.ignite">PersistenceMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the current number of WAL segments in the WAL archive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#getWalAutoArchiveAfterInactivity--">getWalAutoArchiveAfterInactivity()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#getWalAutoArchiveAfterInactivity--">getWalAutoArchiveAfterInactivity()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#getWalBufferSize--">getWalBufferSize()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Property defines size(in bytes) of WAL buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#getWalBufferSize--">getWalBufferSize()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataStorageMetrics.html#getWalBuffPollSpinsRate--">getWalBuffPollSpinsRate()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/DataStorageMetrics.html" title="interface in org.apache.ignite">DataStorageMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Returns WAL buffer poll spins number over the last time interval.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html#getWalBuffPollSpinsRate--">getWalBuffPollSpinsRate()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataStorageMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Returns WAL buffer poll spins number over the last time interval.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#getWalCompactionLevel--">getWalCompactionLevel()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataStorageMXBean.html#getWalCompactionLevel--">getWalCompactionLevel()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataStorageMXBean.html" title="interface in org.apache.ignite.mxbean">DataStorageMXBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataStorageMetrics.html#getWalCompressedBytes--">getWalCompressedBytes()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/DataStorageMetrics.html" title="interface in org.apache.ignite">DataStorageMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Getting the total size of the compressed segments in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html#getWalCompressedBytes--">getWalCompressedBytes()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataStorageMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Getting the total size of the compressed segments in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/development/utils/IgniteWalConverterArguments.html#getWalDir--">getWalDir()</a></span> - Method in class org.apache.ignite.development.utils.<a href="org/apache/ignite/development/utils/IgniteWalConverterArguments.html" title="class in org.apache.ignite.development.utils">IgniteWalConverterArguments</a></dt>
<dd>
<div class="block">Path to dir with wal files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#getWalFlushFrequency--">getWalFlushFrequency()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">This property define how often WAL will be fsync-ed in <code>BACKGROUND</code> mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#getWalFlushFrequency--">getWalFlushFrequency()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">This property define how often WAL will be fsync-ed in <code>BACKGROUND</code> mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#getWalFsyncDelayNanos--">getWalFsyncDelayNanos()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Property that allows to trade latency for throughput in <a href="org/apache/ignite/configuration/WALMode.html#FSYNC"><code>WALMode.FSYNC</code></a> mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#getWalFsyncDelayNanos--">getWalFsyncDelayNanos()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the fsync delay, in nanoseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataStorageMetrics.html#getWalFsyncTimeAverage--">getWalFsyncTimeAverage()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/DataStorageMetrics.html" title="interface in org.apache.ignite">DataStorageMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the average WAL fsync duration in microseconds over the last time interval.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataStorageMetricsAdapter.html#getWalFsyncTimeAverage--">getWalFsyncTimeAverage()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/DataStorageMetricsAdapter.html" title="class in org.apache.ignite">DataStorageMetricsAdapter</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the average WAL fsync duration in microseconds over the last time interval.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html#getWalFsyncTimeAverage--">getWalFsyncTimeAverage()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataStorageMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the average WAL fsync duration in microseconds over the last time interval.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/PersistenceMetricsMXBean.html#getWalFsyncTimeAverage--">getWalFsyncTimeAverage()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/PersistenceMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">PersistenceMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the average WAL fsync duration in microseconds over the last time interval.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/PersistenceMetrics.html#getWalFsyncTimeAverage--">getWalFsyncTimeAverage()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/PersistenceMetrics.html" title="interface in org.apache.ignite">PersistenceMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the average WAL fsync duration in microseconds over the last time interval.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#getWalHistorySize--">getWalHistorySize()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Instead of walHistorySize use maxWalArchiveSize for manage of archive size.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#getWalHistorySize--">getWalHistorySize()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets a total number of checkpoints to keep in the WAL history.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataStorageMetrics.html#getWalLastRollOverTime--">getWalLastRollOverTime()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/DataStorageMetrics.html" title="interface in org.apache.ignite">DataStorageMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Time of the last WAL segment rollover.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html#getWalLastRollOverTime--">getWalLastRollOverTime()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataStorageMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Time of the last WAL segment rollover.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataStorageMetrics.html#getWalLoggingRate--">getWalLoggingRate()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/DataStorageMetrics.html" title="interface in org.apache.ignite">DataStorageMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the average number of WAL records per second written during the last time interval.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataStorageMetricsAdapter.html#getWalLoggingRate--">getWalLoggingRate()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/DataStorageMetricsAdapter.html" title="class in org.apache.ignite">DataStorageMetricsAdapter</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the average number of WAL records per second written during the last time interval.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html#getWalLoggingRate--">getWalLoggingRate()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataStorageMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the average number of WAL records per second written during the last time interval.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/PersistenceMetricsMXBean.html#getWalLoggingRate--">getWalLoggingRate()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/PersistenceMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">PersistenceMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the average number of WAL records per second written during the last time interval.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/PersistenceMetrics.html#getWalLoggingRate--">getWalLoggingRate()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/PersistenceMetrics.html" title="interface in org.apache.ignite">PersistenceMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the average number of WAL records per second written during the last time interval.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#getWalMode--">getWalMode()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Property that defines behavior of wal fsync.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#getWalMode--">getWalMode()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Type define behavior wal fsync.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#getWalPageCompression--">getWalPageCompression()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Gets compression algorithm for WAL page snapshot records.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#getWalPageCompressionLevel--">getWalPageCompressionLevel()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Gets <a href="org/apache/ignite/configuration/DataStorageConfiguration.html#getWalPageCompression--"><code>algorithm</code></a> specific WAL page compression level.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#getWalPath--">getWalPath()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Gets a path to the directory where WAL is stored.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#getWalRecordIteratorBufferSize--">getWalRecordIteratorBufferSize()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Property define how many bytes iterator read from
disk (for one reading), during go ahead wal.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#getWalRecordIteratorBufferSize--">getWalRecordIteratorBufferSize()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Property define how many bytes iterator read from
disk (for one reading), during go ahead wal.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#getWalSegments--">getWalSegments()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Gets a number of WAL segments to work with.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#getWalSegments--">getWalSegments()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets a number of WAL segments to work with.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#getWalSegmentSize--">getWalSegmentSize()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Gets size(in bytes) of a WAL segment.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#getWalSegmentSize--">getWalSegmentSize()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets size of a WAL segment in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#getWalStorePath--">getWalStorePath()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets a path to the directory where WAL is stored.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#getWalThreadLocalBufferSize--">getWalThreadLocalBufferSize()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Property for size of thread local buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataStorageMetrics.html#getWalTotalSize--">getWalTotalSize()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/DataStorageMetrics.html" title="interface in org.apache.ignite">DataStorageMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Total size in bytes for storage wal files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html#getWalTotalSize--">getWalTotalSize()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataStorageMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Total size in bytes for storage wal files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataStorageMetrics.html#getWalWritingRate--">getWalWritingRate()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/DataStorageMetrics.html" title="interface in org.apache.ignite">DataStorageMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the average number of bytes per second written during the last time interval.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataStorageMetricsAdapter.html#getWalWritingRate--">getWalWritingRate()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/DataStorageMetricsAdapter.html" title="class in org.apache.ignite">DataStorageMetricsAdapter</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the average number of bytes per second written during the last time interval.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html#getWalWritingRate--">getWalWritingRate()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataStorageMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the average number of bytes per second written during the last time interval.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/PersistenceMetricsMXBean.html#getWalWritingRate--">getWalWritingRate()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/PersistenceMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">PersistenceMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the average number of bytes per second written during the last time interval.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/PersistenceMetrics.html#getWalWritingRate--">getWalWritingRate()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/PersistenceMetrics.html" title="interface in org.apache.ignite">PersistenceMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the average number of bytes per second written during the last time interval.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataStorageMetrics.html#getWalWrittenBytes--">getWalWrittenBytes()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/DataStorageMetrics.html" title="interface in org.apache.ignite">DataStorageMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Getting the total number of logged bytes into the WAL.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html#getWalWrittenBytes--">getWalWrittenBytes()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataStorageMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Getting the total number of logged bytes into the WAL.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getWarmupClosure--">getWarmupClosure()</a></span> - Method 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">Gets grid warmup closure.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataRegionConfiguration.html#getWarmUpConfiguration--">getWarmUpConfiguration()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataRegionConfiguration.html" title="class in org.apache.ignite.configuration">DataRegionConfiguration</a></dt>
<dd>
<div class="block">Gets warm-up configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/startup/BasicWarmupClosure.html#getWarmupMethods--">getWarmupMethods()</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">Gets warmup methods to use for cache warmup.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/predictionsaggregator/WeightedPredictionsAggregator.html#getWeights--">getWeights()</a></span> - Method in class org.apache.ignite.ml.composition.predictionsaggregator.<a href="org/apache/ignite/ml/composition/predictionsaggregator/WeightedPredictionsAggregator.html" title="class in org.apache.ignite.ml.composition.predictionsaggregator">WeightedPredictionsAggregator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/distances/WeightedMinkowskiDistance.html#getWeights--">getWeights()</a></span> - Method in class org.apache.ignite.ml.math.distances.<a href="org/apache/ignite/ml/math/distances/WeightedMinkowskiDistance.html" title="class in org.apache.ignite.ml.math.distances">WeightedMinkowskiDistance</a></dt>
<dd>
<div class="block">Returns weights.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGeneratorsFamily.html#getWithId--">getWithId()</a></span> - Method in class org.apache.ignite.ml.util.generators.primitives.vector.<a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGeneratorsFamily.html" title="class in org.apache.ignite.ml.util.generators.primitives.vector">VectorGeneratorsFamily</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getWorkDirectory--">getWorkDirectory()</a></span> - Method 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">Gets Ignite work directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/WorkersControlMXBean.html#getWorkerNames--">getWorkerNames()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/WorkersControlMXBean.html" title="interface in org.apache.ignite.mxbean">WorkersControlMXBean</a></dt>
<dd>
<div class="block">Returns names of all registered workers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/WrappedPreparedStatement.html#getWrappedStatement--">getWrappedStatement()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.session.<a href="org/apache/ignite/cache/store/cassandra/session/WrappedPreparedStatement.html" title="class in org.apache.ignite.cache.store.cassandra.session">WrappedPreparedStatement</a></dt>
<dd>
<div class="block">Getter for wrapped statement.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getWriteBehindBatchSize--">getWriteBehindBatchSize()</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>
<dd>
<div class="block">Maximum batch size for write-behind cache store operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getWriteBehindBufferSize--">getWriteBehindBufferSize()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">Gets count of entries that were processed by the write-behind store and have not been
flushed to the underlying store yet.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getWriteBehindBufferSize--">getWriteBehindBufferSize()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets count of entries that were processed by the write-behind store and have not been
flushed to the underlying store yet.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getWriteBehindCoalescing--">getWriteBehindCoalescing()</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>
<dd>
<div class="block">Write coalescing flag for write-behind cache store operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getWriteBehindCriticalOverflowCount--">getWriteBehindCriticalOverflowCount()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">Gets count of write buffer overflow events in progress at the moment.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getWriteBehindCriticalOverflowCount--">getWriteBehindCriticalOverflowCount()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets count of write buffer overflow events in progress at the moment.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getWriteBehindErrorRetryCount--">getWriteBehindErrorRetryCount()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">Gets count of cache entries that are in a store-retry state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getWriteBehindErrorRetryCount--">getWriteBehindErrorRetryCount()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets count of cache entries that are in a store-retry state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getWriteBehindFlushFrequency--">getWriteBehindFlushFrequency()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">Gets the cache flush frequency.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getWriteBehindFlushFrequency--">getWriteBehindFlushFrequency()</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>
<dd>
<div class="block">Frequency with which write-behind cache is flushed to the cache store in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getWriteBehindFlushFrequency--">getWriteBehindFlushFrequency()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the cache flush frequency.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getWriteBehindFlushSize--">getWriteBehindFlushSize()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">Gets the maximum size of the write-behind buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getWriteBehindFlushSize--">getWriteBehindFlushSize()</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>
<dd>
<div class="block">Maximum size of the write-behind cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getWriteBehindFlushSize--">getWriteBehindFlushSize()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the maximum size of the write-behind buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getWriteBehindFlushThreadCount--">getWriteBehindFlushThreadCount()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">Gets the number of flush threads that will perform store update operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getWriteBehindFlushThreadCount--">getWriteBehindFlushThreadCount()</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>
<dd>
<div class="block">Number of threads that will perform cache flushing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getWriteBehindFlushThreadCount--">getWriteBehindFlushThreadCount()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the number of flush threads that will perform store update operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getWriteBehindStoreBatchSize--">getWriteBehindStoreBatchSize()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">Gets the maximum count of similar (put or remove) operations that can be grouped to a single batch.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getWriteBehindStoreBatchSize--">getWriteBehindStoreBatchSize()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the maximum count of similar (put or remove) operations that can be grouped to a single batch.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#getWriteBehindTotalCriticalOverflowCount--">getWriteBehindTotalCriticalOverflowCount()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">Gets count of write buffer overflow events since initialization.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#getWriteBehindTotalCriticalOverflowCount--">getWriteBehindTotalCriticalOverflowCount()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets count of write buffer overflow events since initialization.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PersistenceController.html#getWriteStatement-java.lang.String-">getWriteStatement(String)</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">Returns CQL statement to insert row into Cassandra table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#getWriteSynchronizationMode--">getWriteSynchronizationMode()</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>
<div class="block">Gets write synchronization mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getWriteSynchronizationMode--">getWriteSynchronizationMode()</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>
<dd>
<div class="block">Gets write synchronization mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/isolve/IterativeSolverResult.html#getX--">getX()</a></span> - Method in class org.apache.ignite.ml.math.isolve.<a href="org/apache/ignite/ml/math/isolve/IterativeSolverResult.html" title="class in org.apache.ignite.ml.math.isolve">IterativeSolverResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#getX-int-int-">getX(int, int)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>
<div class="block">Gets the matrix value at the provided location without checking boundaries.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html#getX-int-int-">getX(int, int)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">Matrix</a></dt>
<dd>
<div class="block">Gets the matrix value at the provided location without checking boundaries.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#getX-int-">getX(int)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Gets the value at specified index without checking for index boundaries.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#getX-int-">getX(int)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Gets the value at specified index without checking for index boundaries.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html#getX-int-">getX(int)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a></dt>
<dd>
<div class="block">Gets the value at specified index without checking for index boundaries.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/impurity/util/StepFunction.html#getX--">getX()</a></span> - Method in class org.apache.ignite.ml.tree.impurity.util.<a href="org/apache/ignite/ml/tree/impurity/util/StepFunction.html" title="class in org.apache.ignite.ml.tree.impurity.util">StepFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/isolve/lsqr/LSQRResult.html#getXnorm--">getXnorm()</a></span> - Method in class org.apache.ignite.ml.math.isolve.lsqr.<a href="org/apache/ignite/ml/math/isolve/lsqr/LSQRResult.html" title="class in org.apache.ignite.ml.math.isolve.lsqr">LSQRResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/partition/LabelPartitionDataOnHeap.html#getY--">getY()</a></span> - Method in class org.apache.ignite.ml.structures.partition.<a href="org/apache/ignite/ml/structures/partition/LabelPartitionDataOnHeap.html" title="class in org.apache.ignite.ml.structures.partition">LabelPartitionDataOnHeap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/impurity/util/StepFunction.html#getY--">getY()</a></span> - Method in class org.apache.ignite.ml.tree.impurity.util.<a href="org/apache/ignite/ml/tree/impurity/util/StepFunction.html" title="class in org.apache.ignite.ml.tree.impurity.util">StepFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/zk/TcpDiscoveryZookeeperIpFinder.html#getZkConnectionString--">getZkConnectionString()</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.zk.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/zk/TcpDiscoveryZookeeperIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.zk">TcpDiscoveryZookeeperIpFinder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html#getZkConnectionString--">getZkConnectionString()</a></span> - Method in class org.apache.ignite.spi.discovery.zk.<a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.zk">ZookeeperDiscoverySpi</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpiMBean.html#getZkConnectionString--">getZkConnectionString()</a></span> - Method in interface org.apache.ignite.spi.discovery.zk.<a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpiMBean.html" title="interface in org.apache.ignite.spi.discovery.zk">ZookeeperDiscoverySpiMBean</a></dt>
<dd>
<div class="block">Gets connection string used to connect to ZooKeeper cluster.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html#getZkRootPath--">getZkRootPath()</a></span> - Method in class org.apache.ignite.spi.discovery.zk.<a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.zk">ZookeeperDiscoverySpi</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpiMBean.html#getZkRootPath--">getZkRootPath()</a></span> - Method in interface org.apache.ignite.spi.discovery.zk.<a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpiMBean.html" title="interface in org.apache.ignite.spi.discovery.zk">ZookeeperDiscoverySpiMBean</a></dt>
<dd>
<div class="block">Gets root path in ZooKeeper cluster Zk client uses to put data to.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpiMBean.html#getZkSessionId--">getZkSessionId()</a></span> - Method in interface org.apache.ignite.spi.discovery.zk.<a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpiMBean.html" title="interface in org.apache.ignite.spi.discovery.zk">ZookeeperDiscoverySpiMBean</a></dt>
<dd>
<div class="block">Gets session id of Zk client established with ZooKeeper cluster.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpiMBean.html#getZkSessionTimeout--">getZkSessionTimeout()</a></span> - Method in interface org.apache.ignite.spi.discovery.zk.<a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpiMBean.html" title="interface in org.apache.ignite.spi.discovery.zk">ZookeeperDiscoverySpiMBean</a></dt>
<dd>
<div class="block">Gets session timeout used by Zk client of local Ignite node.</div>
</dd>
<dt><a href="org/apache/ignite/ml/tree/randomforest/data/impurity/GiniHistogram.html" title="class in org.apache.ignite.ml.tree.randomforest.data.impurity"><span class="typeNameLink">GiniHistogram</span></a> - Class in <a href="org/apache/ignite/ml/tree/randomforest/data/impurity/package-summary.html">org.apache.ignite.ml.tree.randomforest.data.impurity</a></dt>
<dd>
<div class="block">Class contains implementation of splitting point finding algorithm based on Gini metric (see
https://en.wikipedia.org/wiki/Gini_coefficient) and represents a set of histograms in according to this metric.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/impurity/GiniHistogram.html#GiniHistogram-int-java.util.Map-org.apache.ignite.ml.dataset.feature.BucketMeta-">GiniHistogram(int, Map<span class='angle_bracket'>&lt;</span>Double, Integer<span class='angle_bracket'>&gt;</span>, BucketMeta)</a></span> - Constructor for class org.apache.ignite.ml.tree.randomforest.data.impurity.<a href="org/apache/ignite/ml/tree/randomforest/data/impurity/GiniHistogram.html" title="class in org.apache.ignite.ml.tree.randomforest.data.impurity">GiniHistogram</a></dt>
<dd>
<div class="block">Creates an instance of GiniHistogram.</div>
</dd>
<dt><a href="org/apache/ignite/ml/tree/randomforest/data/impurity/GiniHistogramsComputer.html" title="class in org.apache.ignite.ml.tree.randomforest.data.impurity"><span class="typeNameLink">GiniHistogramsComputer</span></a> - Class in <a href="org/apache/ignite/ml/tree/randomforest/data/impurity/package-summary.html">org.apache.ignite.ml.tree.randomforest.data.impurity</a></dt>
<dd>
<div class="block">Implementation of <a href="org/apache/ignite/ml/tree/randomforest/data/impurity/ImpurityHistogramsComputer.html" title="class in org.apache.ignite.ml.tree.randomforest.data.impurity"><code>ImpurityHistogramsComputer</code></a> for classification task.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/impurity/GiniHistogramsComputer.html#GiniHistogramsComputer-java.util.Map-">GiniHistogramsComputer(Map<span class='angle_bracket'>&lt;</span>Double, Integer<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.tree.randomforest.data.impurity.<a href="org/apache/ignite/ml/tree/randomforest/data/impurity/GiniHistogramsComputer.html" title="class in org.apache.ignite.ml.tree.randomforest.data.impurity">GiniHistogramsComputer</a></dt>
<dd>
<div class="block">Creates an instance of GiniHistogramsComputer.</div>
</dd>
<dt><a href="org/apache/ignite/ml/tree/impurity/gini/GiniImpurityMeasure.html" title="class in org.apache.ignite.ml.tree.impurity.gini"><span class="typeNameLink">GiniImpurityMeasure</span></a> - Class in <a href="org/apache/ignite/ml/tree/impurity/gini/package-summary.html">org.apache.ignite.ml.tree.impurity.gini</a></dt>
<dd>
<div class="block">Gini impurity measure which is calculated the following way:
<code>\-frac{1}{L}\sum_{i=1}^{s}l_i^2 - \frac{1}{R}\sum_{i=s+1}^{n}r_i^2</code>.</div>
</dd>
<dt><a href="org/apache/ignite/ml/tree/impurity/gini/GiniImpurityMeasureCalculator.html" title="class in org.apache.ignite.ml.tree.impurity.gini"><span class="typeNameLink">GiniImpurityMeasureCalculator</span></a> - Class in <a href="org/apache/ignite/ml/tree/impurity/gini/package-summary.html">org.apache.ignite.ml.tree.impurity.gini</a></dt>
<dd>
<div class="block">Gini impurity measure calculator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/impurity/gini/GiniImpurityMeasureCalculator.html#GiniImpurityMeasureCalculator-java.util.Map-boolean-">GiniImpurityMeasureCalculator(Map<span class='angle_bracket'>&lt;</span>Double, Integer<span class='angle_bracket'>&gt;</span>, boolean)</a></span> - Constructor for class org.apache.ignite.ml.tree.impurity.gini.<a href="org/apache/ignite/ml/tree/impurity/gini/GiniImpurityMeasureCalculator.html" title="class in org.apache.ignite.ml.tree.impurity.gini">GiniImpurityMeasureCalculator</a></dt>
<dd>
<div class="block">Constructs a new instance of Gini impurity measure calculator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteUuid.html#globalId--">globalId()</a></span> - Method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteUuid.html" title="class in org.apache.ignite.lang">IgniteUuid</a></dt>
<dd>
<div class="block">Gets global ID portion of this <code>IgniteUuid</code>.</div>
</dd>
<dt><a href="org/apache/ignite/ml/clustering/gmm/GmmModel.html" title="class in org.apache.ignite.ml.clustering.gmm"><span class="typeNameLink">GmmModel</span></a> - Class in <a href="org/apache/ignite/ml/clustering/gmm/package-summary.html">org.apache.ignite.ml.clustering.gmm</a></dt>
<dd>
<div class="block">Gaussian Mixture Model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/gmm/GmmModel.html#GmmModel-org.apache.ignite.ml.math.primitives.vector.Vector-java.util.List-">GmmModel(Vector, List<span class='angle_bracket'>&lt;</span>MultivariateGaussianDistribution<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.clustering.gmm.<a href="org/apache/ignite/ml/clustering/gmm/GmmModel.html" title="class in org.apache.ignite.ml.clustering.gmm">GmmModel</a></dt>
<dd>
<div class="block">Creates an instance of GmmModel.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/gmm/GmmModel.html#GmmModel--">GmmModel()</a></span> - Constructor for class org.apache.ignite.ml.clustering.gmm.<a href="org/apache/ignite/ml/clustering/gmm/GmmModel.html" title="class in org.apache.ignite.ml.clustering.gmm">GmmModel</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/clustering/gmm/GmmTrainer.html" title="class in org.apache.ignite.ml.clustering.gmm"><span class="typeNameLink">GmmTrainer</span></a> - Class in <a href="org/apache/ignite/ml/clustering/gmm/package-summary.html">org.apache.ignite.ml.clustering.gmm</a></dt>
<dd>
<div class="block">Traner for GMM model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/gmm/GmmTrainer.html#GmmTrainer--">GmmTrainer()</a></span> - Constructor for class org.apache.ignite.ml.clustering.gmm.<a href="org/apache/ignite/ml/clustering/gmm/GmmTrainer.html" title="class in org.apache.ignite.ml.clustering.gmm">GmmTrainer</a></dt>
<dd>
<div class="block">Creates an instance of GmmTrainer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/gmm/GmmTrainer.html#GmmTrainer-int-int-">GmmTrainer(int, int)</a></span> - Constructor for class org.apache.ignite.ml.clustering.gmm.<a href="org/apache/ignite/ml/clustering/gmm/GmmTrainer.html" title="class in org.apache.ignite.ml.clustering.gmm">GmmTrainer</a></dt>
<dd>
<div class="block">Creates an instance of GmmTrainer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/gmm/GmmTrainer.html#GmmTrainer-int-">GmmTrainer(int)</a></span> - Constructor for class org.apache.ignite.ml.clustering.gmm.<a href="org/apache/ignite/ml/clustering/gmm/GmmTrainer.html" title="class in org.apache.ignite.ml.clustering.gmm">GmmTrainer</a></dt>
<dd>
<div class="block">Creates an instance of GmmTrainer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/loss/LogLoss.html#gradient-long-double-double-">gradient(long, double, double)</a></span> - Method in class org.apache.ignite.ml.composition.boosting.loss.<a href="org/apache/ignite/ml/composition/boosting/loss/LogLoss.html" title="class in org.apache.ignite.ml.composition.boosting.loss">LogLoss</a></dt>
<dd>
<div class="block">Error gradient value for model answer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/loss/Loss.html#gradient-long-double-double-">gradient(long, double, double)</a></span> - Method in interface org.apache.ignite.ml.composition.boosting.loss.<a href="org/apache/ignite/ml/composition/boosting/loss/Loss.html" title="interface in org.apache.ignite.ml.composition.boosting.loss">Loss</a></dt>
<dd>
<div class="block">Error gradient value for model answer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/loss/SquaredError.html#gradient-long-double-double-">gradient(long, double, double)</a></span> - Method in class org.apache.ignite.ml.composition.boosting.loss.<a href="org/apache/ignite/ml/composition/boosting/loss/SquaredError.html" title="class in org.apache.ignite.ml.composition.boosting.loss">SquaredError</a></dt>
<dd>
<div class="block">Error gradient value for model answer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/optimization/updatecalculators/SimpleGDParameterUpdate.html#gradient--">gradient()</a></span> - Method in class org.apache.ignite.ml.optimization.updatecalculators.<a href="org/apache/ignite/ml/optimization/updatecalculators/SimpleGDParameterUpdate.html" title="class in org.apache.ignite.ml.optimization.updatecalculators">SimpleGDParameterUpdate</a></dt>
<dd>
<div class="block">Get gradient.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteProductVersion.html#greaterThanEqual-int-int-int-">greaterThanEqual(int, int, int)</a></span> - Method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteProductVersion.html" title="class in org.apache.ignite.lang">IgniteProductVersion</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/CachePluginContext.html#grid--">grid()</a></span> - Method in interface org.apache.ignite.plugin.<a href="org/apache/ignite/plugin/CachePluginContext.html" title="interface in org.apache.ignite.plugin">CachePluginContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/PluginContext.html#grid--">grid()</a></span> - Method in interface org.apache.ignite.plugin.<a href="org/apache/ignite/plugin/PluginContext.html" title="interface in org.apache.ignite.plugin">PluginContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateAccessStrategyFactory.html#GRID_CONFIG_PROPERTY">GRID_CONFIG_PROPERTY</a></span> - Static variable in class org.apache.ignite.cache.hibernate.<a href="org/apache/ignite/cache/hibernate/HibernateAccessStrategyFactory.html" title="class in org.apache.ignite.cache.hibernate">HibernateAccessStrategyFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#GRID_LOG_FORMATTED_DESC">GRID_LOG_FORMATTED_DESC</a></span> - Static variable 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="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateAccessStrategyFactory.html#GRID_NAME_PROPERTY">GRID_NAME_PROPERTY</a></span> - Static variable in class org.apache.ignite.cache.hibernate.<a href="org/apache/ignite/cache/hibernate/HibernateAccessStrategyFactory.html" title="class in org.apache.ignite.cache.hibernate">HibernateAccessStrategyFactory</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/cache/hibernate/HibernateAccessStrategyFactory.html#IGNITE_INSTANCE_NAME_PROPERTY"><code>HibernateAccessStrategyFactory.IGNITE_INSTANCE_NAME_PROPERTY</code></a>.
If <a href="org/apache/ignite/cache/hibernate/HibernateAccessStrategyFactory.html#IGNITE_INSTANCE_NAME_PROPERTY"><code>HibernateAccessStrategyFactory.IGNITE_INSTANCE_NAME_PROPERTY</code></a> is specified it takes precedence.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/osgi/IgniteOsgiUtils.html#gridCount--">gridCount()</a></span> - Static method in class org.apache.ignite.osgi.<a href="org/apache/ignite/osgi/IgniteOsgiUtils.html" title="class in org.apache.ignite.osgi">IgniteOsgiUtils</a></dt>
<dd>
<div class="block">Returns the number of grids currently running in this OSGi container.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoveryDataBag.html#gridDiscoveryData-int-">gridDiscoveryData(int)</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="memberNameLink"><a href="org/apache/ignite/compute/gridify/aop/aspectj/GridifyAspectJAspect.html#gridify-org.aspectj.lang.ProceedingJoinPoint-">gridify(ProceedingJoinPoint)</a></span> - Method in class org.apache.ignite.compute.gridify.aop.aspectj.<a href="org/apache/ignite/compute/gridify/aop/aspectj/GridifyAspectJAspect.html" title="class in org.apache.ignite.compute.gridify.aop.aspectj">GridifyAspectJAspect</a></dt>
<dd>
<div class="block">Aspect implementation which executes grid-enabled methods on remote
nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/aop/aspectj/GridifySetToSetAspectJAspect.html#gridify-org.aspectj.lang.ProceedingJoinPoint-">gridify(ProceedingJoinPoint)</a></span> - Method in class org.apache.ignite.compute.gridify.aop.aspectj.<a href="org/apache/ignite/compute/gridify/aop/aspectj/GridifySetToSetAspectJAspect.html" title="class in org.apache.ignite.compute.gridify.aop.aspectj">GridifySetToSetAspectJAspect</a></dt>
<dd>
<div class="block">Aspect implementation which executes grid-enabled methods on remote
nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/aop/aspectj/GridifySetToValueAspectJAspect.html#gridify-org.aspectj.lang.ProceedingJoinPoint-">gridify(ProceedingJoinPoint)</a></span> - Method in class org.apache.ignite.compute.gridify.aop.aspectj.<a href="org/apache/ignite/compute/gridify/aop/aspectj/GridifySetToValueAspectJAspect.html" title="class in org.apache.ignite.compute.gridify.aop.aspectj">GridifySetToValueAspectJAspect</a></dt>
<dd>
<div class="block">Aspect implementation which executes grid-enabled methods on remote
nodes.</div>
</dd>
<dt><a href="org/apache/ignite/compute/gridify/Gridify.html" title="annotation in org.apache.ignite.compute.gridify"><span class="typeNameLink">Gridify</span></a> - Annotation Type in <a href="org/apache/ignite/compute/gridify/package-summary.html">org.apache.ignite.compute.gridify</a></dt>
<dd>
<div class="block"><code>Gridify</code> annotation is the main way to grid-enable existing code.</div>
</dd>
<dt><a href="org/apache/ignite/compute/gridify/GridifyArgument.html" title="interface in org.apache.ignite.compute.gridify"><span class="typeNameLink">GridifyArgument</span></a> - Interface in <a href="org/apache/ignite/compute/gridify/package-summary.html">org.apache.ignite.compute.gridify</a></dt>
<dd>
<div class="block">Gridify task argument created by the system for task execution.</div>
</dd>
<dt><a href="org/apache/ignite/compute/gridify/aop/GridifyArgumentAdapter.html" title="class in org.apache.ignite.compute.gridify.aop"><span class="typeNameLink">GridifyArgumentAdapter</span></a> - Class in <a href="org/apache/ignite/compute/gridify/aop/package-summary.html">org.apache.ignite.compute.gridify.aop</a></dt>
<dd>
<div class="block">Convenience adapter for <a href="org/apache/ignite/compute/gridify/GridifyArgument.html" title="interface in org.apache.ignite.compute.gridify"><code>GridifyArgument</code></a> interface.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/aop/GridifyArgumentAdapter.html#GridifyArgumentAdapter--">GridifyArgumentAdapter()</a></span> - Constructor for class org.apache.ignite.compute.gridify.aop.<a href="org/apache/ignite/compute/gridify/aop/GridifyArgumentAdapter.html" title="class in org.apache.ignite.compute.gridify.aop">GridifyArgumentAdapter</a></dt>
<dd>
<div class="block">Empty constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/aop/GridifyArgumentAdapter.html#GridifyArgumentAdapter-org.apache.ignite.compute.gridify.GridifyArgument-java.lang.Object...-">GridifyArgumentAdapter(GridifyArgument, Object...)</a></span> - Constructor for class org.apache.ignite.compute.gridify.aop.<a href="org/apache/ignite/compute/gridify/aop/GridifyArgumentAdapter.html" title="class in org.apache.ignite.compute.gridify.aop">GridifyArgumentAdapter</a></dt>
<dd>
<div class="block">Copy constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/aop/GridifyArgumentAdapter.html#GridifyArgumentAdapter-java.lang.Class-java.lang.String-java.lang.Class:A-java.lang.Object:A-java.lang.Object-">GridifyArgumentAdapter(Class<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>, String, Class<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>[], Object[], Object)</a></span> - Constructor for class org.apache.ignite.compute.gridify.aop.<a href="org/apache/ignite/compute/gridify/aop/GridifyArgumentAdapter.html" title="class in org.apache.ignite.compute.gridify.aop">GridifyArgumentAdapter</a></dt>
<dd>
<div class="block">Creates a fully initialized gridify argument.</div>
</dd>
<dt><a href="org/apache/ignite/compute/gridify/aop/aspectj/GridifyAspectJAspect.html" title="class in org.apache.ignite.compute.gridify.aop.aspectj"><span class="typeNameLink">GridifyAspectJAspect</span></a> - Class in <a href="org/apache/ignite/compute/gridify/aop/aspectj/package-summary.html">org.apache.ignite.compute.gridify.aop.aspectj</a></dt>
<dd>
<div class="block">AspectJ aspect that cross-cuts on all methods grid-enabled with
<a href="org/apache/ignite/compute/gridify/Gridify.html" title="annotation in org.apache.ignite.compute.gridify"><code>Gridify</code></a> annotation and potentially executes them on
remote node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/aop/aspectj/GridifyAspectJAspect.html#GridifyAspectJAspect--">GridifyAspectJAspect()</a></span> - Constructor for class org.apache.ignite.compute.gridify.aop.aspectj.<a href="org/apache/ignite/compute/gridify/aop/aspectj/GridifyAspectJAspect.html" title="class in org.apache.ignite.compute.gridify.aop.aspectj">GridifyAspectJAspect</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/compute/gridify/aop/GridifyDefaultRangeTask.html" title="class in org.apache.ignite.compute.gridify.aop"><span class="typeNameLink">GridifyDefaultRangeTask</span></a> - Class in <a href="org/apache/ignite/compute/gridify/aop/package-summary.html">org.apache.ignite.compute.gridify.aop</a></dt>
<dd>
<div class="block">Default gridify task which simply executes a method on remote node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/aop/GridifyDefaultRangeTask.html#GridifyDefaultRangeTask-java.lang.Class-org.apache.ignite.compute.gridify.GridifyNodeFilter-int-int-boolean-">GridifyDefaultRangeTask(Class<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>, GridifyNodeFilter, int, int, boolean)</a></span> - Constructor for class org.apache.ignite.compute.gridify.aop.<a href="org/apache/ignite/compute/gridify/aop/GridifyDefaultRangeTask.html" title="class in org.apache.ignite.compute.gridify.aop">GridifyDefaultRangeTask</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/compute/gridify/aop/GridifyDefaultTask.html" title="class in org.apache.ignite.compute.gridify.aop"><span class="typeNameLink">GridifyDefaultTask</span></a> - Class in <a href="org/apache/ignite/compute/gridify/aop/package-summary.html">org.apache.ignite.compute.gridify.aop</a></dt>
<dd>
<div class="block">Default gridify task which simply executes a method on remote node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/aop/GridifyDefaultTask.html#GridifyDefaultTask-java.lang.Class-">GridifyDefaultTask(Class<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.compute.gridify.aop.<a href="org/apache/ignite/compute/gridify/aop/GridifyDefaultTask.html" title="class in org.apache.ignite.compute.gridify.aop">GridifyDefaultTask</a></dt>
<dd>
<div class="block">Creates gridify default task with given deployment class.</div>
</dd>
<dt><a href="org/apache/ignite/compute/gridify/GridifyInput.html" title="annotation in org.apache.ignite.compute.gridify"><span class="typeNameLink">GridifyInput</span></a> - Annotation Type in <a href="org/apache/ignite/compute/gridify/package-summary.html">org.apache.ignite.compute.gridify</a></dt>
<dd>
<div class="block">This annotation can be applied to method parameter for grid-enabled method.</div>
</dd>
<dt><a href="org/apache/ignite/compute/gridify/GridifyInterceptor.html" title="interface in org.apache.ignite.compute.gridify"><span class="typeNameLink">GridifyInterceptor</span></a> - Interface in <a href="org/apache/ignite/compute/gridify/package-summary.html">org.apache.ignite.compute.gridify</a></dt>
<dd>
<div class="block">This interface defines an interceptor apply for <a href="org/apache/ignite/compute/gridify/Gridify.html" title="annotation in org.apache.ignite.compute.gridify"><code>Gridify</code></a> annotation.</div>
</dd>
<dt><a href="org/apache/ignite/compute/gridify/GridifyNodeFilter.html" title="interface in org.apache.ignite.compute.gridify"><span class="typeNameLink">GridifyNodeFilter</span></a> - Interface in <a href="org/apache/ignite/compute/gridify/package-summary.html">org.apache.ignite.compute.gridify</a></dt>
<dd>
<div class="block">Predicate node filter.</div>
</dd>
<dt><a href="org/apache/ignite/compute/gridify/GridifyRuntimeException.html" title="class in org.apache.ignite.compute.gridify"><span class="typeNameLink">GridifyRuntimeException</span></a> - Exception in <a href="org/apache/ignite/compute/gridify/package-summary.html">org.apache.ignite.compute.gridify</a></dt>
<dd>
<div class="block">This defines gridify exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/GridifyRuntimeException.html#GridifyRuntimeException-java.lang.String-">GridifyRuntimeException(String)</a></span> - Constructor for exception org.apache.ignite.compute.gridify.<a href="org/apache/ignite/compute/gridify/GridifyRuntimeException.html" title="class in org.apache.ignite.compute.gridify">GridifyRuntimeException</a></dt>
<dd>
<div class="block">Creates new gridify runtime exception with specified message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/GridifyRuntimeException.html#GridifyRuntimeException-java.lang.Throwable-">GridifyRuntimeException(Throwable)</a></span> - Constructor for exception org.apache.ignite.compute.gridify.<a href="org/apache/ignite/compute/gridify/GridifyRuntimeException.html" title="class in org.apache.ignite.compute.gridify">GridifyRuntimeException</a></dt>
<dd>
<div class="block">Creates new gridify runtime exception given throwable as a cause and
source of error message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/GridifyRuntimeException.html#GridifyRuntimeException-java.lang.String-java.lang.Throwable-">GridifyRuntimeException(String, Throwable)</a></span> - Constructor for exception org.apache.ignite.compute.gridify.<a href="org/apache/ignite/compute/gridify/GridifyRuntimeException.html" title="class in org.apache.ignite.compute.gridify">GridifyRuntimeException</a></dt>
<dd>
<div class="block">Creates new gridify runtime exception with specified message and cause.</div>
</dd>
<dt><a href="org/apache/ignite/compute/gridify/GridifySetToSet.html" title="annotation in org.apache.ignite.compute.gridify"><span class="typeNameLink">GridifySetToSet</span></a> - Annotation Type in <a href="org/apache/ignite/compute/gridify/package-summary.html">org.apache.ignite.compute.gridify</a></dt>
<dd>
<div class="block"><code>GridifySetToSet</code> annotation allows to grid-enable existing code with specific semantics.</div>
</dd>
<dt><a href="org/apache/ignite/compute/gridify/aop/GridifySetToSetAbstractAspect.html" title="class in org.apache.ignite.compute.gridify.aop"><span class="typeNameLink">GridifySetToSetAbstractAspect</span></a> - Class in <a href="org/apache/ignite/compute/gridify/aop/package-summary.html">org.apache.ignite.compute.gridify.aop</a></dt>
<dd>
<div class="block">Convenience adapter with common methods for different aspect implementations
(AspectJ, JBoss AOP, Spring AOP).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/aop/GridifySetToSetAbstractAspect.html#GridifySetToSetAbstractAspect--">GridifySetToSetAbstractAspect()</a></span> - Constructor for class org.apache.ignite.compute.gridify.aop.<a href="org/apache/ignite/compute/gridify/aop/GridifySetToSetAbstractAspect.html" title="class in org.apache.ignite.compute.gridify.aop">GridifySetToSetAbstractAspect</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/compute/gridify/aop/aspectj/GridifySetToSetAspectJAspect.html" title="class in org.apache.ignite.compute.gridify.aop.aspectj"><span class="typeNameLink">GridifySetToSetAspectJAspect</span></a> - Class in <a href="org/apache/ignite/compute/gridify/aop/aspectj/package-summary.html">org.apache.ignite.compute.gridify.aop.aspectj</a></dt>
<dd>
<div class="block">AspectJ aspect that cross-cuts on all methods grid-enabled with
<a href="org/apache/ignite/compute/gridify/GridifySetToSet.html" title="annotation in org.apache.ignite.compute.gridify"><code>GridifySetToSet</code></a> annotation and potentially executes them on
remote node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/aop/aspectj/GridifySetToSetAspectJAspect.html#GridifySetToSetAspectJAspect--">GridifySetToSetAspectJAspect()</a></span> - Constructor for class org.apache.ignite.compute.gridify.aop.aspectj.<a href="org/apache/ignite/compute/gridify/aop/aspectj/GridifySetToSetAspectJAspect.html" title="class in org.apache.ignite.compute.gridify.aop.aspectj">GridifySetToSetAspectJAspect</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/compute/gridify/aop/spring/GridifySetToSetSpringAspect.html" title="class in org.apache.ignite.compute.gridify.aop.spring"><span class="typeNameLink">GridifySetToSetSpringAspect</span></a> - Class in <a href="org/apache/ignite/compute/gridify/aop/spring/package-summary.html">org.apache.ignite.compute.gridify.aop.spring</a></dt>
<dd>
<div class="block">Spring aspect that cross-cuts on all methods grid-enabled with
<a href="org/apache/ignite/compute/gridify/GridifySetToSet.html" title="annotation in org.apache.ignite.compute.gridify"><code>GridifySetToSet</code></a> annotation and potentially executes them on
remote node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/aop/spring/GridifySetToSetSpringAspect.html#GridifySetToSetSpringAspect--">GridifySetToSetSpringAspect()</a></span> - Constructor for class org.apache.ignite.compute.gridify.aop.spring.<a href="org/apache/ignite/compute/gridify/aop/spring/GridifySetToSetSpringAspect.html" title="class in org.apache.ignite.compute.gridify.aop.spring">GridifySetToSetSpringAspect</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/compute/gridify/GridifySetToValue.html" title="annotation in org.apache.ignite.compute.gridify"><span class="typeNameLink">GridifySetToValue</span></a> - Annotation Type in <a href="org/apache/ignite/compute/gridify/package-summary.html">org.apache.ignite.compute.gridify</a></dt>
<dd>
<div class="block"><code>GridifySetToValue</code> annotation is the way to grid-enable existing code with specific semantics.</div>
</dd>
<dt><a href="org/apache/ignite/compute/gridify/aop/GridifySetToValueAbstractAspect.html" title="class in org.apache.ignite.compute.gridify.aop"><span class="typeNameLink">GridifySetToValueAbstractAspect</span></a> - Class in <a href="org/apache/ignite/compute/gridify/aop/package-summary.html">org.apache.ignite.compute.gridify.aop</a></dt>
<dd>
<div class="block">Convenience adapter with common methods for different aspect implementations
(AspectJ, JBoss AOP, Spring AOP).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/aop/GridifySetToValueAbstractAspect.html#GridifySetToValueAbstractAspect--">GridifySetToValueAbstractAspect()</a></span> - Constructor for class org.apache.ignite.compute.gridify.aop.<a href="org/apache/ignite/compute/gridify/aop/GridifySetToValueAbstractAspect.html" title="class in org.apache.ignite.compute.gridify.aop">GridifySetToValueAbstractAspect</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/compute/gridify/aop/aspectj/GridifySetToValueAspectJAspect.html" title="class in org.apache.ignite.compute.gridify.aop.aspectj"><span class="typeNameLink">GridifySetToValueAspectJAspect</span></a> - Class in <a href="org/apache/ignite/compute/gridify/aop/aspectj/package-summary.html">org.apache.ignite.compute.gridify.aop.aspectj</a></dt>
<dd>
<div class="block">AspectJ aspect that cross-cuts on all methods grid-enabled with
<a href="org/apache/ignite/compute/gridify/GridifySetToValue.html" title="annotation in org.apache.ignite.compute.gridify"><code>GridifySetToValue</code></a> annotation and potentially executes them on
remote node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/aop/aspectj/GridifySetToValueAspectJAspect.html#GridifySetToValueAspectJAspect--">GridifySetToValueAspectJAspect()</a></span> - Constructor for class org.apache.ignite.compute.gridify.aop.aspectj.<a href="org/apache/ignite/compute/gridify/aop/aspectj/GridifySetToValueAspectJAspect.html" title="class in org.apache.ignite.compute.gridify.aop.aspectj">GridifySetToValueAspectJAspect</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/compute/gridify/aop/spring/GridifySetToValueSpringAspect.html" title="class in org.apache.ignite.compute.gridify.aop.spring"><span class="typeNameLink">GridifySetToValueSpringAspect</span></a> - Class in <a href="org/apache/ignite/compute/gridify/aop/spring/package-summary.html">org.apache.ignite.compute.gridify.aop.spring</a></dt>
<dd>
<div class="block">Spring aspect that cross-cuts on all methods grid-enabled with
<a href="org/apache/ignite/compute/gridify/GridifySetToValue.html" title="annotation in org.apache.ignite.compute.gridify"><code>GridifySetToValue</code></a> annotation and potentially executes them on
remote node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/aop/spring/GridifySetToValueSpringAspect.html#GridifySetToValueSpringAspect--">GridifySetToValueSpringAspect()</a></span> - Constructor for class org.apache.ignite.compute.gridify.aop.spring.<a href="org/apache/ignite/compute/gridify/aop/spring/GridifySetToValueSpringAspect.html" title="class in org.apache.ignite.compute.gridify.aop.spring">GridifySetToValueSpringAspect</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/compute/gridify/aop/spring/GridifySpringAspect.html" title="class in org.apache.ignite.compute.gridify.aop.spring"><span class="typeNameLink">GridifySpringAspect</span></a> - Class in <a href="org/apache/ignite/compute/gridify/aop/spring/package-summary.html">org.apache.ignite.compute.gridify.aop.spring</a></dt>
<dd>
<div class="block">Spring aspect that cross-cuts on all methods grid-enabled with
<a href="org/apache/ignite/compute/gridify/Gridify.html" title="annotation in org.apache.ignite.compute.gridify"><code>Gridify</code></a> annotation and potentially executes them on
remote node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/aop/spring/GridifySpringAspect.html#GridifySpringAspect--">GridifySpringAspect()</a></span> - Constructor for class org.apache.ignite.compute.gridify.aop.spring.<a href="org/apache/ignite/compute/gridify/aop/spring/GridifySpringAspect.html" title="class in org.apache.ignite.compute.gridify.aop.spring">GridifySpringAspect</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/compute/gridify/aop/spring/GridifySpringEnhancer.html" title="class in org.apache.ignite.compute.gridify.aop.spring"><span class="typeNameLink">GridifySpringEnhancer</span></a> - Class in <a href="org/apache/ignite/compute/gridify/aop/spring/package-summary.html">org.apache.ignite.compute.gridify.aop.spring</a></dt>
<dd>
<div class="block">Spring AOP enhancer.</div>
</dd>
<dt><a href="org/apache/ignite/compute/gridify/aop/spring/GridifySpringPointcut.html" title="class in org.apache.ignite.compute.gridify.aop.spring"><span class="typeNameLink">GridifySpringPointcut</span></a> - Class in <a href="org/apache/ignite/compute/gridify/aop/spring/package-summary.html">org.apache.ignite.compute.gridify.aop.spring</a></dt>
<dd>
<div class="block">Pointcut used by gridified aspects to find methods
annotated with <a href="org/apache/ignite/compute/gridify/Gridify.html" title="annotation in org.apache.ignite.compute.gridify"><code>Gridify</code></a>, <a href="org/apache/ignite/compute/gridify/GridifySetToValue.html" title="annotation in org.apache.ignite.compute.gridify"><code>GridifySetToValue</code></a> and
<a href="org/apache/ignite/compute/gridify/GridifySetToSet.html" title="annotation in org.apache.ignite.compute.gridify"><code>GridifySetToSet</code></a> annotations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/aop/spring/GridifySpringPointcut.html#GridifySpringPointcut-org.apache.ignite.compute.gridify.aop.spring.GridifySpringPointcut.GridifySpringPointcutType-">GridifySpringPointcut(GridifySpringPointcut.GridifySpringPointcutType)</a></span> - Constructor for class org.apache.ignite.compute.gridify.aop.spring.<a href="org/apache/ignite/compute/gridify/aop/spring/GridifySpringPointcut.html" title="class in org.apache.ignite.compute.gridify.aop.spring">GridifySpringPointcut</a></dt>
<dd>
<div class="block">Creates pointcut associated with specific aspect.</div>
</dd>
<dt><a href="org/apache/ignite/compute/gridify/aop/spring/GridifySpringPointcut.GridifySpringPointcutType.html" title="enum in org.apache.ignite.compute.gridify.aop.spring"><span class="typeNameLink">GridifySpringPointcut.GridifySpringPointcutType</span></a> - Enum in <a href="org/apache/ignite/compute/gridify/aop/spring/package-summary.html">org.apache.ignite.compute.gridify.aop.spring</a></dt>
<dd>
<div class="block">Pointcut type.</div>
</dd>
<dt><a href="org/apache/ignite/compute/gridify/GridifyTaskAdapter.html" title="class in org.apache.ignite.compute.gridify"><span class="typeNameLink">GridifyTaskAdapter</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/compute/gridify/GridifyTaskAdapter.html" title="type parameter in GridifyTaskAdapter">R</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/compute/gridify/package-summary.html">org.apache.ignite.compute.gridify</a></dt>
<dd>
<div class="block">Convenience adapter for tasks that work with <a href="org/apache/ignite/compute/gridify/Gridify.html" title="annotation in org.apache.ignite.compute.gridify"><code>Gridify</code></a> annotation
for grid-enabling methods.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/GridifyTaskAdapter.html#GridifyTaskAdapter--">GridifyTaskAdapter()</a></span> - Constructor for class org.apache.ignite.compute.gridify.<a href="org/apache/ignite/compute/gridify/GridifyTaskAdapter.html" title="class in org.apache.ignite.compute.gridify">GridifyTaskAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/compute/gridify/GridifyTaskSplitAdapter.html" title="class in org.apache.ignite.compute.gridify"><span class="typeNameLink">GridifyTaskSplitAdapter</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/compute/gridify/GridifyTaskSplitAdapter.html" title="type parameter in GridifyTaskSplitAdapter">R</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/compute/gridify/package-summary.html">org.apache.ignite.compute.gridify</a></dt>
<dd>
<div class="block">Convenience adapter for tasks that work with <a href="org/apache/ignite/compute/gridify/Gridify.html" title="annotation in org.apache.ignite.compute.gridify"><code>Gridify</code></a> annotation
for grid-enabling methods.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/GridifyTaskSplitAdapter.html#GridifyTaskSplitAdapter--">GridifyTaskSplitAdapter()</a></span> - Constructor for class org.apache.ignite.compute.gridify.<a href="org/apache/ignite/compute/gridify/GridifyTaskSplitAdapter.html" title="class in org.apache.ignite.compute.gridify">GridifyTaskSplitAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#gridStartTime">gridStartTime</a></span> - 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">Start time of the very first grid node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/datastructures/QueueView.html#groupId--">groupId()</a></span> - Method in class org.apache.ignite.spi.systemview.view.datastructures.<a href="org/apache/ignite/spi/systemview/view/datastructures/QueueView.html" title="class in org.apache.ignite.spi.systemview.view.datastructures">QueueView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/datastructures/SetView.html#groupId--">groupId()</a></span> - Method in class org.apache.ignite.spi.systemview.view.datastructures.<a href="org/apache/ignite/spi/systemview/view/datastructures/SetView.html" title="class in org.apache.ignite.spi.systemview.view.datastructures">SetView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/datastructures/QueueView.html#groupName--">groupName()</a></span> - Method in class org.apache.ignite.spi.systemview.view.datastructures.<a href="org/apache/ignite/spi/systemview/view/datastructures/QueueView.html" title="class in org.apache.ignite.spi.systemview.view.datastructures">QueueView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/datastructures/SetView.html#groupName--">groupName()</a></span> - Method in class org.apache.ignite.spi.systemview.view.datastructures.<a href="org/apache/ignite/spi/systemview/view/datastructures/SetView.html" title="class in org.apache.ignite.spi.systemview.view.datastructures">SetView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/thread/IgniteThread.html#GRP_IDX_UNASSIGNED">GRP_IDX_UNASSIGNED</a></span> - Static variable in class org.apache.ignite.thread.<a href="org/apache/ignite/thread/IgniteThread.html" title="class in org.apache.ignite.thread">IgniteThread</a></dt>
<dd>
<div class="block">Index for unassigned thread.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#guid--">guid()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>
<div class="block">Auto-generated globally unique matrix ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html#guid--">guid()</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">Matrix</a></dt>
<dd>
<div class="block">Auto-generated globally unique matrix ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#guid--">guid()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Auto-generated globally unique vector ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#guid--">guid()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Auto-generated globally unique vector ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html#guid--">guid()</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a></dt>
<dd>
<div class="block">Auto-generated globally unique vector ID.</div>
</dd>
</dl>
<a name="I:H">
<!-- -->
</a>
<h2 class="title">H</h2>
<dl>
<dt><a href="org/apache/ignite/cache/store/jdbc/dialect/H2Dialect.html" title="class in org.apache.ignite.cache.store.jdbc.dialect"><span class="typeNameLink">H2Dialect</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">A dialect compatible with the H2 database.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/dialect/H2Dialect.html#H2Dialect--">H2Dialect()</a></span> - Constructor for class org.apache.ignite.cache.store.jdbc.dialect.<a href="org/apache/ignite/cache/store/jdbc/dialect/H2Dialect.html" title="class in org.apache.ignite.cache.store.jdbc.dialect">H2Dialect</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/h2o/H2OMojoModel.html" title="class in org.apache.ignite.ml.h2o"><span class="typeNameLink">H2OMojoModel</span></a> - Class in <a href="org/apache/ignite/ml/h2o/package-summary.html">org.apache.ignite.ml.h2o</a></dt>
<dd>
<div class="block">H2O MOJO Model imported and wrapped to be compatible with Apache Ignite infrastructure.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/h2o/H2OMojoModel.html#H2OMojoModel-hex.genmodel.easy.EasyPredictModelWrapper-">H2OMojoModel(EasyPredictModelWrapper)</a></span> - Constructor for class org.apache.ignite.ml.h2o.<a href="org/apache/ignite/ml/h2o/H2OMojoModel.html" title="class in org.apache.ignite.ml.h2o">H2OMojoModel</a></dt>
<dd>
<div class="block">Constructs a new instance of H2O MOJO model wrapper.</div>
</dd>
<dt><a href="org/apache/ignite/ml/h2o/H2OMojoModelParser.html" title="class in org.apache.ignite.ml.h2o"><span class="typeNameLink">H2OMojoModelParser</span></a> - Class in <a href="org/apache/ignite/ml/h2o/package-summary.html">org.apache.ignite.ml.h2o</a></dt>
<dd>
<div class="block">H2O MOJO model parser.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/h2o/H2OMojoModelParser.html#H2OMojoModelParser--">H2OMojoModelParser()</a></span> - Constructor for class org.apache.ignite.ml.h2o.<a href="org/apache/ignite/ml/h2o/H2OMojoModelParser.html" title="class in org.apache.ignite.ml.h2o">H2OMojoModelParser</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/math/distances/HammingDistance.html" title="class in org.apache.ignite.ml.math.distances"><span class="typeNameLink">HammingDistance</span></a> - Class in <a href="org/apache/ignite/ml/math/distances/package-summary.html">org.apache.ignite.ml.math.distances</a></dt>
<dd>
<div class="block">Calculates the Hamming distance between two points.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/distances/HammingDistance.html#HammingDistance--">HammingDistance()</a></span> - Constructor for class org.apache.ignite.ml.math.distances.<a href="org/apache/ignite/ml/math/distances/HammingDistance.html" title="class in org.apache.ignite.ml.math.distances">HammingDistance</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/failure/AbstractFailureHandler.html#handle-org.apache.ignite.Ignite-org.apache.ignite.failure.FailureContext-">handle(Ignite, FailureContext)</a></span> - Method in class org.apache.ignite.failure.<a href="org/apache/ignite/failure/AbstractFailureHandler.html" title="class in org.apache.ignite.failure">AbstractFailureHandler</a></dt>
<dd>
<div class="block">Actual failure handling.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/failure/NoOpFailureHandler.html#handle-org.apache.ignite.Ignite-org.apache.ignite.failure.FailureContext-">handle(Ignite, FailureContext)</a></span> - Method in class org.apache.ignite.failure.<a href="org/apache/ignite/failure/NoOpFailureHandler.html" title="class in org.apache.ignite.failure">NoOpFailureHandler</a></dt>
<dd>
<div class="block">Actual failure handling.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/failure/RestartProcessFailureHandler.html#handle-org.apache.ignite.Ignite-org.apache.ignite.failure.FailureContext-">handle(Ignite, FailureContext)</a></span> - Method in class org.apache.ignite.failure.<a href="org/apache/ignite/failure/RestartProcessFailureHandler.html" title="class in org.apache.ignite.failure">RestartProcessFailureHandler</a></dt>
<dd>
<div class="block">Actual failure handling.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/failure/StopNodeFailureHandler.html#handle-org.apache.ignite.Ignite-org.apache.ignite.failure.FailureContext-">handle(Ignite, FailureContext)</a></span> - Method in class org.apache.ignite.failure.<a href="org/apache/ignite/failure/StopNodeFailureHandler.html" title="class in org.apache.ignite.failure">StopNodeFailureHandler</a></dt>
<dd>
<div class="block">Actual failure handling.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/failure/StopNodeOrHaltFailureHandler.html#handle-org.apache.ignite.Ignite-org.apache.ignite.failure.FailureContext-">handle(Ignite, FailureContext)</a></span> - Method in class org.apache.ignite.failure.<a href="org/apache/ignite/failure/StopNodeOrHaltFailureHandler.html" title="class in org.apache.ignite.failure">StopNodeOrHaltFailureHandler</a></dt>
<dd>
<div class="block">Actual failure handling.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/resource/ResourceHandler.html#handle-java.lang.String-org.eclipse.jetty.server.Request-javax.servlet.http.HttpServletRequest-javax.servlet.http.HttpServletResponse-">handle(String, Request, HttpServletRequest, HttpServletResponse)</a></span> - Method in class org.apache.ignite.mesos.resource.<a href="org/apache/ignite/mesos/resource/ResourceHandler.html" title="class in org.apache.ignite.mesos.resource">ResourceHandler</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/encoding/EncoderPreprocessor.html#handledIndices">handledIndices</a></span> - Variable in class org.apache.ignite.ml.preprocessing.encoding.<a href="org/apache/ignite/ml/preprocessing/encoding/EncoderPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.encoding">EncoderPreprocessor</a></dt>
<dd>
<div class="block">Feature indices to apply encoder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeMessage2.html#HANDSHAKE2_MESSAGE_SIZE">HANDSHAKE2_MESSAGE_SIZE</a></span> - Static variable in class org.apache.ignite.spi.communication.tcp.messages.<a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeMessage2.html" title="class in org.apache.ignite.spi.communication.tcp.messages">HandshakeMessage2</a></dt>
<dd>
<div class="block">Message size in bytes including <a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeMessage.html" title="class in org.apache.ignite.spi.communication.tcp.messages"><code>HandshakeMessage</code></a> fields.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#HANDSHAKE_MSG_TYPE">HANDSHAKE_MSG_TYPE</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">Handshake message type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#HANDSHAKE_WAIT_MSG_TYPE">HANDSHAKE_WAIT_MSG_TYPE</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">Handshake wait message type.</div>
</dd>
<dt><a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeMessage.html" title="class in org.apache.ignite.spi.communication.tcp.messages"><span class="typeNameLink">HandshakeMessage</span></a> - Class in <a href="org/apache/ignite/spi/communication/tcp/messages/package-summary.html">org.apache.ignite.spi.communication.tcp.messages</a></dt>
<dd>
<div class="block">Handshake message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeMessage.html#HandshakeMessage--">HandshakeMessage()</a></span> - Constructor for class org.apache.ignite.spi.communication.tcp.messages.<a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeMessage.html" title="class in org.apache.ignite.spi.communication.tcp.messages">HandshakeMessage</a></dt>
<dd>
<div class="block">Default constructor required by <a href="org/apache/ignite/plugin/extensions/communication/Message.html" title="interface in org.apache.ignite.plugin.extensions.communication"><code>Message</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeMessage.html#HandshakeMessage-java.util.UUID-long-long-">HandshakeMessage(UUID, long, long)</a></span> - Constructor for class org.apache.ignite.spi.communication.tcp.messages.<a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeMessage.html" title="class in org.apache.ignite.spi.communication.tcp.messages">HandshakeMessage</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeMessage2.html" title="class in org.apache.ignite.spi.communication.tcp.messages"><span class="typeNameLink">HandshakeMessage2</span></a> - Class in <a href="org/apache/ignite/spi/communication/tcp/messages/package-summary.html">org.apache.ignite.spi.communication.tcp.messages</a></dt>
<dd>
<div class="block">Updated handshake message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeMessage2.html#HandshakeMessage2--">HandshakeMessage2()</a></span> - Constructor for class org.apache.ignite.spi.communication.tcp.messages.<a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeMessage2.html" title="class in org.apache.ignite.spi.communication.tcp.messages">HandshakeMessage2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeMessage2.html#HandshakeMessage2-java.util.UUID-long-long-int-">HandshakeMessage2(UUID, long, long, int)</a></span> - Constructor for class org.apache.ignite.spi.communication.tcp.messages.<a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeMessage2.html" title="class in org.apache.ignite.spi.communication.tcp.messages">HandshakeMessage2</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeWaitMessage.html" title="class in org.apache.ignite.spi.communication.tcp.messages"><span class="typeNameLink">HandshakeWaitMessage</span></a> - Class in <a href="org/apache/ignite/spi/communication/tcp/messages/package-summary.html">org.apache.ignite.spi.communication.tcp.messages</a></dt>
<dd>
<div class="block">Message requesting to wait until node's SPI context initialize.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeWaitMessage.html#HandshakeWaitMessage--">HandshakeWaitMessage()</a></span> - Constructor for class org.apache.ignite.spi.communication.tcp.messages.<a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeWaitMessage.html" title="class in org.apache.ignite.spi.communication.tcp.messages">HandshakeWaitMessage</a></dt>
<dd>
<div class="block">Default constructor required by <a href="org/apache/ignite/plugin/extensions/communication/Message.html" title="interface in org.apache.ignite.plugin.extensions.communication"><code>Message</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/MetaAttributes.html#hasAttribute-java.lang.String-">hasAttribute(String)</a></span> - Method in interface org.apache.ignite.ml.math.<a href="org/apache/ignite/ml/math/MetaAttributes.html" title="interface in org.apache.ignite.ml.math">MetaAttributes</a></dt>
<dd>
<div class="block">Checks if given meta attribute is present.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/architecture/TransformationLayerArchitecture.html#hasBias--">hasBias()</a></span> - Method in class org.apache.ignite.ml.nn.architecture.<a href="org/apache/ignite/ml/nn/architecture/TransformationLayerArchitecture.html" title="class in org.apache.ignite.ml.nn.architecture">TransformationLayerArchitecture</a></dt>
<dd>
<div class="block">Checks if this layer has a bias.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/MultilayerPerceptron.html#hasBiases-int-">hasBiases(int)</a></span> - Method in class org.apache.ignite.ml.nn.<a href="org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</a></dt>
<dd>
<div class="block">Checks if layer with given index has biases.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCheckedException.html#hasCause-java.lang.Class...-">hasCause(Class<span class='angle_bracket'>&lt;</span>? extends Throwable<span class='angle_bracket'>&gt;</span>...)</a></span> - Method in exception org.apache.ignite.<a href="org/apache/ignite/IgniteCheckedException.html" title="class in org.apache.ignite">IgniteCheckedException</a></dt>
<dd>
<div class="block">Checks if this exception has given class in <code>'cause'</code> hierarchy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteException.html#hasCause-java.lang.Class...-">hasCause(Class<span class='angle_bracket'>&lt;</span>? extends Throwable<span class='angle_bracket'>&gt;</span>...)</a></span> - Method in exception org.apache.ignite.<a href="org/apache/ignite/IgniteException.html" title="class in org.apache.ignite">IgniteException</a></dt>
<dd>
<div class="block">Checks if this exception has given class in <code>'cause'</code> hierarchy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteIllegalStateException.html#hasCause-java.lang.Class...-">hasCause(Class<span class='angle_bracket'>&lt;</span>? extends Throwable<span class='angle_bracket'>&gt;</span>...)</a></span> - Method in exception org.apache.ignite.<a href="org/apache/ignite/IgniteIllegalStateException.html" title="class in org.apache.ignite">IgniteIllegalStateException</a></dt>
<dd>
<div class="block">Checks if this exception has given class in <code>'cause'</code> hierarchy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryEntityPatch.html#hasConflict--">hasConflict()</a></span> - Method in class org.apache.ignite.cache.<a href="org/apache/ignite/cache/QueryEntityPatch.html" title="class in org.apache.ignite.cache">QueryEntityPatch</a></dt>
<dd>
<div class="block">Check for conflict in this patch.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryObject.html#hasField-java.lang.String-">hasField(String)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryObject.html" title="interface in org.apache.ignite.binary">BinaryObject</a></dt>
<dd>
<div class="block">Checks whether field exists in the object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryBasicIdMapper.html#hashCode--">hashCode()</a></span> - Method in class org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryBasicIdMapper.html" title="class in org.apache.ignite.binary">BinaryBasicIdMapper</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryBasicNameMapper.html#hashCode--">hashCode()</a></span> - Method in class org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryBasicNameMapper.html" title="class in org.apache.ignite.binary">BinaryBasicNameMapper</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/affinity/AffinityKey.html#hashCode--">hashCode()</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">Hash code implementation which delegates to the underlying <a href="org/apache/ignite/cache/affinity/AffinityKey.html#key--"><code>AffinityKey.key()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheKeyConfiguration.html#hashCode--">hashCode()</a></span> - Method in class org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheKeyConfiguration.html" title="class in org.apache.ignite.cache">CacheKeyConfiguration</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryEntity.html#hashCode--">hashCode()</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryIndex.html#hashCode--">hashCode()</a></span> - Method in class org.apache.ignite.cache.<a href="org/apache/ignite/cache/QueryIndex.html" title="class in org.apache.ignite.cache">QueryIndex</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/JdbcTypeDefaultHasher.html#hashCode-java.util.Collection-">hashCode(Collection<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.cache.store.jdbc.<a href="org/apache/ignite/cache/store/jdbc/JdbcTypeDefaultHasher.html" title="class in org.apache.ignite.cache.store.jdbc">JdbcTypeDefaultHasher</a></dt>
<dd>
<div class="block">Calculate hash code for specified object and fields.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/JdbcTypeField.html#hashCode--">hashCode()</a></span> - Method in class org.apache.ignite.cache.store.jdbc.<a href="org/apache/ignite/cache/store/jdbc/JdbcTypeField.html" title="class in org.apache.ignite.cache.store.jdbc">JdbcTypeField</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/JdbcTypeHasher.html#hashCode-java.util.Collection-">hashCode(Collection<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.cache.store.jdbc.<a href="org/apache/ignite/cache/store/jdbc/JdbcTypeHasher.html" title="interface in org.apache.ignite.cache.store.jdbc">JdbcTypeHasher</a></dt>
<dd>
<div class="block">Calculate hash code for specified object and fields.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventAdapter.html#hashCode--">hashCode()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/EventAdapter.html" title="class in org.apache.ignite.events">EventAdapter</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteBiTuple.html#hashCode--">hashCode()</a></span> - Method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteBiTuple.html" title="class in org.apache.ignite.lang">IgniteBiTuple</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteProductVersion.html#hashCode--">hashCode()</a></span> - Method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteProductVersion.html" title="class in org.apache.ignite.lang">IgniteProductVersion</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteUuid.html#hashCode--">hashCode()</a></span> - Method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteUuid.html" title="class in org.apache.ignite.lang">IgniteUuid</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/kmeans/KMeansModel.html#hashCode--">hashCode()</a></span> - Method in class org.apache.ignite.ml.clustering.kmeans.<a href="org/apache/ignite/ml/clustering/kmeans/KMeansModel.html" title="class in org.apache.ignite.ml.clustering.kmeans">KMeansModel</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/kmeans/KMeansModelFormat.html#hashCode--">hashCode()</a></span> - Method in class org.apache.ignite.ml.clustering.kmeans.<a href="org/apache/ignite/ml/clustering/kmeans/KMeansModelFormat.html" title="class in org.apache.ignite.ml.clustering.kmeans">KMeansModelFormat</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/impl/bootstrapping/BootstrappedVector.html#hashCode--">hashCode()</a></span> - Method in class org.apache.ignite.ml.dataset.impl.bootstrapping.<a href="org/apache/ignite/ml/dataset/impl/bootstrapping/BootstrappedVector.html" title="class in org.apache.ignite.ml.dataset.impl.bootstrapping">BootstrappedVector</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/ann/ANNClassificationModel.html#hashCode--">hashCode()</a></span> - Method in class org.apache.ignite.ml.knn.ann.<a href="org/apache/ignite/ml/knn/ann/ANNClassificationModel.html" title="class in org.apache.ignite.ml.knn.ann">ANNClassificationModel</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/ann/ANNModelFormat.html#hashCode--">hashCode()</a></span> - Method in class org.apache.ignite.ml.knn.ann.<a href="org/apache/ignite/ml/knn/ann/ANNModelFormat.html" title="class in org.apache.ignite.ml.knn.ann">ANNModelFormat</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/ann/KNNModelFormat.html#hashCode--">hashCode()</a></span> - Method in class org.apache.ignite.ml.knn.ann.<a href="org/apache/ignite/ml/knn/ann/KNNModelFormat.html" title="class in org.apache.ignite.ml.knn.ann">KNNModelFormat</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/NNClassificationModel.html#hashCode--">hashCode()</a></span> - Method in class org.apache.ignite.ml.knn.<a href="org/apache/ignite/ml/knn/NNClassificationModel.html" title="class in org.apache.ignite.ml.knn">NNClassificationModel</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/distances/BrayCurtisDistance.html#hashCode--">hashCode()</a></span> - Method in class org.apache.ignite.ml.math.distances.<a href="org/apache/ignite/ml/math/distances/BrayCurtisDistance.html" title="class in org.apache.ignite.ml.math.distances">BrayCurtisDistance</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/distances/CanberraDistance.html#hashCode--">hashCode()</a></span> - Method in class org.apache.ignite.ml.math.distances.<a href="org/apache/ignite/ml/math/distances/CanberraDistance.html" title="class in org.apache.ignite.ml.math.distances">CanberraDistance</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/distances/EuclideanDistance.html#hashCode--">hashCode()</a></span> - Method in class org.apache.ignite.ml.math.distances.<a href="org/apache/ignite/ml/math/distances/EuclideanDistance.html" title="class in org.apache.ignite.ml.math.distances">EuclideanDistance</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/distances/HammingDistance.html#hashCode--">hashCode()</a></span> - Method in class org.apache.ignite.ml.math.distances.<a href="org/apache/ignite/ml/math/distances/HammingDistance.html" title="class in org.apache.ignite.ml.math.distances">HammingDistance</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/distances/JensenShannonDistance.html#hashCode--">hashCode()</a></span> - Method in class org.apache.ignite.ml.math.distances.<a href="org/apache/ignite/ml/math/distances/JensenShannonDistance.html" title="class in org.apache.ignite.ml.math.distances">JensenShannonDistance</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/distances/ManhattanDistance.html#hashCode--">hashCode()</a></span> - Method in class org.apache.ignite.ml.math.distances.<a href="org/apache/ignite/ml/math/distances/ManhattanDistance.html" title="class in org.apache.ignite.ml.math.distances">ManhattanDistance</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/distances/MinkowskiDistance.html#hashCode--">hashCode()</a></span> - Method in class org.apache.ignite.ml.math.distances.<a href="org/apache/ignite/ml/math/distances/MinkowskiDistance.html" title="class in org.apache.ignite.ml.math.distances">MinkowskiDistance</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/distances/WeightedMinkowskiDistance.html#hashCode--">hashCode()</a></span> - Method in class org.apache.ignite.ml.math.distances.<a href="org/apache/ignite/ml/math/distances/WeightedMinkowskiDistance.html" title="class in org.apache.ignite.ml.math.distances">WeightedMinkowskiDistance</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#hashCode--">hashCode()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/storage/DenseMatrixStorage.html#hashCode--">hashCode()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.storage.<a href="org/apache/ignite/ml/math/primitives/matrix/storage/DenseMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.matrix.storage">DenseMatrixStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/storage/SparseMatrixStorage.html#hashCode--">hashCode()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.storage.<a href="org/apache/ignite/ml/math/primitives/matrix/storage/SparseMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.matrix.storage">SparseMatrixStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/storage/ViewMatrixStorage.html#hashCode--">hashCode()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.storage.<a href="org/apache/ignite/ml/math/primitives/matrix/storage/ViewMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.matrix.storage">ViewMatrixStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#hashCode--">hashCode()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#hashCode--">hashCode()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/VectorizedViewMatrix.html#hashCode--">hashCode()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/VectorizedViewMatrix.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">VectorizedViewMatrix</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/DenseVectorStorage.html#hashCode--">hashCode()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/DenseVectorStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">DenseVectorStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/SparseVectorStorage.html#hashCode--">hashCode()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/SparseVectorStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">SparseVectorStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorViewStorage.html#hashCode--">hashCode()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorViewStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">VectorViewStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/multiclass/MultiClassModel.html#hashCode--">hashCode()</a></span> - Method in class org.apache.ignite.ml.multiclass.<a href="org/apache/ignite/ml/multiclass/MultiClassModel.html" title="class in org.apache.ignite.ml.multiclass">MultiClassModel</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/linear/LinearRegressionModel.html#hashCode--">hashCode()</a></span> - Method in class org.apache.ignite.ml.regressions.linear.<a href="org/apache/ignite/ml/regressions/linear/LinearRegressionModel.html" title="class in org.apache.ignite.ml.regressions.linear">LinearRegressionModel</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionModel.html#hashCode--">hashCode()</a></span> - Method in class org.apache.ignite.ml.regressions.logistic.<a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionModel.html" title="class in org.apache.ignite.ml.regressions.logistic">LogisticRegressionModel</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/Dataset.html#hashCode--">hashCode()</a></span> - Method in class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/Dataset.html" title="class in org.apache.ignite.ml.structures">Dataset</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/DatasetRow.html#hashCode--">hashCode()</a></span> - Method in class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/DatasetRow.html" title="class in org.apache.ignite.ml.structures">DatasetRow</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/FeatureMetadata.html#hashCode--">hashCode()</a></span> - Method in class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/FeatureMetadata.html" title="class in org.apache.ignite.ml.structures">FeatureMetadata</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/LabeledVector.html#hashCode--">hashCode()</a></span> - Method in class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/LabeledVector.html" title="class in org.apache.ignite.ml.structures">LabeledVector</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/svm/SVMLinearClassificationModel.html#hashCode--">hashCode()</a></span> - Method in class org.apache.ignite.ml.svm.<a href="org/apache/ignite/ml/svm/SVMLinearClassificationModel.html" title="class in org.apache.ignite.ml.svm">SVMLinearClassificationModel</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/NodeId.html#hashCode--">hashCode()</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.<a href="org/apache/ignite/ml/tree/randomforest/data/NodeId.html" title="class in org.apache.ignite.ml.tree.randomforest.data">NodeId</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/SecurityBasicPermissionSet.html#hashCode--">hashCode()</a></span> - Method in class org.apache.ignite.plugin.security.<a href="org/apache/ignite/plugin/security/SecurityBasicPermissionSet.html" title="class in org.apache.ignite.plugin.security">SecurityBasicPermissionSet</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/SecurityCredentials.html#hashCode--">hashCode()</a></span> - Method in class org.apache.ignite.plugin.security.<a href="org/apache/ignite/plugin/security/SecurityCredentials.html" title="class in org.apache.ignite.plugin.security">SecurityCredentials</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/services/ServiceConfiguration.html#hashCode--">hashCode()</a></span> - Method in class org.apache.ignite.services.<a href="org/apache/ignite/services/ServiceConfiguration.html" title="class in org.apache.ignite.services">ServiceConfiguration</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/deployment/DeploymentResourceAdapter.html#hashCode--">hashCode()</a></span> - Method in class org.apache.ignite.spi.deployment.<a href="org/apache/ignite/spi/deployment/DeploymentResourceAdapter.html" title="class in org.apache.ignite.spi.deployment">DeploymentResourceAdapter</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionKey.html#hashCode--">hashCode()</a></span> - Method in class org.apache.ignite.spi.encryption.keystore.<a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionKey.html" title="class in org.apache.ignite.spi.encryption.keystore">KeystoreEncryptionKey</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/TracingConfigurationCoordinates.html#hashCode--">hashCode()</a></span> - Method in class org.apache.ignite.spi.tracing.<a href="org/apache/ignite/spi/tracing/TracingConfigurationCoordinates.html" title="class in org.apache.ignite.spi.tracing">TracingConfigurationCoordinates</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html#hasher">hasher</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">Hash calculator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoveryDataBag.JoiningNodeDiscoveryData.html#hasJoiningNodeData--">hasJoiningNodeData()</a></span> - Method in interface org.apache.ignite.spi.discovery.<a href="org/apache/ignite/spi/discovery/DiscoveryDataBag.JoiningNodeDiscoveryData.html" title="interface in org.apache.ignite.spi.discovery">DiscoveryDataBag.JoiningNodeDiscoveryData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/dialect/BasicJdbcDialect.html#hasMerge--">hasMerge()</a></span> - Method in 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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/dialect/DB2Dialect.html#hasMerge--">hasMerge()</a></span> - Method in class org.apache.ignite.cache.store.jdbc.dialect.<a href="org/apache/ignite/cache/store/jdbc/dialect/DB2Dialect.html" title="class in org.apache.ignite.cache.store.jdbc.dialect">DB2Dialect</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/dialect/H2Dialect.html#hasMerge--">hasMerge()</a></span> - Method in class org.apache.ignite.cache.store.jdbc.dialect.<a href="org/apache/ignite/cache/store/jdbc/dialect/H2Dialect.html" title="class in org.apache.ignite.cache.store.jdbc.dialect">H2Dialect</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/dialect/JdbcDialect.html#hasMerge--">hasMerge()</a></span> - Method in interface org.apache.ignite.cache.store.jdbc.dialect.<a href="org/apache/ignite/cache/store/jdbc/dialect/JdbcDialect.html" title="interface in org.apache.ignite.cache.store.jdbc.dialect">JdbcDialect</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/dialect/MySQLDialect.html#hasMerge--">hasMerge()</a></span> - Method in class org.apache.ignite.cache.store.jdbc.dialect.<a href="org/apache/ignite/cache/store/jdbc/dialect/MySQLDialect.html" title="class in org.apache.ignite.cache.store.jdbc.dialect">MySQLDialect</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/dialect/OracleDialect.html#hasMerge--">hasMerge()</a></span> - Method in class org.apache.ignite.cache.store.jdbc.dialect.<a href="org/apache/ignite/cache/store/jdbc/dialect/OracleDialect.html" title="class in org.apache.ignite.cache.store.jdbc.dialect">OracleDialect</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/dialect/SQLServerDialect.html#hasMerge--">hasMerge()</a></span> - Method in class org.apache.ignite.cache.store.jdbc.dialect.<a href="org/apache/ignite/cache/store/jdbc/dialect/SQLServerDialect.html" title="class in org.apache.ignite.cache.store.jdbc.dialect">SQLServerDialect</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/CacheEvent.html#hasNewValue--">hasNewValue()</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 flag indicating whether cache entry has new value in case if
we only have new value in serialized form in which case <a href="org/apache/ignite/events/CacheEvent.html#newValue--"><code>CacheEvent.newValue()</code></a>
will return <code>null</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/impl/cache/util/IteratorWithConcurrentModificationChecker.html#hasNext--">hasNext()</a></span> - Method in class org.apache.ignite.ml.dataset.impl.cache.util.<a href="org/apache/ignite/ml/dataset/impl/cache/util/IteratorWithConcurrentModificationChecker.html" title="class in org.apache.ignite.ml.dataset.impl.cache.util">IteratorWithConcurrentModificationChecker</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/CacheEvent.html#hasOldValue--">hasOldValue()</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 flag indicating whether cache entry has old value in case if
we only have old value in serialized form in which case <a href="org/apache/ignite/events/CacheEvent.html#oldValue--"><code>CacheEvent.oldValue()</code></a>
will return <code>null</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteLock.html#hasQueuedThread-java.lang.Thread-">hasQueuedThread(Thread)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteLock.html" title="interface in org.apache.ignite">IgniteLock</a></dt>
<dd>
<div class="block">Queries whether the given thread is waiting to acquire this
lock.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteLock.html#hasQueuedThreads--">hasQueuedThreads()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteLock.html" title="interface in org.apache.ignite">IgniteLock</a></dt>
<dd>
<div class="block">Queries whether any threads on this node are waiting to acquire this lock.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSemaphore.html#hasQueuedThreads--">hasQueuedThreads()</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">Queries whether any threads are waiting to acquire.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/datastructures/ReentrantLockView.html#hasQueuedThreads--">hasQueuedThreads()</a></span> - Method in class org.apache.ignite.spi.systemview.view.datastructures.<a href="org/apache/ignite/spi/systemview/view/datastructures/ReentrantLockView.html" title="class in org.apache.ignite.spi.systemview.view.datastructures">ReentrantLockView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/datastructures/SemaphoreView.html#hasQueuedThreads--">hasQueuedThreads()</a></span> - Method in class org.apache.ignite.spi.systemview.view.datastructures.<a href="org/apache/ignite/spi/systemview/view/datastructures/SemaphoreView.html" title="class in org.apache.ignite.spi.systemview.view.datastructures">SemaphoreView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteLock.html#hasWaiters-org.apache.ignite.IgniteCondition-">hasWaiters(IgniteCondition)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteLock.html" title="interface in org.apache.ignite">IgniteLock</a></dt>
<dd>
<div class="block">Queries whether any threads on this node are waiting on the given condition
associated with this lock.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeJobContinuation.html#heldcc--">heldcc()</a></span> - Method in interface org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeJobContinuation.html" title="interface in org.apache.ignite.compute">ComputeJobContinuation</a></dt>
<dd>
<div class="block">Checks if job execution has been temporarily held (suspended).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeJobContinuationAdapter.html#heldcc--">heldcc()</a></span> - Method in class org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeJobContinuationAdapter.html" title="class in org.apache.ignite.compute">ComputeJobContinuationAdapter</a></dt>
<dd>
<div class="block">Checks if job execution has been temporarily held (suspended).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/CollisionContext.html#heldJobs--">heldJobs()</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 collection of jobs that are currently in <code>held</code> state.</div>
</dd>
<dt><a href="org/apache/ignite/cache/hibernate/HibernateAccessStrategyAdapter.html" title="class in org.apache.ignite.cache.hibernate"><span class="typeNameLink">HibernateAccessStrategyAdapter</span></a> - Class in <a href="org/apache/ignite/cache/hibernate/package-summary.html">org.apache.ignite.cache.hibernate</a></dt>
<dd>
<div class="block">Common interface used to implement Hibernate L2 cache access strategies.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateAccessStrategyAdapter.html#HibernateAccessStrategyAdapter-org.apache.ignite.Ignite-org.apache.ignite.cache.hibernate.HibernateCacheProxy-org.apache.ignite.cache.hibernate.HibernateExceptionConverter-">HibernateAccessStrategyAdapter(Ignite, HibernateCacheProxy, HibernateExceptionConverter)</a></span> - Constructor for 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><a href="org/apache/ignite/cache/hibernate/HibernateAccessStrategyFactory.html" title="class in org.apache.ignite.cache.hibernate"><span class="typeNameLink">HibernateAccessStrategyFactory</span></a> - Class in <a href="org/apache/ignite/cache/hibernate/package-summary.html">org.apache.ignite.cache.hibernate</a></dt>
<dd>
<div class="block">Access strategy factory.</div>
</dd>
<dt><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html" title="class in org.apache.ignite.cache.hibernate"><span class="typeNameLink">HibernateCacheProxy</span></a> - Class in <a href="org/apache/ignite/cache/hibernate/package-summary.html">org.apache.ignite.cache.hibernate</a></dt>
<dd>
<div class="block">Hibernate cache proxy used to substitute hibernate keys with ignite keys.</div>
</dd>
<dt><a href="org/apache/ignite/cache/hibernate/HibernateExceptionConverter.html" title="interface in org.apache.ignite.cache.hibernate"><span class="typeNameLink">HibernateExceptionConverter</span></a> - Interface in <a href="org/apache/ignite/cache/hibernate/package-summary.html">org.apache.ignite.cache.hibernate</a></dt>
<dd>
<div class="block">Converts Ignite errors into Hibernate runtime exceptions.</div>
</dd>
<dt><a href="org/apache/ignite/cache/hibernate/HibernateKeyTransformer.html" title="interface in org.apache.ignite.cache.hibernate"><span class="typeNameLink">HibernateKeyTransformer</span></a> - Interface in <a href="org/apache/ignite/cache/hibernate/package-summary.html">org.apache.ignite.cache.hibernate</a></dt>
<dd>
<div class="block">An interface for transforming hibernate keys to Ignite keys.</div>
</dd>
<dt><a href="org/apache/ignite/cache/hibernate/HibernateNonStrictAccessStrategy.html" title="class in org.apache.ignite.cache.hibernate"><span class="typeNameLink">HibernateNonStrictAccessStrategy</span></a> - Class in <a href="org/apache/ignite/cache/hibernate/package-summary.html">org.apache.ignite.cache.hibernate</a></dt>
<dd>
<div class="block">Implementation of NONSTRICT_READ_WRITE cache access strategy.</div>
</dd>
<dt><a href="org/apache/ignite/cache/hibernate/HibernateReadOnlyAccessStrategy.html" title="class in org.apache.ignite.cache.hibernate"><span class="typeNameLink">HibernateReadOnlyAccessStrategy</span></a> - Class in <a href="org/apache/ignite/cache/hibernate/package-summary.html">org.apache.ignite.cache.hibernate</a></dt>
<dd>
<div class="block">Implementation of READ_ONLY cache access strategy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateReadOnlyAccessStrategy.html#HibernateReadOnlyAccessStrategy-org.apache.ignite.Ignite-org.apache.ignite.cache.hibernate.HibernateCacheProxy-org.apache.ignite.cache.hibernate.HibernateExceptionConverter-">HibernateReadOnlyAccessStrategy(Ignite, HibernateCacheProxy, HibernateExceptionConverter)</a></span> - Constructor for 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>&nbsp;</dd>
<dt><a href="org/apache/ignite/cache/hibernate/HibernateReadWriteAccessStrategy.html" title="class in org.apache.ignite.cache.hibernate"><span class="typeNameLink">HibernateReadWriteAccessStrategy</span></a> - Class in <a href="org/apache/ignite/cache/hibernate/package-summary.html">org.apache.ignite.cache.hibernate</a></dt>
<dd>
<div class="block">Implementation of READ_WRITE cache access strategy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateReadWriteAccessStrategy.html#HibernateReadWriteAccessStrategy-org.apache.ignite.Ignite-org.apache.ignite.cache.hibernate.HibernateCacheProxy-java.lang.ThreadLocal-org.apache.ignite.cache.hibernate.HibernateExceptionConverter-">HibernateReadWriteAccessStrategy(Ignite, HibernateCacheProxy, ThreadLocal, HibernateExceptionConverter)</a></span> - Constructor for 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>&nbsp;</dd>
<dt><a href="org/apache/ignite/cache/hibernate/HibernateTransactionalAccessStrategy.html" title="class in org.apache.ignite.cache.hibernate"><span class="typeNameLink">HibernateTransactionalAccessStrategy</span></a> - Class in <a href="org/apache/ignite/cache/hibernate/package-summary.html">org.apache.ignite.cache.hibernate</a></dt>
<dd>
<div class="block">Implementation of {TRANSACTIONAL cache access strategy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/logging/ConsoleLogger.Factory.html#HIGH">HIGH</a></span> - Static variable in class org.apache.ignite.ml.environment.logging.<a href="org/apache/ignite/ml/environment/logging/ConsoleLogger.Factory.html" title="class in org.apache.ignite.ml.environment.logging">ConsoleLogger.Factory</a></dt>
<dd>
<div class="block">High.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/optimization/LossFunctions.html#HINGE">HINGE</a></span> - Static variable in class org.apache.ignite.ml.optimization.<a href="org/apache/ignite/ml/optimization/LossFunctions.html" title="class in org.apache.ignite.ml.optimization">LossFunctions</a></dt>
<dd>
<div class="block">Hinge loss function.</div>
</dd>
<dt><a href="org/apache/ignite/ml/dataset/feature/Histogram.html" title="interface in org.apache.ignite.ml.dataset.feature"><span class="typeNameLink">Histogram</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/dataset/feature/Histogram.html" title="type parameter in Histogram">T</a>,<a href="org/apache/ignite/ml/dataset/feature/Histogram.html" title="type parameter in Histogram">H</a> extends <a href="org/apache/ignite/ml/dataset/feature/Histogram.html" title="interface in org.apache.ignite.ml.dataset.feature">Histogram</a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/dataset/feature/Histogram.html" title="type parameter in Histogram">T</a>,<a href="org/apache/ignite/ml/dataset/feature/Histogram.html" title="type parameter in Histogram">H</a><span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/ml/dataset/feature/package-summary.html">org.apache.ignite.ml.dataset.feature</a></dt>
<dd>
<div class="block">Interface of histogram over type T.</div>
</dd>
<dt><a href="org/apache/ignite/spi/metric/HistogramMetric.html" title="interface in org.apache.ignite.spi.metric"><span class="typeNameLink">HistogramMetric</span></a> - Interface in <a href="org/apache/ignite/spi/metric/package-summary.html">org.apache.ignite.spi.metric</a></dt>
<dd>
<div class="block">Histogram metric calculates counts of measurements that gets into each bounds interval.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeJobContinuation.html#holdcc--">holdcc()</a></span> - Method in interface org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeJobContinuation.html" title="interface in org.apache.ignite.compute">ComputeJobContinuation</a></dt>
<dd>
<div class="block">Holds (suspends) a given job indefinitely until <a href="org/apache/ignite/compute/ComputeJobContinuation.html#callcc--"><code>ComputeJobContinuation.callcc()</code></a> is called.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeJobContinuation.html#holdcc-long-">holdcc(long)</a></span> - Method in interface org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeJobContinuation.html" title="interface in org.apache.ignite.compute">ComputeJobContinuation</a></dt>
<dd>
<div class="block">Holds (suspends) a given job for specified timeout or until <a href="org/apache/ignite/compute/ComputeJobContinuation.html#callcc--"><code>ComputeJobContinuation.callcc()</code></a> is called.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeJobContinuationAdapter.html#holdcc--">holdcc()</a></span> - Method in class org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeJobContinuationAdapter.html" title="class in org.apache.ignite.compute">ComputeJobContinuationAdapter</a></dt>
<dd>
<div class="block">Holds (suspends) a given job indefinitely until <a href="org/apache/ignite/compute/ComputeJobContinuation.html#callcc--"><code>ComputeJobContinuation.callcc()</code></a> is called.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeJobContinuationAdapter.html#holdcc-long-">holdcc(long)</a></span> - Method in class org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeJobContinuationAdapter.html" title="class in org.apache.ignite.compute">ComputeJobContinuationAdapter</a></dt>
<dd>
<div class="block">Holds (suspends) a given job for specified timeout or until <a href="org/apache/ignite/compute/ComputeJobContinuation.html#callcc--"><code>ComputeJobContinuation.callcc()</code></a> is called.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/IgniteTask.html#host">host</a></span> - Variable in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/IgniteTask.html" title="class in org.apache.ignite.mesos">IgniteTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/IgniteTask.html#host--">host()</a></span> - Method in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/IgniteTask.html" title="class in org.apache.ignite.mesos">IgniteTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/common/SystemHelper.html#HOST_IP">HOST_IP</a></span> - Static variable in class org.apache.ignite.cache.store.cassandra.common.<a href="org/apache/ignite/cache/store/cassandra/common/SystemHelper.html" title="class in org.apache.ignite.cache.store.cassandra.common">SystemHelper</a></dt>
<dd>
<div class="block">Host IP address</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/common/SystemHelper.html#HOST_NAME">HOST_NAME</a></span> - Static variable in class org.apache.ignite.cache.store.cassandra.common.<a href="org/apache/ignite/cache/store/cassandra/common/SystemHelper.html" title="class in org.apache.ignite.cache.store.cassandra.common">SystemHelper</a></dt>
<dd>
<div class="block">Host name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#hostnameConstraint-java.util.regex.Pattern-">hostnameConstraint(Pattern)</a></span> - Method in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>
<div class="block">Sets hostname constraint.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#hostnameConstraint--">hostnameConstraint()</a></span> - Method in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ClusterProperties.html#hostnameConstraint-java.util.regex.Pattern-">hostnameConstraint(Pattern)</a></span> - Method in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ClusterProperties.html" title="class in org.apache.ignite.yarn">ClusterProperties</a></dt>
<dd>
<div class="block">Sets hostname constraint.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ClusterProperties.html#hostnameConstraint--">hostnameConstraint()</a></span> - Method in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ClusterProperties.html" title="class in org.apache.ignite.yarn">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterGroup.html#hostNames--">hostNames()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterGroup.html" title="interface in org.apache.ignite.cluster">ClusterGroup</a></dt>
<dd>
<div class="block">Gets the read-only collection of hostnames in this cluster group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterNode.html#hostNames--">hostNames()</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 host names this node is known by.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/AttributeNames.html#hostNames--">hostNames()</a></span> - Method in class org.apache.ignite.spi.communication.tcp.<a href="org/apache/ignite/spi/communication/tcp/AttributeNames.html" title="class in org.apache.ignite.spi.communication.tcp">AttributeNames</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/isolated/IsolatedNode.html#hostNames--">hostNames()</a></span> - Method in class org.apache.ignite.spi.discovery.isolated.<a href="org/apache/ignite/spi/discovery/isolated/IsolatedNode.html" title="class in org.apache.ignite.spi.discovery.isolated">IsolatedNode</a></dt>
<dd>
<div class="block">Gets collection of host names this node is known by.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ClusterNodeView.html#hostnames--">hostnames()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ClusterNodeView.html" title="class in org.apache.ignite.spi.systemview.view">ClusterNodeView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#httpServerHost--">httpServerHost()</a></span> - Method in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#httpServerPort--">httpServerPort()</a></span> - Method in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/selection/paramgrid/HyperParameterTuningStrategy.html" title="class in org.apache.ignite.ml.selection.paramgrid"><span class="typeNameLink">HyperParameterTuningStrategy</span></a> - Class in <a href="org/apache/ignite/ml/selection/paramgrid/package-summary.html">org.apache.ignite.ml.selection.paramgrid</a></dt>
<dd>
<div class="block">The parent abstract class of all hyper-parameter tuning strategies.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/paramgrid/HyperParameterTuningStrategy.html#HyperParameterTuningStrategy--">HyperParameterTuningStrategy()</a></span> - Constructor for class org.apache.ignite.ml.selection.paramgrid.<a href="org/apache/ignite/ml/selection/paramgrid/HyperParameterTuningStrategy.html" title="class in org.apache.ignite.ml.selection.paramgrid">HyperParameterTuningStrategy</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:I">
<!-- -->
</a>
<h2 class="title">I</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/ignite/visor/plugin/VisorPluggableTab.html#icon--">icon()</a></span> - Method in class org.apache.ignite.visor.plugin.<a href="org/apache/ignite/visor/plugin/VisorPluggableTab.html" title="class in org.apache.ignite.visor.plugin">VisorPluggableTab</a></dt>
<dd>
<div class="block">Tab and menu icon 16x16 px.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterNode.html#id--">id()</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 globally unique node ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/Event.html#id--">id()</a></span> - Method in interface org.apache.ignite.events.<a href="org/apache/ignite/events/Event.html" title="interface in org.apache.ignite.events">Event</a></dt>
<dd>
<div class="block">Gets globally unique ID of this event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventAdapter.html#id--">id()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/EventAdapter.html" title="class in org.apache.ignite.events">EventAdapter</a></dt>
<dd>
<div class="block">Gets globally unique ID of this event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCluster.html#id--">id()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCluster.html" title="interface in org.apache.ignite">IgniteCluster</a></dt>
<dd>
<div class="block">Cluster ID is a unique identifier automatically generated when cluster starts up for the very first time.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/NodeData.html#id">id</a></span> - Variable in class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/NodeData.html" title="class in org.apache.ignite.ml.tree">NodeData</a></dt>
<dd>
<div class="block">Id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/IoPool.html#id--">id()</a></span> - Method in interface org.apache.ignite.plugin.extensions.communication.<a href="org/apache/ignite/plugin/extensions/communication/IoPool.html" title="interface in org.apache.ignite.plugin.extensions.communication">IoPool</a></dt>
<dd>
<div class="block">Gets the numeric identifier of the pool.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/platform/PlatformCachePluginConfigurationClosureFactory.html#id--">id()</a></span> - Method in interface org.apache.ignite.plugin.platform.<a href="org/apache/ignite/plugin/platform/PlatformCachePluginConfigurationClosureFactory.html" title="interface in org.apache.ignite.plugin.platform">PlatformCachePluginConfigurationClosureFactory</a></dt>
<dd>
<div class="block">Gets the factory id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/platform/PlatformPluginConfigurationClosureFactory.html#id--">id()</a></span> - Method in interface org.apache.ignite.plugin.platform.<a href="org/apache/ignite/plugin/platform/PlatformPluginConfigurationClosureFactory.html" title="interface in org.apache.ignite.plugin.platform">PlatformPluginConfigurationClosureFactory</a></dt>
<dd>
<div class="block">Gets the factory id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/SecuritySubject.html#id--">id()</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 ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/scheduler/SchedulerFuture.html#id--">id()</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 scheduled task ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/isolated/IsolatedNode.html#id--">id()</a></span> - Method in class org.apache.ignite.spi.discovery.isolated.<a href="org/apache/ignite/spi/discovery/isolated/IsolatedNode.html" title="class in org.apache.ignite.spi.discovery.isolated">IsolatedNode</a></dt>
<dd>
<div class="block">Gets globally unique node ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiTimeoutObject.html#id--">id()</a></span> - Method in interface org.apache.ignite.spi.<a href="org/apache/ignite/spi/IgniteSpiTimeoutObject.html" title="interface in org.apache.ignite.spi">IgniteSpiTimeoutObject</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ComputeJobView.html#id--">id()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ComputeJobView.html" title="class in org.apache.ignite.spi.systemview.view">ComputeJobView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ComputeTaskView.html#id--">id()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ComputeTaskView.html" title="class in org.apache.ignite.spi.systemview.view">ComputeTaskView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/datastructures/QueueView.html#id--">id()</a></span> - Method in class org.apache.ignite.spi.systemview.view.datastructures.<a href="org/apache/ignite/spi/systemview/view/datastructures/QueueView.html" title="class in org.apache.ignite.spi.systemview.view.datastructures">QueueView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/datastructures/SetView.html#id--">id()</a></span> - Method in class org.apache.ignite.spi.systemview.view.datastructures.<a href="org/apache/ignite/spi/systemview/view/datastructures/SetView.html" title="class in org.apache.ignite.spi.systemview.view.datastructures">SetView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/IgniteContainer.html#id">id</a></span> - Variable in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/IgniteContainer.html" title="class in org.apache.ignite.yarn">IgniteContainer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/IgniteContainer.html#id--">id()</a></span> - Method in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/IgniteContainer.html" title="class in org.apache.ignite.yarn">IgniteContainer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/UpstreamTransformerBuilder.html#identity--">identity()</a></span> - Static method in interface org.apache.ignite.ml.dataset.<a href="org/apache/ignite/ml/dataset/UpstreamTransformerBuilder.html" title="interface in org.apache.ignite.ml.dataset">UpstreamTransformerBuilder</a></dt>
<dd>
<div class="block">Returns identity upstream transformer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/functions/Functions.html#IDENTITY">IDENTITY</a></span> - Static variable in class org.apache.ignite.ml.math.functions.<a href="org/apache/ignite/ml/math/functions/Functions.html" title="class in org.apache.ignite.ml.math.functions">Functions</a></dt>
<dd>
<div class="block">Function that returns its argument.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/functions/IgniteFunction.html#identity--">identity()</a></span> - Static method in interface org.apache.ignite.ml.math.functions.<a href="org/apache/ignite/ml/math/functions/IgniteFunction.html" title="interface in org.apache.ignite.ml.math.functions">IgniteFunction</a></dt>
<dd>
<div class="block">Identity function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/util/MatrixUtil.html#identity-int-">identity(int)</a></span> - Static method in class org.apache.ignite.ml.math.util.<a href="org/apache/ignite/ml/math/util/MatrixUtil.html" title="class in org.apache.ignite.ml.math.util">MatrixUtil</a></dt>
<dd>
<div class="block">Creates the identity matrix with the given size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/util/MatrixUtil.html#identityLike-org.apache.ignite.ml.math.primitives.matrix.Matrix-int-">identityLike(Matrix, int)</a></span> - Static method in class org.apache.ignite.ml.math.util.<a href="org/apache/ignite/ml/math/util/MatrixUtil.html" title="class in org.apache.ignite.ml.math.util">MatrixUtil</a></dt>
<dd>
<div class="block">Create the identity matrix like a given matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/trainers/DatasetTrainer.html#identityTrainer--">identityTrainer()</a></span> - Static method in class org.apache.ignite.ml.trainers.<a href="org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a></dt>
<dd>
<div class="block">Returns the trainer which returns identity model.</div>
</dd>
<dt><a href="org/apache/ignite/cache/store/cassandra/session/pool/IdleSession.html" title="class in org.apache.ignite.cache.store.cassandra.session.pool"><span class="typeNameLink">IdleSession</span></a> - Class in <a href="org/apache/ignite/cache/store/cassandra/session/pool/package-summary.html">org.apache.ignite.cache.store.cassandra.session.pool</a></dt>
<dd>
<div class="block">Simple wrapper for idle Cassandra session returned to pool, responsible for monitoring session expiration and its closing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/pool/IdleSession.html#IdleSession-com.datastax.driver.core.Session-long-">IdleSession(Session, long)</a></span> - Constructor for class org.apache.ignite.cache.store.cassandra.session.pool.<a href="org/apache/ignite/cache/store/cassandra/session/pool/IdleSession.html" title="class in org.apache.ignite.cache.store.cassandra.session.pool">IdleSession</a></dt>
<dd>
<div class="block">Creates instance of Cassandra driver session wrapper.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#idleTimeout--">idleTimeout()</a></span> - Method in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>
<div class="block">Sets the maximum Idle time for a http connection, which will be used for
jetty server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/Scope.html#idx--">idx()</a></span> - Method in enum org.apache.ignite.spi.tracing.<a href="org/apache/ignite/spi/tracing/Scope.html" title="enum in org.apache.ignite.spi.tracing">Scope</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateAccessStrategyAdapter.html#ignite">ignite</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>
<div class="block">Grid.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html#ignite">ignite</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">Auto injected ignite instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html#ignite--">ignite()</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>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterGroup.html#ignite--">ignite()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterGroup.html" title="interface in org.apache.ignite.cluster">ClusterGroup</a></dt>
<dd>
<div class="block">Gets instance of grid.</div>
</dd>
<dt><a href="org/apache/ignite/Ignite.html" title="interface in org.apache.ignite"><span class="typeNameLink">Ignite</span></a> - Interface in <a href="org/apache/ignite/package-summary.html">org.apache.ignite</a></dt>
<dd>
<div class="block">Main entry-point for all Ignite APIs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignition.html#ignite--">ignite()</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 an instance of default no-name grid.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignition.html#ignite-java.util.UUID-">ignite(UUID)</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 grid instance for given local node ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignition.html#ignite-java.lang.String-">ignite(String)</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 named Ignite instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/messaging/MessagingListenActor.html#ignite--">ignite()</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">Gets grid instance associated with this actor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/osgi/IgniteAbstractOsgiContextActivator.html#ignite">ignite</a></span> - Variable in class org.apache.ignite.osgi.<a href="org/apache/ignite/osgi/IgniteAbstractOsgiContextActivator.html" title="class in org.apache.ignite.osgi">IgniteAbstractOsgiContextActivator</a></dt>
<dd>
<div class="block">The instance of Ignite started by this Activator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/TcpDiscoveryIpFinderAdapter.html#ignite">ignite</a></span> - Variable in class org.apache.ignite.spi.discovery.tcp.ipfinder.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/TcpDiscoveryIpFinderAdapter.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder">TcpDiscoveryIpFinderAdapter</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Since 2.8. May contain an invalid Ignite instance when multiple nodes shares same
<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/TcpDiscoveryIpFinder.html" title="interface in org.apache.ignite.spi.discovery.tcp.ipfinder"><code>TcpDiscoveryIpFinder</code></a> instance.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiAdapter.html#ignite">ignite</a></span> - Variable 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">Ignite instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiAdapter.html#ignite--">ignite()</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">Gets ignite instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/stream/StreamAdapter.html#ignite">ignite</a></span> - Variable 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">Ignite.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_AFFINITY_BACKUPS_THRESHOLD">IGNITE_AFFINITY_BACKUPS_THRESHOLD</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Size threshold to allocate and retain additional HashMap to improve contains()
which leads to extra memory consumption.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_AFFINITY_HISTORY_SIZE">IGNITE_AFFINITY_HISTORY_SIZE</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Maximum size for affinity assignment history.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_ALLOW_ATOMIC_OPS_IN_TX">IGNITE_ALLOW_ATOMIC_OPS_IN_TX</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Flag indicating whether atomic operations allowed for use inside transactions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_ALLOW_DML_INSIDE_TRANSACTION">IGNITE_ALLOW_DML_INSIDE_TRANSACTION</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">When set to <code>true</code>, Ignite will allow execute DML operation (MERGE|INSERT|UPDATE|DELETE)
within transaction for non MVCC mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_ALLOW_START_CACHES_IN_PARALLEL">IGNITE_ALLOW_START_CACHES_IN_PARALLEL</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Enables start caches in parallel.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_ATOMIC_CACHE_DELETE_HISTORY_SIZE">IGNITE_ATOMIC_CACHE_DELETE_HISTORY_SIZE</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Maximum size for atomic cache queue delete history (default is 200 000 entries per partition).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_ATOMIC_CACHE_QUEUE_RETRY_TIMEOUT">IGNITE_ATOMIC_CACHE_QUEUE_RETRY_TIMEOUT</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Atomic cache deferred update timeout.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_ATOMIC_DEFERRED_ACK_BUFFER_SIZE">IGNITE_ATOMIC_DEFERRED_ACK_BUFFER_SIZE</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Atomic cache deferred update response buffer size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_ATOMIC_DEFERRED_ACK_TIMEOUT">IGNITE_ATOMIC_DEFERRED_ACK_TIMEOUT</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Atomic cache deferred update timeout.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_BASELINE_AUTO_ADJUST_LOG_INTERVAL">IGNITE_BASELINE_AUTO_ADJUST_LOG_INTERVAL</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Interval between logging of time of next auto-adjust.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_BINARY_DONT_WRAP_TREE_STRUCTURES">IGNITE_BINARY_DONT_WRAP_TREE_STRUCTURES</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Should be removed in Apache Ignite 2.0.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_BINARY_MARSHALLER_USE_STRING_SERIALIZATION_VER_2">IGNITE_BINARY_MARSHALLER_USE_STRING_SERIALIZATION_VER_2</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Manages type of serialization mechanism for <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a> that is marshalled/unmarshalled by BinaryMarshaller.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_BINARY_SORT_OBJECT_FIELDS">IGNITE_BINARY_SORT_OBJECT_FIELDS</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">When set to <code>true</code> fields are written by BinaryMarshaller in sorted order.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_BPLUS_TREE_LOCK_RETRIES">IGNITE_BPLUS_TREE_LOCK_RETRIES</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Number of repetitions to capture a lock in the B+Tree.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_CACHE_CLIENT">IGNITE_CACHE_CLIENT</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Property controlling default behavior of cache client flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_CACHE_KEY_VALIDATION_DISABLED">IGNITE_CACHE_KEY_VALIDATION_DISABLED</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Since 2.10 Obsolete because of common use of binary marshaller.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_CACHE_REMOVED_ENTRIES_TTL">IGNITE_CACHE_REMOVED_ENTRIES_TTL</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Ttl of removed cache entries (ms).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_CACHE_RETRIES_COUNT">IGNITE_CACHE_RETRIES_COUNT</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Number of cache operation retries in case of topology exceptions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_CACHE_START_SIZE">IGNITE_CACHE_START_SIZE</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Cache start size for on-heap maps.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/startup/servlet/ServletContextListenerStartup.html#IGNITE_CFG_FILE_PATH_PARAM">IGNITE_CFG_FILE_PATH_PARAM</a></span> - Static variable in class org.apache.ignite.startup.servlet.<a href="org/apache/ignite/startup/servlet/ServletContextListenerStartup.html" title="class in org.apache.ignite.startup.servlet">ServletContextListenerStartup</a></dt>
<dd>
<div class="block">Configuration file path parameter name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_CHECKPOINT_READ_LOCK_TIMEOUT">IGNITE_CHECKPOINT_READ_LOCK_TIMEOUT</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Timeout for checkpoint read lock acquisition in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_CHECKPOINT_TRIGGER_ARCHIVE_SIZE_PERCENTAGE">IGNITE_CHECKPOINT_TRIGGER_ARCHIVE_SIZE_PERCENTAGE</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Property for setup percentage of archive size for checkpoint trigger.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_CLIENT_CACHE_CHANGE_MESSAGE_TIMEOUT">IGNITE_CLIENT_CACHE_CHANGE_MESSAGE_TIMEOUT</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">When client cache is started or closed special discovery message is sent to notify cluster (for example this is
needed for <a href="org/apache/ignite/cluster/ClusterGroup.html#forCacheNodes-java.lang.String-"><code>ClusterGroup.forCacheNodes(String)</code></a> API.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_CLUSTER_NAME">IGNITE_CLUSTER_NAME</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Ignite cluster name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#IGNITE_CLUSTER_NAME">IGNITE_CLUSTER_NAME</a></span> - Static variable in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ClusterProperties.html#IGNITE_CLUSTER_NAME">IGNITE_CLUSTER_NAME</a></span> - Static variable in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ClusterProperties.html" title="class in org.apache.ignite.yarn">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_CONFIG_URL">IGNITE_CONFIG_URL</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">System property to hold optional configuration URL.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#IGNITE_CONFIG_XML">IGNITE_CONFIG_XML</a></span> - Static variable in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ClusterProperties.html#IGNITE_CONFIG_XML">IGNITE_CONFIG_XML</a></span> - Static variable in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ClusterProperties.html" title="class in org.apache.ignite.yarn">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#IGNITE_CONFIG_XML_URL">IGNITE_CONFIG_XML_URL</a></span> - Static variable in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_CONSISTENT_ID_BY_HOST_WITHOUT_PORT">IGNITE_CONSISTENT_ID_BY_HOST_WITHOUT_PORT</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">When set to <code>true</code>, for consistent id will calculate by host name, without port, and you can use
only one node for host in cluster.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_CONSOLE_APPENDER">IGNITE_CONSOLE_APPENDER</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">If this property is set to <code>true</code> (default) and Ignite is launched
in verbose mode (see <a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_QUIET"><code>IgniteSystemProperties.IGNITE_QUIET</code></a>) and no console appenders can be found
in configuration, then default console appender will be added.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_DAEMON">IGNITE_DAEMON</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Presence of this system property with value <code>true</code> will make the grid
node start as a daemon node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_DATA_STORAGE_FOLDER_BY_CONSISTENT_ID">IGNITE_DATA_STORAGE_FOLDER_BY_CONSISTENT_ID</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">When set to <code>true</code>, Data store folders are generated only by consistent id, and no consistent ID will be
set based on existing data store folders.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_DATA_STREAMING_EXECUTOR_SERVICE_TASKS_STEALING_THRESHOLD">IGNITE_DATA_STREAMING_EXECUTOR_SERVICE_TASKS_STEALING_THRESHOLD</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Tasks stealing will be started if tasks queue size per data-streamer thread exceeds this threshold.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_DEFAULT_DATA_STORAGE_PAGE_SIZE">IGNITE_DEFAULT_DATA_STORAGE_PAGE_SIZE</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Sets default <a href="org/apache/ignite/configuration/DataStorageConfiguration.html#setPageSize-int-"><code>storage page size</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_DEFAULT_DISK_PAGE_COMPRESSION">IGNITE_DEFAULT_DISK_PAGE_COMPRESSION</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Sets default <a href="org/apache/ignite/configuration/CacheConfiguration.html#setDiskPageCompression-org.apache.ignite.configuration.DiskPageCompression-"><code>disk page compression</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_DEFERRED_ONE_PHASE_COMMIT_ACK_REQUEST_BUFFER_SIZE">IGNITE_DEFERRED_ONE_PHASE_COMMIT_ACK_REQUEST_BUFFER_SIZE</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">One phase commit deferred ack request buffer size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_DEFERRED_ONE_PHASE_COMMIT_ACK_REQUEST_TIMEOUT">IGNITE_DEFERRED_ONE_PHASE_COMMIT_ACK_REQUEST_TIMEOUT</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">One phase commit deferred ack request timeout.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_DEFRAGMENTATION_REGION_SIZE_PERCENTAGE">IGNITE_DEFRAGMENTATION_REGION_SIZE_PERCENTAGE</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Defragmentation region size percentage of configured region size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_DELAYED_REPLACED_PAGE_WRITE">IGNITE_DELAYED_REPLACED_PAGE_WRITE</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">When set to <code>true</code> (default), pages are written to page store without holding segment lock (with delay).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_DEP_MODE_OVERRIDE">IGNITE_DEP_MODE_OVERRIDE</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">System property to override deployment mode configuration parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/deployment/local/LocalDeploymentSpi.html#IGNITE_DEPLOYMENT_ADDITIONAL_CHECK">IGNITE_DEPLOYMENT_ADDITIONAL_CHECK</a></span> - Static variable in class org.apache.ignite.spi.deployment.local.<a href="org/apache/ignite/spi/deployment/local/LocalDeploymentSpi.html" title="class in org.apache.ignite.spi.deployment.local">LocalDeploymentSpi</a></dt>
<dd>
<div class="block">Enables additional check for resource name on resources removal.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_DEV_ONLY_LOGGING_DISABLED">IGNITE_DEV_ONLY_LOGGING_DISABLED</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">When set to <code>true</code>, warnings that are intended for development environments and not for production
(such as coding mistakes in code using Ignite) will not be logged.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_DIAGNOSTIC_ENABLED">IGNITE_DIAGNOSTIC_ENABLED</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_DIAGNOSTIC_WARN_LIMIT">IGNITE_DIAGNOSTIC_WARN_LIMIT</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Maximum number of diagnostic warning messages per category, when waiting for PME.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_DIRECT_IO_ENABLED">IGNITE_DIRECT_IO_ENABLED</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">When set to <code>true</code>, direct IO may be enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_DISABLE_AFFINITY_MEMORY_OPTIMIZATION">IGNITE_DISABLE_AFFINITY_MEMORY_OPTIMIZATION</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Flag to disable memory optimization:
BitSets instead of HashSets to store partitions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_DISABLE_GRP_STATE_LAZY_STORE">IGNITE_DISABLE_GRP_STATE_LAZY_STORE</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Disable group state lazy store.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_DISABLE_HOSTNAME_VERIFIER">IGNITE_DISABLE_HOSTNAME_VERIFIER</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">System property to disable <a href="https://docs.oracle.com/javase/8/docs/api/javax/net/ssl/HostnameVerifier.html?is-external=true" title="class or interface in javax.net.ssl"><code>HostnameVerifier</code></a> for SSL connections.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_DISABLE_ONHEAP_CACHE">IGNITE_DISABLE_ONHEAP_CACHE</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">When set to <code>true</code>, on-heap cache cannot be enabled - see
<a href="org/apache/ignite/configuration/CacheConfiguration.html#setOnheapCacheEnabled-boolean-"><code>CacheConfiguration.setOnheapCacheEnabled(boolean)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_DISABLE_REBALANCING_CANCELLATION_OPTIMIZATION">IGNITE_DISABLE_REBALANCING_CANCELLATION_OPTIMIZATION</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">When property is set <code>false</code> each next exchange will try to compare with previous.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_DISABLE_TRIGGERING_CACHE_INTERCEPTOR_ON_CONFLICT">IGNITE_DISABLE_TRIGGERING_CACHE_INTERCEPTOR_ON_CONFLICT</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Disables cache interceptor triggering in case of conflicts.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_DISABLE_WAL_DURING_REBALANCING">IGNITE_DISABLE_WAL_DURING_REBALANCING</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">When set to <code>false</code>, WAL will not be automatically disabled during rebalancing if there is no partition in
OWNING state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_DISCO_FAILED_CLIENT_RECONNECT_DELAY">IGNITE_DISCO_FAILED_CLIENT_RECONNECT_DELAY</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Defines reconnect delay in milliseconds for client node that was failed forcible.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_DISCOVERY_CLIENT_RECONNECT_HISTORY_SIZE">IGNITE_DISCOVERY_CLIENT_RECONNECT_HISTORY_SIZE</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Maximum number of discovery message history used to support client reconnect.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_DISCOVERY_DISABLE_CACHE_METRICS_UPDATE">IGNITE_DISCOVERY_DISABLE_CACHE_METRICS_UPDATE</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">When set to <code>true</code>, cache metrics are not included into the discovery metrics update message (in this
case message contains only cluster metrics).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_DISCOVERY_HISTORY_SIZE">IGNITE_DISCOVERY_HISTORY_SIZE</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Maximum size for discovery messages history.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_DISCOVERY_METRICS_QNT_WARN">IGNITE_DISCOVERY_METRICS_QNT_WARN</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Logging a warning message when metrics quantity exceeded a specified number.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#IGNITE_DISK_SPACE_PER_NODE">IGNITE_DISK_SPACE_PER_NODE</a></span> - Static variable in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_DUMP_PAGE_LOCK_ON_FAILURE">IGNITE_DUMP_PAGE_LOCK_ON_FAILURE</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Enables threads locks dumping on critical node failure.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_DUMP_THREADS_ON_FAILURE">IGNITE_DUMP_THREADS_ON_FAILURE</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Enables threads dumping on critical node failure.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_DUMP_THREADS_ON_FAILURE_THROTTLING_TIMEOUT">IGNITE_DUMP_THREADS_ON_FAILURE_THROTTLING_TIMEOUT</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Throttling time out for thread dump generation during failure handling.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_DUMP_TX_COLLISIONS_INTERVAL">IGNITE_DUMP_TX_COLLISIONS_INTERVAL</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">When above zero, prints tx key collisions once per interval.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_ENABLE_EXPERIMENTAL_COMMAND">IGNITE_ENABLE_EXPERIMENTAL_COMMAND</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use "--enable-experimental" parameter instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_ENABLE_EXTRA_INDEX_REBUILD_LOGGING">IGNITE_ENABLE_EXTRA_INDEX_REBUILD_LOGGING</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Enables extended logging of indexes create/rebuild process.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_ENABLE_FORCIBLE_NODE_KILL">IGNITE_ENABLE_FORCIBLE_NODE_KILL</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">If this property is set, a node will forcible fail a remote node when it fails to establish a communication
connection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_ENABLE_SUBQUERY_REWRITE_OPTIMIZATION">IGNITE_ENABLE_SUBQUERY_REWRITE_OPTIMIZATION</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Enables subquery rewriting optimization.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_EVENT_DRIVEN_SERVICE_PROCESSOR_ENABLED">IGNITE_EVENT_DRIVEN_SERVICE_PROCESSOR_ENABLED</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Manages the type of the implementation of the service processor (implementation of the <a href="org/apache/ignite/IgniteServices.html" title="interface in org.apache.ignite"><code>IgniteServices</code></a>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_EVICTION_PERMITS">IGNITE_EVICTION_PERMITS</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Since version 2.10. Use <a href="org/apache/ignite/configuration/IgniteConfiguration.html#setRebalanceThreadPoolSize-int-"><code>IgniteConfiguration.setRebalanceThreadPoolSize(int)</code></a> to manage
eviction parallelism.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_EXCEPTION_REGISTRY_MAX_SIZE">IGNITE_EXCEPTION_REGISTRY_MAX_SIZE</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Property controlling size of buffer holding last exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_EXCHANGE_HISTORY_SIZE">IGNITE_EXCHANGE_HISTORY_SIZE</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Maximum size for exchange history.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_EXCHANGE_MERGE_DELAY">IGNITE_EXCHANGE_MERGE_DELAY</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_FAIL_NODE_ON_UNRECOVERABLE_PARTITION_INCONSISTENCY">IGNITE_FAIL_NODE_ON_UNRECOVERABLE_PARTITION_INCONSISTENCY</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Flag to enable triggering failure handler for node if unrecoverable partition inconsistency is
discovered during partition update counters exchange.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_FAILURE_HANDLER_RESERVE_BUFFER_SIZE">IGNITE_FAILURE_HANDLER_RESERVE_BUFFER_SIZE</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Amount of memory reserved in the heap at node start, which can be dropped to increase the chances of success when
handling OutOfMemoryError.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_FORCE_MVCC_MODE_IN_TESTS">IGNITE_FORCE_MVCC_MODE_IN_TESTS</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">For test purposes only.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_GLOBAL_METASTORAGE_HISTORY_MAX_BYTES">IGNITE_GLOBAL_METASTORAGE_HISTORY_MAX_BYTES</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Maximum amount of bytes that can be stored in history of <code>DistributedMetaStorage</code> updates.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_GRID_CLIENT_LOG_ENABLED">IGNITE_GRID_CLIENT_LOG_ENABLED</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">If this property is set to <code>true</code> enable logging in <code>GridClient</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_H2_DEBUG_CONSOLE">IGNITE_H2_DEBUG_CONSOLE</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Since 2.8. H2 console is no longer supported.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_H2_DEBUG_CONSOLE_PORT">IGNITE_H2_DEBUG_CONSOLE_PORT</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Since 2.8. H2 console is no longer supported.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_H2_INDEXING_CACHE_CLEANUP_PERIOD">IGNITE_H2_INDEXING_CACHE_CLEANUP_PERIOD</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">System property to specify period in milliseconds between calls of the SQL statements cache cleanup task.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_H2_INDEXING_CACHE_THREAD_USAGE_TIMEOUT">IGNITE_H2_INDEXING_CACHE_THREAD_USAGE_TIMEOUT</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">System property to specify timeout in milliseconds after which thread's SQL statements cache is cleared by
cleanup task if the thread does not perform any query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_HOME">IGNITE_HOME</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Defines Ignite installation folder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#IGNITE_HOME_DESC">IGNITE_HOME_DESC</a></span> - Static variable 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="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#IGNITE_HOSTNAME_CONSTRAINT">IGNITE_HOSTNAME_CONSTRAINT</a></span> - Static variable in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ClusterProperties.html#IGNITE_HOSTNAME_CONSTRAINT">IGNITE_HOSTNAME_CONSTRAINT</a></span> - Static variable in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ClusterProperties.html" title="class in org.apache.ignite.yarn">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#IGNITE_HTTP_SERVER_HOST">IGNITE_HTTP_SERVER_HOST</a></span> - Static variable in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#IGNITE_HTTP_SERVER_IDLE_TIMEOUT">IGNITE_HTTP_SERVER_IDLE_TIMEOUT</a></span> - Static variable in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#IGNITE_HTTP_SERVER_IDLE_TIMEOUT_DEFAULT">IGNITE_HTTP_SERVER_IDLE_TIMEOUT_DEFAULT</a></span> - Static variable in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#IGNITE_HTTP_SERVER_PORT">IGNITE_HTTP_SERVER_PORT</a></span> - Static variable in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_INDEXING_DISCOVERY_HISTORY_SIZE">IGNITE_INDEXING_DISCOVERY_HISTORY_SIZE</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Indexing discovery history size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateAccessStrategyFactory.html#IGNITE_INSTANCE_NAME_PROPERTY">IGNITE_INSTANCE_NAME_PROPERTY</a></span> - Static variable in class org.apache.ignite.cache.hibernate.<a href="org/apache/ignite/cache/hibernate/HibernateAccessStrategyFactory.html" title="class in org.apache.ignite.cache.hibernate">HibernateAccessStrategyFactory</a></dt>
<dd>
<div class="block">Hibernate L2 cache Ignite instance name property name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_IO_BALANCE_PERIOD">IGNITE_IO_BALANCE_PERIOD</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_IO_DUMP_ON_TIMEOUT">IGNITE_IO_DUMP_ON_TIMEOUT</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_IPC_SHMEM_SPACE_DEBUG">IGNITE_IPC_SHMEM_SPACE_DEBUG</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">If this property is set to <code>true</code> then shared memory space native debug will be enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_JCACHE_DEFAULT_ISOLATED">IGNITE_JCACHE_DEFAULT_ISOLATED</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Property controlling whether CacheManager will start grid with isolated IP finder when default URL
is passed in.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_JDBC_DRIVER_CURSOR_REMOVE_DELAY">IGNITE_JDBC_DRIVER_CURSOR_REMOVE_DELAY</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">JDBC driver cursor remove delay.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_JETTY_HOST">IGNITE_JETTY_HOST</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">This property allows to override Jetty host for REST processor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_JETTY_LOG_NO_OVERRIDE">IGNITE_JETTY_LOG_NO_OVERRIDE</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">This property does not allow Ignite to override Jetty log configuration for REST processor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_JETTY_PORT">IGNITE_JETTY_PORT</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">This property allows to override Jetty local port for REST processor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_JOBS_HISTORY_SIZE">IGNITE_JOBS_HISTORY_SIZE</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">System property to override default job processor maps sizes for finished jobs and
cancellation requests.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_JOBS_METRICS_CONCURRENCY_LEVEL">IGNITE_JOBS_METRICS_CONCURRENCY_LEVEL</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Check the <a href="org/apache/ignite/spi/metric/ReadOnlyMetricRegistry.html" title="interface in org.apache.ignite.spi.metric"><code>ReadOnlyMetricRegistry</code></a> with "name=compute.jobs" instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#IGNITE_JVM_OPTS">IGNITE_JVM_OPTS</a></span> - Static variable in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ClusterProperties.html#IGNITE_JVM_OPTS">IGNITE_JVM_OPTS</a></span> - Static variable in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ClusterProperties.html" title="class in org.apache.ignite.yarn">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_JVM_PAUSE_DETECTOR_DISABLED">IGNITE_JVM_PAUSE_DETECTOR_DISABLED</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Ignite JVM pause detector disabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_JVM_PAUSE_DETECTOR_LAST_EVENTS_COUNT">IGNITE_JVM_PAUSE_DETECTOR_LAST_EVENTS_COUNT</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Ignite JVM pause detector last events count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_JVM_PAUSE_DETECTOR_PRECISION">IGNITE_JVM_PAUSE_DETECTOR_PRECISION</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Ignite JVM pause detector precision.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_JVM_PAUSE_DETECTOR_THRESHOLD">IGNITE_JVM_PAUSE_DETECTOR_THRESHOLD</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Ignite JVM pause detector threshold.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_KEEP_STATIC_CACHE_CONFIGURATION">IGNITE_KEEP_STATIC_CACHE_CONFIGURATION</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Keep static cache configuration even if stored cache data differs from the static config.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ssl/SslContextFactory.html#IGNITE_KEY_ALGORITHM_PROPERTY">IGNITE_KEY_ALGORITHM_PROPERTY</a></span> - Static variable in class org.apache.ignite.ssl.<a href="org/apache/ignite/ssl/SslContextFactory.html" title="class in org.apache.ignite.ssl">SslContextFactory</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <code>"ssl.KeyManagerFactory.algorithm"</code> instead as per JSSE standard.
Should be considered for deletion in 9.0.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_LOADED_PAGES_BACKWARD_SHIFT_MAP">IGNITE_LOADED_PAGES_BACKWARD_SHIFT_MAP</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">When set to <code>false</code>, loaded pages implementation is switched to previous version of implementation,
FullPageIdTable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_LOCAL_HOST">IGNITE_LOCAL_HOST</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">The system property sets a system-wide local IP address or hostname to be used by Ignite networking components.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_LOCAL_STORE_KEEPS_PRIMARY_ONLY">IGNITE_LOCAL_STORE_KEEPS_PRIMARY_ONLY</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Indicating whether local store keeps primary only.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ClusterProperties.html#IGNITE_LOCAL_WORK_DIR">IGNITE_LOCAL_WORK_DIR</a></span> - Static variable in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ClusterProperties.html" title="class in org.apache.ignite.yarn">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_LOG_CLASSPATH_CONTENT_ON_STARTUP">IGNITE_LOG_CLASSPATH_CONTENT_ON_STARTUP</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Scan the classpath on startup and log all the files containing in it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_LOG_DIR">IGNITE_LOG_DIR</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Environment variable to override logging directory that has been set in logger configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_LOG_GRID_NAME">IGNITE_LOG_GRID_NAME</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_LOG_INSTANCE_NAME"><code>IgniteSystemProperties.IGNITE_LOG_INSTANCE_NAME</code></a>.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_LOG_INSTANCE_NAME">IGNITE_LOG_INSTANCE_NAME</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">If this system property is present the Ignite will include instance name into verbose log.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_LOG_THROTTLE_CAPACITY">IGNITE_LOG_THROTTLE_CAPACITY</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Max amount of remembered errors for <code>GridLogThrottle</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_LONG_LONG_HASH_MAP_LOAD_FACTOR">IGNITE_LONG_LONG_HASH_MAP_LOAD_FACTOR</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Long-long offheap map load factor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_LONG_OPERATIONS_DUMP_TIMEOUT">IGNITE_LONG_OPERATIONS_DUMP_TIMEOUT</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Cache operations that take more time than value of this property will be output to log.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_LONG_OPERATIONS_DUMP_TIMEOUT_LIMIT">IGNITE_LONG_OPERATIONS_DUMP_TIMEOUT_LIMIT</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Upper time limit between long running/hanging operations debug dumps.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_LONG_TRANSACTION_TIME_DUMP_THRESHOLD">IGNITE_LONG_TRANSACTION_TIME_DUMP_THRESHOLD</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Threshold timeout for long transactions, if transaction exceeds it, it will be dumped in log with
information about how much time did it spent in system time (time while aquiring locks, preparing,
commiting, etc) and user time (time when client node runs some code while holding transaction and not
waiting it).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_MARSHAL_BUFFERS_PER_THREAD_POOL_SIZE">IGNITE_MARSHAL_BUFFERS_PER_THREAD_POOL_SIZE</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">System property to specify per thread binary allocator chunk pool size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_MARSHAL_BUFFERS_RECHECK">IGNITE_MARSHAL_BUFFERS_RECHECK</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">System property to specify how often in milliseconds marshal buffers
should be rechecked and potentially trimmed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_MARSHALLER_BLACKLIST">IGNITE_MARSHALLER_BLACKLIST</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Defines path to the file that contains list of classes disallowed to safe deserialization.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_MARSHALLER_WHITELIST">IGNITE_MARSHALLER_WHITELIST</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Defines path to the file that contains list of classes allowed to safe deserialization.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_MASTER_KEY_NAME_TO_CHANGE_BEFORE_STARTUP">IGNITE_MASTER_KEY_NAME_TO_CHANGE_BEFORE_STARTUP</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">The master key name that the node will use during the recovery.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_MAX_COMPLETED_TX_COUNT">IGNITE_MAX_COMPLETED_TX_COUNT</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Property controlling size of buffer holding completed transaction versions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_MAX_INDEX_PAYLOAD_SIZE">IGNITE_MAX_INDEX_PAYLOAD_SIZE</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">System property to specify maximum payload size in bytes for <code>H2TreeIndex</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_MAX_NESTED_LISTENER_CALLS">IGNITE_MAX_NESTED_LISTENER_CALLS</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Maximum number of nested listener calls before listener notification becomes asynchronous.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_MBEAN_APPEND_CLASS_LOADER_ID">IGNITE_MBEAN_APPEND_CLASS_LOADER_ID</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">If this property is set to <code>true</code> then Ignite will append
hash code of class loader to MXBean name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_MBEAN_APPEND_JVM_ID">IGNITE_MBEAN_APPEND_JVM_ID</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">If this property is set to <code>true</code> then Ignite will append
hash code of <a href="org/apache/ignite/Ignite.html" title="interface in org.apache.ignite"><code>Ignite</code></a> class as hex string and append
JVM name returned by <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/management/RuntimeMXBean.html?is-external=true#getName--" title="class or interface in java.lang.management"><code>RuntimeMXBean.getName()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_MBEANS_DISABLED">IGNITE_MBEANS_DISABLED</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">If property is set to <code>true</code>, then Ignite will disable MBeans registration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ClusterProperties.html#IGNITE_MEMORY_OVERHEAD_PER_NODE">IGNITE_MEMORY_OVERHEAD_PER_NODE</a></span> - Static variable in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ClusterProperties.html" title="class in org.apache.ignite.yarn">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_MEMORY_PER_BYTE_COPY_THRESHOLD">IGNITE_MEMORY_PER_BYTE_COPY_THRESHOLD</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">When unsafe memory copy if performed below this threshold, Ignite will do it on per-byte basis instead of
calling to Unsafe.copyMemory().</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#IGNITE_MEMORY_PER_NODE">IGNITE_MEMORY_PER_NODE</a></span> - Static variable in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ClusterProperties.html#IGNITE_MEMORY_PER_NODE">IGNITE_MEMORY_PER_NODE</a></span> - Static variable in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ClusterProperties.html" title="class in org.apache.ignite.yarn">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_MEMORY_UNALIGNED_ACCESS">IGNITE_MEMORY_UNALIGNED_ACCESS</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Whether Ignite can access unaligned memory addresses.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_MIN_BUFFERED_COMMUNICATION_MSG_CNT">IGNITE_MIN_BUFFERED_COMMUNICATION_MSG_CNT</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Not used anymore.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#IGNITE_MIN_CPU_PER_NODE">IGNITE_MIN_CPU_PER_NODE</a></span> - Static variable in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#IGNITE_MIN_MEMORY_PER_NODE">IGNITE_MIN_MEMORY_PER_NODE</a></span> - Static variable in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_MVCC_TX_SIZE_CACHING_THRESHOLD">IGNITE_MVCC_TX_SIZE_CACHING_THRESHOLD</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Maximum number for cached MVCC transaction updates.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_NEAR_GET_MAX_REMAPS">IGNITE_NEAR_GET_MAX_REMAPS</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">This property defines the maximum number of attempts to remap near get to the same
primary node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_NIO_RECOVERY_DESCRIPTOR_RESERVATION_TIMEOUT">IGNITE_NIO_RECOVERY_DESCRIPTOR_RESERVATION_TIMEOUT</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Sets timeout for TCP client recovery descriptor reservation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_NO_ASCII">IGNITE_NO_ASCII</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">If this system property is present (any value) - no ASCII logo will
be printed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_NO_DISCO_ORDER">IGNITE_NO_DISCO_ORDER</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Name of the system property to disable requirement for proper node ordering
by discovery SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_NO_SELECTOR_OPTS">IGNITE_NO_SELECTOR_OPTS</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">If set to <code>true</code>, then default selected keys set is used inside
<code>GridNioServer</code> which lead to some extra garbage generation when
processing selected keys.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_NO_SHUTDOWN_HOOK">IGNITE_NO_SHUTDOWN_HOOK</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">If this system property is set to <code>true</code> - no shutdown hook will be set.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#IGNITE_NODE_COUNT">IGNITE_NODE_COUNT</a></span> - Static variable in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ClusterProperties.html#IGNITE_NODE_COUNT">IGNITE_NODE_COUNT</a></span> - Static variable in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ClusterProperties.html" title="class in org.apache.ignite.yarn">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_NODE_IDS_HISTORY_SIZE">IGNITE_NODE_IDS_HISTORY_SIZE</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Maximum size of history of server nodes (server node IDs) that ever joined to current topology.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_OFFHEAP_LOCK_CONCURRENCY_LEVEL">IGNITE_OFFHEAP_LOCK_CONCURRENCY_LEVEL</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Ignite page memory concurrency level.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_OFFHEAP_SAFE_RELEASE">IGNITE_OFFHEAP_SAFE_RELEASE</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Flag that will force Ignite to fill memory block with some recognisable pattern right before
this memory block is released.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_OPTIMIZED_MARSHALLER_USE_DEFAULT_SUID">IGNITE_OPTIMIZED_MARSHALLER_USE_DEFAULT_SUID</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Manages <code>OptimizedMarshaller</code> behavior of <code>serialVersionUID</code> computation for
<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io"><code>Serializable</code></a> classes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_OVERRIDE_CONSISTENT_ID">IGNITE_OVERRIDE_CONSISTENT_ID</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">System property to specify consistent id of Ignite node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_OVERRIDE_MCAST_GRP">IGNITE_OVERRIDE_MCAST_GRP</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">System property to override multicast group taken from configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_OVERRIDE_WRITE_THROTTLING_ENABLED">IGNITE_OVERRIDE_WRITE_THROTTLING_ENABLED</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">If this property is set, <a href="org/apache/ignite/configuration/DataStorageConfiguration.html#setWriteThrottlingEnabled-boolean-"><code>DataStorageConfiguration.setWriteThrottlingEnabled(boolean)</code></a>
will be overridden to <code>true</code> regardless the initial value in the configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#IGNITE_PACKAGE_PATH">IGNITE_PACKAGE_PATH</a></span> - Static variable in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#IGNITE_PACKAGE_URL">IGNITE_PACKAGE_URL</a></span> - Static variable in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_PAGE_LOCK_TRACKER_CAPACITY">IGNITE_PAGE_LOCK_TRACKER_CAPACITY</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Capacity in pages for storing in page lock tracker strucuture.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_PAGE_LOCK_TRACKER_CHECK_INTERVAL">IGNITE_PAGE_LOCK_TRACKER_CHECK_INTERVAL</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Page lock tracker thread for checking hangs threads interval.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_PAGE_LOCK_TRACKER_TYPE">IGNITE_PAGE_LOCK_TRACKER_TYPE</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Page lock tracker type</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_PAGES_LIST_DISABLE_ONHEAP_CACHING">IGNITE_PAGES_LIST_DISABLE_ONHEAP_CACHING</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Disable onheap caching of pages lists (free lists and reuse lists).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_PART_DISTRIBUTION_WARN_THRESHOLD">IGNITE_PART_DISTRIBUTION_WARN_THRESHOLD</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">The threshold of uneven distribution above which partition distribution will be logged.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_PARTITION_RELEASE_FUTURE_DUMP_THRESHOLD">IGNITE_PARTITION_RELEASE_FUTURE_DUMP_THRESHOLD</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">If a partition release future completion time during an exchange exceeds this threshold, the contents of
the future will be dumped to the log on exchange.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ClusterProperties.html#IGNITE_PATH">IGNITE_PATH</a></span> - Static variable in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ClusterProperties.html" title="class in org.apache.ignite.yarn">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_PDS_MAX_CHECKPOINT_MEMORY_HISTORY_SIZE">IGNITE_PDS_MAX_CHECKPOINT_MEMORY_HISTORY_SIZE</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Number of checkpoint history entries held in memory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_PDS_PARTITION_DESTROY_CHECKPOINT_DELAY">IGNITE_PDS_PARTITION_DESTROY_CHECKPOINT_DELAY</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_PDS_SKIP_CRC">IGNITE_PDS_SKIP_CRC</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Skip CRC calculation flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_PDS_WAL_REBALANCE_THRESHOLD">IGNITE_PDS_WAL_REBALANCE_THRESHOLD</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">WAL rebalance threshold.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_PENDING_TX_TRACKER_ENABLED">IGNITE_PENDING_TX_TRACKER_ENABLED</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">System property to enable pending transaction tracker.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_PERF_STAT_BUFFER_SIZE">IGNITE_PERF_STAT_BUFFER_SIZE</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Performance statistics off heap buffer size in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_PERF_STAT_CACHED_STRINGS_THRESHOLD">IGNITE_PERF_STAT_CACHED_STRINGS_THRESHOLD</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Maximum performance statistics cached strings threshold.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_PERF_STAT_FILE_MAX_SIZE">IGNITE_PERF_STAT_FILE_MAX_SIZE</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Maximum performance statistics file size in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_PERF_STAT_FLUSH_SIZE">IGNITE_PERF_STAT_FLUSH_SIZE</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Minimal performance statistics batch size to be flushed in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_PERFORMANCE_SUGGESTIONS_DISABLED">IGNITE_PERFORMANCE_SUGGESTIONS_DISABLED</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Flag indicating whether performance suggestions output on start should be disabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_PME_FREE_SWITCH_DISABLED">IGNITE_PME_FREE_SWITCH_DISABLED</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">PME-free switch explicitly disabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_PREFER_WAL_REBALANCE">IGNITE_PREFER_WAL_REBALANCE</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Prefer historical rebalance if there's enough history regardless off all heuristics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/resource/ResourceHandler.html#IGNITE_PREFIX">IGNITE_PREFIX</a></span> - Static variable in class org.apache.ignite.mesos.resource.<a href="org/apache/ignite/mesos/resource/ResourceHandler.html" title="class in org.apache.ignite.mesos.resource">ResourceHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_PRELOAD_RESEND_TIMEOUT">IGNITE_PRELOAD_RESEND_TIMEOUT</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">System property to hold preload resend timeout for evicted partitions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_PROG_NAME">IGNITE_PROG_NAME</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Name of the system property defining name of command line program.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_QUIET">IGNITE_QUIET</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Set to either <code>true</code> or <code>false</code> to enable or disable quiet mode
of Ignite.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_READ_LOAD_BALANCING">IGNITE_READ_LOAD_BALANCING</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Whenever read load balancing is enabled, that means 'get' requests will be distributed between primary and backup
nodes if it is possible and <a href="org/apache/ignite/configuration/CacheConfiguration.html#isReadFromBackup--"><code>CacheConfiguration.isReadFromBackup()</code></a> is <code>true</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_REBALANCE_STATISTICS_TIME_INTERVAL">IGNITE_REBALANCE_STATISTICS_TIME_INTERVAL</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/mxbean/MetricsMxBean.html#configureHitRateMetric-java.lang.String-long-"><code>MetricsMxBean.configureHitRateMetric(String, long)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_REBALANCE_THROTTLE_OVERRIDE">IGNITE_REBALANCE_THROTTLE_OVERRIDE</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/IgniteConfiguration.html#getRebalanceThrottle--"><code>IgniteConfiguration.getRebalanceThrottle()</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_RECOVERY_SEMAPHORE_PERMITS">IGNITE_RECOVERY_SEMAPHORE_PERMITS</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Limit the maximum number of objects in memory during the recovery procedure.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_RECOVERY_VERBOSE_LOGGING">IGNITE_RECOVERY_VERBOSE_LOGGING</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Allows to log additional information about all restored partitions after binary and logical recovery phases.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_REFLECTION_CACHE_SIZE">IGNITE_REFLECTION_CACHE_SIZE</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">System property to override default reflection cache size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ClusterProperties.html#IGNITE_RELEASES_DIR">IGNITE_RELEASES_DIR</a></span> - Static variable in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ClusterProperties.html" title="class in org.apache.ignite.yarn">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_REST_GETALL_AS_ARRAY">IGNITE_REST_GETALL_AS_ARRAY</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Should be made default in Apache Ignite 3.0.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_REST_MAX_TASK_RESULTS">IGNITE_REST_MAX_TASK_RESULTS</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">This property allows to override maximum count of task results stored on one node
in REST processor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_REST_SECURITY_TOKEN_TIMEOUT">IGNITE_REST_SECURITY_TOKEN_TIMEOUT</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">This property allow rewriting default (<code>300</code>) REST session security token expire time (in seconds).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_REST_SESSION_TIMEOUT">IGNITE_REST_SESSION_TIMEOUT</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">This property allow rewriting default (<code>30</code>) REST session expire time (in seconds).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_REST_START_ON_CLIENT">IGNITE_REST_START_ON_CLIENT</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">This property allows to override default behavior that rest processor
doesn't start on client node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_RESTART_CODE">IGNITE_RESTART_CODE</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">This property is used internally to pass an exit code to loader when
Ignite instance is being restarted.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_REUSE_MEMORY_ON_DEACTIVATE">IGNITE_REUSE_MEMORY_ON_DEACTIVATE</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Try reuse memory on deactivation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#IGNITE_RUN_CPU_PER_NODE">IGNITE_RUN_CPU_PER_NODE</a></span> - Static variable in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ClusterProperties.html#IGNITE_RUN_CPU_PER_NODE">IGNITE_RUN_CPU_PER_NODE</a></span> - Static variable in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ClusterProperties.html" title="class in org.apache.ignite.yarn">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_SECURITY_COMPATIBILITY_MODE">IGNITE_SECURITY_COMPATIBILITY_MODE</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">When set to <code>true</code>, Ignite switches to compatibility mode with versions that don't
support service security permissions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_SKIP_CONFIGURATION_CONSISTENCY_CHECK">IGNITE_SKIP_CONFIGURATION_CONSISTENCY_CHECK</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Property allowing to skip configuration consistency checks.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_SKIP_PARTITION_SIZE_VALIDATION">IGNITE_SKIP_PARTITION_SIZE_VALIDATION</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">When set to <code>true</code>, Ignite will skip partitions sizes check on partition validation after rebalance has finished.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_SLOW_TX_WARN_TIMEOUT">IGNITE_SLOW_TX_WARN_TIMEOUT</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Transactions that take more time, than value of this property, will be output to log
with warning level.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_SQL_ALLOW_KEY_VAL_UPDATES">IGNITE_SQL_ALLOW_KEY_VAL_UPDATES</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Allow use composite _key, _val columns at the INSERT/UPDATE/MERGE statements.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_SQL_DISABLE_SYSTEM_VIEWS">IGNITE_SQL_DISABLE_SYSTEM_VIEWS</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Disable SQL system views.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_SQL_FORCE_LAZY_RESULT_SET">IGNITE_SQL_FORCE_LAZY_RESULT_SET</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Since version 2.8.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_SQL_MAX_EXTRACTED_PARTS_FROM_BETWEEN">IGNITE_SQL_MAX_EXTRACTED_PARTS_FROM_BETWEEN</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Maximum number of different partitions to be extracted from between expression within sql query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_SQL_MERGE_TABLE_MAX_SIZE">IGNITE_SQL_MERGE_TABLE_MAX_SIZE</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Property controlling maximum number of SQL result rows which can be fetched into a merge table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_SQL_MERGE_TABLE_PREFETCH_SIZE">IGNITE_SQL_MERGE_TABLE_PREFETCH_SIZE</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Property controlling number of SQL result rows that will be fetched into a merge table at once before
applying binary search for the bounds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_SQL_PARSER_DISABLE_H2_FALLBACK">IGNITE_SQL_PARSER_DISABLE_H2_FALLBACK</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Disable fallback to H2 SQL parser if the internal SQL parser fails to parse the statement.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_SQL_RETRY_TIMEOUT">IGNITE_SQL_RETRY_TIMEOUT</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">SQL retry timeout.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_SQL_SYSTEM_SCHEMA_NAME_IGNITE">IGNITE_SQL_SYSTEM_SCHEMA_NAME_IGNITE</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Enable backward compatible to use 'IGNITE' as SQL system schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_SQL_UUID_DDL_BYTE_FORMAT">IGNITE_SQL_UUID_DDL_BYTE_FORMAT</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Enable backward compatible handling of UUID through DDL.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_SSH_HOST">IGNITE_SSH_HOST</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">System property to hold SSH host for visor-started nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_SSH_USER_NAME">IGNITE_SSH_USER_NAME</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">System property to hold SSH user name for visor-started nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_START_CACHES_ON_JOIN">IGNITE_START_CACHES_ON_JOIN</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_STARVATION_CHECK_INTERVAL">IGNITE_STARVATION_CHECK_INTERVAL</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">This system property defines interval in milliseconds in which Ignite will check
thread pool state for starvation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_STREAM_TRANSFORMER_COMPATIBILITY_MODE">IGNITE_STREAM_TRANSFORMER_COMPATIBILITY_MODE</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Manages backward compatibility of <a href="org/apache/ignite/stream/StreamTransformer.html#from-org.apache.ignite.cache.CacheEntryProcessor-"><code>StreamTransformer.from(CacheEntryProcessor)</code></a> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_SUCCESS_FILE">IGNITE_SUCCESS_FILE</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Name of the system property defining success file name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_SYSTEM_WORKER_BLOCKED_TIMEOUT">IGNITE_SYSTEM_WORKER_BLOCKED_TIMEOUT</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Maximum inactivity period for system worker in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_TCP_COMM_SET_ATTR_HOST_NAMES">IGNITE_TCP_COMM_SET_ATTR_HOST_NAMES</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Enables setting attribute value of <a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#ATTR_HOST_NAMES"><code>ATTR_HOST_NAMES</code></a> when value <a href="org/apache/ignite/configuration/IgniteConfiguration.html#getLocalHost--"><code>getLocalHost</code></a> is ip, for backward
compatibility.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_TCP_DISCOVERY_ADDRESSES">IGNITE_TCP_DISCOVERY_ADDRESSES</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Comma separated list of addresses in format "10.100.22.100:45000,10.100.22.101:45000".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_TEST_ENV">IGNITE_TEST_ENV</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Set to true only during the junit tests.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_TEST_FEATURES_ENABLED">IGNITE_TEST_FEATURES_ENABLED</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">If property is set to <code>true</code>, then test features will be enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_THREAD_DUMP_ON_EXCHANGE_TIMEOUT">IGNITE_THREAD_DUMP_ON_EXCHANGE_TIMEOUT</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">If this property is set to <code>true</code> then Ignite will log thread dump in case of partition exchange timeout.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_THRESHOLD_WAIT_TIME_NEXT_WAL_SEGMENT">IGNITE_THRESHOLD_WAIT_TIME_NEXT_WAL_SEGMENT</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Threshold time (in millis) to print warning to log if waiting for next wal segment took longer than the threshold.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_THRESHOLD_WAL_ARCHIVE_SIZE_PERCENTAGE">IGNITE_THRESHOLD_WAL_ARCHIVE_SIZE_PERCENTAGE</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Property for setup percentage of WAL archive size to calculate threshold since which removing of old archive should be started.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_THROTTLE_LOG_THRESHOLD">IGNITE_THROTTLE_LOG_THRESHOLD</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Threshold for throttling operations logging.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_TO_STRING_COLLECTION_LIMIT">IGNITE_TO_STRING_COLLECTION_LIMIT</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Limit collection (map, array) elements number to output.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_TO_STRING_INCLUDE_SENSITIVE">IGNITE_TO_STRING_INCLUDE_SENSITIVE</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Setting to <code>true</code> enables writing sensitive information in <code>toString()</code> output.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_TO_STRING_MAX_LENGTH">IGNITE_TO_STRING_MAX_LENGTH</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Maximum length for <code>toString()</code> result.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#IGNITE_TOTAL_CPU">IGNITE_TOTAL_CPU</a></span> - Static variable in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#IGNITE_TOTAL_DISK_SPACE">IGNITE_TOTAL_DISK_SPACE</a></span> - Static variable in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#IGNITE_TOTAL_MEMORY">IGNITE_TOTAL_MEMORY</a></span> - Static variable in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_TRANSACTION_TIME_DUMP_SAMPLES_COEFFICIENT">IGNITE_TRANSACTION_TIME_DUMP_SAMPLES_COEFFICIENT</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">The coefficient for samples of completed transactions that will be dumped in log.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_TRANSACTION_TIME_DUMP_SAMPLES_PER_SECOND_LIMIT">IGNITE_TRANSACTION_TIME_DUMP_SAMPLES_PER_SECOND_LIMIT</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">The limit of samples of completed transactions that will be dumped in log per second, if
<a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_TRANSACTION_TIME_DUMP_SAMPLES_COEFFICIENT"><code>IgniteSystemProperties.IGNITE_TRANSACTION_TIME_DUMP_SAMPLES_COEFFICIENT</code></a> is above <code>0.0</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_TROUBLESHOOTING_LOGGER">IGNITE_TROUBLESHOOTING_LOGGER</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Setting this option to <code>true</code> will enable troubleshooting logger.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_TTL_EXPIRE_BATCH_SIZE">IGNITE_TTL_EXPIRE_BATCH_SIZE</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">When cache has entries with expired TTL, each user operation will also remove this amount of expired entries.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_TX_DEADLOCK_DETECTION_MAX_ITERS">IGNITE_TX_DEADLOCK_DETECTION_MAX_ITERS</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Specifies maximum number of iterations for deadlock detection procedure.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_TX_DEADLOCK_DETECTION_TIMEOUT">IGNITE_TX_DEADLOCK_DETECTION_TIMEOUT</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Specifies timeout for deadlock detection procedure.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_TX_OWNER_DUMP_REQUESTS_ALLOWED">IGNITE_TX_OWNER_DUMP_REQUESTS_ALLOWED</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Shows if dump requests from local node to near node are allowed, when long running transaction
is found.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_UNWIND_THROTTLING_TIMEOUT">IGNITE_UNWIND_THROTTLING_TIMEOUT</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Throttling timeout in millis which avoid excessive PendingTree access on unwind if there is nothing to clean yet.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_UNWRAP_BINARY_FOR_INDEXING_SPI">IGNITE_UNWRAP_BINARY_FOR_INDEXING_SPI</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Should be removed in Apache Ignite 2.0.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_UPDATE_NOTIFIER">IGNITE_UPDATE_NOTIFIER</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">If this system property is set to <code>false</code> - no checks for new versions will
be performed by Ignite.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ClusterProperties.html#IGNITE_URL">IGNITE_URL</a></span> - Static variable in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ClusterProperties.html" title="class in org.apache.ignite.yarn">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_USE_ASYNC_FILE_IO_FACTORY">IGNITE_USE_ASYNC_FILE_IO_FACTORY</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">If this property is set, then Ignite will use Async File IO factory by default.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_USE_LEGACY_NODE_COMPARATOR">IGNITE_USE_LEGACY_NODE_COMPARATOR</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">If the property is set Ignite will use legacy node comparator (based on node order) inste
Default value is <code>false</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#IGNITE_USERS_LIBS">IGNITE_USERS_LIBS</a></span> - Static variable in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ClusterProperties.html#IGNITE_USERS_LIBS">IGNITE_USERS_LIBS</a></span> - Static variable in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ClusterProperties.html" title="class in org.apache.ignite.yarn">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#IGNITE_USERS_LIBS_URL">IGNITE_USERS_LIBS_URL</a></span> - Static variable in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#IGNITE_VERSION">IGNITE_VERSION</a></span> - Static variable in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_WAIT_FOR_BACKUPS_ON_SHUTDOWN">IGNITE_WAIT_FOR_BACKUPS_ON_SHUTDOWN</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">When enabled, node will wait until all of its data is backed up before shutting down.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_WAIT_SCHEMA_UPDATE">IGNITE_WAIT_SCHEMA_UPDATE</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Timeout for waiting schema update if schema was not found for last accepted version.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_WAL_COMPRESSOR_WORKER_THREAD_CNT">IGNITE_WAL_COMPRESSOR_WORKER_THREAD_CNT</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Count of WAL compressor worker threads.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_WAL_DEBUG_LOG_ON_RECOVERY">IGNITE_WAL_DEBUG_LOG_ON_RECOVERY</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Not used.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_WAL_FSYNC_WITH_DEDICATED_WORKER">IGNITE_WAL_FSYNC_WITH_DEDICATED_WORKER</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">When set to <code>true</code>, WAL implementation with dedicated worker will be used even in FSYNC mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_WAL_LOG_TX_RECORDS">IGNITE_WAL_LOG_TX_RECORDS</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">If the property is set <code>TxRecord</code> records
will be logged to WAL.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_WAL_MMAP">IGNITE_WAL_MMAP</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Property that indicates should be mapped byte buffer used or not.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_WAL_SEGMENT_SYNC_TIMEOUT">IGNITE_WAL_SEGMENT_SYNC_TIMEOUT</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Property for setup Ignite WAL segment sync timeout.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_WAL_SERIALIZER_VERSION">IGNITE_WAL_SERIALIZER_VERSION</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Property for setup WAL serializer version.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_WORK_DIR">IGNITE_WORK_DIR</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Environment variable to set work directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#IGNITE_WORK_DIR">IGNITE_WORK_DIR</a></span> - Static variable in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ClusterProperties.html#IGNITE_WORKING_DIR">IGNITE_WORKING_DIR</a></span> - Static variable in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ClusterProperties.html" title="class in org.apache.ignite.yarn">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ClusterProperties.html#IGNITE_YARN_QUEUE">IGNITE_YARN_QUEUE</a></span> - Static variable in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ClusterProperties.html" title="class in org.apache.ignite.yarn">ClusterProperties</a></dt>
<dd>
<div class="block">Ignite Yarn Queue</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_ZOOKEEPER_DISCOVERY_MAX_RETRY_COUNT">IGNITE_ZOOKEEPER_DISCOVERY_MAX_RETRY_COUNT</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Number of attempts to reconnect to ZooKeeper.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_ZOOKEEPER_DISCOVERY_RETRY_TIMEOUT">IGNITE_ZOOKEEPER_DISCOVERY_RETRY_TIMEOUT</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Timeout between ZooKeeper client retries, default 2s.</div>
</dd>
<dt><a href="org/apache/ignite/osgi/IgniteAbstractOsgiContextActivator.html" title="class in org.apache.ignite.osgi"><span class="typeNameLink">IgniteAbstractOsgiContextActivator</span></a> - Class in <a href="org/apache/ignite/osgi/package-summary.html">org.apache.ignite.osgi</a></dt>
<dd>
<div class="block">This <code>BundleActivator</code> starts Apache Ignite inside the OSGi container when the bundle is started.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/osgi/IgniteAbstractOsgiContextActivator.html#IgniteAbstractOsgiContextActivator--">IgniteAbstractOsgiContextActivator()</a></span> - Constructor for class org.apache.ignite.osgi.<a href="org/apache/ignite/osgi/IgniteAbstractOsgiContextActivator.html" title="class in org.apache.ignite.osgi">IgniteAbstractOsgiContextActivator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.IgniteAllNodesPredicate.html#IgniteAllNodesPredicate--">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/lang/IgniteAsyncCallback.html" title="annotation in org.apache.ignite.lang"><span class="typeNameLink">IgniteAsyncCallback</span></a> - Annotation Type in <a href="org/apache/ignite/lang/package-summary.html">org.apache.ignite.lang</a></dt>
<dd>
<div class="block">If callback has this annotation then it will be executing in another thread.</div>
</dd>
<dt><a href="org/apache/ignite/lang/IgniteAsyncSupport.html" title="interface in org.apache.ignite.lang"><span class="typeNameLink">IgniteAsyncSupport</span></a> - Interface in <a href="org/apache/ignite/lang/package-summary.html">org.apache.ignite.lang</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">since 2.0. Please use specialized asynchronous methods.</span></div>
</div>
</dd>
<dt><a href="org/apache/ignite/lang/IgniteAsyncSupported.html" title="annotation in org.apache.ignite.lang"><span class="typeNameLink">IgniteAsyncSupported</span></a> - Annotation Type in <a href="org/apache/ignite/lang/package-summary.html">org.apache.ignite.lang</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">since 2.0. Please use specialized asynchronous methods.</span></div>
</div>
</dd>
<dt><a href="org/apache/ignite/IgniteAtomicLong.html" title="interface in org.apache.ignite"><span class="typeNameLink">IgniteAtomicLong</span></a> - Interface in <a href="org/apache/ignite/package-summary.html">org.apache.ignite</a></dt>
<dd>
<div class="block">This interface provides a rich API for working with distributedly cached atomic long value.</div>
</dd>
<dt><a href="org/apache/ignite/IgniteAtomicReference.html" title="interface in org.apache.ignite"><span class="typeNameLink">IgniteAtomicReference</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/IgniteAtomicReference.html" title="type parameter in IgniteAtomicReference">T</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/package-summary.html">org.apache.ignite</a></dt>
<dd>
<div class="block">This interface provides a rich API for working with distributed atomic reference.</div>
</dd>
<dt><a href="org/apache/ignite/IgniteAtomicSequence.html" title="interface in org.apache.ignite"><span class="typeNameLink">IgniteAtomicSequence</span></a> - Interface in <a href="org/apache/ignite/package-summary.html">org.apache.ignite</a></dt>
<dd>
<div class="block">This interface provides a rich API for working with distributed atomic sequence.</div>
</dd>
<dt><a href="org/apache/ignite/IgniteAtomicStamped.html" title="interface in org.apache.ignite"><span class="typeNameLink">IgniteAtomicStamped</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/IgniteAtomicStamped.html" title="type parameter in IgniteAtomicStamped">T</a>,<a href="org/apache/ignite/IgniteAtomicStamped.html" title="type parameter in IgniteAtomicStamped">S</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/package-summary.html">org.apache.ignite</a></dt>
<dd>
<div class="block">This interface provides a rich API for working with distributed atomic stamped value.</div>
</dd>
<dt><a href="org/apache/ignite/IgniteAuthenticationException.html" title="class in org.apache.ignite"><span class="typeNameLink">IgniteAuthenticationException</span></a> - Exception in <a href="org/apache/ignite/package-summary.html">org.apache.ignite</a></dt>
<dd>
<div class="block">Exception that represents authentication failure.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteAuthenticationException.html#IgniteAuthenticationException-java.lang.String-">IgniteAuthenticationException(String)</a></span> - Constructor for exception org.apache.ignite.<a href="org/apache/ignite/IgniteAuthenticationException.html" title="class in org.apache.ignite">IgniteAuthenticationException</a></dt>
<dd>
<div class="block">Creates authentication exception with given error message.</div>
</dd>
<dt><a href="org/apache/ignite/lang/IgniteBiClosure.html" title="interface in org.apache.ignite.lang"><span class="typeNameLink">IgniteBiClosure</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/lang/IgniteBiClosure.html" title="type parameter in IgniteBiClosure">E1</a>,<a href="org/apache/ignite/lang/IgniteBiClosure.html" title="type parameter in IgniteBiClosure">E2</a>,<a href="org/apache/ignite/lang/IgniteBiClosure.html" title="type parameter in IgniteBiClosure">R</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/lang/package-summary.html">org.apache.ignite.lang</a></dt>
<dd>
<div class="block">Defines generic closure with two parameters.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/functions/IgniteBiConsumer.html" title="interface in org.apache.ignite.ml.math.functions"><span class="typeNameLink">IgniteBiConsumer</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/math/functions/IgniteBiConsumer.html" title="type parameter in IgniteBiConsumer">T</a>,<a href="org/apache/ignite/ml/math/functions/IgniteBiConsumer.html" title="type parameter in IgniteBiConsumer">U</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/ml/math/functions/package-summary.html">org.apache.ignite.ml.math.functions</a></dt>
<dd>
<div class="block">Serializable binary consumer.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/functions/IgniteBiFunction.html" title="interface in org.apache.ignite.ml.math.functions"><span class="typeNameLink">IgniteBiFunction</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/math/functions/IgniteBiFunction.html" title="type parameter in IgniteBiFunction">T</a>,<a href="org/apache/ignite/ml/math/functions/IgniteBiFunction.html" title="type parameter in IgniteBiFunction">U</a>,<a href="org/apache/ignite/ml/math/functions/IgniteBiFunction.html" title="type parameter in IgniteBiFunction">R</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/ml/math/functions/package-summary.html">org.apache.ignite.ml.math.functions</a></dt>
<dd>
<div class="block">Serializable binary function.</div>
</dd>
<dt><a href="org/apache/ignite/lang/IgniteBiInClosure.html" title="interface in org.apache.ignite.lang"><span class="typeNameLink">IgniteBiInClosure</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/lang/IgniteBiInClosure.html" title="type parameter in IgniteBiInClosure">E1</a>,<a href="org/apache/ignite/lang/IgniteBiInClosure.html" title="type parameter in IgniteBiInClosure">E2</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/lang/package-summary.html">org.apache.ignite.lang</a></dt>
<dd>
<div class="block">Closure with two in-parameters and void return type.</div>
</dd>
<dt><a href="org/apache/ignite/IgniteBinary.html" title="interface in org.apache.ignite"><span class="typeNameLink">IgniteBinary</span></a> - Interface in <a href="org/apache/ignite/package-summary.html">org.apache.ignite</a></dt>
<dd>
<div class="block">Defines binary objects functionality.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/functions/IgniteBinaryOperator.html" title="interface in org.apache.ignite.ml.math.functions"><span class="typeNameLink">IgniteBinaryOperator</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/math/functions/IgniteBinaryOperator.html" title="type parameter in IgniteBinaryOperator">A</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/ml/math/functions/package-summary.html">org.apache.ignite.ml.math.functions</a></dt>
<dd>
<div class="block">Serializable binary operator.</div>
</dd>
<dt><a href="org/apache/ignite/lang/IgniteBiPredicate.html" title="interface in org.apache.ignite.lang"><span class="typeNameLink">IgniteBiPredicate</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/lang/IgniteBiPredicate.html" title="type parameter in IgniteBiPredicate">E1</a>,<a href="org/apache/ignite/lang/IgniteBiPredicate.html" title="type parameter in IgniteBiPredicate">E2</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/lang/package-summary.html">org.apache.ignite.lang</a></dt>
<dd>
<div class="block">Defines a predicate which accepts two parameters and returns <code>true</code> or <code>false</code>.</div>
</dd>
<dt><a href="org/apache/ignite/lang/IgniteBiTuple.html" title="class in org.apache.ignite.lang"><span class="typeNameLink">IgniteBiTuple</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/lang/IgniteBiTuple.html" title="type parameter in IgniteBiTuple">V1</a>,<a href="org/apache/ignite/lang/IgniteBiTuple.html" title="type parameter in IgniteBiTuple">V2</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/lang/package-summary.html">org.apache.ignite.lang</a></dt>
<dd>
<div class="block">Convenience class representing mutable tuple of two values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteBiTuple.html#IgniteBiTuple--">IgniteBiTuple()</a></span> - Constructor for class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteBiTuple.html" title="class in org.apache.ignite.lang">IgniteBiTuple</a></dt>
<dd>
<div class="block">Empty constructor required by <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Externalizable.html?is-external=true" title="class or interface in java.io"><code>Externalizable</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteBiTuple.html#IgniteBiTuple-V1-V2-">IgniteBiTuple(V1, V2)</a></span> - Constructor for class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteBiTuple.html" title="class in org.apache.ignite.lang">IgniteBiTuple</a></dt>
<dd>
<div class="block">Fully initializes this tuple.</div>
</dd>
<dt><a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite"><span class="typeNameLink">IgniteCache</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/IgniteCache.html" title="type parameter in IgniteCache">K</a>,<a href="org/apache/ignite/IgniteCache.html" title="type parameter in IgniteCache">V</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/package-summary.html">org.apache.ignite</a></dt>
<dd>
<div class="block">Main entry point for all <b>Data Grid APIs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/CachePluginContext.html#igniteCacheConfiguration--">igniteCacheConfiguration()</a></span> - Method in interface org.apache.ignite.plugin.<a href="org/apache/ignite/plugin/CachePluginContext.html" title="interface in org.apache.ignite.plugin">CachePluginContext</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/IgniteCacheRestartingException.html" title="class in org.apache.ignite"><span class="typeNameLink">IgniteCacheRestartingException</span></a> - Exception in <a href="org/apache/ignite/package-summary.html">org.apache.ignite</a></dt>
<dd>
<div class="block">Exception thrown from ignite cache API if cache is restarting.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCacheRestartingException.html#IgniteCacheRestartingException-java.lang.String-">IgniteCacheRestartingException(String)</a></span> - Constructor for exception org.apache.ignite.<a href="org/apache/ignite/IgniteCacheRestartingException.html" title="class in org.apache.ignite">IgniteCacheRestartingException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCacheRestartingException.html#IgniteCacheRestartingException-org.apache.ignite.lang.IgniteFuture-java.lang.String-">IgniteCacheRestartingException(IgniteFuture<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>, String)</a></span> - Constructor for exception org.apache.ignite.<a href="org/apache/ignite/IgniteCacheRestartingException.html" title="class in org.apache.ignite">IgniteCacheRestartingException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCacheRestartingException.html#IgniteCacheRestartingException-org.apache.ignite.lang.IgniteFuture-java.lang.String-java.lang.Throwable-">IgniteCacheRestartingException(IgniteFuture<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>, String, Throwable)</a></span> - Constructor for exception org.apache.ignite.<a href="org/apache/ignite/IgniteCacheRestartingException.html" title="class in org.apache.ignite">IgniteCacheRestartingException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/lang/IgniteCallable.html" title="interface in org.apache.ignite.lang"><span class="typeNameLink">IgniteCallable</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/lang/IgniteCallable.html" title="type parameter in IgniteCallable">V</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/lang/package-summary.html">org.apache.ignite.lang</a></dt>
<dd>
<div class="block">Grid-aware adapter for <a href="https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/Callable.html?is-external=true" title="class or interface in java.util.concurrent"><code>Callable</code></a> implementations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#igniteCfg--">igniteCfg()</a></span> - Method in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ClusterProperties.html#igniteCfg--">igniteCfg()</a></span> - Method in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ClusterProperties.html" title="class in org.apache.ignite.yarn">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/IgniteCheckedException.html" title="class in org.apache.ignite"><span class="typeNameLink">IgniteCheckedException</span></a> - Exception in <a href="org/apache/ignite/package-summary.html">org.apache.ignite</a></dt>
<dd>
<div class="block">General grid exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCheckedException.html#IgniteCheckedException--">IgniteCheckedException()</a></span> - Constructor for exception org.apache.ignite.<a href="org/apache/ignite/IgniteCheckedException.html" title="class in org.apache.ignite">IgniteCheckedException</a></dt>
<dd>
<div class="block">Create empty exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCheckedException.html#IgniteCheckedException-java.lang.String-">IgniteCheckedException(String)</a></span> - Constructor for exception org.apache.ignite.<a href="org/apache/ignite/IgniteCheckedException.html" title="class in org.apache.ignite">IgniteCheckedException</a></dt>
<dd>
<div class="block">Creates new exception with given error message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCheckedException.html#IgniteCheckedException-java.lang.Throwable-">IgniteCheckedException(Throwable)</a></span> - Constructor for exception org.apache.ignite.<a href="org/apache/ignite/IgniteCheckedException.html" title="class in org.apache.ignite">IgniteCheckedException</a></dt>
<dd>
<div class="block">Creates new grid exception with given throwable as a cause and
source of error message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCheckedException.html#IgniteCheckedException-java.lang.String-java.lang.Throwable-boolean-">IgniteCheckedException(String, Throwable, boolean)</a></span> - Constructor for exception org.apache.ignite.<a href="org/apache/ignite/IgniteCheckedException.html" title="class in org.apache.ignite">IgniteCheckedException</a></dt>
<dd>
<div class="block">Creates new exception with given error message and optional nested exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCheckedException.html#IgniteCheckedException-java.lang.String-java.lang.Throwable-">IgniteCheckedException(String, Throwable)</a></span> - Constructor for exception org.apache.ignite.<a href="org/apache/ignite/IgniteCheckedException.html" title="class in org.apache.ignite">IgniteCheckedException</a></dt>
<dd>
<div class="block">Creates new exception with given error message and optional nested exception.</div>
</dd>
<dt><a href="org/apache/ignite/client/IgniteClient.html" title="interface in org.apache.ignite.client"><span class="typeNameLink">IgniteClient</span></a> - Interface in <a href="org/apache/ignite/client/package-summary.html">org.apache.ignite.client</a></dt>
<dd>
<div class="block">Ignite thin client.</div>
</dd>
<dt><a href="org/apache/ignite/IgniteClientDisconnectedException.html" title="class in org.apache.ignite"><span class="typeNameLink">IgniteClientDisconnectedException</span></a> - Exception in <a href="org/apache/ignite/package-summary.html">org.apache.ignite</a></dt>
<dd>
<div class="block">Exception thrown from Ignite API when client node disconnected from cluster.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteClientDisconnectedException.html#IgniteClientDisconnectedException-org.apache.ignite.lang.IgniteFuture-java.lang.String-">IgniteClientDisconnectedException(IgniteFuture<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>, String)</a></span> - Constructor for exception org.apache.ignite.<a href="org/apache/ignite/IgniteClientDisconnectedException.html" title="class in org.apache.ignite">IgniteClientDisconnectedException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteClientDisconnectedException.html#IgniteClientDisconnectedException-org.apache.ignite.lang.IgniteFuture-java.lang.String-java.lang.Throwable-">IgniteClientDisconnectedException(IgniteFuture<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>, String, Throwable)</a></span> - Constructor for exception org.apache.ignite.<a href="org/apache/ignite/IgniteClientDisconnectedException.html" title="class in org.apache.ignite">IgniteClientDisconnectedException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/client/IgniteClientFuture.html" title="interface in org.apache.ignite.client"><span class="typeNameLink">IgniteClientFuture</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/client/IgniteClientFuture.html" title="type parameter in IgniteClientFuture">T</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/client/package-summary.html">org.apache.ignite.client</a></dt>
<dd>
<div class="block">Thin client async operations future.</div>
</dd>
<dt><a href="org/apache/ignite/IgniteClientSpringBean.html" title="class in org.apache.ignite"><span class="typeNameLink">IgniteClientSpringBean</span></a> - Class in <a href="org/apache/ignite/package-summary.html">org.apache.ignite</a></dt>
<dd>
<div class="block">Represents Ignite client Spring bean that provides the ability to automatically start Ignite client during
Spring Context initialization.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteClientSpringBean.html#IgniteClientSpringBean--">IgniteClientSpringBean()</a></span> - Constructor for class org.apache.ignite.<a href="org/apache/ignite/IgniteClientSpringBean.html" title="class in org.apache.ignite">IgniteClientSpringBean</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/lang/IgniteClosure.html" title="interface in org.apache.ignite.lang"><span class="typeNameLink">IgniteClosure</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/lang/IgniteClosure.html" title="type parameter in IgniteClosure">E</a>,<a href="org/apache/ignite/lang/IgniteClosure.html" title="type parameter in IgniteClosure">R</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/lang/package-summary.html">org.apache.ignite.lang</a></dt>
<dd>
<div class="block">Defines generic closure with one parameter.</div>
</dd>
<dt><a href="org/apache/ignite/IgniteCluster.html" title="interface in org.apache.ignite"><span class="typeNameLink">IgniteCluster</span></a> - Interface in <a href="org/apache/ignite/package-summary.html">org.apache.ignite</a></dt>
<dd>
<div class="block">Represents whole cluster (all available nodes) and also provides a handle on <a href="org/apache/ignite/IgniteCluster.html#nodeLocalMap--"><code>IgniteCluster.nodeLocalMap()</code></a> which
provides map-like functionality linked to current grid node.</div>
</dd>
<dt><a href="org/apache/ignite/mxbean/IgniteClusterMXBean.html" title="interface in org.apache.ignite.mxbean"><span class="typeNameLink">IgniteClusterMXBean</span></a> - Interface in <a href="org/apache/ignite/mxbean/package-summary.html">org.apache.ignite.mxbean</a></dt>
<dd>
<div class="block">MX Bean allows to access information about cluster ID and tag and change tag.</div>
</dd>
<dt><a href="org/apache/ignite/IgniteCompute.html" title="interface in org.apache.ignite"><span class="typeNameLink">IgniteCompute</span></a> - Interface in <a href="org/apache/ignite/package-summary.html">org.apache.ignite</a></dt>
<dd>
<div class="block">Defines compute grid functionality for executing tasks and closures over nodes
in the <a href="org/apache/ignite/cluster/ClusterGroup.html" title="interface in org.apache.ignite.cluster"><code>ClusterGroup</code></a>.</div>
</dd>
<dt><a href="org/apache/ignite/IgniteCondition.html" title="interface in org.apache.ignite"><span class="typeNameLink">IgniteCondition</span></a> - Interface in <a href="org/apache/ignite/package-summary.html">org.apache.ignite</a></dt>
<dd>
<div class="block">This interface provides a rich API for working with condition objects
associated with distributed reentrant locks.</div>
</dd>
<dt><a href="org/apache/ignite/configuration/IgniteConfiguration.html" title="class in org.apache.ignite.configuration"><span class="typeNameLink">IgniteConfiguration</span></a> - 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 runtime configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#IgniteConfiguration--">IgniteConfiguration()</a></span> - Constructor for 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">Creates valid grid configuration with all default values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#IgniteConfiguration-org.apache.ignite.configuration.IgniteConfiguration-">IgniteConfiguration(IgniteConfiguration)</a></span> - Constructor for 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">Creates grid configuration by coping all configuration properties from
given configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/osgi/IgniteAbstractOsgiContextActivator.html#igniteConfiguration--">igniteConfiguration()</a></span> - Method in class org.apache.ignite.osgi.<a href="org/apache/ignite/osgi/IgniteAbstractOsgiContextActivator.html" title="class in org.apache.ignite.osgi">IgniteAbstractOsgiContextActivator</a></dt>
<dd>
<div class="block">Override this method to provide the Ignite configuration this bundle will start.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/CachePluginContext.html#igniteConfiguration--">igniteConfiguration()</a></span> - Method in interface org.apache.ignite.plugin.<a href="org/apache/ignite/plugin/CachePluginContext.html" title="interface in org.apache.ignite.plugin">CachePluginContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/PluginContext.html#igniteConfiguration--">igniteConfiguration()</a></span> - Method in interface org.apache.ignite.plugin.<a href="org/apache/ignite/plugin/PluginContext.html" title="interface in org.apache.ignite.plugin">PluginContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#igniteConfigUrl--">igniteConfigUrl()</a></span> - Method in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/resource/ResourceProvider.html#igniteConfigUrl--">igniteConfigUrl()</a></span> - Method in class org.apache.ignite.mesos.resource.<a href="org/apache/ignite/mesos/resource/ResourceProvider.html" title="class in org.apache.ignite.mesos.resource">ResourceProvider</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/math/functions/IgniteConsumer.html" title="interface in org.apache.ignite.ml.math.functions"><span class="typeNameLink">IgniteConsumer</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/math/functions/IgniteConsumer.html" title="type parameter in IgniteConsumer">T</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/ml/math/functions/package-summary.html">org.apache.ignite.ml.math.functions</a></dt>
<dd>
<div class="block">Serializable consumer.</div>
</dd>
<dt><a href="org/apache/ignite/yarn/IgniteContainer.html" title="class in org.apache.ignite.yarn"><span class="typeNameLink">IgniteContainer</span></a> - Class in <a href="org/apache/ignite/yarn/package-summary.html">org.apache.ignite.yarn</a></dt>
<dd>
<div class="block">Information about launched task.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/IgniteContainer.html#IgniteContainer-org.apache.hadoop.yarn.api.records.ContainerId-org.apache.hadoop.yarn.api.records.NodeId-double-double-">IgniteContainer(ContainerId, NodeId, double, double)</a></span> - Constructor for class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/IgniteContainer.html" title="class in org.apache.ignite.yarn">IgniteContainer</a></dt>
<dd>
<div class="block">Ignite launched task.</div>
</dd>
<dt><a href="org/apache/ignite/IgniteCountDownLatch.html" title="interface in org.apache.ignite"><span class="typeNameLink">IgniteCountDownLatch</span></a> - Interface in <a href="org/apache/ignite/package-summary.html">org.apache.ignite</a></dt>
<dd>
<div class="block">This interface provides a rich API for working with distributed count down latch.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/functions/IgniteCurriedBiFunction.html" title="interface in org.apache.ignite.ml.math.functions"><span class="typeNameLink">IgniteCurriedBiFunction</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/math/functions/IgniteCurriedBiFunction.html" title="type parameter in IgniteCurriedBiFunction">A</a>,<a href="org/apache/ignite/ml/math/functions/IgniteCurriedBiFunction.html" title="type parameter in IgniteCurriedBiFunction">B</a>,<a href="org/apache/ignite/ml/math/functions/IgniteCurriedBiFunction.html" title="type parameter in IgniteCurriedBiFunction">T</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/ml/math/functions/package-summary.html">org.apache.ignite.ml.math.functions</a></dt>
<dd>
<div class="block">Serializable binary function.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/functions/IgniteCurriedTriFunction.html" title="interface in org.apache.ignite.ml.math.functions"><span class="typeNameLink">IgniteCurriedTriFunction</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/math/functions/IgniteCurriedTriFunction.html" title="type parameter in IgniteCurriedTriFunction">A</a>,<a href="org/apache/ignite/ml/math/functions/IgniteCurriedTriFunction.html" title="type parameter in IgniteCurriedTriFunction">B</a>,<a href="org/apache/ignite/ml/math/functions/IgniteCurriedTriFunction.html" title="type parameter in IgniteCurriedTriFunction">C</a>,<a href="org/apache/ignite/ml/math/functions/IgniteCurriedTriFunction.html" title="type parameter in IgniteCurriedTriFunction">D</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/ml/math/functions/package-summary.html">org.apache.ignite.ml.math.functions</a></dt>
<dd>
<div class="block">Serializable curried tri-function.</div>
</dd>
<dt><a href="org/apache/ignite/IgniteDataStreamer.html" title="interface in org.apache.ignite"><span class="typeNameLink">IgniteDataStreamer</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/IgniteDataStreamer.html" title="type parameter in IgniteDataStreamer">K</a>,<a href="org/apache/ignite/IgniteDataStreamer.html" title="type parameter in IgniteDataStreamer">V</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/package-summary.html">org.apache.ignite</a></dt>
<dd>
<div class="block">Data streamer is responsible for streaming external data into cache.</div>
</dd>
<dt><a href="org/apache/ignite/IgniteDataStreamerTimeoutException.html" title="class in org.apache.ignite"><span class="typeNameLink">IgniteDataStreamerTimeoutException</span></a> - Exception in <a href="org/apache/ignite/package-summary.html">org.apache.ignite</a></dt>
<dd>
<div class="block">Exception is thrown when timeout of some <a href="org/apache/ignite/IgniteDataStreamer.html" title="interface in org.apache.ignite"><code>IgniteDataStreamer</code></a> operations occurs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteDataStreamerTimeoutException.html#IgniteDataStreamerTimeoutException-java.lang.String-">IgniteDataStreamerTimeoutException(String)</a></span> - Constructor for exception org.apache.ignite.<a href="org/apache/ignite/IgniteDataStreamerTimeoutException.html" title="class in org.apache.ignite">IgniteDataStreamerTimeoutException</a></dt>
<dd>
<div class="block">Creates new timeout exception with given error message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteDataStreamerTimeoutException.html#IgniteDataStreamerTimeoutException-java.lang.String-java.lang.Throwable-">IgniteDataStreamerTimeoutException(String, Throwable)</a></span> - Constructor for exception org.apache.ignite.<a href="org/apache/ignite/IgniteDataStreamerTimeoutException.html" title="class in org.apache.ignite">IgniteDataStreamerTimeoutException</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/IgniteDeploymentException.html" title="class in org.apache.ignite"><span class="typeNameLink">IgniteDeploymentException</span></a> - Exception in <a href="org/apache/ignite/package-summary.html">org.apache.ignite</a></dt>
<dd>
<div class="block">Deployment or re-deployment failed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteDeploymentException.html#IgniteDeploymentException-java.lang.String-">IgniteDeploymentException(String)</a></span> - Constructor for exception org.apache.ignite.<a href="org/apache/ignite/IgniteDeploymentException.html" title="class in org.apache.ignite">IgniteDeploymentException</a></dt>
<dd>
<div class="block">Creates new exception with given error message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteDeploymentException.html#IgniteDeploymentException-java.lang.Throwable-">IgniteDeploymentException(Throwable)</a></span> - Constructor for exception org.apache.ignite.<a href="org/apache/ignite/IgniteDeploymentException.html" title="class in org.apache.ignite">IgniteDeploymentException</a></dt>
<dd>
<div class="block">Creates new exception with given throwable as a nested cause and
source of error message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteDeploymentException.html#IgniteDeploymentException-java.lang.String-java.lang.Throwable-">IgniteDeploymentException(String, Throwable)</a></span> - Constructor for exception org.apache.ignite.<a href="org/apache/ignite/IgniteDeploymentException.html" title="class in org.apache.ignite">IgniteDeploymentException</a></dt>
<dd>
<div class="block">Creates a new exception with given error message and optional nested cause exception.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/functions/IgniteDifferentiableDoubleToDoubleFunction.html" title="interface in org.apache.ignite.ml.math.functions"><span class="typeNameLink">IgniteDifferentiableDoubleToDoubleFunction</span></a> - Interface in <a href="org/apache/ignite/ml/math/functions/package-summary.html">org.apache.ignite.ml.math.functions</a></dt>
<dd>
<div class="block">Interface for differentiable functions from double to double.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/functions/IgniteDifferentiableVectorToDoubleFunction.html" title="interface in org.apache.ignite.ml.math.functions"><span class="typeNameLink">IgniteDifferentiableVectorToDoubleFunction</span></a> - Interface in <a href="org/apache/ignite/ml/math/functions/package-summary.html">org.apache.ignite.ml.math.functions</a></dt>
<dd>
<div class="block">Interface for differentiable functions from vector to double.</div>
</dd>
<dt><a href="org/apache/ignite/spi/discovery/IgniteDiscoveryThread.html" title="interface in org.apache.ignite.spi.discovery"><span class="typeNameLink">IgniteDiscoveryThread</span></a> - Interface in <a href="org/apache/ignite/spi/discovery/package-summary.html">org.apache.ignite.spi.discovery</a></dt>
<dd>
<div class="block">Marker interface for discovery thread on cluster server node.</div>
</dd>
<dt><a href="org/apache/ignite/ml/inference/builder/IgniteDistributedModelBuilder.html" title="class in org.apache.ignite.ml.inference.builder"><span class="typeNameLink">IgniteDistributedModelBuilder</span></a> - Class in <a href="org/apache/ignite/ml/inference/builder/package-summary.html">org.apache.ignite.ml.inference.builder</a></dt>
<dd>
<div class="block">Builder that allows to start Apache Ignite services for distributed inference and get a facade that allows to work
with this distributed inference infrastructure as with a single inference model (see <a href="org/apache/ignite/ml/inference/Model.html" title="interface in org.apache.ignite.ml.inference"><code>Model</code></a>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/builder/IgniteDistributedModelBuilder.html#IgniteDistributedModelBuilder-org.apache.ignite.Ignite-int-int-">IgniteDistributedModelBuilder(Ignite, int, int)</a></span> - Constructor for class org.apache.ignite.ml.inference.builder.<a href="org/apache/ignite/ml/inference/builder/IgniteDistributedModelBuilder.html" title="class in org.apache.ignite.ml.inference.builder">IgniteDistributedModelBuilder</a></dt>
<dd>
<div class="block">Constructs a new instance of Ignite distributed inference model builder.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/functions/IgniteDoubleConsumer.html" title="interface in org.apache.ignite.ml.math.functions"><span class="typeNameLink">IgniteDoubleConsumer</span></a> - Interface in <a href="org/apache/ignite/ml/math/functions/package-summary.html">org.apache.ignite.ml.math.functions</a></dt>
<dd>
<div class="block">Serializable DoubleConsumer.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/functions/IgniteDoubleFunction.html" title="interface in org.apache.ignite.ml.math.functions"><span class="typeNameLink">IgniteDoubleFunction</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/math/functions/IgniteDoubleFunction.html" title="type parameter in IgniteDoubleFunction">Double</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/ml/math/functions/package-summary.html">org.apache.ignite.ml.math.functions</a></dt>
<dd>
<div class="block">Serializable double function.</div>
</dd>
<dt><a href="org/apache/ignite/IgniteEncryption.html" title="interface in org.apache.ignite"><span class="typeNameLink">IgniteEncryption</span></a> - Interface in <a href="org/apache/ignite/package-summary.html">org.apache.ignite</a></dt>
<dd>
<div class="block">Defines encryption features.</div>
</dd>
<dt><a href="org/apache/ignite/IgniteEvents.html" title="interface in org.apache.ignite"><span class="typeNameLink">IgniteEvents</span></a> - Interface in <a href="org/apache/ignite/package-summary.html">org.apache.ignite</a></dt>
<dd>
<div class="block">Provides functionality for local and remote event notifications on nodes defined by <a href="org/apache/ignite/IgniteEvents.html#clusterGroup--"><code>IgniteEvents.clusterGroup()</code></a>.</div>
</dd>
<dt><a href="org/apache/ignite/IgniteException.html" title="class in org.apache.ignite"><span class="typeNameLink">IgniteException</span></a> - Exception in <a href="org/apache/ignite/package-summary.html">org.apache.ignite</a></dt>
<dd>
<div class="block">General grid exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteException.html#IgniteException--">IgniteException()</a></span> - Constructor for exception org.apache.ignite.<a href="org/apache/ignite/IgniteException.html" title="class in org.apache.ignite">IgniteException</a></dt>
<dd>
<div class="block">Create empty exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteException.html#IgniteException-java.lang.String-">IgniteException(String)</a></span> - Constructor for exception org.apache.ignite.<a href="org/apache/ignite/IgniteException.html" title="class in org.apache.ignite">IgniteException</a></dt>
<dd>
<div class="block">Creates new exception with given error message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteException.html#IgniteException-java.lang.Throwable-">IgniteException(Throwable)</a></span> - Constructor for exception org.apache.ignite.<a href="org/apache/ignite/IgniteException.html" title="class in org.apache.ignite">IgniteException</a></dt>
<dd>
<div class="block">Creates new grid exception with given throwable as a cause and
source of error message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteException.html#IgniteException-java.lang.String-java.lang.Throwable-">IgniteException(String, Throwable)</a></span> - Constructor for exception org.apache.ignite.<a href="org/apache/ignite/IgniteException.html" title="class in org.apache.ignite">IgniteException</a></dt>
<dd>
<div class="block">Creates new exception with given error message and optional nested exception.</div>
</dd>
<dt><a href="org/apache/ignite/lang/IgniteExperimental.html" title="annotation in org.apache.ignite.lang"><span class="typeNameLink">IgniteExperimental</span></a> - Annotation Type in <a href="org/apache/ignite/lang/package-summary.html">org.apache.ignite.lang</a></dt>
<dd>
<div class="block">This annotation marks API elements (such as interfaces, methods, annotations and whole API packages) as experimental
meaning that the API is not finalized yet and may be changed or replaced in future Ignite releases.</div>
</dd>
<dt><a href="org/apache/ignite/mesos/IgniteFramework.html" title="class in org.apache.ignite.mesos"><span class="typeNameLink">IgniteFramework</span></a> - Class in <a href="org/apache/ignite/mesos/package-summary.html">org.apache.ignite.mesos</a></dt>
<dd>
<div class="block">Ignite mesos framework.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/IgniteFramework.html#IgniteFramework--">IgniteFramework()</a></span> - Constructor for class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/IgniteFramework.html" title="class in org.apache.ignite.mesos">IgniteFramework</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/math/functions/IgniteFunction.html" title="interface in org.apache.ignite.ml.math.functions"><span class="typeNameLink">IgniteFunction</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/math/functions/IgniteFunction.html" title="type parameter in IgniteFunction">T</a>,<a href="org/apache/ignite/ml/math/functions/IgniteFunction.html" title="type parameter in IgniteFunction">R</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/ml/math/functions/package-summary.html">org.apache.ignite.ml.math.functions</a></dt>
<dd>
<div class="block">Serializable function.</div>
</dd>
<dt><a href="org/apache/ignite/lang/IgniteFuture.html" title="interface in org.apache.ignite.lang"><span class="typeNameLink">IgniteFuture</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/lang/IgniteFuture.html" title="type parameter in IgniteFuture">V</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/lang/package-summary.html">org.apache.ignite.lang</a></dt>
<dd>
<div class="block">Future with simplified exception handling, functional programming support
and ability to listen for future completion via functional callback.</div>
</dd>
<dt><a href="org/apache/ignite/lang/IgniteFutureCancelledException.html" title="class in org.apache.ignite.lang"><span class="typeNameLink">IgniteFutureCancelledException</span></a> - Exception in <a href="org/apache/ignite/lang/package-summary.html">org.apache.ignite.lang</a></dt>
<dd>
<div class="block">Future computation cannot be retrieved because it was cancelled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteFutureCancelledException.html#IgniteFutureCancelledException-java.lang.String-">IgniteFutureCancelledException(String)</a></span> - Constructor for exception org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteFutureCancelledException.html" title="class in org.apache.ignite.lang">IgniteFutureCancelledException</a></dt>
<dd>
<div class="block">Creates new exception with given error message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteFutureCancelledException.html#IgniteFutureCancelledException-java.lang.Throwable-">IgniteFutureCancelledException(Throwable)</a></span> - Constructor for exception org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteFutureCancelledException.html" title="class in org.apache.ignite.lang">IgniteFutureCancelledException</a></dt>
<dd>
<div class="block">Creates new exception with given throwable as a nested cause and
source of error message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteFutureCancelledException.html#IgniteFutureCancelledException-java.lang.String-java.lang.Throwable-">IgniteFutureCancelledException(String, Throwable)</a></span> - Constructor for exception org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteFutureCancelledException.html" title="class in org.apache.ignite.lang">IgniteFutureCancelledException</a></dt>
<dd>
<div class="block">Creates a new exception with given error message and optional nested cause exception.</div>
</dd>
<dt><a href="org/apache/ignite/lang/IgniteFutureTimeoutException.html" title="class in org.apache.ignite.lang"><span class="typeNameLink">IgniteFutureTimeoutException</span></a> - Exception in <a href="org/apache/ignite/lang/package-summary.html">org.apache.ignite.lang</a></dt>
<dd>
<div class="block">Future computation completion is timed out.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteFutureTimeoutException.html#IgniteFutureTimeoutException-java.lang.String-">IgniteFutureTimeoutException(String)</a></span> - Constructor for exception org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteFutureTimeoutException.html" title="class in org.apache.ignite.lang">IgniteFutureTimeoutException</a></dt>
<dd>
<div class="block">Creates new exception with given error message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteFutureTimeoutException.html#IgniteFutureTimeoutException-java.lang.Throwable-">IgniteFutureTimeoutException(Throwable)</a></span> - Constructor for exception org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteFutureTimeoutException.html" title="class in org.apache.ignite.lang">IgniteFutureTimeoutException</a></dt>
<dd>
<div class="block">Creates new exception with given throwable as a nested cause and
source of error message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteFutureTimeoutException.html#IgniteFutureTimeoutException-java.lang.String-java.lang.Throwable-">IgniteFutureTimeoutException(String, Throwable)</a></span> - Constructor for exception org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteFutureTimeoutException.html" title="class in org.apache.ignite.lang">IgniteFutureTimeoutException</a></dt>
<dd>
<div class="block">Creates a new exception with given error message and optional nested cause exception.</div>
</dd>
<dt><a href="org/apache/ignite/IgniteIllegalStateException.html" title="class in org.apache.ignite"><span class="typeNameLink">IgniteIllegalStateException</span></a> - Exception in <a href="org/apache/ignite/package-summary.html">org.apache.ignite</a></dt>
<dd>
<div class="block">This exception indicates the ignite access in invalid state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteIllegalStateException.html#IgniteIllegalStateException-java.lang.String-java.lang.Throwable-">IgniteIllegalStateException(String, Throwable)</a></span> - Constructor for exception org.apache.ignite.<a href="org/apache/ignite/IgniteIllegalStateException.html" title="class in org.apache.ignite">IgniteIllegalStateException</a></dt>
<dd>
<div class="block">Constructs exception with given message and cause.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteIllegalStateException.html#IgniteIllegalStateException-java.lang.Throwable-">IgniteIllegalStateException(Throwable)</a></span> - Constructor for exception org.apache.ignite.<a href="org/apache/ignite/IgniteIllegalStateException.html" title="class in org.apache.ignite">IgniteIllegalStateException</a></dt>
<dd>
<div class="block">Creates exception given throwable as a cause and
source of error message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteIllegalStateException.html#IgniteIllegalStateException-java.lang.String-">IgniteIllegalStateException(String)</a></span> - Constructor for exception org.apache.ignite.<a href="org/apache/ignite/IgniteIllegalStateException.html" title="class in org.apache.ignite">IgniteIllegalStateException</a></dt>
<dd>
<div class="block">Constructs exception with given message.</div>
</dd>
<dt><a href="org/apache/ignite/lang/IgniteInClosure.html" title="interface in org.apache.ignite.lang"><span class="typeNameLink">IgniteInClosure</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/lang/IgniteInClosure.html" title="type parameter in IgniteInClosure">E</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/lang/package-summary.html">org.apache.ignite.lang</a></dt>
<dd>
<div class="block">Closure with one in-parameter and void return type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiAdapter.html#igniteInstanceName">igniteInstanceName</a></span> - Variable 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">Ignite instance name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/thread/IgniteThread.html#igniteInstanceName">igniteInstanceName</a></span> - Variable in class org.apache.ignite.thread.<a href="org/apache/ignite/thread/IgniteThread.html" title="class in org.apache.ignite.thread">IgniteThread</a></dt>
<dd>
<div class="block">The name of the Ignite instance this thread belongs to.</div>
</dd>
<dt><a href="org/apache/ignite/resources/IgniteInstanceResource.html" title="annotation in org.apache.ignite.resources"><span class="typeNameLink">IgniteInstanceResource</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 current <a href="org/apache/ignite/Ignite.html" title="interface in org.apache.ignite"><code>Ignite</code></a> instance.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/functions/IgniteIntDoubleToDoubleBiFunction.html" title="interface in org.apache.ignite.ml.math.functions"><span class="typeNameLink">IgniteIntDoubleToDoubleBiFunction</span></a> - Interface in <a href="org/apache/ignite/ml/math/functions/package-summary.html">org.apache.ignite.ml.math.functions</a></dt>
<dd>
<div class="block">BiFunction (int, double) -> double.</div>
</dd>
<dt><a href="org/apache/ignite/IgniteInterruptedException.html" title="class in org.apache.ignite"><span class="typeNameLink">IgniteInterruptedException</span></a> - Exception in <a href="org/apache/ignite/package-summary.html">org.apache.ignite</a></dt>
<dd>
<div class="block">This exception is used to wrap standard <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/InterruptedException.html?is-external=true" title="class or interface in java.lang"><code>InterruptedException</code></a> into <a href="org/apache/ignite/IgniteException.html" title="class in org.apache.ignite"><code>IgniteException</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteInterruptedException.html#IgniteInterruptedException-java.lang.InterruptedException-">IgniteInterruptedException(InterruptedException)</a></span> - Constructor for exception org.apache.ignite.<a href="org/apache/ignite/IgniteInterruptedException.html" title="class in org.apache.ignite">IgniteInterruptedException</a></dt>
<dd>
<div class="block">Creates new exception with given throwable as a nested cause and
source of error message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteInterruptedException.html#IgniteInterruptedException-java.lang.String-">IgniteInterruptedException(String)</a></span> - Constructor for exception org.apache.ignite.<a href="org/apache/ignite/IgniteInterruptedException.html" title="class in org.apache.ignite">IgniteInterruptedException</a></dt>
<dd>
<div class="block">Creates a new exception with given error message and optional nested cause exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteInterruptedException.html#IgniteInterruptedException-java.lang.String-java.lang.InterruptedException-">IgniteInterruptedException(String, InterruptedException)</a></span> - Constructor for exception org.apache.ignite.<a href="org/apache/ignite/IgniteInterruptedException.html" title="class in org.apache.ignite">IgniteInterruptedException</a></dt>
<dd>
<div class="block">Creates a new exception with given error message and optional nested cause exception.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/functions/IgniteIntIntToIntBiFunction.html" title="interface in org.apache.ignite.ml.math.functions"><span class="typeNameLink">IgniteIntIntToIntBiFunction</span></a> - Interface in <a href="org/apache/ignite/ml/math/functions/package-summary.html">org.apache.ignite.ml.math.functions</a></dt>
<dd>
<div class="block">BiFunction (int, int) -> int.</div>
</dd>
<dt><a href="org/apache/ignite/IgniteJdbcDriver.html" title="class in org.apache.ignite"><span class="typeNameLink">IgniteJdbcDriver</span></a> - Class in <a href="org/apache/ignite/package-summary.html">org.apache.ignite</a></dt>
<dd>
<div class="block">JDBC driver implementation for In-Memory Data Grid.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcDriver.html#IgniteJdbcDriver--">IgniteJdbcDriver()</a></span> - Constructor for class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcDriver.html" title="class in org.apache.ignite">IgniteJdbcDriver</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite"><span class="typeNameLink">IgniteJdbcThinDataSource</span></a> - Class in <a href="org/apache/ignite/package-summary.html">org.apache.ignite</a></dt>
<dd>
<div class="block">JDBC thin DataSource implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#IgniteJdbcThinDataSource--">IgniteJdbcThinDataSource()</a></span> - Constructor for class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/IgniteJdbcThinDriver.html" title="class in org.apache.ignite"><span class="typeNameLink">IgniteJdbcThinDriver</span></a> - Class in <a href="org/apache/ignite/package-summary.html">org.apache.ignite</a></dt>
<dd>
<div class="block">JDBC driver thin implementation for In-Memory Data Grid.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDriver.html#IgniteJdbcThinDriver--">IgniteJdbcThinDriver()</a></span> - Constructor for class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDriver.html" title="class in org.apache.ignite">IgniteJdbcThinDriver</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ClusterProperties.html#igniteLocalWorkDir--">igniteLocalWorkDir()</a></span> - Method in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ClusterProperties.html" title="class in org.apache.ignite.yarn">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/IgniteLock.html" title="interface in org.apache.ignite"><span class="typeNameLink">IgniteLock</span></a> - Interface in <a href="org/apache/ignite/package-summary.html">org.apache.ignite</a></dt>
<dd>
<div class="block">This interface provides a rich API for working with distributed reentrant locks.</div>
</dd>
<dt><a href="org/apache/ignite/IgniteLogger.html" title="interface in org.apache.ignite"><span class="typeNameLink">IgniteLogger</span></a> - Interface in <a href="org/apache/ignite/package-summary.html">org.apache.ignite</a></dt>
<dd>
<div class="block">This interface defines basic logging functionality used throughout the system.</div>
</dd>
<dt><a href="org/apache/ignite/mxbean/IgniteMBeanAware.html" title="interface in org.apache.ignite.mxbean"><span class="typeNameLink">IgniteMBeanAware</span></a> - Interface in <a href="org/apache/ignite/mxbean/package-summary.html">org.apache.ignite.mxbean</a></dt>
<dd>
<div class="block">MBean-aware interface.</div>
</dd>
<dt><a href="org/apache/ignite/plugin/extensions/communication/IgniteMessageFactory.html" title="interface in org.apache.ignite.plugin.extensions.communication"><span class="typeNameLink">IgniteMessageFactory</span></a> - Interface in <a href="org/apache/ignite/plugin/extensions/communication/package-summary.html">org.apache.ignite.plugin.extensions.communication</a></dt>
<dd>
<div class="block">Message factory for all communication messages registered using <a href="org/apache/ignite/plugin/extensions/communication/IgniteMessageFactory.html#register-short-java.util.function.Supplier-"><code>IgniteMessageFactory.register(short, Supplier)</code></a> method call.</div>
</dd>
<dt><a href="org/apache/ignite/IgniteMessaging.html" title="interface in org.apache.ignite"><span class="typeNameLink">IgniteMessaging</span></a> - Interface in <a href="org/apache/ignite/package-summary.html">org.apache.ignite</a></dt>
<dd>
<div class="block">Provides functionality for topic-based message exchange among nodes defined by <a href="org/apache/ignite/IgniteMessaging.html#clusterGroup--"><code>IgniteMessaging.clusterGroup()</code></a>.</div>
</dd>
<dt><a href="org/apache/ignite/ml/IgniteModel.html" title="interface in org.apache.ignite.ml"><span class="typeNameLink">IgniteModel</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/IgniteModel.html" title="type parameter in IgniteModel">T</a>,<a href="org/apache/ignite/ml/IgniteModel.html" title="type parameter in IgniteModel">V</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/ml/package-summary.html">org.apache.ignite.ml</a></dt>
<dd>
<div class="block">Basic interface for all models.</div>
</dd>
<dt><a href="org/apache/ignite/ml/inference/storage/descriptor/IgniteModelDescriptorStorage.html" title="class in org.apache.ignite.ml.inference.storage.descriptor"><span class="typeNameLink">IgniteModelDescriptorStorage</span></a> - Class in <a href="org/apache/ignite/ml/inference/storage/descriptor/package-summary.html">org.apache.ignite.ml.inference.storage.descriptor</a></dt>
<dd>
<div class="block">Model descriptor storage based on Apache Ignite cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/storage/descriptor/IgniteModelDescriptorStorage.html#IgniteModelDescriptorStorage-org.apache.ignite.IgniteCache-">IgniteModelDescriptorStorage(IgniteCache<span class='angle_bracket'>&lt;</span>String, ModelDescriptor<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.inference.storage.descriptor.<a href="org/apache/ignite/ml/inference/storage/descriptor/IgniteModelDescriptorStorage.html" title="class in org.apache.ignite.ml.inference.storage.descriptor">IgniteModelDescriptorStorage</a></dt>
<dd>
<div class="block">Constructs a new instance of Ignite model descriptor storage.</div>
</dd>
<dt><a href="org/apache/ignite/ml/inference/parser/IgniteModelParser.html" title="class in org.apache.ignite.ml.inference.parser"><span class="typeNameLink">IgniteModelParser</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/inference/parser/IgniteModelParser.html" title="type parameter in IgniteModelParser">I</a>,<a href="org/apache/ignite/ml/inference/parser/IgniteModelParser.html" title="type parameter in IgniteModelParser">O</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/inference/parser/package-summary.html">org.apache.ignite.ml.inference.parser</a></dt>
<dd>
<div class="block">Implementation of model parser that accepts serialized <a href="org/apache/ignite/ml/math/functions/IgniteFunction.html" title="interface in org.apache.ignite.ml.math.functions"><code>IgniteFunction</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/parser/IgniteModelParser.html#IgniteModelParser--">IgniteModelParser()</a></span> - Constructor for class org.apache.ignite.ml.inference.parser.<a href="org/apache/ignite/ml/inference/parser/IgniteModelParser.html" title="class in org.apache.ignite.ml.inference.parser">IgniteModelParser</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/inference/storage/model/IgniteModelStorageProvider.html" title="class in org.apache.ignite.ml.inference.storage.model"><span class="typeNameLink">IgniteModelStorageProvider</span></a> - Class in <a href="org/apache/ignite/ml/inference/storage/model/package-summary.html">org.apache.ignite.ml.inference.storage.model</a></dt>
<dd>
<div class="block">Implementation of <a href="org/apache/ignite/ml/inference/storage/model/ModelStorageProvider.html" title="interface in org.apache.ignite.ml.inference.storage.model"><code>ModelStorageProvider</code></a> based on Apache Ignite cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/storage/model/IgniteModelStorageProvider.html#IgniteModelStorageProvider-org.apache.ignite.IgniteCache-">IgniteModelStorageProvider(IgniteCache<span class='angle_bracket'>&lt;</span>String, FileOrDirectory<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.inference.storage.model.<a href="org/apache/ignite/ml/inference/storage/model/IgniteModelStorageProvider.html" title="class in org.apache.ignite.ml.inference.storage.model">IgniteModelStorageProvider</a></dt>
<dd>
<div class="block">Constructs a new instance of Ignite model storage provider.</div>
</dd>
<dt><a href="org/apache/ignite/ml/inference/IgniteModelStorageUtil.html" title="class in org.apache.ignite.ml.inference"><span class="typeNameLink">IgniteModelStorageUtil</span></a> - Class in <a href="org/apache/ignite/ml/inference/package-summary.html">org.apache.ignite.ml.inference</a></dt>
<dd>
<div class="block">Utils class that helps to operate with model storage and Ignite models.</div>
</dd>
<dt><a href="org/apache/ignite/mxbean/IgniteMXBean.html" title="interface in org.apache.ignite.mxbean"><span class="typeNameLink">IgniteMXBean</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 kernal.</div>
</dd>
<dt><a href="org/apache/ignite/spi/IgniteNodeValidationResult.html" title="class in org.apache.ignite.spi"><span class="typeNameLink">IgniteNodeValidationResult</span></a> - Class in <a href="org/apache/ignite/spi/package-summary.html">org.apache.ignite.spi</a></dt>
<dd>
<div class="block">Result of joining node validation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteNodeValidationResult.html#IgniteNodeValidationResult-java.util.UUID-java.lang.String-">IgniteNodeValidationResult(UUID, String)</a></span> - Constructor for class org.apache.ignite.spi.<a href="org/apache/ignite/spi/IgniteNodeValidationResult.html" title="class in org.apache.ignite.spi">IgniteNodeValidationResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteNodeValidationResult.html#IgniteNodeValidationResult-java.util.UUID-java.lang.String-java.lang.String-">IgniteNodeValidationResult(UUID, String, String)</a></span> - Constructor for class org.apache.ignite.spi.<a href="org/apache/ignite/spi/IgniteNodeValidationResult.html" title="class in org.apache.ignite.spi">IgniteNodeValidationResult</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/lang/IgniteNotPeerDeployable.html" title="annotation in org.apache.ignite.lang"><span class="typeNameLink">IgniteNotPeerDeployable</span></a> - Annotation Type in <a href="org/apache/ignite/lang/package-summary.html">org.apache.ignite.lang</a></dt>
<dd>
<div class="block">This annotations should be used to mark any type that should not be
peer deployable.</div>
</dd>
<dt><a href="org/apache/ignite/osgi/IgniteOsgiUtils.html" title="class in org.apache.ignite.osgi"><span class="typeNameLink">IgniteOsgiUtils</span></a> - Class in <a href="org/apache/ignite/osgi/package-summary.html">org.apache.ignite.osgi</a></dt>
<dd>
<div class="block">Helper class for OSGi.</div>
</dd>
<dt><a href="org/apache/ignite/lang/IgniteOutClosure.html" title="interface in org.apache.ignite.lang"><span class="typeNameLink">IgniteOutClosure</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/lang/IgniteOutClosure.html" title="type parameter in IgniteOutClosure">T</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/lang/package-summary.html">org.apache.ignite.lang</a></dt>
<dd>
<div class="block">Closure that does not take any parameters and returns a value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#ignitePackagePath--">ignitePackagePath()</a></span> - Method in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>
<div class="block">Path on local file system to ignite archive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#ignitePackageUrl--">ignitePackageUrl()</a></span> - Method in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>
<div class="block">URL to ignite package.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ClusterProperties.html#ignitePath--">ignitePath()</a></span> - Method in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ClusterProperties.html" title="class in org.apache.ignite.yarn">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/plugin/IgnitePlugin.html" title="interface in org.apache.ignite.plugin"><span class="typeNameLink">IgnitePlugin</span></a> - Interface in <a href="org/apache/ignite/plugin/package-summary.html">org.apache.ignite.plugin</a></dt>
<dd>
<div class="block">Marker interface for all Ignite plugins.</div>
</dd>
<dt><a href="org/apache/ignite/spi/IgnitePortProtocol.html" title="enum in org.apache.ignite.spi"><span class="typeNameLink">IgnitePortProtocol</span></a> - Enum in <a href="org/apache/ignite/spi/package-summary.html">org.apache.ignite.spi</a></dt>
<dd>
<div class="block">Protocols supported by port processor.</div>
</dd>
<dt><a href="org/apache/ignite/lang/IgnitePredicate.html" title="interface in org.apache.ignite.lang"><span class="typeNameLink">IgnitePredicate</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/lang/IgnitePredicate.html" title="type parameter in IgnitePredicate">E</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/lang/package-summary.html">org.apache.ignite.lang</a></dt>
<dd>
<div class="block">Defines a predicate which accepts a parameter and returns <code>true</code> or <code>false</code>.</div>
</dd>
<dt><a href="org/apache/ignite/lang/IgniteProducer.html" title="interface in org.apache.ignite.lang"><span class="typeNameLink">IgniteProducer</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/lang/IgniteProducer.html" title="type parameter in IgniteProducer">T</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/lang/package-summary.html">org.apache.ignite.lang</a></dt>
<dd>
<div class="block">Defines a producer which can throw IgniteCheckedException.</div>
</dd>
<dt><a href="org/apache/ignite/lang/IgniteProductVersion.html" title="class in org.apache.ignite.lang"><span class="typeNameLink">IgniteProductVersion</span></a> - Class in <a href="org/apache/ignite/lang/package-summary.html">org.apache.ignite.lang</a></dt>
<dd>
<div class="block">Represents node version.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteProductVersion.html#IgniteProductVersion--">IgniteProductVersion()</a></span> - Constructor for class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteProductVersion.html" title="class in org.apache.ignite.lang">IgniteProductVersion</a></dt>
<dd>
<div class="block">Empty constructor required by <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Externalizable.html?is-external=true" title="class or interface in java.io"><code>Externalizable</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteProductVersion.html#IgniteProductVersion-byte-byte-byte-long-byte:A-">IgniteProductVersion(byte, byte, byte, long, byte[])</a></span> - Constructor for class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteProductVersion.html" title="class in org.apache.ignite.lang">IgniteProductVersion</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteProductVersion.html#IgniteProductVersion-byte-byte-byte-java.lang.String-long-byte:A-">IgniteProductVersion(byte, byte, byte, String, long, byte[])</a></span> - Constructor for class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteProductVersion.html" title="class in org.apache.ignite.lang">IgniteProductVersion</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/mesos/resource/IgniteProvider.html" title="class in org.apache.ignite.mesos.resource"><span class="typeNameLink">IgniteProvider</span></a> - Class in <a href="org/apache/ignite/mesos/resource/package-summary.html">org.apache.ignite.mesos.resource</a></dt>
<dd>
<div class="block">Class downloads and stores Ignite.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/resource/IgniteProvider.html#IgniteProvider-java.lang.String-">IgniteProvider(String)</a></span> - Constructor for class org.apache.ignite.mesos.resource.<a href="org/apache/ignite/mesos/resource/IgniteProvider.html" title="class in org.apache.ignite.mesos.resource">IgniteProvider</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/yarn/IgniteProvider.html" title="class in org.apache.ignite.yarn"><span class="typeNameLink">IgniteProvider</span></a> - Class in <a href="org/apache/ignite/yarn/package-summary.html">org.apache.ignite.yarn</a></dt>
<dd>
<div class="block">Downloads and stores Ignite release.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/IgniteProvider.html#IgniteProvider-org.apache.ignite.yarn.ClusterProperties-org.apache.hadoop.fs.FileSystem-">IgniteProvider(ClusterProperties, FileSystem)</a></span> - Constructor for class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/IgniteProvider.html" title="class in org.apache.ignite.yarn">IgniteProvider</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/IgniteQueue.html" title="interface in org.apache.ignite"><span class="typeNameLink">IgniteQueue</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/IgniteQueue.html" title="type parameter in IgniteQueue">T</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/package-summary.html">org.apache.ignite</a></dt>
<dd>
<div class="block">This interface provides a rich API for working with distributed queues based on In-Memory Data Grid.</div>
</dd>
<dt><a href="org/apache/ignite/lang/IgniteReducer.html" title="interface in org.apache.ignite.lang"><span class="typeNameLink">IgniteReducer</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/lang/IgniteReducer.html" title="type parameter in IgniteReducer">E</a>,<a href="org/apache/ignite/lang/IgniteReducer.html" title="type parameter in IgniteReducer">R</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/lang/package-summary.html">org.apache.ignite.lang</a></dt>
<dd>
<div class="block">Defines generic reducer that collects multiple values and reduces them into one.</div>
</dd>
<dt><a href="org/apache/ignite/configuration/IgniteReflectionFactory.html" title="class in org.apache.ignite.configuration"><span class="typeNameLink">IgniteReflectionFactory</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/configuration/IgniteReflectionFactory.html" title="type parameter in IgniteReflectionFactory">T</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/configuration/package-summary.html">org.apache.ignite.configuration</a></dt>
<dd>
<div class="block">Factory implementation that use reflection to create instance of given class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteReflectionFactory.html#IgniteReflectionFactory--">IgniteReflectionFactory()</a></span> - Constructor for class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/IgniteReflectionFactory.html" title="class in org.apache.ignite.configuration">IgniteReflectionFactory</a></dt>
<dd>
<div class="block">Default constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteReflectionFactory.html#IgniteReflectionFactory-java.lang.Class-boolean-">IgniteReflectionFactory(Class<span class='angle_bracket'>&lt;</span>? extends T<span class='angle_bracket'>&gt;</span>, boolean)</a></span> - Constructor for class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/IgniteReflectionFactory.html" title="class in org.apache.ignite.configuration">IgniteReflectionFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteReflectionFactory.html#IgniteReflectionFactory-java.lang.Class-">IgniteReflectionFactory(Class<span class='angle_bracket'>&lt;</span>? extends T<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/IgniteReflectionFactory.html" title="class in org.apache.ignite.configuration">IgniteReflectionFactory</a></dt>
<dd>
<div class="block">Creates non-singleton component factory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ClusterProperties.html#igniteReleasesDir--">igniteReleasesDir()</a></span> - Method in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ClusterProperties.html" title="class in org.apache.ignite.yarn">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/lang/IgniteRunnable.html" title="interface in org.apache.ignite.lang"><span class="typeNameLink">IgniteRunnable</span></a> - Interface in <a href="org/apache/ignite/lang/package-summary.html">org.apache.ignite.lang</a></dt>
<dd>
<div class="block">Grid-aware adapter for <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Runnable.html?is-external=true" title="class or interface in java.lang"><code>Runnable</code></a> implementations.</div>
</dd>
<dt><a href="org/apache/ignite/IgniteScheduler.html" title="interface in org.apache.ignite"><span class="typeNameLink">IgniteScheduler</span></a> - Interface in <a href="org/apache/ignite/package-summary.html">org.apache.ignite</a></dt>
<dd>
<div class="block">Provides functionality for scheduling jobs locally using UNIX cron-based syntax.</div>
</dd>
<dt><a href="org/apache/ignite/mesos/IgniteScheduler.html" title="class in org.apache.ignite.mesos"><span class="typeNameLink">IgniteScheduler</span></a> - Class in <a href="org/apache/ignite/mesos/package-summary.html">org.apache.ignite.mesos</a></dt>
<dd>
<div class="block">Ignite scheduler receives offers from Mesos and decides how many resources will be occupied.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/IgniteScheduler.html#IgniteScheduler-org.apache.ignite.mesos.ClusterProperties-org.apache.ignite.mesos.resource.ResourceProvider-">IgniteScheduler(ClusterProperties, ResourceProvider)</a></span> - Constructor for class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/IgniteScheduler.html" title="class in org.apache.ignite.mesos">IgniteScheduler</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/IgniteSemaphore.html" title="interface in org.apache.ignite"><span class="typeNameLink">IgniteSemaphore</span></a> - Interface in <a href="org/apache/ignite/package-summary.html">org.apache.ignite</a></dt>
<dd>
<div class="block">This interface provides a rich API for working with distributed semaphore.</div>
</dd>
<dt><a href="org/apache/ignite/IgniteServices.html" title="interface in org.apache.ignite"><span class="typeNameLink">IgniteServices</span></a> - Interface in <a href="org/apache/ignite/package-summary.html">org.apache.ignite</a></dt>
<dd>
<div class="block">Defines functionality necessary to deploy distributed services on the grid.</div>
</dd>
<dt><a href="org/apache/ignite/IgniteSet.html" title="interface in org.apache.ignite"><span class="typeNameLink">IgniteSet</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/IgniteSet.html" title="type parameter in IgniteSet">T</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/package-summary.html">org.apache.ignite</a></dt>
<dd>
<div class="block">Set implementation based on on In-Memory Data Grid.</div>
</dd>
<dt><a href="org/apache/ignite/IgniteSnapshot.html" title="interface in org.apache.ignite"><span class="typeNameLink">IgniteSnapshot</span></a> - Interface in <a href="org/apache/ignite/package-summary.html">org.apache.ignite</a></dt>
<dd>
<div class="block">This interface provides functionality for creating cluster-wide cache data snapshots.</div>
</dd>
<dt><a href="org/apache/ignite/spi/IgniteSpi.html" title="interface in org.apache.ignite.spi"><span class="typeNameLink">IgniteSpi</span></a> - Interface in <a href="org/apache/ignite/spi/package-summary.html">org.apache.ignite.spi</a></dt>
<dd>
<div class="block">This interface defines life-cycle of SPI implementation.</div>
</dd>
<dt><a href="org/apache/ignite/spi/IgniteSpiAdapter.html" title="class in org.apache.ignite.spi"><span class="typeNameLink">IgniteSpiAdapter</span></a> - Class in <a href="org/apache/ignite/spi/package-summary.html">org.apache.ignite.spi</a></dt>
<dd>
<div class="block">This class provides convenient adapter for SPI implementations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiAdapter.html#IgniteSpiAdapter--">IgniteSpiAdapter()</a></span> - Constructor for 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">Creates new adapter and initializes it from the current (this) class.</div>
</dd>
<dt><a href="org/apache/ignite/spi/IgniteSpiCloseableIterator.html" title="interface in org.apache.ignite.spi"><span class="typeNameLink">IgniteSpiCloseableIterator</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/spi/IgniteSpiCloseableIterator.html" title="type parameter in IgniteSpiCloseableIterator">T</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/spi/package-summary.html">org.apache.ignite.spi</a></dt>
<dd>
<div class="block">Closeable iterator.</div>
</dd>
<dt><a href="org/apache/ignite/spi/IgniteSpiConfiguration.html" title="annotation in org.apache.ignite.spi"><span class="typeNameLink">IgniteSpiConfiguration</span></a> - Annotation Type in <a href="org/apache/ignite/spi/package-summary.html">org.apache.ignite.spi</a></dt>
<dd>
<div class="block">Annotates SPI configuration setters on whether or not it is optional.</div>
</dd>
<dt><a href="org/apache/ignite/spi/IgniteSpiConsistencyChecked.html" title="annotation in org.apache.ignite.spi"><span class="typeNameLink">IgniteSpiConsistencyChecked</span></a> - Annotation Type in <a href="org/apache/ignite/spi/package-summary.html">org.apache.ignite.spi</a></dt>
<dd>
<div class="block">SPIs that have this annotation present will be checked for consistency within grid.</div>
</dd>
<dt><a href="org/apache/ignite/spi/IgniteSpiContext.html" title="interface in org.apache.ignite.spi"><span class="typeNameLink">IgniteSpiContext</span></a> - Interface in <a href="org/apache/ignite/spi/package-summary.html">org.apache.ignite.spi</a></dt>
<dd>
<div class="block">SPI context provides common functionality for all SPI implementations.</div>
</dd>
<dt><a href="org/apache/ignite/spi/IgniteSpiException.html" title="class in org.apache.ignite.spi"><span class="typeNameLink">IgniteSpiException</span></a> - Exception in <a href="org/apache/ignite/spi/package-summary.html">org.apache.ignite.spi</a></dt>
<dd>
<div class="block">Exception thrown by SPI implementations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiException.html#IgniteSpiException-java.lang.String-">IgniteSpiException(String)</a></span> - Constructor for exception org.apache.ignite.spi.<a href="org/apache/ignite/spi/IgniteSpiException.html" title="class in org.apache.ignite.spi">IgniteSpiException</a></dt>
<dd>
<div class="block">Creates new SPI exception with given error message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiException.html#IgniteSpiException-java.lang.Throwable-">IgniteSpiException(Throwable)</a></span> - Constructor for exception org.apache.ignite.spi.<a href="org/apache/ignite/spi/IgniteSpiException.html" title="class in org.apache.ignite.spi">IgniteSpiException</a></dt>
<dd>
<div class="block">Creates new SPI exception given throwable as a cause and
source of error message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiException.html#IgniteSpiException-java.lang.String-java.lang.Throwable-">IgniteSpiException(String, Throwable)</a></span> - Constructor for exception org.apache.ignite.spi.<a href="org/apache/ignite/spi/IgniteSpiException.html" title="class in org.apache.ignite.spi">IgniteSpiException</a></dt>
<dd>
<div class="block">Creates new SPI exception with given error message and optional nested exception.</div>
</dd>
<dt><a href="org/apache/ignite/spi/IgniteSpiManagementMBean.html" title="interface in org.apache.ignite.spi"><span class="typeNameLink">IgniteSpiManagementMBean</span></a> - Interface in <a href="org/apache/ignite/spi/package-summary.html">org.apache.ignite.spi</a></dt>
<dd>
<div class="block">This interface defines basic MBean for all SPI implementations.</div>
</dd>
<dt><a href="org/apache/ignite/spi/IgniteSpiMBeanAdapter.html" title="class in org.apache.ignite.spi"><span class="typeNameLink">IgniteSpiMBeanAdapter</span></a> - Class in <a href="org/apache/ignite/spi/package-summary.html">org.apache.ignite.spi</a></dt>
<dd>
<div class="block">This class provides convenient adapter for MBean implementations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiMBeanAdapter.html#IgniteSpiMBeanAdapter-org.apache.ignite.spi.IgniteSpiAdapter-">IgniteSpiMBeanAdapter(IgniteSpiAdapter)</a></span> - Constructor for class org.apache.ignite.spi.<a href="org/apache/ignite/spi/IgniteSpiMBeanAdapter.html" title="class in org.apache.ignite.spi">IgniteSpiMBeanAdapter</a></dt>
<dd>
<div class="block">Constructor</div>
</dd>
<dt><a href="org/apache/ignite/spi/IgniteSpiMultiException.html" title="class in org.apache.ignite.spi"><span class="typeNameLink">IgniteSpiMultiException</span></a> - Exception in <a href="org/apache/ignite/spi/package-summary.html">org.apache.ignite.spi</a></dt>
<dd>
<div class="block">Grid SPI exception which may contain more than one failure.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiMultiException.html#IgniteSpiMultiException-java.lang.String-">IgniteSpiMultiException(String)</a></span> - Constructor for 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">Creates new exception with given error message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiMultiException.html#IgniteSpiMultiException-java.lang.Throwable-">IgniteSpiMultiException(Throwable)</a></span> - Constructor for 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">Creates new grid exception with given throwable as a cause and
source of error message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiMultiException.html#IgniteSpiMultiException-java.lang.String-java.lang.Throwable-">IgniteSpiMultiException(String, Throwable)</a></span> - Constructor for 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">Creates new exception with given error message and optional nested exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiMultiException.html#IgniteSpiMultiException-java.lang.String-java.lang.Throwable-java.util.Collection-">IgniteSpiMultiException(String, Throwable, Collection<span class='angle_bracket'>&lt;</span>Throwable<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for 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">Creates new exception with given error message and optional nested exception.</div>
</dd>
<dt><a href="org/apache/ignite/spi/IgniteSpiMultipleInstancesSupport.html" title="annotation in org.apache.ignite.spi"><span class="typeNameLink">IgniteSpiMultipleInstancesSupport</span></a> - Annotation Type in <a href="org/apache/ignite/spi/package-summary.html">org.apache.ignite.spi</a></dt>
<dd>
<div class="block">Annotates whether or not multiple instances of this SPI can be
started in the same VM.</div>
</dd>
<dt><a href="org/apache/ignite/spi/IgniteSpiNoop.html" title="annotation in org.apache.ignite.spi"><span class="typeNameLink">IgniteSpiNoop</span></a> - Annotation Type in <a href="org/apache/ignite/spi/package-summary.html">org.apache.ignite.spi</a></dt>
<dd>
<div class="block">Annotates <code>NO-OP</code> SPI implementations.</div>
</dd>
<dt><a href="org/apache/ignite/spi/IgniteSpiOperationTimeoutException.html" title="class in org.apache.ignite.spi"><span class="typeNameLink">IgniteSpiOperationTimeoutException</span></a> - Exception in <a href="org/apache/ignite/spi/package-summary.html">org.apache.ignite.spi</a></dt>
<dd>
<div class="block">Kind of exception that is used when failure detection timeout is enabled for <a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.tcp"><code>TcpDiscoverySpi</code></a> or
<a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html" title="class in org.apache.ignite.spi.communication.tcp"><code>TcpCommunicationSpi</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiOperationTimeoutException.html#IgniteSpiOperationTimeoutException-java.lang.String-">IgniteSpiOperationTimeoutException(String)</a></span> - Constructor for exception org.apache.ignite.spi.<a href="org/apache/ignite/spi/IgniteSpiOperationTimeoutException.html" title="class in org.apache.ignite.spi">IgniteSpiOperationTimeoutException</a></dt>
<dd>
<div class="block">Constructor.</div>
</dd>
<dt><a href="org/apache/ignite/spi/IgniteSpiOperationTimeoutHelper.html" title="class in org.apache.ignite.spi"><span class="typeNameLink">IgniteSpiOperationTimeoutHelper</span></a> - Class in <a href="org/apache/ignite/spi/package-summary.html">org.apache.ignite.spi</a></dt>
<dd>
<div class="block">Object that incorporates logic that determines a timeout value for the next network related operation and checks
whether a failure detection timeout is reached or not.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiOperationTimeoutHelper.html#IgniteSpiOperationTimeoutHelper-org.apache.ignite.spi.IgniteSpiAdapter-boolean-">IgniteSpiOperationTimeoutHelper(IgniteSpiAdapter, boolean)</a></span> - Constructor for class org.apache.ignite.spi.<a href="org/apache/ignite/spi/IgniteSpiOperationTimeoutHelper.html" title="class in org.apache.ignite.spi">IgniteSpiOperationTimeoutHelper</a></dt>
<dd>
<div class="block">Constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiOperationTimeoutHelper.html#IgniteSpiOperationTimeoutHelper-org.apache.ignite.spi.IgniteSpiAdapter-boolean-long-long-">IgniteSpiOperationTimeoutHelper(IgniteSpiAdapter, boolean, long, long)</a></span> - Constructor for class org.apache.ignite.spi.<a href="org/apache/ignite/spi/IgniteSpiOperationTimeoutHelper.html" title="class in org.apache.ignite.spi">IgniteSpiOperationTimeoutHelper</a></dt>
<dd>
<div class="block">Creates timeout helper based on time of last related operation.</div>
</dd>
<dt><a href="org/apache/ignite/spi/IgniteSpiThread.html" title="class in org.apache.ignite.spi"><span class="typeNameLink">IgniteSpiThread</span></a> - Class in <a href="org/apache/ignite/spi/package-summary.html">org.apache.ignite.spi</a></dt>
<dd>
<div class="block">This class provides convenient adapter for threads used by SPIs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiThread.html#IgniteSpiThread-java.lang.String-java.lang.String-org.apache.ignite.IgniteLogger-">IgniteSpiThread(String, String, IgniteLogger)</a></span> - Constructor for 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">Creates thread with given <code>name</code>.</div>
</dd>
<dt><a href="org/apache/ignite/spi/IgniteSpiThreadFactory.html" title="class in org.apache.ignite.spi"><span class="typeNameLink">IgniteSpiThreadFactory</span></a> - Class in <a href="org/apache/ignite/spi/package-summary.html">org.apache.ignite.spi</a></dt>
<dd>
<div class="block">This class provides implementation of <a href="https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ThreadFactory.html?is-external=true" title="class or interface in java.util.concurrent"><code>ThreadFactory</code></a> factory
for creating grid SPI threads.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiThreadFactory.html#IgniteSpiThreadFactory-java.lang.String-java.lang.String-org.apache.ignite.IgniteLogger-">IgniteSpiThreadFactory(String, String, IgniteLogger)</a></span> - Constructor for class org.apache.ignite.spi.<a href="org/apache/ignite/spi/IgniteSpiThreadFactory.html" title="class in org.apache.ignite.spi">IgniteSpiThreadFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/spi/IgniteSpiTimeoutObject.html" title="interface in org.apache.ignite.spi"><span class="typeNameLink">IgniteSpiTimeoutObject</span></a> - Interface in <a href="org/apache/ignite/spi/package-summary.html">org.apache.ignite.spi</a></dt>
<dd>
<div class="block">Provides possibility to schedule delayed execution,
see <a href="org/apache/ignite/spi/IgniteSpiContext.html#addTimeoutObject-org.apache.ignite.spi.IgniteSpiTimeoutObject-"><code>IgniteSpiContext.addTimeoutObject(IgniteSpiTimeoutObject)</code></a>.</div>
</dd>
<dt><a href="org/apache/ignite/spi/IgniteSpiVersionCheckException.html" title="class in org.apache.ignite.spi"><span class="typeNameLink">IgniteSpiVersionCheckException</span></a> - Exception in <a href="org/apache/ignite/spi/package-summary.html">org.apache.ignite.spi</a></dt>
<dd>
<div class="block">Grid SPI exception for version check failure.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiVersionCheckException.html#IgniteSpiVersionCheckException-java.lang.String-">IgniteSpiVersionCheckException(String)</a></span> - Constructor for exception org.apache.ignite.spi.<a href="org/apache/ignite/spi/IgniteSpiVersionCheckException.html" title="class in org.apache.ignite.spi">IgniteSpiVersionCheckException</a></dt>
<dd>
<div class="block">Creates new SPI exception with given error message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiVersionCheckException.html#IgniteSpiVersionCheckException-java.lang.Throwable-">IgniteSpiVersionCheckException(Throwable)</a></span> - Constructor for exception org.apache.ignite.spi.<a href="org/apache/ignite/spi/IgniteSpiVersionCheckException.html" title="class in org.apache.ignite.spi">IgniteSpiVersionCheckException</a></dt>
<dd>
<div class="block">Creates new SPI exception given throwable as a cause and
source of error message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiVersionCheckException.html#IgniteSpiVersionCheckException-java.lang.String-java.lang.Throwable-">IgniteSpiVersionCheckException(String, Throwable)</a></span> - Constructor for exception org.apache.ignite.spi.<a href="org/apache/ignite/spi/IgniteSpiVersionCheckException.html" title="class in org.apache.ignite.spi">IgniteSpiVersionCheckException</a></dt>
<dd>
<div class="block">Creates new SPI exception with given error message and optional nested exception.</div>
</dd>
<dt><a href="org/apache/ignite/IgniteSpring.html" title="class in org.apache.ignite"><span class="typeNameLink">IgniteSpring</span></a> - Class in <a href="org/apache/ignite/package-summary.html">org.apache.ignite</a></dt>
<dd>
<div class="block">Factory methods to start Ignite with optional Spring application context, this context can be injected into
grid tasks and grid jobs using <a href="org/apache/ignite/resources/SpringApplicationContextResource.html" title="annotation in org.apache.ignite.resources"><code>@SpringApplicationContextResource</code></a>
annotation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpring.html#IgniteSpring--">IgniteSpring()</a></span> - Constructor for class org.apache.ignite.<a href="org/apache/ignite/IgniteSpring.html" title="class in org.apache.ignite">IgniteSpring</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/IgniteSpringBean.html" title="class in org.apache.ignite"><span class="typeNameLink">IgniteSpringBean</span></a> - Class in <a href="org/apache/ignite/package-summary.html">org.apache.ignite</a></dt>
<dd>
<div class="block">Ignite Spring bean allows to bypass <a href="org/apache/ignite/Ignition.html" title="class in org.apache.ignite"><code>Ignition</code></a> methods.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#IgniteSpringBean--">IgniteSpringBean()</a></span> - Constructor for class org.apache.ignite.<a href="org/apache/ignite/IgniteSpringBean.html" title="class in org.apache.ignite">IgniteSpringBean</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/IgniteState.html" title="enum in org.apache.ignite"><span class="typeNameLink">IgniteState</span></a> - Enum in <a href="org/apache/ignite/package-summary.html">org.apache.ignite</a></dt>
<dd>
<div class="block">Possible states of <a href="org/apache/ignite/Ignition.html" title="class in org.apache.ignite"><code>Ignition</code></a>.</div>
</dd>
<dt><a href="org/apache/ignite/thread/IgniteStripedThreadPoolExecutor.html" title="class in org.apache.ignite.thread"><span class="typeNameLink">IgniteStripedThreadPoolExecutor</span></a> - Class in <a href="org/apache/ignite/thread/package-summary.html">org.apache.ignite.thread</a></dt>
<dd>
<div class="block">An <a href="https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ExecutorService.html?is-external=true" title="class or interface in java.util.concurrent"><code>ExecutorService</code></a> that executes submitted tasks using pooled grid threads.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/thread/IgniteStripedThreadPoolExecutor.html#IgniteStripedThreadPoolExecutor-int-java.lang.String-java.lang.String-java.lang.Thread.UncaughtExceptionHandler-boolean-long-">IgniteStripedThreadPoolExecutor(int, String, String, Thread.UncaughtExceptionHandler, boolean, long)</a></span> - Constructor for class org.apache.ignite.thread.<a href="org/apache/ignite/thread/IgniteStripedThreadPoolExecutor.html" title="class in org.apache.ignite.thread">IgniteStripedThreadPoolExecutor</a></dt>
<dd>
<div class="block">Create striped thread pool.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/functions/IgniteSupplier.html" title="interface in org.apache.ignite.ml.math.functions"><span class="typeNameLink">IgniteSupplier</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/math/functions/IgniteSupplier.html" title="type parameter in IgniteSupplier">T</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/ml/math/functions/package-summary.html">org.apache.ignite.ml.math.functions</a></dt>
<dd>
<div class="block">Serializable supplier.</div>
</dd>
<dt><a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite"><span class="typeNameLink">IgniteSystemProperties</span></a> - Class in <a href="org/apache/ignite/package-summary.html">org.apache.ignite</a></dt>
<dd>
<div class="block">Contains constants for all system properties and environmental variables in Ignite.</div>
</dd>
<dt><a href="org/apache/ignite/mesos/IgniteTask.html" title="class in org.apache.ignite.mesos"><span class="typeNameLink">IgniteTask</span></a> - Class in <a href="org/apache/ignite/mesos/package-summary.html">org.apache.ignite.mesos</a></dt>
<dd>
<div class="block">Information about launched task.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/IgniteTask.html#IgniteTask-java.lang.String-double-double-double-">IgniteTask(String, double, double, double)</a></span> - Constructor for class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/IgniteTask.html" title="class in org.apache.ignite.mesos">IgniteTask</a></dt>
<dd>
<div class="block">Ignite launched task.</div>
</dd>
<dt><a href="org/apache/ignite/thread/IgniteThread.html" title="class in org.apache.ignite.thread"><span class="typeNameLink">IgniteThread</span></a> - Class in <a href="org/apache/ignite/thread/package-summary.html">org.apache.ignite.thread</a></dt>
<dd>
<div class="block">This class adds some necessary plumbing on top of the <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Thread.html?is-external=true" title="class or interface in java.lang"><code>Thread</code></a> class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/thread/IgniteThread.html#IgniteThread-org.apache.ignite.internal.util.worker.GridWorker-">IgniteThread(GridWorker)</a></span> - Constructor for class org.apache.ignite.thread.<a href="org/apache/ignite/thread/IgniteThread.html" title="class in org.apache.ignite.thread">IgniteThread</a></dt>
<dd>
<div class="block">Creates thread with given worker.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/thread/IgniteThread.html#IgniteThread-java.lang.String-java.lang.String-">IgniteThread(String, String)</a></span> - Constructor for class org.apache.ignite.thread.<a href="org/apache/ignite/thread/IgniteThread.html" title="class in org.apache.ignite.thread">IgniteThread</a></dt>
<dd>
<div class="block">Creates grid thread with given name for a given Ignite instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/thread/IgniteThread.html#IgniteThread-java.lang.String-java.lang.String-java.lang.Runnable-">IgniteThread(String, String, Runnable)</a></span> - Constructor for class org.apache.ignite.thread.<a href="org/apache/ignite/thread/IgniteThread.html" title="class in org.apache.ignite.thread">IgniteThread</a></dt>
<dd>
<div class="block">Creates grid thread with given name for a given Ignite instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/thread/IgniteThread.html#IgniteThread-java.lang.String-java.lang.String-java.lang.Runnable-int-int-byte-">IgniteThread(String, String, Runnable, int, int, byte)</a></span> - Constructor for class org.apache.ignite.thread.<a href="org/apache/ignite/thread/IgniteThread.html" title="class in org.apache.ignite.thread">IgniteThread</a></dt>
<dd>
<div class="block">Creates grid thread with given name for a given Ignite instance with specified
thread group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/thread/IgniteThread.html#IgniteThread-java.lang.String-java.lang.ThreadGroup-java.lang.String-">IgniteThread(String, ThreadGroup, String)</a></span> - Constructor for class org.apache.ignite.thread.<a href="org/apache/ignite/thread/IgniteThread.html" title="class in org.apache.ignite.thread">IgniteThread</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/thread/IgniteThreadFactory.html" title="class in org.apache.ignite.thread"><span class="typeNameLink">IgniteThreadFactory</span></a> - Class in <a href="org/apache/ignite/thread/package-summary.html">org.apache.ignite.thread</a></dt>
<dd>
<div class="block">This class provides implementation of <a href="https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ThreadFactory.html?is-external=true" title="class or interface in java.util.concurrent"><code>ThreadFactory</code></a> factory
for creating grid threads.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/thread/IgniteThreadFactory.html#IgniteThreadFactory-java.lang.String-java.lang.String-">IgniteThreadFactory(String, String)</a></span> - Constructor for class org.apache.ignite.thread.<a href="org/apache/ignite/thread/IgniteThreadFactory.html" title="class in org.apache.ignite.thread">IgniteThreadFactory</a></dt>
<dd>
<div class="block">Constructs new thread factory for given grid.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/thread/IgniteThreadFactory.html#IgniteThreadFactory-java.lang.String-java.lang.String-java.lang.Thread.UncaughtExceptionHandler-">IgniteThreadFactory(String, String, Thread.UncaughtExceptionHandler)</a></span> - Constructor for class org.apache.ignite.thread.<a href="org/apache/ignite/thread/IgniteThreadFactory.html" title="class in org.apache.ignite.thread">IgniteThreadFactory</a></dt>
<dd>
<div class="block">Constructs new thread factory for given grid.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/thread/IgniteThreadFactory.html#IgniteThreadFactory-java.lang.String-java.lang.String-byte-java.lang.Thread.UncaughtExceptionHandler-">IgniteThreadFactory(String, String, byte, Thread.UncaughtExceptionHandler)</a></span> - Constructor for class org.apache.ignite.thread.<a href="org/apache/ignite/thread/IgniteThreadFactory.html" title="class in org.apache.ignite.thread">IgniteThreadFactory</a></dt>
<dd>
<div class="block">Constructs new thread factory for given grid.</div>
</dd>
<dt><a href="org/apache/ignite/thread/IgniteThreadPoolExecutor.html" title="class in org.apache.ignite.thread"><span class="typeNameLink">IgniteThreadPoolExecutor</span></a> - Class in <a href="org/apache/ignite/thread/package-summary.html">org.apache.ignite.thread</a></dt>
<dd>
<div class="block">An <a href="https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ExecutorService.html?is-external=true" title="class or interface in java.util.concurrent"><code>ExecutorService</code></a> that executes submitted tasks using pooled grid threads.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/thread/IgniteThreadPoolExecutor.html#IgniteThreadPoolExecutor-java.lang.String-java.lang.String-int-int-long-java.util.concurrent.BlockingQueue-">IgniteThreadPoolExecutor(String, String, int, int, long, BlockingQueue<span class='angle_bracket'>&lt;</span>Runnable<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.thread.<a href="org/apache/ignite/thread/IgniteThreadPoolExecutor.html" title="class in org.apache.ignite.thread">IgniteThreadPoolExecutor</a></dt>
<dd>
<div class="block">Creates a new service with the given initial parameters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/thread/IgniteThreadPoolExecutor.html#IgniteThreadPoolExecutor-java.lang.String-java.lang.String-int-int-long-java.util.concurrent.BlockingQueue-byte-java.lang.Thread.UncaughtExceptionHandler-">IgniteThreadPoolExecutor(String, String, int, int, long, BlockingQueue<span class='angle_bracket'>&lt;</span>Runnable<span class='angle_bracket'>&gt;</span>, byte, Thread.UncaughtExceptionHandler)</a></span> - Constructor for class org.apache.ignite.thread.<a href="org/apache/ignite/thread/IgniteThreadPoolExecutor.html" title="class in org.apache.ignite.thread">IgniteThreadPoolExecutor</a></dt>
<dd>
<div class="block">Creates a new service with the given initial parameters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/thread/IgniteThreadPoolExecutor.html#IgniteThreadPoolExecutor-int-int-long-java.util.concurrent.BlockingQueue-java.util.concurrent.ThreadFactory-">IgniteThreadPoolExecutor(int, int, long, BlockingQueue<span class='angle_bracket'>&lt;</span>Runnable<span class='angle_bracket'>&gt;</span>, ThreadFactory)</a></span> - Constructor for class org.apache.ignite.thread.<a href="org/apache/ignite/thread/IgniteThreadPoolExecutor.html" title="class in org.apache.ignite.thread">IgniteThreadPoolExecutor</a></dt>
<dd>
<div class="block">Creates a new service with the given initial parameters.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/functions/IgniteToDoubleFunction.html" title="interface in org.apache.ignite.ml.math.functions"><span class="typeNameLink">IgniteToDoubleFunction</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/math/functions/IgniteToDoubleFunction.html" title="type parameter in IgniteToDoubleFunction">T</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/ml/math/functions/package-summary.html">org.apache.ignite.ml.math.functions</a></dt>
<dd>
<div class="block">Serializable function that produces a double-valued result.</div>
</dd>
<dt><a href="org/apache/ignite/IgniteTransactions.html" title="interface in org.apache.ignite"><span class="typeNameLink">IgniteTransactions</span></a> - Interface in <a href="org/apache/ignite/package-summary.html">org.apache.ignite</a></dt>
<dd>
<div class="block">Transactions facade provides ACID-compliant semantic when working with caches.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/functions/IgniteTriConsumer.html" title="interface in org.apache.ignite.ml.math.functions"><span class="typeNameLink">IgniteTriConsumer</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/math/functions/IgniteTriConsumer.html" title="type parameter in IgniteTriConsumer">A</a>,<a href="org/apache/ignite/ml/math/functions/IgniteTriConsumer.html" title="type parameter in IgniteTriConsumer">B</a>,<a href="org/apache/ignite/ml/math/functions/IgniteTriConsumer.html" title="type parameter in IgniteTriConsumer">C</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/ml/math/functions/package-summary.html">org.apache.ignite.ml.math.functions</a></dt>
<dd>
<div class="block">Serializable tri-consumer.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/functions/IgniteTriFunction.html" title="interface in org.apache.ignite.ml.math.functions"><span class="typeNameLink">IgniteTriFunction</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/math/functions/IgniteTriFunction.html" title="type parameter in IgniteTriFunction">A</a>,<a href="org/apache/ignite/ml/math/functions/IgniteTriFunction.html" title="type parameter in IgniteTriFunction">B</a>,<a href="org/apache/ignite/ml/math/functions/IgniteTriFunction.html" title="type parameter in IgniteTriFunction">C</a>,<a href="org/apache/ignite/ml/math/functions/IgniteTriFunction.html" title="type parameter in IgniteTriFunction">R</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/ml/math/functions/package-summary.html">org.apache.ignite.ml.math.functions</a></dt>
<dd>
<div class="block">Serializable TriFunction (A, B, C) -> R.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/resource/ResourceProvider.html#igniteUrl--">igniteUrl()</a></span> - Method in class org.apache.ignite.mesos.resource.<a href="org/apache/ignite/mesos/resource/ResourceProvider.html" title="class in org.apache.ignite.mesos.resource">ResourceProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ClusterProperties.html#igniteUrl--">igniteUrl()</a></span> - Method in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ClusterProperties.html" title="class in org.apache.ignite.yarn">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/lang/IgniteUuid.html" title="class in org.apache.ignite.lang"><span class="typeNameLink">IgniteUuid</span></a> - Class in <a href="org/apache/ignite/lang/package-summary.html">org.apache.ignite.lang</a></dt>
<dd>
<div class="block">This is a faster performing version of <a href="https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html?is-external=true" title="class or interface in java.util"><code>UUID</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteUuid.html#IgniteUuid--">IgniteUuid()</a></span> - Constructor for class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteUuid.html" title="class in org.apache.ignite.lang">IgniteUuid</a></dt>
<dd>
<div class="block">Empty constructor required for <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Externalizable.html?is-external=true" title="class or interface in java.io"><code>Externalizable</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteUuid.html#IgniteUuid-java.util.UUID-long-">IgniteUuid(UUID, long)</a></span> - Constructor for class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteUuid.html" title="class in org.apache.ignite.lang">IgniteUuid</a></dt>
<dd>
<div class="block">Constructs <code>IgniteUuid</code> from a global and local identifiers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#igniteVer--">igniteVer()</a></span> - Method in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/development/utils/IgniteWalConverter.html" title="class in org.apache.ignite.development.utils"><span class="typeNameLink">IgniteWalConverter</span></a> - Class in <a href="org/apache/ignite/development/utils/package-summary.html">org.apache.ignite.development.utils</a></dt>
<dd>
<div class="block">Print WAL log data in human-readable form.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/development/utils/IgniteWalConverter.html#IgniteWalConverter--">IgniteWalConverter()</a></span> - Constructor for class org.apache.ignite.development.utils.<a href="org/apache/ignite/development/utils/IgniteWalConverter.html" title="class in org.apache.ignite.development.utils">IgniteWalConverter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/development/utils/IgniteWalConverterArguments.html" title="class in org.apache.ignite.development.utils"><span class="typeNameLink">IgniteWalConverterArguments</span></a> - Class in <a href="org/apache/ignite/development/utils/package-summary.html">org.apache.ignite.development.utils</a></dt>
<dd>
<div class="block">Parameters for IgniteWalConverter with parsed and validated.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/development/utils/IgniteWalConverterArguments.html#IgniteWalConverterArguments-java.io.File-java.io.File-int-java.io.File-java.io.File-boolean-java.util.Set-java.lang.Long-java.lang.Long-java.lang.String-org.apache.ignite.development.utils.ProcessSensitiveData-boolean-boolean-java.util.Collection-">IgniteWalConverterArguments(File, File, int, File, File, boolean, Set<span class='angle_bracket'>&lt;</span>WALRecord.RecordType<span class='angle_bracket'>&gt;</span>, Long, Long, String, ProcessSensitiveData, boolean, boolean, Collection<span class='angle_bracket'>&lt;</span>T2<span class='angle_bracket'>&lt;</span>Integer, Long<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.development.utils.<a href="org/apache/ignite/development/utils/IgniteWalConverterArguments.html" title="class in org.apache.ignite.development.utils">IgniteWalConverterArguments</a></dt>
<dd>
<div class="block">Constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#igniteWorkDir--">igniteWorkDir()</a></span> - Method in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ClusterProperties.html#igniteWorkDir--">igniteWorkDir()</a></span> - Method in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ClusterProperties.html" title="class in org.apache.ignite.yarn">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/yarn/IgniteYarnClient.html" title="class in org.apache.ignite.yarn"><span class="typeNameLink">IgniteYarnClient</span></a> - Class in <a href="org/apache/ignite/yarn/package-summary.html">org.apache.ignite.yarn</a></dt>
<dd>
<div class="block">Ignite yarn client.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/IgniteYarnClient.html#IgniteYarnClient--">IgniteYarnClient()</a></span> - Constructor for class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/IgniteYarnClient.html" title="class in org.apache.ignite.yarn">IgniteYarnClient</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/yarn/utils/IgniteYarnUtils.html" title="class in org.apache.ignite.yarn.utils"><span class="typeNameLink">IgniteYarnUtils</span></a> - Class in <a href="org/apache/ignite/yarn/utils/package-summary.html">org.apache.ignite.yarn.utils</a></dt>
<dd>
<div class="block">Utils.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/utils/IgniteYarnUtils.html#IgniteYarnUtils--">IgniteYarnUtils()</a></span> - Constructor for class org.apache.ignite.yarn.utils.<a href="org/apache/ignite/yarn/utils/IgniteYarnUtils.html" title="class in org.apache.ignite.yarn.utils">IgniteYarnUtils</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/Ignition.html" title="class in org.apache.ignite"><span class="typeNameLink">Ignition</span></a> - Class in <a href="org/apache/ignite/package-summary.html">org.apache.ignite</a></dt>
<dd>
<div class="block">This class defines a factory for the main Ignite API.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignition.html#Ignition--">Ignition()</a></span> - Constructor for class org.apache.ignite.<a href="org/apache/ignite/Ignition.html" title="class in org.apache.ignite">Ignition</a></dt>
<dd>
<div class="block">Enforces singleton.</div>
</dd>
<dt><a href="org/apache/ignite/IgnitionListener.html" title="interface in org.apache.ignite"><span class="typeNameLink">IgnitionListener</span></a> - Interface in <a href="org/apache/ignite/package-summary.html">org.apache.ignite</a></dt>
<dd>
<div class="block">Listener for gird state change notifications.</div>
</dd>
<dt><a href="org/apache/ignite/mxbean/IgnitionMXBean.html" title="interface in org.apache.ignite.mxbean"><span class="typeNameLink">IgnitionMXBean</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/Ignition.html" title="class in org.apache.ignite"><code>Ignition</code></a>.</div>
</dd>
<dt><a href="org/apache/ignite/spi/deployment/IgnoreIfPeerClassLoadingDisabled.html" title="annotation in org.apache.ignite.spi.deployment"><span class="typeNameLink">IgnoreIfPeerClassLoadingDisabled</span></a> - Annotation Type in <a href="org/apache/ignite/spi/deployment/package-summary.html">org.apache.ignite.spi.deployment</a></dt>
<dd>
<div class="block">This annotation is for all implementations of <a href="org/apache/ignite/spi/deployment/DeploymentSpi.html" title="interface in org.apache.ignite.spi.deployment"><code>DeploymentSpi</code></a> that may be
ignored if peer class loading is disabled.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/exceptions/preprocessing/IllegalFeatureTypeException.html" title="class in org.apache.ignite.ml.math.exceptions.preprocessing"><span class="typeNameLink">IllegalFeatureTypeException</span></a> - Exception in <a href="org/apache/ignite/ml/math/exceptions/preprocessing/package-summary.html">org.apache.ignite.ml.math.exceptions.preprocessing</a></dt>
<dd>
<div class="block">Indicates an illegal feature type and value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/exceptions/preprocessing/IllegalFeatureTypeException.html#IllegalFeatureTypeException-java.lang.Class-java.lang.Object-java.lang.Class-">IllegalFeatureTypeException(Class, Object, Class)</a></span> - Constructor for exception org.apache.ignite.ml.math.exceptions.preprocessing.<a href="org/apache/ignite/ml/math/exceptions/preprocessing/IllegalFeatureTypeException.html" title="class in org.apache.ignite.ml.math.exceptions.preprocessing">IllegalFeatureTypeException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/math/exceptions/preprocessing/IllegalLabelTypeException.html" title="class in org.apache.ignite.ml.math.exceptions.preprocessing"><span class="typeNameLink">IllegalLabelTypeException</span></a> - Exception in <a href="org/apache/ignite/ml/math/exceptions/preprocessing/package-summary.html">org.apache.ignite.ml.math.exceptions.preprocessing</a></dt>
<dd>
<div class="block">Indicates an illegal label type and value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/exceptions/preprocessing/IllegalLabelTypeException.html#IllegalLabelTypeException-java.lang.Class-java.lang.Object-java.lang.Class-">IllegalLabelTypeException(Class, Object, Class)</a></span> - Constructor for exception org.apache.ignite.ml.math.exceptions.preprocessing.<a href="org/apache/ignite/ml/math/exceptions/preprocessing/IllegalLabelTypeException.html" title="class in org.apache.ignite.ml.math.exceptions.preprocessing">IllegalLabelTypeException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#impl">impl</a></span> - 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>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/opencensus/OpenCensusSpanAdapter.html#impl--">impl()</a></span> - Method in class org.apache.ignite.spi.tracing.opencensus.<a href="org/apache/ignite/spi/tracing/opencensus/OpenCensusSpanAdapter.html" title="class in org.apache.ignite.spi.tracing.opencensus">OpenCensusSpanAdapter</a></dt>
<dd>
<div class="block">Implementation object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/TransactionView.html#implicit--">implicit()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/TransactionView.html" title="class in org.apache.ignite.spi.systemview.view">TransactionView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/transactions/Transaction.html#implicit--">implicit()</a></span> - Method in interface org.apache.ignite.transactions.<a href="org/apache/ignite/transactions/Transaction.html" title="interface in org.apache.ignite.transactions">Transaction</a></dt>
<dd>
<div class="block">Flag indicating whether transaction was started automatically by the
system or not.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/TransactionView.html#implicitSingle--">implicitSingle()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/TransactionView.html" title="class in org.apache.ignite.spi.systemview.view">TransactionView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/impurity/gini/GiniImpurityMeasure.html#impurity--">impurity()</a></span> - Method in class org.apache.ignite.ml.tree.impurity.gini.<a href="org/apache/ignite/ml/tree/impurity/gini/GiniImpurityMeasure.html" title="class in org.apache.ignite.ml.tree.impurity.gini">GiniImpurityMeasure</a></dt>
<dd>
<div class="block">Calculates impurity measure as a single double value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/impurity/ImpurityMeasure.html#impurity--">impurity()</a></span> - Method in interface org.apache.ignite.ml.tree.impurity.<a href="org/apache/ignite/ml/tree/impurity/ImpurityMeasure.html" title="interface in org.apache.ignite.ml.tree.impurity">ImpurityMeasure</a></dt>
<dd>
<div class="block">Calculates impurity measure as a single double value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/impurity/mse/MSEImpurityMeasure.html#impurity--">impurity()</a></span> - Method in class org.apache.ignite.ml.tree.impurity.mse.<a href="org/apache/ignite/ml/tree/impurity/mse/MSEImpurityMeasure.html" title="class in org.apache.ignite.ml.tree.impurity.mse">MSEImpurityMeasure</a></dt>
<dd>
<div class="block">Calculates impurity measure as a single double value.</div>
</dd>
<dt><a href="org/apache/ignite/ml/tree/randomforest/data/impurity/ImpurityComputer.html" title="interface in org.apache.ignite.ml.tree.randomforest.data.impurity"><span class="typeNameLink">ImpurityComputer</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/tree/randomforest/data/impurity/ImpurityComputer.html" title="type parameter in ImpurityComputer">T</a>,<a href="org/apache/ignite/ml/tree/randomforest/data/impurity/ImpurityComputer.html" title="type parameter in ImpurityComputer">H</a> extends <a href="org/apache/ignite/ml/dataset/feature/Histogram.html" title="interface in org.apache.ignite.ml.dataset.feature">Histogram</a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/tree/randomforest/data/impurity/ImpurityComputer.html" title="type parameter in ImpurityComputer">T</a>,<a href="org/apache/ignite/ml/tree/randomforest/data/impurity/ImpurityComputer.html" title="type parameter in ImpurityComputer">H</a><span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/ml/tree/randomforest/data/impurity/package-summary.html">org.apache.ignite.ml.tree.randomforest.data.impurity</a></dt>
<dd>
<div class="block">Interface represents an object that can compute best splitting point using features histograms.</div>
</dd>
<dt><a href="org/apache/ignite/ml/tree/randomforest/data/impurity/ImpurityHistogram.html" title="class in org.apache.ignite.ml.tree.randomforest.data.impurity"><span class="typeNameLink">ImpurityHistogram</span></a> - Class in <a href="org/apache/ignite/ml/tree/randomforest/data/impurity/package-summary.html">org.apache.ignite.ml.tree.randomforest.data.impurity</a></dt>
<dd>
<div class="block">Helper class for ImpurityHistograms.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/impurity/ImpurityHistogram.html#ImpurityHistogram-int-">ImpurityHistogram(int)</a></span> - Constructor for class org.apache.ignite.ml.tree.randomforest.data.impurity.<a href="org/apache/ignite/ml/tree/randomforest/data/impurity/ImpurityHistogram.html" title="class in org.apache.ignite.ml.tree.randomforest.data.impurity">ImpurityHistogram</a></dt>
<dd>
<div class="block">Creates an instance of ImpurityHistogram.</div>
</dd>
<dt><a href="org/apache/ignite/ml/tree/randomforest/data/impurity/ImpurityHistogramsComputer.html" title="class in org.apache.ignite.ml.tree.randomforest.data.impurity"><span class="typeNameLink">ImpurityHistogramsComputer</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/tree/randomforest/data/impurity/ImpurityHistogramsComputer.html" title="type parameter in ImpurityHistogramsComputer">S</a> extends <a href="org/apache/ignite/ml/tree/randomforest/data/impurity/ImpurityComputer.html" title="interface in org.apache.ignite.ml.tree.randomforest.data.impurity">ImpurityComputer</a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/dataset/impl/bootstrapping/BootstrappedVector.html" title="class in org.apache.ignite.ml.dataset.impl.bootstrapping">BootstrappedVector</a>,<a href="org/apache/ignite/ml/tree/randomforest/data/impurity/ImpurityHistogramsComputer.html" title="type parameter in ImpurityHistogramsComputer">S</a><span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/tree/randomforest/data/impurity/package-summary.html">org.apache.ignite.ml.tree.randomforest.data.impurity</a></dt>
<dd>
<div class="block">Class containing logic of aggregation impurity statistics within learning dataset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/impurity/ImpurityHistogramsComputer.html#ImpurityHistogramsComputer--">ImpurityHistogramsComputer()</a></span> - Constructor for class org.apache.ignite.ml.tree.randomforest.data.impurity.<a href="org/apache/ignite/ml/tree/randomforest/data/impurity/ImpurityHistogramsComputer.html" title="class in org.apache.ignite.ml.tree.randomforest.data.impurity">ImpurityHistogramsComputer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/tree/randomforest/data/impurity/ImpurityHistogramsComputer.NodeImpurityHistograms.html" title="class in org.apache.ignite.ml.tree.randomforest.data.impurity"><span class="typeNameLink">ImpurityHistogramsComputer.NodeImpurityHistograms</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/tree/randomforest/data/impurity/ImpurityHistogramsComputer.NodeImpurityHistograms.html" title="type parameter in ImpurityHistogramsComputer.NodeImpurityHistograms">S</a> extends <a href="org/apache/ignite/ml/tree/randomforest/data/impurity/ImpurityComputer.html" title="interface in org.apache.ignite.ml.tree.randomforest.data.impurity">ImpurityComputer</a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/dataset/impl/bootstrapping/BootstrappedVector.html" title="class in org.apache.ignite.ml.dataset.impl.bootstrapping">BootstrappedVector</a>,<a href="org/apache/ignite/ml/tree/randomforest/data/impurity/ImpurityHistogramsComputer.NodeImpurityHistograms.html" title="type parameter in ImpurityHistogramsComputer.NodeImpurityHistograms">S</a><span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/tree/randomforest/data/impurity/package-summary.html">org.apache.ignite.ml.tree.randomforest.data.impurity</a></dt>
<dd>
<div class="block">Class represents per feature statistics for impurity computing.</div>
</dd>
<dt><a href="org/apache/ignite/ml/tree/impurity/ImpurityMeasure.html" title="interface in org.apache.ignite.ml.tree.impurity"><span class="typeNameLink">ImpurityMeasure</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/tree/impurity/ImpurityMeasure.html" title="type parameter in ImpurityMeasure">T</a> extends <a href="org/apache/ignite/ml/tree/impurity/ImpurityMeasure.html" title="interface in org.apache.ignite.ml.tree.impurity">ImpurityMeasure</a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/tree/impurity/ImpurityMeasure.html" title="type parameter in ImpurityMeasure">T</a><span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/ml/tree/impurity/package-summary.html">org.apache.ignite.ml.tree.impurity</a></dt>
<dd>
<div class="block">Base interface for impurity measures that can be used in distributed decision tree algorithm.</div>
</dd>
<dt><a href="org/apache/ignite/ml/tree/impurity/ImpurityMeasureCalculator.html" title="class in org.apache.ignite.ml.tree.impurity"><span class="typeNameLink">ImpurityMeasureCalculator</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/tree/impurity/ImpurityMeasureCalculator.html" title="type parameter in ImpurityMeasureCalculator">T</a> extends <a href="org/apache/ignite/ml/tree/impurity/ImpurityMeasure.html" title="interface in org.apache.ignite.ml.tree.impurity">ImpurityMeasure</a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/tree/impurity/ImpurityMeasureCalculator.html" title="type parameter in ImpurityMeasureCalculator">T</a><span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/tree/impurity/package-summary.html">org.apache.ignite.ml.tree.impurity</a></dt>
<dd>
<div class="block">Base interface for impurity measure calculators that calculates all impurity measures required to find a best split.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/impurity/ImpurityMeasureCalculator.html#ImpurityMeasureCalculator-boolean-">ImpurityMeasureCalculator(boolean)</a></span> - Constructor for class org.apache.ignite.ml.tree.impurity.<a href="org/apache/ignite/ml/tree/impurity/ImpurityMeasureCalculator.html" title="class in org.apache.ignite.ml.tree.impurity">ImpurityMeasureCalculator</a></dt>
<dd>
<div class="block">Constructs an instance of ImpurityMeasureCalculator.</div>
</dd>
<dt><a href="org/apache/ignite/ml/preprocessing/imputing/ImputerPartitionData.html" title="class in org.apache.ignite.ml.preprocessing.imputing"><span class="typeNameLink">ImputerPartitionData</span></a> - Class in <a href="org/apache/ignite/ml/preprocessing/imputing/package-summary.html">org.apache.ignite.ml.preprocessing.imputing</a></dt>
<dd>
<div class="block">Partition data used in imputing preprocessor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/imputing/ImputerPartitionData.html#ImputerPartitionData--">ImputerPartitionData()</a></span> - Constructor for class org.apache.ignite.ml.preprocessing.imputing.<a href="org/apache/ignite/ml/preprocessing/imputing/ImputerPartitionData.html" title="class in org.apache.ignite.ml.preprocessing.imputing">ImputerPartitionData</a></dt>
<dd>
<div class="block">Constructs a new instance of imputing partition data.</div>
</dd>
<dt><a href="org/apache/ignite/ml/preprocessing/imputing/ImputerPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.imputing"><span class="typeNameLink">ImputerPreprocessor</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/preprocessing/imputing/ImputerPreprocessor.html" title="type parameter in ImputerPreprocessor">K</a>,<a href="org/apache/ignite/ml/preprocessing/imputing/ImputerPreprocessor.html" title="type parameter in ImputerPreprocessor">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/preprocessing/imputing/package-summary.html">org.apache.ignite.ml.preprocessing.imputing</a></dt>
<dd>
<div class="block">Preprocessing function that makes imputing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/imputing/ImputerPreprocessor.html#ImputerPreprocessor-org.apache.ignite.ml.math.primitives.vector.Vector-org.apache.ignite.ml.preprocessing.Preprocessor-">ImputerPreprocessor(Vector, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.preprocessing.imputing.<a href="org/apache/ignite/ml/preprocessing/imputing/ImputerPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.imputing">ImputerPreprocessor</a></dt>
<dd>
<div class="block">Constructs a new instance of imputing preprocessor.</div>
</dd>
<dt><a href="org/apache/ignite/ml/preprocessing/imputing/ImputerTrainer.html" title="class in org.apache.ignite.ml.preprocessing.imputing"><span class="typeNameLink">ImputerTrainer</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/preprocessing/imputing/ImputerTrainer.html" title="type parameter in ImputerTrainer">K</a>,<a href="org/apache/ignite/ml/preprocessing/imputing/ImputerTrainer.html" title="type parameter in ImputerTrainer">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/preprocessing/imputing/package-summary.html">org.apache.ignite.ml.preprocessing.imputing</a></dt>
<dd>
<div class="block">Trainer of the imputing preprocessor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/imputing/ImputerTrainer.html#ImputerTrainer--">ImputerTrainer()</a></span> - Constructor for class org.apache.ignite.ml.preprocessing.imputing.<a href="org/apache/ignite/ml/preprocessing/imputing/ImputerTrainer.html" title="class in org.apache.ignite.ml.preprocessing.imputing">ImputerTrainer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/preprocessing/imputing/ImputingStrategy.html" title="enum in org.apache.ignite.ml.preprocessing.imputing"><span class="typeNameLink">ImputingStrategy</span></a> - Enum in <a href="org/apache/ignite/ml/preprocessing/imputing/package-summary.html">org.apache.ignite.ml.preprocessing.imputing</a></dt>
<dd>
<div class="block">This enum contains settings for imputing preprocessor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/TracingConfigurationParameters.html#includedScopes--">includedScopes()</a></span> - Method in class org.apache.ignite.spi.tracing.<a href="org/apache/ignite/spi/tracing/TracingConfigurationParameters.html" title="class in org.apache.ignite.spi.tracing">TracingConfigurationParameters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/kubernetes/TcpDiscoveryKubernetesIpFinder.html#includeNotReadyAddresses-boolean-">includeNotReadyAddresses(boolean)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.kubernetes.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/kubernetes/TcpDiscoveryKubernetesIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.kubernetes">TcpDiscoveryKubernetesIpFinder</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">set parameters with <code>KubernetesConnectionConfiguration</code> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#incomeConnLsnrs">incomeConnLsnrs</a></span> - 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>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#increment-int-double-">increment(int, double)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Increments value at given index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#increment-int-double-">increment(int, double)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Increments value at given index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html#increment-int-double-">increment(int, double)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a></dt>
<dd>
<div class="block">Increments value at given index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteAtomicLong.html#incrementAndGet--">incrementAndGet()</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">Increments and gets current value of atomic long.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteAtomicSequence.html#incrementAndGet--">incrementAndGet()</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">Increments and returns the value of atomic sequence.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageReader.html#incrementState--">incrementState()</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">Increments read state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageWriter.html#incrementState--">incrementState()</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">Increments state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#incrementX-int-double-">incrementX(int, double)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Increments value at given index without checking for index boundaries.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#incrementX-int-double-">incrementX(int, double)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Increments value at given index without checking for index boundaries.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html#incrementX-int-double-">incrementX(int, double)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a></dt>
<dd>
<div class="block">Increments value at given index without checking for index boundaries.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.Element.html#index--">index()</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.Element.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector.Element</a></dt>
<dd>
<div class="block">Gets element's index in the vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ShutdownPolicy.html#index--">index()</a></span> - Method in enum org.apache.ignite.<a href="org/apache/ignite/ShutdownPolicy.html" title="enum in org.apache.ignite">ShutdownPolicy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/SparseVector.html#indexes--">indexes()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/SparseVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">SparseVector</a></dt>
<dd>
<div class="block">Indexes of non-default elements.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/SparseVectorStorage.html#indexes--">indexes()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/SparseVectorStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">SparseVectorStorage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/impl/SparseMatrix.html#indexesMap--">indexesMap()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.impl.<a href="org/apache/ignite/ml/math/primitives/matrix/impl/SparseMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix.impl">SparseMatrix</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/storage/SparseMatrixStorage.html#indexesMap--">indexesMap()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.storage.<a href="org/apache/ignite/ml/math/primitives/matrix/storage/SparseMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.matrix.storage">SparseMatrixStorage</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/math/exceptions/math/IndexException.html" title="class in org.apache.ignite.ml.math.exceptions.math"><span class="typeNameLink">IndexException</span></a> - Exception in <a href="org/apache/ignite/ml/math/exceptions/math/package-summary.html">org.apache.ignite.ml.math.exceptions.math</a></dt>
<dd>
<div class="block">Indicates an invalid, i.e. out of bound, index on matrix or vector operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/exceptions/math/IndexException.html#IndexException-int-">IndexException(int)</a></span> - Constructor for exception org.apache.ignite.ml.math.exceptions.math.<a href="org/apache/ignite/ml/math/exceptions/math/IndexException.html" title="class in org.apache.ignite.ml.math.exceptions.math">IndexException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/spi/indexing/IndexingQueryCacheFilter.html" title="class in org.apache.ignite.spi.indexing"><span class="typeNameLink">IndexingQueryCacheFilter</span></a> - Class in <a href="org/apache/ignite/spi/indexing/package-summary.html">org.apache.ignite.spi.indexing</a></dt>
<dd>
<div class="block">Indexing query filter for specific cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/indexing/IndexingQueryCacheFilter.html#IndexingQueryCacheFilter-org.apache.ignite.internal.processors.cache.GridCacheAffinityManager-java.util.Set-org.apache.ignite.internal.processors.affinity.AffinityTopologyVersion-org.apache.ignite.cluster.ClusterNode-">IndexingQueryCacheFilter(GridCacheAffinityManager, Set<span class='angle_bracket'>&lt;</span>Integer<span class='angle_bracket'>&gt;</span>, AffinityTopologyVersion, ClusterNode)</a></span> - Constructor for class org.apache.ignite.spi.indexing.<a href="org/apache/ignite/spi/indexing/IndexingQueryCacheFilter.html" title="class in org.apache.ignite.spi.indexing">IndexingQueryCacheFilter</a></dt>
<dd>
<div class="block">Constructor.</div>
</dd>
<dt><a href="org/apache/ignite/spi/indexing/IndexingQueryFilter.html" title="interface in org.apache.ignite.spi.indexing"><span class="typeNameLink">IndexingQueryFilter</span></a> - Interface in <a href="org/apache/ignite/spi/indexing/package-summary.html">org.apache.ignite.spi.indexing</a></dt>
<dd>
<div class="block">Cache entry filter.</div>
</dd>
<dt><a href="org/apache/ignite/spi/indexing/IndexingQueryFilterImpl.html" title="class in org.apache.ignite.spi.indexing"><span class="typeNameLink">IndexingQueryFilterImpl</span></a> - Class in <a href="org/apache/ignite/spi/indexing/package-summary.html">org.apache.ignite.spi.indexing</a></dt>
<dd>
<div class="block">Indexing query filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/indexing/IndexingQueryFilterImpl.html#IndexingQueryFilterImpl-org.apache.ignite.internal.GridKernalContext-org.apache.ignite.internal.processors.affinity.AffinityTopologyVersion-int:A-boolean-">IndexingQueryFilterImpl(GridKernalContext, AffinityTopologyVersion, int[], boolean)</a></span> - Constructor for class org.apache.ignite.spi.indexing.<a href="org/apache/ignite/spi/indexing/IndexingQueryFilterImpl.html" title="class in org.apache.ignite.spi.indexing">IndexingQueryFilterImpl</a></dt>
<dd>
<div class="block">Constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/indexing/IndexingQueryFilterImpl.html#IndexingQueryFilterImpl-org.apache.ignite.internal.GridKernalContext-org.apache.ignite.internal.processors.affinity.AffinityTopologyVersion-int:A-">IndexingQueryFilterImpl(GridKernalContext, AffinityTopologyVersion, int[])</a></span> - Constructor for class org.apache.ignite.spi.indexing.<a href="org/apache/ignite/spi/indexing/IndexingQueryFilterImpl.html" title="class in org.apache.ignite.spi.indexing">IndexingQueryFilterImpl</a></dt>
<dd>
<div class="block">Constructor.</div>
</dd>
<dt><a href="org/apache/ignite/spi/indexing/IndexingSpi.html" title="interface in org.apache.ignite.spi.indexing"><span class="typeNameLink">IndexingSpi</span></a> - Interface in <a href="org/apache/ignite/spi/indexing/package-summary.html">org.apache.ignite.spi.indexing</a></dt>
<dd>
<div class="block">Indexing SPI allows user to index cache content.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlIndexView.html#indexName--">indexName()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlIndexView.html" title="class in org.apache.ignite.spi.systemview.view">SqlIndexView</a></dt>
<dd>
<div class="block">Returns index name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#indexReadyFuture--">indexReadyFuture()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Returns future that will be completed when all indexes for this cache are ready to use.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlIndexView.html#indexType--">indexType()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlIndexView.html" title="class in org.apache.ignite.spi.systemview.view">SqlIndexView</a></dt>
<dd>
<div class="block">Returns index type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteLogger.html#info-java.lang.String-">info(String)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteLogger.html" title="interface in org.apache.ignite">IgniteLogger</a></dt>
<dd>
<div class="block">Logs out information message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteLogger.html#info-java.lang.String-java.lang.String-">info(String, String)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteLogger.html" title="interface in org.apache.ignite">IgniteLogger</a></dt>
<dd>
<div class="block">Logs out information message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/java/JavaLogger.html#info-java.lang.String-">info(String)</a></span> - Method in class org.apache.ignite.logger.java.<a href="org/apache/ignite/logger/java/JavaLogger.html" title="class in org.apache.ignite.logger.java">JavaLogger</a></dt>
<dd>
<div class="block">Logs out information message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/jcl/JclLogger.html#info-java.lang.String-">info(String)</a></span> - Method in class org.apache.ignite.logger.jcl.<a href="org/apache/ignite/logger/jcl/JclLogger.html" title="class in org.apache.ignite.logger.jcl">JclLogger</a></dt>
<dd>
<div class="block">Logs out information message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j/Log4JLogger.html#info-java.lang.String-">info(String)</a></span> - 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">Logs out information message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j2/Log4J2Logger.html#info-java.lang.String-">info(String)</a></span> - Method in class org.apache.ignite.logger.log4j2.<a href="org/apache/ignite/logger/log4j2/Log4J2Logger.html" title="class in org.apache.ignite.logger.log4j2">Log4J2Logger</a></dt>
<dd>
<div class="block">Logs out information message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j2/Log4J2Logger.html#info-java.lang.String-java.lang.String-">info(String, String)</a></span> - Method in class org.apache.ignite.logger.log4j2.<a href="org/apache/ignite/logger/log4j2/Log4J2Logger.html" title="class in org.apache.ignite.logger.log4j2">Log4J2Logger</a></dt>
<dd>
<div class="block">Logs out information message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/NullLogger.html#info-java.lang.String-">info(String)</a></span> - Method in class org.apache.ignite.logger.<a href="org/apache/ignite/logger/NullLogger.html" title="class in org.apache.ignite.logger">NullLogger</a></dt>
<dd>
<div class="block">Logs out information message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/slf4j/Slf4jLogger.html#info-java.lang.String-">info(String)</a></span> - Method in class org.apache.ignite.logger.slf4j.<a href="org/apache/ignite/logger/slf4j/Slf4jLogger.html" title="class in org.apache.ignite.logger.slf4j">Slf4jLogger</a></dt>
<dd>
<div class="block">Logs out information message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/slf4j/Slf4jLogger.html#info-java.lang.String-java.lang.String-">info(String, String)</a></span> - Method in class org.apache.ignite.logger.slf4j.<a href="org/apache/ignite/logger/slf4j/Slf4jLogger.html" title="class in org.apache.ignite.logger.slf4j">Slf4jLogger</a></dt>
<dd>
<div class="block">Logs out information message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PersistenceSettings.html#init--">init()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/PersistenceSettings.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">PersistenceSettings</a></dt>
<dd>
<div class="block">Class instance initialization.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/websession/WebSessionFilter.html#init-javax.servlet.FilterConfig-">init(FilterConfig)</a></span> - Method in class org.apache.ignite.cache.websession.<a href="org/apache/ignite/cache/websession/WebSessionFilter.html" title="class in org.apache.ignite.cache.websession">WebSessionFilter</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/resource/ResourceProvider.html#init-org.apache.ignite.mesos.ClusterProperties-org.apache.ignite.mesos.resource.IgniteProvider-java.lang.String-">init(ClusterProperties, IgniteProvider, String)</a></span> - Method in class org.apache.ignite.mesos.resource.<a href="org/apache/ignite/mesos/resource/ResourceProvider.html" title="class in org.apache.ignite.mesos.resource">ResourceProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/deploy/DeployingContext.html#init-org.apache.ignite.ml.environment.deploy.DeployingContext-">init(DeployingContext)</a></span> - Method in interface org.apache.ignite.ml.environment.deploy.<a href="org/apache/ignite/ml/environment/deploy/DeployingContext.html" title="interface in org.apache.ignite.ml.environment.deploy">DeployingContext</a></dt>
<dd>
<div class="block">Inits context by other context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/deploy/DeployingContextImpl.html#init-org.apache.ignite.ml.environment.deploy.DeployingContext-">init(DeployingContext)</a></span> - Method in class org.apache.ignite.ml.environment.deploy.<a href="org/apache/ignite/ml/environment/deploy/DeployingContextImpl.html" title="class in org.apache.ignite.ml.environment.deploy">DeployingContextImpl</a></dt>
<dd>
<div class="block">Inits context by other context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/optimization/updatecalculators/NesterovUpdateCalculator.html#init-M-org.apache.ignite.ml.math.functions.IgniteFunction-">init(M, IgniteFunction<span class='angle_bracket'>&lt;</span>Vector, IgniteDifferentiableVectorToDoubleFunction<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.optimization.updatecalculators.<a href="org/apache/ignite/ml/optimization/updatecalculators/NesterovUpdateCalculator.html" title="class in org.apache.ignite.ml.optimization.updatecalculators">NesterovUpdateCalculator</a></dt>
<dd>
<div class="block">Initializes the update calculator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/optimization/updatecalculators/ParameterUpdateCalculator.html#init-M-org.apache.ignite.ml.math.functions.IgniteFunction-">init(M, IgniteFunction<span class='angle_bracket'>&lt;</span>Vector, IgniteDifferentiableVectorToDoubleFunction<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.ml.optimization.updatecalculators.<a href="org/apache/ignite/ml/optimization/updatecalculators/ParameterUpdateCalculator.html" title="interface in org.apache.ignite.ml.optimization.updatecalculators">ParameterUpdateCalculator</a></dt>
<dd>
<div class="block">Initializes the update calculator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/optimization/updatecalculators/RPropUpdateCalculator.html#init-org.apache.ignite.ml.optimization.SmoothParametrized-org.apache.ignite.ml.math.functions.IgniteFunction-">init(SmoothParametrized, IgniteFunction<span class='angle_bracket'>&lt;</span>Vector, IgniteDifferentiableVectorToDoubleFunction<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.optimization.updatecalculators.<a href="org/apache/ignite/ml/optimization/updatecalculators/RPropUpdateCalculator.html" title="class in org.apache.ignite.ml.optimization.updatecalculators">RPropUpdateCalculator</a></dt>
<dd>
<div class="block">Initializes the update calculator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/optimization/updatecalculators/SimpleGDUpdateCalculator.html#init-org.apache.ignite.ml.optimization.SmoothParametrized-org.apache.ignite.ml.math.functions.IgniteFunction-">init(SmoothParametrized, IgniteFunction<span class='angle_bracket'>&lt;</span>Vector, IgniteDifferentiableVectorToDoubleFunction<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.optimization.updatecalculators.<a href="org/apache/ignite/ml/optimization/updatecalculators/SimpleGDUpdateCalculator.html" title="class in org.apache.ignite.ml.optimization.updatecalculators">SimpleGDUpdateCalculator</a></dt>
<dd>
<div class="block">Initializes the update calculator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/RandomForestClassifierTrainer.html#init-org.apache.ignite.ml.dataset.Dataset-">init(Dataset<span class='angle_bracket'>&lt;</span>EmptyContext, BootstrappedDatasetPartition<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.<a href="org/apache/ignite/ml/tree/randomforest/RandomForestClassifierTrainer.html" title="class in org.apache.ignite.ml.tree.randomforest">RandomForestClassifierTrainer</a></dt>
<dd>
<div class="block">Aggregates all unique labels from dataset and assigns integer id value for each label.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/RandomForestTrainer.html#init-org.apache.ignite.ml.dataset.Dataset-">init(Dataset<span class='angle_bracket'>&lt;</span>EmptyContext, BootstrappedDatasetPartition<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.<a href="org/apache/ignite/ml/tree/randomforest/RandomForestTrainer.html" title="class in org.apache.ignite.ml.tree.randomforest">RandomForestTrainer</a></dt>
<dd>
<div class="block">Init-step before learning.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetAffinityFunction.html#init-org.apache.ignite.internal.processors.platform.cache.affinity.PlatformAffinityFunction-">init(PlatformAffinityFunction)</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">Initializes this instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/services/Service.html#init-org.apache.ignite.services.ServiceContext-">init(ServiceContext)</a></span> - Method in interface org.apache.ignite.services.<a href="org/apache/ignite/services/Service.html" title="interface in org.apache.ignite.services">Service</a></dt>
<dd>
<div class="block">Pre-initializes service before execution.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/encrypt/AsymmetricKeyEncryptionService.html#init--">init()</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/encrypt/AsymmetricKeyEncryptionService.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt">AsymmetricKeyEncryptionService</a></dt>
<dd>
<div class="block">For initialization operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/encrypt/AwsKmsEncryptionService.html#init--">init()</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/encrypt/AwsKmsEncryptionService.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt">AwsKmsEncryptionService</a></dt>
<dd>
<div class="block">For initialization operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/encrypt/EncryptionService.html#init--">init()</a></span> - Method in interface org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/encrypt/EncryptionService.html" title="interface in org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt">EncryptionService</a></dt>
<dd>
<div class="block">For initialization operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/encrypt/SymmetricKeyEncryptionService.html#init--">init()</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/encrypt/SymmetricKeyEncryptionService.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt">SymmetricKeyEncryptionService</a></dt>
<dd>
<div class="block">For initialization operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/startup/servlet/ServletStartup.html#init--">init()</a></span> - Method in class org.apache.ignite.startup.servlet.<a href="org/apache/ignite/startup/servlet/ServletStartup.html" title="class in org.apache.ignite.startup.servlet">ServletStartup</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ApplicationMaster.html#init--">init()</a></span> - Method in 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="memberNameLink"><a href="org/apache/ignite/ml/nn/initializers/MLPInitializer.html#initBiases-org.apache.ignite.ml.math.primitives.vector.Vector-">initBiases(Vector)</a></span> - Method in interface org.apache.ignite.ml.nn.initializers.<a href="org/apache/ignite/ml/nn/initializers/MLPInitializer.html" title="interface in org.apache.ignite.ml.nn.initializers">MLPInitializer</a></dt>
<dd>
<div class="block">In-place change values of vector representing vectors.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/initializers/RandomInitializer.html#initBiases-org.apache.ignite.ml.math.primitives.vector.Vector-">initBiases(Vector)</a></span> - Method in class org.apache.ignite.ml.nn.initializers.<a href="org/apache/ignite/ml/nn/initializers/RandomInitializer.html" title="class in org.apache.ignite.ml.nn.initializers">RandomInitializer</a></dt>
<dd>
<div class="block">In-place change values of vector representing vectors.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/Accuracy.html#initBy-org.apache.ignite.ml.selection.scoring.evaluator.aggregator.ClassificationMetricsAggregator-">initBy(ClassificationMetricsAggregator<span class='angle_bracket'>&lt;</span>L<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/Accuracy.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">Accuracy</a></dt>
<dd>
<div class="block">Initializes metric value by statistics aggregator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/BalancedAccuracy.html#initBy-org.apache.ignite.ml.selection.scoring.evaluator.aggregator.BinaryClassificationPointwiseMetricStatsAggregator-">initBy(BinaryClassificationPointwiseMetricStatsAggregator<span class='angle_bracket'>&lt;</span>L<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/BalancedAccuracy.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">BalancedAccuracy</a></dt>
<dd>
<div class="block">Initializes metric value by statistics aggregator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/FallOut.html#initBy-org.apache.ignite.ml.selection.scoring.evaluator.aggregator.BinaryClassificationPointwiseMetricStatsAggregator-">initBy(BinaryClassificationPointwiseMetricStatsAggregator<span class='angle_bracket'>&lt;</span>L<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/FallOut.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">FallOut</a></dt>
<dd>
<div class="block">Initializes metric value by statistics aggregator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/FalseNegativeAbsoluteValue.html#initBy-org.apache.ignite.ml.selection.scoring.evaluator.aggregator.BinaryClassificationPointwiseMetricStatsAggregator-">initBy(BinaryClassificationPointwiseMetricStatsAggregator<span class='angle_bracket'>&lt;</span>L<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/FalseNegativeAbsoluteValue.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">FalseNegativeAbsoluteValue</a></dt>
<dd>
<div class="block">Initializes metric value by statistics aggregator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/FalsePositiveAbsoluteValue.html#initBy-org.apache.ignite.ml.selection.scoring.evaluator.aggregator.BinaryClassificationPointwiseMetricStatsAggregator-">initBy(BinaryClassificationPointwiseMetricStatsAggregator<span class='angle_bracket'>&lt;</span>L<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/FalsePositiveAbsoluteValue.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">FalsePositiveAbsoluteValue</a></dt>
<dd>
<div class="block">Initializes metric value by statistics aggregator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/Fdr.html#initBy-org.apache.ignite.ml.selection.scoring.evaluator.aggregator.BinaryClassificationPointwiseMetricStatsAggregator-">initBy(BinaryClassificationPointwiseMetricStatsAggregator<span class='angle_bracket'>&lt;</span>L<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/Fdr.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">Fdr</a></dt>
<dd>
<div class="block">Initializes metric value by statistics aggregator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/FMeasure.html#initBy-org.apache.ignite.ml.selection.scoring.evaluator.aggregator.BinaryClassificationPointwiseMetricStatsAggregator-">initBy(BinaryClassificationPointwiseMetricStatsAggregator<span class='angle_bracket'>&lt;</span>L<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/FMeasure.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">FMeasure</a></dt>
<dd>
<div class="block">Initializes metric value by statistics aggregator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/MissRate.html#initBy-org.apache.ignite.ml.selection.scoring.evaluator.aggregator.BinaryClassificationPointwiseMetricStatsAggregator-">initBy(BinaryClassificationPointwiseMetricStatsAggregator<span class='angle_bracket'>&lt;</span>L<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/MissRate.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">MissRate</a></dt>
<dd>
<div class="block">Initializes metric value by statistics aggregator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/Npv.html#initBy-org.apache.ignite.ml.selection.scoring.evaluator.aggregator.BinaryClassificationPointwiseMetricStatsAggregator-">initBy(BinaryClassificationPointwiseMetricStatsAggregator<span class='angle_bracket'>&lt;</span>L<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/Npv.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">Npv</a></dt>
<dd>
<div class="block">Initializes metric value by statistics aggregator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/Precision.html#initBy-org.apache.ignite.ml.selection.scoring.evaluator.aggregator.BinaryClassificationPointwiseMetricStatsAggregator-">initBy(BinaryClassificationPointwiseMetricStatsAggregator<span class='angle_bracket'>&lt;</span>L<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/Precision.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">Precision</a></dt>
<dd>
<div class="block">Initializes metric value by statistics aggregator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/Recall.html#initBy-org.apache.ignite.ml.selection.scoring.evaluator.aggregator.BinaryClassificationPointwiseMetricStatsAggregator-">initBy(BinaryClassificationPointwiseMetricStatsAggregator<span class='angle_bracket'>&lt;</span>L<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/Recall.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">Recall</a></dt>
<dd>
<div class="block">Initializes metric value by statistics aggregator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/Specificity.html#initBy-org.apache.ignite.ml.selection.scoring.evaluator.aggregator.BinaryClassificationPointwiseMetricStatsAggregator-">initBy(BinaryClassificationPointwiseMetricStatsAggregator<span class='angle_bracket'>&lt;</span>L<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/Specificity.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">Specificity</a></dt>
<dd>
<div class="block">Initializes metric value by statistics aggregator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/TrueNegativeAbsoluteValue.html#initBy-org.apache.ignite.ml.selection.scoring.evaluator.aggregator.BinaryClassificationPointwiseMetricStatsAggregator-">initBy(BinaryClassificationPointwiseMetricStatsAggregator<span class='angle_bracket'>&lt;</span>L<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/TrueNegativeAbsoluteValue.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">TrueNegativeAbsoluteValue</a></dt>
<dd>
<div class="block">Initializes metric value by statistics aggregator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/TruePositiveAbsoluteValue.html#initBy-org.apache.ignite.ml.selection.scoring.evaluator.aggregator.BinaryClassificationPointwiseMetricStatsAggregator-">initBy(BinaryClassificationPointwiseMetricStatsAggregator<span class='angle_bracket'>&lt;</span>L<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/TruePositiveAbsoluteValue.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">TruePositiveAbsoluteValue</a></dt>
<dd>
<div class="block">Initializes metric value by statistics aggregator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/Metric.html#initBy-A-">initBy(A)</a></span> - Method in interface org.apache.ignite.ml.selection.scoring.metric.<a href="org/apache/ignite/ml/selection/scoring/metric/Metric.html" title="interface in org.apache.ignite.ml.selection.scoring.metric">Metric</a></dt>
<dd>
<div class="block">Initializes metric value by statistics aggregator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/regression/Mae.html#initBy-org.apache.ignite.ml.selection.scoring.evaluator.aggregator.RegressionMetricStatsAggregator-">initBy(RegressionMetricStatsAggregator)</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.regression.<a href="org/apache/ignite/ml/selection/scoring/metric/regression/Mae.html" title="class in org.apache.ignite.ml.selection.scoring.metric.regression">Mae</a></dt>
<dd>
<div class="block">Initializes metric value by statistics aggregator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/regression/Mse.html#initBy-org.apache.ignite.ml.selection.scoring.evaluator.aggregator.RegressionMetricStatsAggregator-">initBy(RegressionMetricStatsAggregator)</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.regression.<a href="org/apache/ignite/ml/selection/scoring/metric/regression/Mse.html" title="class in org.apache.ignite.ml.selection.scoring.metric.regression">Mse</a></dt>
<dd>
<div class="block">Initializes metric value by statistics aggregator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/regression/R2.html#initBy-org.apache.ignite.ml.selection.scoring.evaluator.aggregator.RegressionMetricStatsAggregator-">initBy(RegressionMetricStatsAggregator)</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.regression.<a href="org/apache/ignite/ml/selection/scoring/metric/regression/R2.html" title="class in org.apache.ignite.ml.selection.scoring.metric.regression">R2</a></dt>
<dd>
<div class="block">Initializes metric value by statistics aggregator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/regression/Rmse.html#initBy-org.apache.ignite.ml.selection.scoring.evaluator.aggregator.RegressionMetricStatsAggregator-">initBy(RegressionMetricStatsAggregator)</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.regression.<a href="org/apache/ignite/ml/selection/scoring/metric/regression/Rmse.html" title="class in org.apache.ignite.ml.selection.scoring.metric.regression">Rmse</a></dt>
<dd>
<div class="block">Initializes metric value by statistics aggregator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/regression/Rss.html#initBy-org.apache.ignite.ml.selection.scoring.evaluator.aggregator.RegressionMetricStatsAggregator-">initBy(RegressionMetricStatsAggregator)</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.regression.<a href="org/apache/ignite/ml/selection/scoring/metric/regression/Rss.html" title="class in org.apache.ignite.ml.selection.scoring.metric.regression">Rss</a></dt>
<dd>
<div class="block">Initializes metric value by statistics aggregator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/deploy/DeployingContext.html#initByClientObject-java.lang.Object-">initByClientObject(Object)</a></span> - Method in interface org.apache.ignite.ml.environment.deploy.<a href="org/apache/ignite/ml/environment/deploy/DeployingContext.html" title="interface in org.apache.ignite.ml.environment.deploy">DeployingContext</a></dt>
<dd>
<div class="block">Inits context by any client-defined object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/deploy/DeployingContextImpl.html#initByClientObject-java.lang.Object-">initByClientObject(Object)</a></span> - Method in class org.apache.ignite.ml.environment.deploy.<a href="org/apache/ignite/ml/environment/deploy/DeployingContextImpl.html" title="class in org.apache.ignite.ml.environment.deploy">DeployingContextImpl</a></dt>
<dd>
<div class="block">Inits context by any client-defined object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/BinaryClassificationPointwiseMetricStatsAggregator.html#initByContext-org.apache.ignite.ml.selection.scoring.evaluator.context.BinaryClassificationEvaluationContext-">initByContext(BinaryClassificationEvaluationContext<span class='angle_bracket'>&lt;</span>L<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.selection.scoring.evaluator.aggregator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/BinaryClassificationPointwiseMetricStatsAggregator.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator.aggregator">BinaryClassificationPointwiseMetricStatsAggregator</a></dt>
<dd>
<div class="block">Inits this aggtegator by evaluation context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/ClassificationMetricsAggregator.html#initByContext-org.apache.ignite.ml.selection.scoring.evaluator.context.EmptyContext-">initByContext(EmptyContext<span class='angle_bracket'>&lt;</span>L<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.selection.scoring.evaluator.aggregator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/ClassificationMetricsAggregator.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator.aggregator">ClassificationMetricsAggregator</a></dt>
<dd>
<div class="block">Inits this aggtegator by evaluation context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/MetricStatsAggregator.html#initByContext-Ctx-">initByContext(Ctx)</a></span> - Method in interface org.apache.ignite.ml.selection.scoring.evaluator.aggregator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/MetricStatsAggregator.html" title="interface in org.apache.ignite.ml.selection.scoring.evaluator.aggregator">MetricStatsAggregator</a></dt>
<dd>
<div class="block">Inits this aggtegator by evaluation context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/RegressionMetricStatsAggregator.html#initByContext-org.apache.ignite.ml.selection.scoring.evaluator.context.EmptyContext-">initByContext(EmptyContext)</a></span> - Method in class org.apache.ignite.ml.selection.scoring.evaluator.aggregator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/RegressionMetricStatsAggregator.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator.aggregator">RegressionMetricStatsAggregator</a></dt>
<dd>
<div class="block">Inits this aggtegator by evaluation context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/impl/cache/util/ComputeUtils.html#initContext-org.apache.ignite.Ignite-java.lang.String-org.apache.ignite.ml.dataset.UpstreamTransformerBuilder-org.apache.ignite.lang.IgniteBiPredicate-java.lang.String-org.apache.ignite.ml.dataset.PartitionContextBuilder-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-int-int-boolean-org.apache.ignite.ml.environment.deploy.DeployingContext-">initContext(Ignite, String, UpstreamTransformerBuilder, IgniteBiPredicate<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, String, PartitionContextBuilder<span class='angle_bracket'>&lt;</span>K, V, C<span class='angle_bracket'>&gt;</span>, LearningEnvironmentBuilder, int, int, boolean, DeployingContext)</a></span> - Static method in class org.apache.ignite.ml.dataset.impl.cache.util.<a href="org/apache/ignite/ml/dataset/impl/cache/util/ComputeUtils.html" title="class in org.apache.ignite.ml.dataset.impl.cache.util">ComputeUtils</a></dt>
<dd>
<div class="block">Initializes partition <code>context</code> by loading it from a partition <code>upstream</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/LearningEnvironment.html#initDeployingContext-java.lang.Object-">initDeployingContext(Object)</a></span> - Method in interface org.apache.ignite.ml.environment.<a href="org/apache/ignite/ml/environment/LearningEnvironment.html" title="interface in org.apache.ignite.ml.environment">LearningEnvironment</a></dt>
<dd>
<div class="block">Initializes deploying context by object representing current client computation
with classes unknown for server side.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/plugin/MLPluginProvider.html#initExtensions-org.apache.ignite.plugin.PluginContext-org.apache.ignite.plugin.ExtensionRegistry-">initExtensions(PluginContext, ExtensionRegistry)</a></span> - Method in class org.apache.ignite.ml.util.plugin.<a href="org/apache/ignite/ml/util/plugin/MLPluginProvider.html" title="class in org.apache.ignite.ml.util.plugin">MLPluginProvider</a></dt>
<dd>
<div class="block">Registers extensions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/PluginProvider.html#initExtensions-org.apache.ignite.plugin.PluginContext-org.apache.ignite.plugin.ExtensionRegistry-">initExtensions(PluginContext, ExtensionRegistry)</a></span> - Method in interface org.apache.ignite.plugin.<a href="org/apache/ignite/plugin/PluginProvider.html" title="interface in org.apache.ignite.plugin">PluginProvider</a></dt>
<dd>
<div class="block">Registers extensions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiAdapter.html#initFailureDetectionTimeout--">initFailureDetectionTimeout()</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">Initiates and checks failure detection timeout value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCountDownLatch.html#initialCount--">initialCount()</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 initial count value of the latch.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/datastructures/CountDownLatchView.html#initialCount--">initialCount()</a></span> - Method in class org.apache.ignite.spi.systemview.view.datastructures.<a href="org/apache/ignite/spi/systemview/view/datastructures/CountDownLatchView.html" title="class in org.apache.ignite.spi.systemview.view.datastructures">CountDownLatchView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/multicast/TcpDiscoveryMulticastIpFinder.html#initializeLocalAddresses-java.util.Collection-">initializeLocalAddresses(Collection<span class='angle_bracket'>&lt;</span>InetSocketAddress<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.multicast.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/multicast/TcpDiscoveryMulticastIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.multicast">TcpDiscoveryMulticastIpFinder</a></dt>
<dd>
<div class="block">Initializes addresses discovery SPI binds to.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/TcpDiscoveryIpFinder.html#initializeLocalAddresses-java.util.Collection-">initializeLocalAddresses(Collection<span class='angle_bracket'>&lt;</span>InetSocketAddress<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.spi.discovery.tcp.ipfinder.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/TcpDiscoveryIpFinder.html" title="interface in org.apache.ignite.spi.discovery.tcp.ipfinder">TcpDiscoveryIpFinder</a></dt>
<dd>
<div class="block">Initializes addresses discovery SPI binds to.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/TcpDiscoveryIpFinderAdapter.html#initializeLocalAddresses-java.util.Collection-">initializeLocalAddresses(Collection<span class='angle_bracket'>&lt;</span>InetSocketAddress<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/TcpDiscoveryIpFinderAdapter.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder">TcpDiscoveryIpFinderAdapter</a></dt>
<dd>
<div class="block">Initializes addresses discovery SPI binds to.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlQueryView.html#initiatorId--">initiatorId()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlQueryView.html" title="class in org.apache.ignite.spi.systemview.view">SqlQueryView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/GDBLearningStrategy.html#initLearningState-org.apache.ignite.ml.composition.boosting.GDBModel-">initLearningState(GDBModel)</a></span> - Method in class org.apache.ignite.ml.composition.boosting.<a href="org/apache/ignite/ml/composition/boosting/GDBLearningStrategy.html" title="class in org.apache.ignite.ml.composition.boosting">GDBLearningStrategy</a></dt>
<dd>
<div class="block">Restores state of already learned model if can and sets learning parameters according to this state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#initLocalNode-int-boolean-">initLocalNode(int, boolean)</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="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/RandomForestTrainer.html#initTrees-java.util.Queue-">initTrees(Queue<span class='angle_bracket'>&lt;</span>TreeNode<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.<a href="org/apache/ignite/ml/tree/randomforest/RandomForestTrainer.html" title="class in org.apache.ignite.ml.tree.randomforest">RandomForestTrainer</a></dt>
<dd>
<div class="block">Creates list of trees.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/initializers/MLPInitializer.html#initWeights-org.apache.ignite.ml.math.primitives.matrix.Matrix-">initWeights(Matrix)</a></span> - Method in interface org.apache.ignite.ml.nn.initializers.<a href="org/apache/ignite/ml/nn/initializers/MLPInitializer.html" title="interface in org.apache.ignite.ml.nn.initializers">MLPInitializer</a></dt>
<dd>
<div class="block">In-place change values of matrix representing weights.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/initializers/RandomInitializer.html#initWeights-org.apache.ignite.ml.math.primitives.matrix.Matrix-">initWeights(Matrix)</a></span> - Method in class org.apache.ignite.ml.nn.initializers.<a href="org/apache/ignite/ml/nn/initializers/RandomInitializer.html" title="class in org.apache.ignite.ml.nn.initializers">RandomInitializer</a></dt>
<dd>
<div class="block">In-place change values of matrix representing weights.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#injectables--">injectables()</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">This method returns SPI internal instances that need to be injected as well.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiAdapter.html#injectables--">injectables()</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">This method returns SPI internal instances that need to be injected as well.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#injectResources-org.apache.ignite.Ignite-">injectResources(Ignite)</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">Inject resources</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiAdapter.html#injectResources-org.apache.ignite.Ignite-">injectResources(Ignite)</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">Inject ignite instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlIndexView.html#inlineSize--">inlineSize()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlIndexView.html" title="class in org.apache.ignite.spi.systemview.view">SqlIndexView</a></dt>
<dd>
<div class="block">Returns inline size in bytes.</div>
</dd>
<dt><a href="org/apache/ignite/ml/inference/reader/InMemoryModelReader.html" title="class in org.apache.ignite.ml.inference.reader"><span class="typeNameLink">InMemoryModelReader</span></a> - Class in <a href="org/apache/ignite/ml/inference/reader/package-summary.html">org.apache.ignite.ml.inference.reader</a></dt>
<dd>
<div class="block">Model reader that reads predefined array of bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/reader/InMemoryModelReader.html#InMemoryModelReader-byte:A-">InMemoryModelReader(byte[])</a></span> - Constructor for class org.apache.ignite.ml.inference.reader.<a href="org/apache/ignite/ml/inference/reader/InMemoryModelReader.html" title="class in org.apache.ignite.ml.inference.reader">InMemoryModelReader</a></dt>
<dd>
<div class="block">Constructs a new instance of in-memory model reader that returns specified byte array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/reader/InMemoryModelReader.html#InMemoryModelReader-T-">InMemoryModelReader(T)</a></span> - Constructor for class org.apache.ignite.ml.inference.reader.<a href="org/apache/ignite/ml/inference/reader/InMemoryModelReader.html" title="class in org.apache.ignite.ml.inference.reader">InMemoryModelReader</a></dt>
<dd>
<div class="block">Constructs a new instance of in-memory model reader that returns serialized specified object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/trainers/AdaptableDatasetModel.html#innerModel--">innerModel()</a></span> - Method in class org.apache.ignite.ml.trainers.<a href="org/apache/ignite/ml/trainers/AdaptableDatasetModel.html" title="class in org.apache.ignite.ml.trainers">AdaptableDatasetModel</a></dt>
<dd>
<div class="block">Get inner model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DefragmentationMXBean.html#inProgress--">inProgress()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DefragmentationMXBean.html" title="interface in org.apache.ignite.mxbean">DefragmentationMXBean</a></dt>
<dd>
<div class="block">Get defragmentation status.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/MLPState.html#input">input</a></span> - Variable in class org.apache.ignite.ml.nn.<a href="org/apache/ignite/ml/nn/MLPState.html" title="class in org.apache.ignite.ml.nn">MLPState</a></dt>
<dd>
<div class="block">Input.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/CacheLoadOnlyStoreAdapter.html#inputIterator-java.lang.Object...-">inputIterator(Object...)</a></span> - Method in 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>
<div class="block">Returns iterator of input records.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/architecture/MLPArchitecture.html#inputSize--">inputSize()</a></span> - Method in class org.apache.ignite.ml.nn.architecture.<a href="org/apache/ignite/ml/nn/architecture/MLPArchitecture.html" title="class in org.apache.ignite.ml.nn.architecture">MLPArchitecture</a></dt>
<dd>
<div class="block">Size of input of MLP.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateAccessStrategyAdapter.html#insert-java.lang.Object-java.lang.Object-">insert(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 but before transaction completed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateNonStrictAccessStrategy.html#insert-java.lang.Object-java.lang.Object-">insert(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 but before transaction completed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateReadOnlyAccessStrategy.html#insert-java.lang.Object-java.lang.Object-">insert(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 but before transaction completed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateReadWriteAccessStrategy.html#insert-java.lang.Object-java.lang.Object-">insert(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 but before transaction completed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateTransactionalAccessStrategy.html#insert-java.lang.Object-java.lang.Object-">insert(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 but before transaction completed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/dialect/BasicJdbcDialect.html#insertQuery-java.lang.String-java.util.Collection-java.util.Collection-">insertQuery(String, Collection<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>, Collection<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>)</a></span> - Method in 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>
<div class="block">Construct insert query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/dialect/JdbcDialect.html#insertQuery-java.lang.String-java.util.Collection-java.util.Collection-">insertQuery(String, Collection<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>, Collection<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.cache.store.jdbc.dialect.<a href="org/apache/ignite/cache/store/jdbc/dialect/JdbcDialect.html" title="interface in org.apache.ignite.cache.store.jdbc.dialect">JdbcDialect</a></dt>
<dd>
<div class="block">Construct insert query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/JdbcTypeDefaultHasher.html#INSTANCE">INSTANCE</a></span> - Static variable in class org.apache.ignite.cache.store.jdbc.<a href="org/apache/ignite/cache/store/jdbc/JdbcTypeDefaultHasher.html" title="class in org.apache.ignite.cache.store.jdbc">JdbcTypeDefaultHasher</a></dt>
<dd>
<div class="block">Singleton instance to use.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/JdbcTypesDefaultTransformer.html#INSTANCE">INSTANCE</a></span> - Static variable in class org.apache.ignite.cache.store.jdbc.<a href="org/apache/ignite/cache/store/jdbc/JdbcTypesDefaultTransformer.html" title="class in org.apache.ignite.cache.store.jdbc">JdbcTypesDefaultTransformer</a></dt>
<dd>
<div class="block">Singleton instance to use.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/parallelism/NoParallelismStrategy.html#INSTANCE">INSTANCE</a></span> - Static variable in class org.apache.ignite.ml.environment.parallelism.<a href="org/apache/ignite/ml/environment/parallelism/NoParallelismStrategy.html" title="class in org.apache.ignite.ml.environment.parallelism">NoParallelismStrategy</a></dt>
<dd>
<div class="block">Instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/RandomForestClassifierTrainer.html#instance--">instance()</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.<a href="org/apache/ignite/ml/tree/randomforest/RandomForestClassifierTrainer.html" title="class in org.apache.ignite.ml.tree.randomforest">RandomForestClassifierTrainer</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/RandomForestRegressionTrainer.html#instance--">instance()</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.<a href="org/apache/ignite/ml/tree/randomforest/RandomForestRegressionTrainer.html" title="class in org.apache.ignite.ml.tree.randomforest">RandomForestRegressionTrainer</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/RandomForestTrainer.html#instance--">instance()</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.<a href="org/apache/ignite/ml/tree/randomforest/RandomForestTrainer.html" title="class in org.apache.ignite.ml.tree.randomforest">RandomForestTrainer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/NoopSpiSpecificSpan.html#INSTANCE">INSTANCE</a></span> - Static variable in class org.apache.ignite.spi.tracing.<a href="org/apache/ignite/spi/tracing/NoopSpiSpecificSpan.html" title="class in org.apache.ignite.spi.tracing">NoopSpiSpecificSpan</a></dt>
<dd>
<div class="block">Instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#INSTANCE_NAME_DESC">INSTANCE_NAME_DESC</a></span> - Static variable 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="memberNameLink"><a href="org/apache/ignite/spi/metric/opencensus/OpenCensusMetricExporterSpi.html#INSTANCE_NAME_TAG">INSTANCE_NAME_TAG</a></span> - Static variable in class org.apache.ignite.spi.metric.opencensus.<a href="org/apache/ignite/spi/metric/opencensus/OpenCensusMetricExporterSpi.html" title="class in org.apache.ignite.spi.metric.opencensus">OpenCensusMetricExporterSpi</a></dt>
<dd>
<div class="block">Ignite instance name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#instances--">instances()</a></span> - Method in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ClusterProperties.html#instances--">instances()</a></span> - Method in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ClusterProperties.html" title="class in org.apache.ignite.yarn">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ClusterProperties.html#instances-int-">instances(int)</a></span> - Method in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ClusterProperties.html" title="class in org.apache.ignite.yarn">ClusterProperties</a></dt>
<dd>
<div class="block">Sets instance count limit.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html#INT">INT</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#INT">INT</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgHeaderContext.html#INT--">INT()</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgHeaderContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgHeaderContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgLeafContext.html#INT--">INT()</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgLeafContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgLeafContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgNodeContext.html#INT--">INT()</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgNodeContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgNodeContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgNodeContext.html#INT-int-">INT(int)</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgNodeContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgNodeContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgValueContext.html#INT--">INT()</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgValueContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgValueContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.IntCoordObjectLabelVectorizer.html#IntCoordObjectLabelVectorizer-java.lang.Integer...-">IntCoordObjectLabelVectorizer(Integer...)</a></span> - Constructor for class org.apache.ignite.ml.dataset.feature.extractor.<a href="org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.IntCoordObjectLabelVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor">ExtractionUtils.IntCoordObjectLabelVectorizer</a></dt>
<dd>
<div class="block">Creates an instance of Vectorizer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.IntCoordVectorizer.html#IntCoordVectorizer-java.lang.Integer...-">IntCoordVectorizer(Integer...)</a></span> - Constructor for class org.apache.ignite.ml.dataset.feature.extractor.<a href="org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.IntCoordVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor">ExtractionUtils.IntCoordVectorizer</a></dt>
<dd>
<div class="block">Creates an instance of Vectorizer.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/functions/IntDoubleToVoidFunction.html" title="interface in org.apache.ignite.ml.math.functions"><span class="typeNameLink">IntDoubleToVoidFunction</span></a> - Interface in <a href="org/apache/ignite/ml/math/functions/package-summary.html">org.apache.ignite.ml.math.functions</a></dt>
<dd>
<div class="block">Setter function for the vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/linear/LinearRegressionModel.html#intercept--">intercept()</a></span> - Method in class org.apache.ignite.ml.regressions.linear.<a href="org/apache/ignite/ml/regressions/linear/LinearRegressionModel.html" title="class in org.apache.ignite.ml.regressions.linear">LinearRegressionModel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/linear/LinearRegressionModel.LinearRegressionModelJSONExportModel.html#intercept">intercept</a></span> - Variable in class org.apache.ignite.ml.regressions.linear.<a href="org/apache/ignite/ml/regressions/linear/LinearRegressionModel.LinearRegressionModelJSONExportModel.html" title="class in org.apache.ignite.ml.regressions.linear">LinearRegressionModel.LinearRegressionModelJSONExportModel</a></dt>
<dd>
<div class="block">Intercept of the linear regression model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionModel.html#intercept--">intercept()</a></span> - Method in class org.apache.ignite.ml.regressions.logistic.<a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionModel.html" title="class in org.apache.ignite.ml.regressions.logistic">LogisticRegressionModel</a></dt>
<dd>
<div class="block">Gets the intercept.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionModel.LogisticRegressionJSONExportModel.html#intercept">intercept</a></span> - Variable in class org.apache.ignite.ml.regressions.logistic.<a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionModel.LogisticRegressionJSONExportModel.html" title="class in org.apache.ignite.ml.regressions.logistic">LogisticRegressionModel.LogisticRegressionJSONExportModel</a></dt>
<dd>
<div class="block">Intercept of the linear regression model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/svm/SVMLinearClassificationModel.html#intercept--">intercept()</a></span> - Method in class org.apache.ignite.ml.svm.<a href="org/apache/ignite/ml/svm/SVMLinearClassificationModel.html" title="class in org.apache.ignite.ml.svm">SVMLinearClassificationModel</a></dt>
<dd>
<div class="block">Gets the intercept.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/svm/SVMLinearClassificationModel.SVMLinearClassificationJSONExportModel.html#intercept">intercept</a></span> - Variable in class org.apache.ignite.ml.svm.<a href="org/apache/ignite/ml/svm/SVMLinearClassificationModel.SVMLinearClassificationJSONExportModel.html" title="class in org.apache.ignite.ml.svm">SVMLinearClassificationModel.SVMLinearClassificationJSONExportModel</a></dt>
<dd>
<div class="block">Intercept of the linear regression model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#interceptor--">interceptor()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/TaskEvent.html#internal--">internal()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/TaskEvent.html" title="class in org.apache.ignite.events">TaskEvent</a></dt>
<dd>
<div class="block">Returns <code>true</code> if task is created by Ignite and is used for system needs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ComputeTaskView.html#internal--">internal()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ComputeTaskView.html" title="class in org.apache.ignite.spi.systemview.view">ComputeTaskView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/TransactionView.html#internal--">internal()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/TransactionView.html" title="class in org.apache.ignite.spi.systemview.view">TransactionView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/GDBBinaryClassifierTrainer.html#internalLabelToExternal-double-">internalLabelToExternal(double)</a></span> - Method in class org.apache.ignite.ml.composition.boosting.<a href="org/apache/ignite/ml/composition/boosting/GDBBinaryClassifierTrainer.html" title="class in org.apache.ignite.ml.composition.boosting">GDBBinaryClassifierTrainer</a></dt>
<dd>
<div class="block">Maps internal representation of label to external.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/GDBRegressionTrainer.html#internalLabelToExternal-double-">internalLabelToExternal(double)</a></span> - Method in class org.apache.ignite.ml.composition.boosting.<a href="org/apache/ignite/ml/composition/boosting/GDBRegressionTrainer.html" title="class in org.apache.ignite.ml.composition.boosting">GDBRegressionTrainer</a></dt>
<dd>
<div class="block">Maps internal representation of label to external.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/GDBTrainer.html#internalLabelToExternal-double-">internalLabelToExternal(double)</a></span> - Method in class org.apache.ignite.ml.composition.boosting.<a href="org/apache/ignite/ml/composition/boosting/GDBTrainer.html" title="class in org.apache.ignite.ml.composition.boosting">GDBTrainer</a></dt>
<dd>
<div class="block">Maps internal representation of label to external.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ContinuousQueryView.html#interval--">interval()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ContinuousQueryView.html" title="class in org.apache.ignite.spi.systemview.view">ContinuousQueryView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/math/functions/IntIntDoubleToVoidFunction.html" title="interface in org.apache.ignite.ml.math.functions"><span class="typeNameLink">IntIntDoubleToVoidFunction</span></a> - Interface in <a href="org/apache/ignite/ml/math/functions/package-summary.html">org.apache.ignite.ml.math.functions</a></dt>
<dd>
<div class="block">Setter function for matrices.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/functions/IntIntToDoubleFunction.html" title="interface in org.apache.ignite.ml.math.functions"><span class="typeNameLink">IntIntToDoubleFunction</span></a> - Interface in <a href="org/apache/ignite/ml/math/functions/package-summary.html">org.apache.ignite.ml.math.functions</a></dt>
<dd>
<div class="block">Getters functions for matrices.</div>
</dd>
<dt><a href="org/apache/ignite/spi/metric/IntMetric.html" title="interface in org.apache.ignite.spi.metric"><span class="typeNameLink">IntMetric</span></a> - Interface in <a href="org/apache/ignite/spi/metric/package-summary.html">org.apache.ignite.spi.metric</a></dt>
<dd>
<div class="block">Interface for the metrics that holds int primitive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/functions/Functions.html#INV">INV</a></span> - Static variable in class org.apache.ignite.ml.math.functions.<a href="org/apache/ignite/ml/math/functions/Functions.html" title="class in org.apache.ignite.ml.math.functions">Functions</a></dt>
<dd>
<div class="block">Function that returns <code>1 / a </code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#inverse--">inverse()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>
<div class="block">Returns the inverse matrix of this matrix</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html#inverse--">inverse()</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">Matrix</a></dt>
<dd>
<div class="block">Returns the inverse matrix of this matrix</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#invoke-org.apache.ignite.internal.processors.affinity.AffinityTopologyVersion-java.lang.Object-javax.cache.processor.EntryProcessor-java.lang.Object...-">invoke(AffinityTopologyVersion, Object, EntryProcessor, Object...)</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#invoke-java.lang.Object-javax.cache.processor.EntryProcessor-java.lang.Object...-">invoke(Object, EntryProcessor, Object...)</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/aop/spring/GridifySetToSetSpringAspect.html#invoke-org.aopalliance.intercept.MethodInvocation-">invoke(MethodInvocation)</a></span> - Method in class org.apache.ignite.compute.gridify.aop.spring.<a href="org/apache/ignite/compute/gridify/aop/spring/GridifySetToSetSpringAspect.html" title="class in org.apache.ignite.compute.gridify.aop.spring">GridifySetToSetSpringAspect</a></dt>
<dd>
<div class="block">Aspect implementation which executes grid-enabled methods on remote
nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/aop/spring/GridifySetToValueSpringAspect.html#invoke-org.aopalliance.intercept.MethodInvocation-">invoke(MethodInvocation)</a></span> - Method in class org.apache.ignite.compute.gridify.aop.spring.<a href="org/apache/ignite/compute/gridify/aop/spring/GridifySetToValueSpringAspect.html" title="class in org.apache.ignite.compute.gridify.aop.spring">GridifySetToValueSpringAspect</a></dt>
<dd>
<div class="block">Aspect implementation which executes grid-enabled methods on remote
nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/aop/spring/GridifySpringAspect.html#invoke-org.aopalliance.intercept.MethodInvocation-">invoke(MethodInvocation)</a></span> - Method in class org.apache.ignite.compute.gridify.aop.spring.<a href="org/apache/ignite/compute/gridify/aop/spring/GridifySpringAspect.html" title="class in org.apache.ignite.compute.gridify.aop.spring">GridifySpringAspect</a></dt>
<dd>
<div class="block">Aspect implementation which executes grid-enabled methods on remote
nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#invoke-K-javax.cache.processor.EntryProcessor-java.lang.Object...-">invoke(K, EntryProcessor<span class='angle_bracket'>&lt;</span>K, V, T<span class='angle_bracket'>&gt;</span>, Object...)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">
Please refer to documentation for <a href="org/apache/ignite/cache/CacheAtomicityMode.html#ATOMIC"><code>CacheAtomicityMode.ATOMIC</code></a> for information on
system behavior in crash scenarios for atomic caches.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#invoke-K-org.apache.ignite.cache.CacheEntryProcessor-java.lang.Object...-">invoke(K, CacheEntryProcessor<span class='angle_bracket'>&lt;</span>K, V, T<span class='angle_bracket'>&gt;</span>, Object...)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Invokes an <a href="org/apache/ignite/cache/CacheEntryProcessor.html" title="interface in org.apache.ignite.cache"><code>CacheEntryProcessor</code></a> against the <code>Cache.Entry</code> specified by
the provided key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/metric/jmx/ReadOnlyDynamicMBean.html#invoke-java.lang.String-java.lang.Object:A-java.lang.String:A-">invoke(String, Object[], String[])</a></span> - Method in class org.apache.ignite.spi.metric.jmx.<a href="org/apache/ignite/spi/metric/jmx/ReadOnlyDynamicMBean.html" title="class in org.apache.ignite.spi.metric.jmx">ReadOnlyDynamicMBean</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#invokeAll-java.util.Map-java.lang.Object...-">invokeAll(Map, Object...)</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#invokeAll-java.util.Set-javax.cache.processor.EntryProcessor-java.lang.Object...-">invokeAll(Set, EntryProcessor, Object...)</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#invokeAll-java.util.Map-java.lang.Object...-">invokeAll(Map<span class='angle_bracket'>&lt;</span>? extends K, ? extends EntryProcessor<span class='angle_bracket'>&lt;</span>K, V, T<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>, Object...)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Asynchronously invokes each <code>EntryProcessor</code> from map's values against the correspondent
<code>Cache.Entry</code> specified by map's key set.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#invokeAll-java.util.Set-javax.cache.processor.EntryProcessor-java.lang.Object...-">invokeAll(Set<span class='angle_bracket'>&lt;</span>? extends K<span class='angle_bracket'>&gt;</span>, EntryProcessor<span class='angle_bracket'>&lt;</span>K, V, T<span class='angle_bracket'>&gt;</span>, Object...)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">
Please refer to documentation for <a href="org/apache/ignite/cache/CacheAtomicityMode.html#ATOMIC"><code>CacheAtomicityMode.ATOMIC</code></a> for information on
system behavior in crash scenarios for atomic caches.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#invokeAll-java.util.Set-org.apache.ignite.cache.CacheEntryProcessor-java.lang.Object...-">invokeAll(Set<span class='angle_bracket'>&lt;</span>? extends K<span class='angle_bracket'>&gt;</span>, CacheEntryProcessor<span class='angle_bracket'>&lt;</span>K, V, T<span class='angle_bracket'>&gt;</span>, Object...)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Invokes an <a href="org/apache/ignite/cache/CacheEntryProcessor.html" title="interface in org.apache.ignite.cache"><code>CacheEntryProcessor</code></a> against the set of <code>Cache.Entry</code>s
specified by the set of keys.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/thread/IgniteStripedThreadPoolExecutor.html#invokeAll-java.util.Collection-">invokeAll(Collection<span class='angle_bracket'>&lt;</span>? extends Callable<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>)</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="memberNameLink"><a href="org/apache/ignite/thread/IgniteStripedThreadPoolExecutor.html#invokeAll-java.util.Collection-long-java.util.concurrent.TimeUnit-">invokeAll(Collection<span class='angle_bracket'>&lt;</span>? extends Callable<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>, 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="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#invokeAllAsync-java.util.Map-java.lang.Object...-">invokeAllAsync(Map, Object...)</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#invokeAllAsync-java.util.Set-javax.cache.processor.EntryProcessor-java.lang.Object...-">invokeAllAsync(Set, EntryProcessor, Object...)</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#invokeAllAsync-java.util.Map-java.lang.Object...-">invokeAllAsync(Map<span class='angle_bracket'>&lt;</span>? extends K, ? extends EntryProcessor<span class='angle_bracket'>&lt;</span>K, V, T<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>, Object...)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Asynchronous version of the <a href="org/apache/ignite/IgniteCache.html#invokeAll-java.util.Map-java.lang.Object...-"><code>IgniteCache.invokeAll(Map, Object...)</code></a> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#invokeAllAsync-java.util.Set-javax.cache.processor.EntryProcessor-java.lang.Object...-">invokeAllAsync(Set<span class='angle_bracket'>&lt;</span>? extends K<span class='angle_bracket'>&gt;</span>, EntryProcessor<span class='angle_bracket'>&lt;</span>K, V, T<span class='angle_bracket'>&gt;</span>, Object...)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Asynchronously invokes an <code>EntryProcessor</code> against the set of <code>Cache.Entry</code>s
specified by the set of keys.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#invokeAllAsync-java.util.Set-org.apache.ignite.cache.CacheEntryProcessor-java.lang.Object...-">invokeAllAsync(Set<span class='angle_bracket'>&lt;</span>? extends K<span class='angle_bracket'>&gt;</span>, CacheEntryProcessor<span class='angle_bracket'>&lt;</span>K, V, T<span class='angle_bracket'>&gt;</span>, Object...)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Asynchronously invokes an <a href="org/apache/ignite/cache/CacheEntryProcessor.html" title="interface in org.apache.ignite.cache"><code>CacheEntryProcessor</code></a> against the set of <code>Cache.Entry</code>s
specified by the set of keys.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/thread/IgniteStripedThreadPoolExecutor.html#invokeAny-java.util.Collection-">invokeAny(Collection<span class='angle_bracket'>&lt;</span>? extends Callable<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>)</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="memberNameLink"><a href="org/apache/ignite/thread/IgniteStripedThreadPoolExecutor.html#invokeAny-java.util.Collection-long-java.util.concurrent.TimeUnit-">invokeAny(Collection<span class='angle_bracket'>&lt;</span>? extends Callable<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>, 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="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#invokeAsync-java.lang.Object-javax.cache.processor.EntryProcessor-java.lang.Object...-">invokeAsync(Object, EntryProcessor, Object...)</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#invokeAsync-K-javax.cache.processor.EntryProcessor-java.lang.Object...-">invokeAsync(K, EntryProcessor<span class='angle_bracket'>&lt;</span>K, V, T<span class='angle_bracket'>&gt;</span>, Object...)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Asynchronously invokes an <code>EntryProcessor</code> against the <code>Cache.Entry</code> specified by
the provided key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#invokeAsync-K-org.apache.ignite.cache.CacheEntryProcessor-java.lang.Object...-">invokeAsync(K, CacheEntryProcessor<span class='angle_bracket'>&lt;</span>K, V, T<span class='angle_bracket'>&gt;</span>, Object...)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Asynchronously invokes an <a href="org/apache/ignite/cache/CacheEntryProcessor.html" title="interface in org.apache.ignite.cache"><code>CacheEntryProcessor</code></a> against the <code>Cache.Entry</code> specified by
the provided key.</div>
</dd>
<dt><a href="org/apache/ignite/plugin/extensions/communication/IoPool.html" title="interface in org.apache.ignite.plugin.extensions.communication"><span class="typeNameLink">IoPool</span></a> - Interface in <a href="org/apache/ignite/plugin/extensions/communication/package-summary.html">org.apache.ignite.plugin.extensions.communication</a></dt>
<dd>
<div class="block">The interface of IO Messaging Pool Extension.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#ipFinder">ipFinder</a></span> - 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">IP finder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#ipFinderCleanFreq">ipFinderCleanFreq</a></span> - 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">The frequency with which coordinator cleans IP finder and keeps it in the correct state, which means that
coordinator unregisters addresses of the nodes that have left the topology and re-registries missing addresses.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#IS_NODE_BASELINE_DESC">IS_NODE_BASELINE_DESC</a></span> - Static variable 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="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#IS_PEER_CLS_LOADING_ENABLED_DESC">IS_PEER_CLS_LOADING_ENABLED_DESC</a></span> - Static variable 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="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#IS_REBALANCE_ENABLED_DESC">IS_REBALANCE_ENABLED_DESC</a></span> - Static variable 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="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#isActiveOnStart--">isActiveOnStart()</a></span> - Method 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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/IgniteConfiguration.html#getClusterStateOnStart--"><code>IgniteConfiguration.getClusterStateOnStart()</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/zk/TcpDiscoveryZookeeperIpFinder.html#isAllowDuplicateRegistrations--">isAllowDuplicateRegistrations()</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.zk.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/zk/TcpDiscoveryZookeeperIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.zk">TcpDiscoveryZookeeperIpFinder</a></dt>
<dd>
<div class="block">* @return The value of this flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#isAllSegmentationResolversPassRequired--">isAllSegmentationResolversPassRequired()</a></span> - Method 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">Gets all segmentation resolvers pass required flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#isAlwaysWriteFullPages--">isAlwaysWriteFullPages()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Gets flag that enforces writing full page to WAL on every change (instead of delta record).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#isAlwaysWriteFullPages--">isAlwaysWriteFullPages()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#isArrayBased--">isArrayBased()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>
<div class="block">Checks if implementation is based on Java arrays.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/storage/DenseMatrixStorage.html#isArrayBased--">isArrayBased()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.storage.<a href="org/apache/ignite/ml/math/primitives/matrix/storage/DenseMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.matrix.storage">DenseMatrixStorage</a></dt>
<dd>
<div class="block">Checks if implementation is based on Java arrays.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/storage/SparseMatrixStorage.html#isArrayBased--">isArrayBased()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.storage.<a href="org/apache/ignite/ml/math/primitives/matrix/storage/SparseMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.matrix.storage">SparseMatrixStorage</a></dt>
<dd>
<div class="block">Checks if implementation is based on Java arrays.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/storage/ViewMatrixStorage.html#isArrayBased--">isArrayBased()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.storage.<a href="org/apache/ignite/ml/math/primitives/matrix/storage/ViewMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.matrix.storage">ViewMatrixStorage</a></dt>
<dd>
<div class="block">Checks if implementation is based on Java arrays.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#isArrayBased--">isArrayBased()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Checks if implementation is based on Java arrays.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#isArrayBased--">isArrayBased()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Checks if implementation is based on Java arrays.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/DenseVectorStorage.html#isArrayBased--">isArrayBased()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/DenseVectorStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">DenseVectorStorage</a></dt>
<dd>
<div class="block">Checks if implementation is based on Java arrays.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/SparseVectorStorage.html#isArrayBased--">isArrayBased()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/SparseVectorStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">SparseVectorStorage</a></dt>
<dd>
<div class="block">Checks if implementation is based on Java arrays.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorizedViewMatrixStorage.html#isArrayBased--">isArrayBased()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorizedViewMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">VectorizedViewMatrixStorage</a></dt>
<dd>
<div class="block">Checks if implementation is based on Java arrays.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorViewStorage.html#isArrayBased--">isArrayBased()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorViewStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">VectorViewStorage</a></dt>
<dd>
<div class="block">Checks if implementation is based on Java arrays.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/StorageOpsMetrics.html#isArrayBased--">isArrayBased()</a></span> - Method in interface org.apache.ignite.ml.math.<a href="org/apache/ignite/ml/math/StorageOpsMetrics.html" title="interface in org.apache.ignite.ml.math">StorageOpsMetrics</a></dt>
<dd>
<div class="block">Checks if implementation is based on Java arrays.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteAsyncSupport.html#isAsync--">isAsync()</a></span> - Method in interface org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteAsyncSupport.html" title="interface in org.apache.ignite.lang">IgniteAsyncSupport</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">since 2.0. Please use new specialized async method
e.g.
<pre>
IgniteFuture f = cache.getAsync();
</pre>
instead of old-style async API:
<pre>
IgniteCache asyncCache = cache.withAsync();
asyncCache.get(key);
IgniteFuture fut = asyncCache.future();
</pre></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#isAuthenticationEnabled--">isAuthenticationEnabled()</a></span> - Method 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">Returns <code>true</code> if user authentication is enabled for cluster.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#isAutoActivationEnabled--">isAutoActivationEnabled()</a></span> - Method 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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/IgniteConfiguration.html#getClusterStateOnStart--"><code>IgniteConfiguration.getClusterStateOnStart()</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/BaselineConfigurationChangedEvent.html#isAutoAdjustEnabled--">isAutoAdjustEnabled()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/BaselineConfigurationChangedEvent.html" title="class in org.apache.ignite.events">BaselineConfigurationChangedEvent</a></dt>
<dd>
<div class="block">Auto-adjust "enabled" flag value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/BaselineAutoAdjustMXBean.html#isAutoAdjustmentEnabled--">isAutoAdjustmentEnabled()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/BaselineAutoAdjustMXBean.html" title="interface in org.apache.ignite.mxbean">BaselineAutoAdjustMXBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#isAutoCloseServerCursor--">isAutoCloseServerCursor()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteClientSpringBean.html#isAutoStartup--">isAutoStartup()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteClientSpringBean.html" title="class in org.apache.ignite">IgniteClientSpringBean</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/AbstractContinuousQuery.html#isAutoUnsubscribe--">isAutoUnsubscribe()</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/AbstractContinuousQuery.html" title="class in org.apache.ignite.cache.query">AbstractContinuousQuery</a></dt>
<dd>
<div class="block">Gets automatic unsubscription flag value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/affinity/Affinity.html#isBackup-org.apache.ignite.cluster.ClusterNode-K-">isBackup(ClusterNode, 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">Returns <code>true</code> if local node is one of the backup nodes for given key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCluster.html#isBaselineAutoAdjustEnabled--">isBaselineAutoAdjustEnabled()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCluster.html" title="interface in org.apache.ignite">IgniteCluster</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteLock.html#isBroken--">isBroken()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteLock.html" title="interface in org.apache.ignite">IgniteLock</a></dt>
<dd>
<div class="block">Returns true if any node that owned the locked failed before releasing the lock.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSemaphore.html#isBroken--">isBroken()</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">Gets <code>broken</code> status of the semaphore.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/EvictableEntry.html#isCached--">isCached()</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">Checks whether entry is currently present in cache or not.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#isCacheSanityCheckEnabled--">isCacheSanityCheckEnabled()</a></span> - Method 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">Gets flag indicating whether cache sanity check is enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeJobAdapter.html#isCancelled--">isCancelled()</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">This method tests whether or not this job was cancelled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeJobResult.html#isCancelled--">isCancelled()</a></span> - Method in interface org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeJobResult.html" title="interface in org.apache.ignite.compute">ComputeJobResult</a></dt>
<dd>
<div class="block">Gets job cancellation status.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteFuture.html#isCancelled--">isCancelled()</a></span> - Method in interface org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteFuture.html" title="interface in org.apache.ignite.lang">IgniteFuture</a></dt>
<dd>
<div class="block">Returns <code>true</code> if this task was cancelled before it completed
normally.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/parallelism/DefaultParallelismStrategy.FutureWrapper.html#isCancelled--">isCancelled()</a></span> - Method in class org.apache.ignite.ml.environment.parallelism.<a href="org/apache/ignite/ml/environment/parallelism/DefaultParallelismStrategy.FutureWrapper.html" title="class in org.apache.ignite.ml.environment.parallelism">DefaultParallelismStrategy.FutureWrapper</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/parallelism/NoParallelismStrategy.Stub.html#isCancelled--">isCancelled()</a></span> - Method in class org.apache.ignite.ml.environment.parallelism.<a href="org/apache/ignite/ml/environment/parallelism/NoParallelismStrategy.Stub.html" title="class in org.apache.ignite.ml.environment.parallelism">NoParallelismStrategy.Stub</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/services/ServiceContext.html#isCancelled--">isCancelled()</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">Get flag indicating whether service has been cancelled or not.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/common/CassandraHelper.html#isCassandraCompatibleTypes-java.lang.Class-java.lang.Class-">isCassandraCompatibleTypes(Class, Class)</a></span> - Static method in class org.apache.ignite.cache.store.cassandra.common.<a href="org/apache/ignite/cache/store/cassandra/common/CassandraHelper.html" title="class in org.apache.ignite.cache.store.cassandra.common">CassandraHelper</a></dt>
<dd>
<div class="block">Checks if two Java classes are Cassandra compatible - mapped to the same Cassandra type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/FeatureMeta.html#isCategoricalFeature--">isCategoricalFeature()</a></span> - Method in class org.apache.ignite.ml.dataset.feature.<a href="org/apache/ignite/ml/dataset/feature/FeatureMeta.html" title="class in org.apache.ignite.ml.dataset.feature">FeatureMeta</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/deployment/uri/UriDeploymentSpi.html#isCheckMd5--">isCheckMd5()</a></span> - Method in class org.apache.ignite.spi.deployment.uri.<a href="org/apache/ignite/spi/deployment/uri/UriDeploymentSpi.html" title="class in org.apache.ignite.spi.deployment.uri">UriDeploymentSpi</a></dt>
<dd>
<div class="block">Gets <code>checkMd5</code> property.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/deployment/uri/UriDeploymentSpiMBean.html#isCheckMd5--">isCheckMd5()</a></span> - Method in interface org.apache.ignite.spi.deployment.uri.<a href="org/apache/ignite/spi/deployment/uri/UriDeploymentSpiMBean.html" title="interface in org.apache.ignite.spi.deployment.uri">UriDeploymentSpiMBean</a></dt>
<dd>
<div class="block">Indicates if this SPI should check new deployment units md5 for redundancy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterNode.html#isClient--">isClient()</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">Whether this node is cache client (see <a href="org/apache/ignite/configuration/IgniteConfiguration.html#isClientMode--"><code>IgniteConfiguration.isClientMode()</code></a>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/AuthenticationContext.html#isClient--">isClient()</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>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/isolated/IsolatedNode.html#isClient--">isClient()</a></span> - Method in class org.apache.ignite.spi.discovery.isolated.<a href="org/apache/ignite/spi/discovery/isolated/IsolatedNode.html" title="class in org.apache.ignite.spi.discovery.isolated">IsolatedNode</a></dt>
<dd>
<div class="block">Whether this node is cache client (see <a href="org/apache/ignite/configuration/IgniteConfiguration.html#isClientMode--"><code>IgniteConfiguration.isClientMode()</code></a>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ClusterNodeView.html#isClient--">isClient()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ClusterNodeView.html" title="class in org.apache.ignite.spi.systemview.view">ClusterNodeView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#isClientMode--">isClientMode()</a></span> - Method 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">Gets client mode flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignition.html#isClientMode--">isClientMode()</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 client mode thread-local flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoverySpi.html#isClientMode--">isClientMode()</a></span> - Method in interface org.apache.ignite.spi.discovery.<a href="org/apache/ignite/spi/discovery/DiscoverySpi.html" title="interface in org.apache.ignite.spi.discovery">DiscoverySpi</a></dt>
<dd>
<div class="block">Whether or not discovery is started in client mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/isolated/IsolatedDiscoverySpi.html#isClientMode--">isClientMode()</a></span> - Method in class org.apache.ignite.spi.discovery.isolated.<a href="org/apache/ignite/spi/discovery/isolated/IsolatedDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.isolated">IsolatedDiscoverySpi</a></dt>
<dd>
<div class="block">Whether or not discovery is started in client mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#isClientMode--">isClientMode()</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">Whether or not discovery is started in client mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html#isClientMode--">isClientMode()</a></span> - Method in interface org.apache.ignite.spi.discovery.tcp.<a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html" title="interface in org.apache.ignite.spi.discovery.tcp">TcpDiscoverySpiMBean</a></dt>
<dd>
<div class="block">Whether or not discovery is started in client mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html#isClientMode--">isClientMode()</a></span> - Method in class org.apache.ignite.spi.discovery.zk.<a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.zk">ZookeeperDiscoverySpi</a></dt>
<dd>
<div class="block">Whether or not discovery is started in client mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#isClientReconnectDisabled--">isClientReconnectDisabled()</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">If <code>true</code> client does not try to reconnect after
server detected client node failure.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html#isClientReconnectDisabled--">isClientReconnectDisabled()</a></span> - Method in class org.apache.ignite.spi.discovery.zk.<a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.zk">ZookeeperDiscoverySpi</a></dt>
<dd>
<div class="block">If <code>true</code> client does not try to reconnect.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheManager.html#isClosed--">isClosed()</a></span> - Method in class org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheManager.html" title="class in org.apache.ignite.cache">CacheManager</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SqlFieldsQuery.html#isCollocated--">isCollocated()</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SqlFieldsQuery.html" title="class in org.apache.ignite.cache.query">SqlFieldsQuery</a></dt>
<dd>
<div class="block">Checks if this query is collocated.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CollectionConfiguration.html#isCollocated--">isCollocated()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/CollectionConfiguration.html" title="class in org.apache.ignite.configuration">CollectionConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#isCollocated--">isCollocated()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/BinaryConfiguration.html#isCompactFooter--">isCompactFooter()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/BinaryConfiguration.html" title="class in org.apache.ignite.configuration">BinaryConfiguration</a></dt>
<dd>
<div class="block">Get whether to write footers in compact form.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/java/JavaLogger.html#isConfigured--">isConfigured()</a></span> - Static method in class org.apache.ignite.logger.java.<a href="org/apache/ignite/logger/java/JavaLogger.html" title="class in org.apache.ignite.logger.java">JavaLogger</a></dt>
<dd>
<div class="block">Checks if logger is already configured within this VM or not.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j/Log4JLogger.html#isConfigured--">isConfigured()</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">Checks if Log4j is already configured within this VM or not.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/convergence/ConvergenceChecker.html#isConverged-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.composition.ModelsComposition-">isConverged(LearningEnvironmentBuilder, DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, ModelsComposition)</a></span> - Method in class org.apache.ignite.ml.composition.boosting.convergence.<a href="org/apache/ignite/ml/composition/boosting/convergence/ConvergenceChecker.html" title="class in org.apache.ignite.ml.composition.boosting.convergence">ConvergenceChecker</a></dt>
<dd>
<div class="block">Checks convergency on dataset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/convergence/ConvergenceChecker.html#isConverged-org.apache.ignite.ml.dataset.Dataset-org.apache.ignite.ml.composition.ModelsComposition-">isConverged(Dataset<span class='angle_bracket'>&lt;</span>EmptyContext, ? extends FeatureMatrixWithLabelsOnHeapData<span class='angle_bracket'>&gt;</span>, ModelsComposition)</a></span> - Method in class org.apache.ignite.ml.composition.boosting.convergence.<a href="org/apache/ignite/ml/composition/boosting/convergence/ConvergenceChecker.html" title="class in org.apache.ignite.ml.composition.boosting.convergence">ConvergenceChecker</a></dt>
<dd>
<div class="block">Checks convergency on dataset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/convergence/simple/ConvergenceCheckerStub.html#isConverged-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.composition.ModelsComposition-">isConverged(LearningEnvironmentBuilder, DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, ModelsComposition)</a></span> - Method in class org.apache.ignite.ml.composition.boosting.convergence.simple.<a href="org/apache/ignite/ml/composition/boosting/convergence/simple/ConvergenceCheckerStub.html" title="class in org.apache.ignite.ml.composition.boosting.convergence.simple">ConvergenceCheckerStub</a></dt>
<dd>
<div class="block">Checks convergency on dataset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/convergence/simple/ConvergenceCheckerStub.html#isConverged-org.apache.ignite.ml.dataset.Dataset-org.apache.ignite.ml.composition.ModelsComposition-">isConverged(Dataset<span class='angle_bracket'>&lt;</span>EmptyContext, ? extends FeatureMatrixWithLabelsOnHeapData<span class='angle_bracket'>&gt;</span>, ModelsComposition)</a></span> - Method in class org.apache.ignite.ml.composition.boosting.convergence.simple.<a href="org/apache/ignite/ml/composition/boosting/convergence/simple/ConvergenceCheckerStub.html" title="class in org.apache.ignite.ml.composition.boosting.convergence.simple">ConvergenceCheckerStub</a></dt>
<dd>
<div class="block">Checks convergency on dataset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#isCopyOnRead--">isCopyOnRead()</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#isCopyOnRead--">isCopyOnRead()</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>
<dd>
<div class="block">Gets the flag indicating whether a copy of the value stored in the on-heap cache
(see <a href="org/apache/ignite/configuration/CacheConfiguration.html#isOnheapCacheEnabled--"><code>CacheConfiguration.isOnheapCacheEnabled()</code></a> should be created for a cache operation return the value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#isCopyOnRead--">isCopyOnRead()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterNode.html#isDaemon--">isDaemon()</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">Tests whether or not this node is a daemon.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#isDaemon--">isDaemon()</a></span> - Method 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">Whether or not this node should be a daemon node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignition.html#isDaemon--">isDaemon()</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 daemon flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/isolated/IsolatedNode.html#isDaemon--">isDaemon()</a></span> - Method in class org.apache.ignite.spi.discovery.isolated.<a href="org/apache/ignite/spi/discovery/isolated/IsolatedNode.html" title="class in org.apache.ignite.spi.discovery.isolated">IsolatedNode</a></dt>
<dd>
<div class="block">Tests whether or not this node is a daemon.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ClusterNodeView.html#isDaemon--">isDaemon()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ClusterNodeView.html" title="class in org.apache.ignite.spi.systemview.view">ClusterNodeView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteLogger.html#isDebugEnabled--">isDebugEnabled()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteLogger.html" title="interface in org.apache.ignite">IgniteLogger</a></dt>
<dd>
<div class="block">Tests whether <code>debug</code> level is enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/java/JavaLogger.html#isDebugEnabled--">isDebugEnabled()</a></span> - Method in class org.apache.ignite.logger.java.<a href="org/apache/ignite/logger/java/JavaLogger.html" title="class in org.apache.ignite.logger.java">JavaLogger</a></dt>
<dd>
<div class="block">Tests whether <code>debug</code> level is enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/jcl/JclLogger.html#isDebugEnabled--">isDebugEnabled()</a></span> - Method in class org.apache.ignite.logger.jcl.<a href="org/apache/ignite/logger/jcl/JclLogger.html" title="class in org.apache.ignite.logger.jcl">JclLogger</a></dt>
<dd>
<div class="block">Tests whether <code>debug</code> level is enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j/Log4JLogger.html#isDebugEnabled--">isDebugEnabled()</a></span> - 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">Tests whether <code>debug</code> level is enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j2/Log4J2Logger.html#isDebugEnabled--">isDebugEnabled()</a></span> - Method in class org.apache.ignite.logger.log4j2.<a href="org/apache/ignite/logger/log4j2/Log4J2Logger.html" title="class in org.apache.ignite.logger.log4j2">Log4J2Logger</a></dt>
<dd>
<div class="block">Tests whether <code>debug</code> level is enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/NullLogger.html#isDebugEnabled--">isDebugEnabled()</a></span> - Method in class org.apache.ignite.logger.<a href="org/apache/ignite/logger/NullLogger.html" title="class in org.apache.ignite.logger">NullLogger</a></dt>
<dd>
<div class="block">Tests whether <code>debug</code> level is enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/slf4j/Slf4jLogger.html#isDebugEnabled--">isDebugEnabled()</a></span> - Method in class org.apache.ignite.logger.slf4j.<a href="org/apache/ignite/logger/slf4j/Slf4jLogger.html" title="class in org.apache.ignite.logger.slf4j">Slf4jLogger</a></dt>
<dd>
<div class="block">Tests whether <code>debug</code> level is enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryConfiguration.html#isDefaultKeepDeserialized--">isDefaultKeepDeserialized()</a></span> - Method in class org.apache.ignite.platform.dotnet.<a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryConfiguration.html" title="class in org.apache.ignite.platform.dotnet">PlatformDotNetBinaryConfiguration</a></dt>
<dd>
<div class="block">Gets default keep deserialized flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#isDense--">isDense()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>
<div class="block">Checks if this implementation should be considered dense so that it explicitly
represents every value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/storage/DenseMatrixStorage.html#isDense--">isDense()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.storage.<a href="org/apache/ignite/ml/math/primitives/matrix/storage/DenseMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.matrix.storage">DenseMatrixStorage</a></dt>
<dd>
<div class="block">Checks if this implementation should be considered dense so that it explicitly
represents every value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/storage/SparseMatrixStorage.html#isDense--">isDense()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.storage.<a href="org/apache/ignite/ml/math/primitives/matrix/storage/SparseMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.matrix.storage">SparseMatrixStorage</a></dt>
<dd>
<div class="block">Checks if this implementation should be considered dense so that it explicitly
represents every value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/storage/ViewMatrixStorage.html#isDense--">isDense()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.storage.<a href="org/apache/ignite/ml/math/primitives/matrix/storage/ViewMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.matrix.storage">ViewMatrixStorage</a></dt>
<dd>
<div class="block">Checks if this implementation should be considered dense so that it explicitly
represents every value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#isDense--">isDense()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Checks if this implementation should be considered dense so that it explicitly
represents every value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#isDense--">isDense()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Checks if this implementation should be considered dense so that it explicitly
represents every value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/DenseVectorStorage.html#isDense--">isDense()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/DenseVectorStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">DenseVectorStorage</a></dt>
<dd>
<div class="block">Checks if this implementation should be considered dense so that it explicitly
represents every value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/SparseVectorStorage.html#isDense--">isDense()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/SparseVectorStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">SparseVectorStorage</a></dt>
<dd>
<div class="block">Checks if this implementation should be considered dense so that it explicitly
represents every value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorizedViewMatrixStorage.html#isDense--">isDense()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorizedViewMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">VectorizedViewMatrixStorage</a></dt>
<dd>
<div class="block">Checks if this implementation should be considered dense so that it explicitly
represents every value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorViewStorage.html#isDense--">isDense()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorViewStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">VectorViewStorage</a></dt>
<dd>
<div class="block">Checks if this implementation should be considered dense so that it explicitly
represents every value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/StorageOpsMetrics.html#isDense--">isDense()</a></span> - Method in interface org.apache.ignite.ml.math.<a href="org/apache/ignite/ml/math/StorageOpsMetrics.html" title="interface in org.apache.ignite.ml.math">StorageOpsMetrics</a></dt>
<dd>
<div class="block">Checks if this implementation should be considered dense so that it explicitly
represents every value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ConnectorConfiguration.html#isDirectBuffer--">isDirectBuffer()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ConnectorConfiguration</a></dt>
<dd>
<div class="block">Gets flag indicating whether REST TCP server should use direct buffers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html#isDirectBuffer--">isDirectBuffer()</a></span> - Method in interface org.apache.ignite.spi.communication.tcp.<a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html" title="interface in org.apache.ignite.spi.communication.tcp">TcpCommunicationSpiMBean</a></dt>
<dd>
<div class="block">Gets flag that indicates whether direct or heap allocated buffer is used.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/storage/model/DefaultModelStorage.html#isDirectory-java.lang.String-">isDirectory(String)</a></span> - Method in class org.apache.ignite.ml.inference.storage.model.<a href="org/apache/ignite/ml/inference/storage/model/DefaultModelStorage.html" title="class in org.apache.ignite.ml.inference.storage.model">DefaultModelStorage</a></dt>
<dd>
<div class="block">Returns <code>true</code> if the specified path associated with a directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/storage/model/FileOrDirectory.html#isDirectory--">isDirectory()</a></span> - Method in interface org.apache.ignite.ml.inference.storage.model.<a href="org/apache/ignite/ml/inference/storage/model/FileOrDirectory.html" title="interface in org.apache.ignite.ml.inference.storage.model">FileOrDirectory</a></dt>
<dd>
<div class="block">Return <code>true</code> if this object is a directory, otherwise <code>false</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/storage/model/ModelStorage.html#isDirectory-java.lang.String-">isDirectory(String)</a></span> - Method in interface org.apache.ignite.ml.inference.storage.model.<a href="org/apache/ignite/ml/inference/storage/model/ModelStorage.html" title="interface in org.apache.ignite.ml.inference.storage.model">ModelStorage</a></dt>
<dd>
<div class="block">Returns <code>true</code> if the specified path associated with a directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html#isDirectSendBuffer--">isDirectSendBuffer()</a></span> - Method in interface org.apache.ignite.spi.communication.tcp.<a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html" title="interface in org.apache.ignite.spi.communication.tcp">TcpCommunicationSpiMBean</a></dt>
<dd>
<div class="block">Gets flag defining whether direct send buffer should be used.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SqlFieldsQuery.html#isDistributedJoins--">isDistributedJoins()</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SqlFieldsQuery.html" title="class in org.apache.ignite.cache.query">SqlFieldsQuery</a></dt>
<dd>
<div class="block">Check if distributed joins are enabled for this query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SqlQuery.html#isDistributedJoins--">isDistributedJoins()</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SqlQuery.html" title="class in org.apache.ignite.cache.query">SqlQuery</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Check if distributed joins are enabled for this query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#isDistributedJoins--">isDistributedJoins()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteFuture.html#isDone--">isDone()</a></span> - Method in interface org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteFuture.html" title="interface in org.apache.ignite.lang">IgniteFuture</a></dt>
<dd>
<div class="block">Returns <code>true</code> if this task completed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/parallelism/DefaultParallelismStrategy.FutureWrapper.html#isDone--">isDone()</a></span> - Method in class org.apache.ignite.ml.environment.parallelism.<a href="org/apache/ignite/ml/environment/parallelism/DefaultParallelismStrategy.FutureWrapper.html" title="class in org.apache.ignite.ml.environment.parallelism">DefaultParallelismStrategy.FutureWrapper</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/parallelism/NoParallelismStrategy.Stub.html#isDone--">isDone()</a></span> - Method in class org.apache.ignite.ml.environment.parallelism.<a href="org/apache/ignite/ml/environment/parallelism/NoParallelismStrategy.Stub.html" title="class in org.apache.ignite.ml.environment.parallelism">NoParallelismStrategy.Stub</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#isEagerTtl--">isEagerTtl()</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>
<div class="block">Gets flag indicating whether expired cache entries will be eagerly removed from cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#isEagerTtl--">isEagerTtl()</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>
<dd>
<div class="block">Gets flag indicating whether expired cache entries will be eagerly removed from cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#isEagerTtl--">isEagerTtl()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#isEmpty--">isEmpty()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">Returns <code>true</code> if this cache is empty.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#isEmpty--">isEmpty()</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">Returns <code>true</code> if this map contains no key-value mappings.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryEntityPatch.html#isEmpty--">isEmpty()</a></span> - Method in class org.apache.ignite.cache.<a href="org/apache/ignite/cache/QueryEntityPatch.html" title="class in org.apache.ignite.cache">QueryEntityPatch</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteQueue.html#isEmpty--">isEmpty()</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="memberNameLink"><a href="org/apache/ignite/IgniteSet.html#isEmpty--">isEmpty()</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="memberNameLink"><a href="org/apache/ignite/lang/IgniteBiTuple.html#isEmpty--">isEmpty()</a></span> - Method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteBiTuple.html" title="class in org.apache.ignite.lang">IgniteBiTuple</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#isEmpty--">isEmpty()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Returns <code>true</code> if this cache is empty.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteEvents.html#isEnabled-int-">isEnabled(int)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteEvents.html" title="interface in org.apache.ignite">IgniteEvents</a></dt>
<dd>
<div class="block">Check if event is enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#isEncryptionEnabled--">isEncryptionEnabled()</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>
<dd>
<div class="block">Gets flag indicating whether data must be encrypted.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#isEncryptionEnabled--">isEncryptionEnabled()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/NoopSpiSpecificSpan.html#isEnded--">isEnded()</a></span> - Method in class org.apache.ignite.spi.tracing.<a href="org/apache/ignite/spi/tracing/NoopSpiSpecificSpan.html" title="class in org.apache.ignite.spi.tracing">NoopSpiSpecificSpan</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/opencensus/OpenCensusSpanAdapter.html#isEnded--">isEnded()</a></span> - Method in class org.apache.ignite.spi.tracing.opencensus.<a href="org/apache/ignite/spi/tracing/opencensus/OpenCensusSpanAdapter.html" title="class in org.apache.ignite.spi.tracing.opencensus">OpenCensusSpanAdapter</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/SpiSpecificSpan.html#isEnded--">isEnded()</a></span> - Method in interface org.apache.ignite.spi.tracing.<a href="org/apache/ignite/spi/tracing/SpiSpecificSpan.html" title="interface in org.apache.ignite.spi.tracing">SpiSpecificSpan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SqlFieldsQuery.html#isEnforceJoinOrder--">isEnforceJoinOrder()</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SqlFieldsQuery.html" title="class in org.apache.ignite.cache.query">SqlFieldsQuery</a></dt>
<dd>
<div class="block">Checks if join order of tables if enforced.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#isEnforceJoinOrder--">isEnforceJoinOrder()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryType.html#isEnum--">isEnum()</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">Check whether type represents enum or not.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryTypeConfiguration.html#isEnum--">isEnum()</a></span> - Method in 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">Gets whether this is enum type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryTypeConfiguration.html#isEnum--">isEnum()</a></span> - Method in class org.apache.ignite.platform.dotnet.<a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryTypeConfiguration.html" title="class in org.apache.ignite.platform.dotnet">PlatformDotNetBinaryTypeConfiguration</a></dt>
<dd>
<div class="block">Gets whether this is enum type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/BinaryMetadataView.html#isEnum--">isEnum()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/BinaryMetadataView.html" title="class in org.apache.ignite.spi.systemview.view">BinaryMetadataView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/Histogram.html#isEqualTo-H-">isEqualTo(H)</a></span> - Method in interface org.apache.ignite.ml.dataset.feature.<a href="org/apache/ignite/ml/dataset/feature/Histogram.html" title="interface in org.apache.ignite.ml.dataset.feature">Histogram</a></dt>
<dd>
<div class="block">Compares histogram with other and returns true if they are equals</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/ObjectHistogram.html#isEqualTo-org.apache.ignite.ml.dataset.feature.ObjectHistogram-">isEqualTo(ObjectHistogram<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.dataset.feature.<a href="org/apache/ignite/ml/dataset/feature/ObjectHistogram.html" title="class in org.apache.ignite.ml.dataset.feature">ObjectHistogram</a></dt>
<dd>
<div class="block">Compares histogram with other and returns true if they are equals</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/impurity/GiniHistogram.html#isEqualTo-org.apache.ignite.ml.tree.randomforest.data.impurity.GiniHistogram-">isEqualTo(GiniHistogram)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.impurity.<a href="org/apache/ignite/ml/tree/randomforest/data/impurity/GiniHistogram.html" title="class in org.apache.ignite.ml.tree.randomforest.data.impurity">GiniHistogram</a></dt>
<dd>
<div class="block">Compares histogram with other and returns true if they are equals</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/impurity/MSEHistogram.html#isEqualTo-org.apache.ignite.ml.tree.randomforest.data.impurity.MSEHistogram-">isEqualTo(MSEHistogram)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.impurity.<a href="org/apache/ignite/ml/tree/randomforest/data/impurity/MSEHistogram.html" title="class in org.apache.ignite.ml.tree.randomforest.data.impurity">MSEHistogram</a></dt>
<dd>
<div class="block">Compares histogram with other and returns true if they are equals</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiContext.html#isEventRecordable-int...-">isEventRecordable(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">Checks whether all provided event types are recordable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ContinuousQueryView.html#isEvents--">isEvents()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ContinuousQueryView.html" title="class in org.apache.ignite.spi.systemview.view">ContinuousQueryView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#isEventsDisabled--">isEventsDisabled()</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>
<dd>
<div class="block">Checks whether events are disabled for this cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#isEventsDisabled--">isEventsDisabled()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/marshaller/MarshallerExclusions.html#isExcluded-java.lang.Class-">isExcluded(Class<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>)</a></span> - Static method in class org.apache.ignite.marshaller.<a href="org/apache/ignite/marshaller/MarshallerExclusions.html" title="class in org.apache.ignite.marshaller">MarshallerExclusions</a></dt>
<dd>
<div class="block">Checks whether or not given class should be excluded from marshalling.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/affinity/rendezvous/RendezvousAffinityFunction.html#isExcludeNeighbors--">isExcludeNeighbors()</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">Checks flag to exclude same-host-neighbors from being backups of each other (default is <code>false</code>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteLock.html#isFailoverSafe--">isFailoverSafe()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteLock.html" title="interface in org.apache.ignite">IgniteLock</a></dt>
<dd>
<div class="block">Returns <code>true</code> if this lock is safe to use after node failure.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSemaphore.html#isFailoverSafe--">isFailoverSafe()</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 <code>true</code> if this semaphore is safe to use after node failure.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteLock.html#isFair--">isFair()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteLock.html" title="interface in org.apache.ignite">IgniteLock</a></dt>
<dd>
<div class="block">Returns <code>true</code> if this lock is fair.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/storage/model/DefaultModelStorage.html#isFile-java.lang.String-">isFile(String)</a></span> - Method in class org.apache.ignite.ml.inference.storage.model.<a href="org/apache/ignite/ml/inference/storage/model/DefaultModelStorage.html" title="class in org.apache.ignite.ml.inference.storage.model">DefaultModelStorage</a></dt>
<dd>
<div class="block">Returns <code>true</code> if the specified path associated with a regular file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/storage/model/FileOrDirectory.html#isFile--">isFile()</a></span> - Method in interface org.apache.ignite.ml.inference.storage.model.<a href="org/apache/ignite/ml/inference/storage/model/FileOrDirectory.html" title="interface in org.apache.ignite.ml.inference.storage.model">FileOrDirectory</a></dt>
<dd>
<div class="block">Returns <code>true</code> if this object is a regular file, otherwise <code>false</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/storage/model/ModelStorage.html#isFile-java.lang.String-">isFile(String)</a></span> - Method in interface org.apache.ignite.ml.inference.storage.model.<a href="org/apache/ignite/ml/inference/storage/model/ModelStorage.html" title="interface in org.apache.ignite.ml.inference.storage.model">ModelStorage</a></dt>
<dd>
<div class="block">Returns <code>true</code> if the specified path associated with a regular file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ComputeJobView.html#isFinishing--">isFinishing()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ComputeJobView.html" title="class in org.apache.ignite.spi.systemview.view">ComputeJobView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/thread/IgniteThread.html#isForbiddenToRequestBinaryMetadata--">isForbiddenToRequestBinaryMetadata()</a></span> - Method in class org.apache.ignite.thread.<a href="org/apache/ignite/thread/IgniteThread.html" title="class in org.apache.ignite.thread">IgniteThread</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#isForceServerMode--">isForceServerMode()</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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Will be removed at 3.0.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoverySpiNodeAuthenticator.html#isGlobalNodeAuthentication--">isGlobalNodeAuthentication()</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">Gets global node authentication flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/GridifyInterceptor.html#isGridify-java.lang.annotation.Annotation-org.apache.ignite.compute.gridify.GridifyArgument-">isGridify(Annotation, GridifyArgument)</a></span> - Method in interface org.apache.ignite.compute.gridify.<a href="org/apache/ignite/compute/gridify/GridifyInterceptor.html" title="interface in org.apache.ignite.compute.gridify">GridifyInterceptor</a></dt>
<dd>
<div class="block">This method is called before actual grid-enabling happens.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageWriter.html#isHeaderWritten--">isHeaderWritten()</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>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteLock.html#isHeldByCurrentThread--">isHeldByCurrentThread()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteLock.html" title="interface in org.apache.ignite">IgniteLock</a></dt>
<dd>
<div class="block">Queries if this lock is held by the current thread.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/common/CassandraHelper.html#isHostsAvailabilityError-java.lang.Throwable-">isHostsAvailabilityError(Throwable)</a></span> - Static method in class org.apache.ignite.cache.store.cassandra.common.<a href="org/apache/ignite/cache/store/cassandra/common/CassandraHelper.html" title="class in org.apache.ignite.cache.store.cassandra.common">CassandraHelper</a></dt>
<dd>
<div class="block">Checks if Cassandra host availability error occur, thus host became unavailable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/WrappedPreparedStatement.html#isIdempotent--">isIdempotent()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.session.<a href="org/apache/ignite/cache/store/cassandra/session/WrappedPreparedStatement.html" title="class in org.apache.ignite.cache.store.cassandra.session">WrappedPreparedStatement</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/AbstractContinuousQuery.html#isIncludeExpired--">isIncludeExpired()</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/AbstractContinuousQuery.html" title="class in org.apache.ignite.cache.query">AbstractContinuousQuery</a></dt>
<dd>
<div class="block">Gets the flag value defining whether to notify about <code>EventType.EXPIRED</code> events.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PojoValueField.html#isIndexed--">isIndexed()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/PojoValueField.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">PojoValueField</a></dt>
<dd>
<div class="block">Indicates if secondary index should be created for the field.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#isIndexRebuildInProgress--">isIndexRebuildInProgress()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">Return <code>true</code> if index rebuild is in progress.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#isIndexRebuildInProgress--">isIndexRebuildInProgress()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Return <code>true</code> if index rebuild is in progress.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlTableView.html#isIndexRebuildInProgress--">isIndexRebuildInProgress()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlTableView.html" title="class in org.apache.ignite.spi.systemview.view">SqlTableView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteLogger.html#isInfoEnabled--">isInfoEnabled()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteLogger.html" title="interface in org.apache.ignite">IgniteLogger</a></dt>
<dd>
<div class="block">Tests whether <code>info</code> level is enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/java/JavaLogger.html#isInfoEnabled--">isInfoEnabled()</a></span> - Method in class org.apache.ignite.logger.java.<a href="org/apache/ignite/logger/java/JavaLogger.html" title="class in org.apache.ignite.logger.java">JavaLogger</a></dt>
<dd>
<div class="block">Tests whether <code>info</code> level is enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/jcl/JclLogger.html#isInfoEnabled--">isInfoEnabled()</a></span> - Method in class org.apache.ignite.logger.jcl.<a href="org/apache/ignite/logger/jcl/JclLogger.html" title="class in org.apache.ignite.logger.jcl">JclLogger</a></dt>
<dd>
<div class="block">Tests whether <code>info</code> level is enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j/Log4JLogger.html#isInfoEnabled--">isInfoEnabled()</a></span> - 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">Tests whether <code>info</code> level is enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j2/Log4J2Logger.html#isInfoEnabled--">isInfoEnabled()</a></span> - Method in class org.apache.ignite.logger.log4j2.<a href="org/apache/ignite/logger/log4j2/Log4J2Logger.html" title="class in org.apache.ignite.logger.log4j2">Log4J2Logger</a></dt>
<dd>
<div class="block">Tests whether <code>info</code> level is enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/NullLogger.html#isInfoEnabled--">isInfoEnabled()</a></span> - Method in class org.apache.ignite.logger.<a href="org/apache/ignite/logger/NullLogger.html" title="class in org.apache.ignite.logger">NullLogger</a></dt>
<dd>
<div class="block">Tests whether <code>info</code> level is enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/slf4j/Slf4jLogger.html#isInfoEnabled--">isInfoEnabled()</a></span> - Method in class org.apache.ignite.logger.slf4j.<a href="org/apache/ignite/logger/slf4j/Slf4jLogger.html" title="class in org.apache.ignite.logger.slf4j">Slf4jLogger</a></dt>
<dd>
<div class="block">Tests whether <code>info</code> level is enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ComputeJobView.html#isInternal--">isInternal()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ComputeJobView.html" title="class in org.apache.ignite.spi.systemview.view">ComputeJobView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#isInvalidate--">isInvalidate()</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>
<dd>
<div class="block">Invalidation flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#isInvalidate--">isInvalidate()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/transactions/Transaction.html#isInvalidate--">isInvalidate()</a></span> - Method in interface org.apache.ignite.transactions.<a href="org/apache/ignite/transactions/Transaction.html" title="interface in org.apache.ignite.transactions">Transaction</a></dt>
<dd>
<div class="block">Get invalidation flag for this transaction.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html#isJdbcEnabled--">isJdbcEnabled()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ClientConnectorConfiguration</a></dt>
<dd>
<div class="block">Gets whether access through JDBC is enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoveryDataBag.html#isJoiningNodeClient--">isJoiningNodeClient()</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="memberNameLink"><a href="org/apache/ignite/configuration/PlatformCacheConfiguration.html#isKeepBinary--">isKeepBinary()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PlatformCacheConfiguration.html" title="class in org.apache.ignite.configuration">PlatformCacheConfiguration</a></dt>
<dd>
<div class="block">Gets a value indicating whether platform cache should store keys and values in binary form.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/development/utils/IgniteWalConverterArguments.html#isKeepBinary--">isKeepBinary()</a></span> - Method in class org.apache.ignite.development.utils.<a href="org/apache/ignite/development/utils/IgniteWalConverterArguments.html" title="class in org.apache.ignite.development.utils">IgniteWalConverterArguments</a></dt>
<dd>
<div class="block">Keep binary flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryTypeConfiguration.html#isKeepDeserialized--">isKeepDeserialized()</a></span> - Method in class org.apache.ignite.platform.dotnet.<a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryTypeConfiguration.html" title="class in org.apache.ignite.platform.dotnet">PlatformDotNetBinaryTypeConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryTypeConfiguration.html#getKeepDeserialized--"><code>PlatformDotNetBinaryTypeConfiguration.getKeepDeserialized()</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionModel.html#isKeepingRawLabels--">isKeepingRawLabels()</a></span> - Method in class org.apache.ignite.ml.regressions.logistic.<a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionModel.html" title="class in org.apache.ignite.ml.regressions.logistic">LogisticRegressionModel</a></dt>
<dd>
<div class="block">Gets the output label format mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionModel.LogisticRegressionJSONExportModel.html#isKeepingRawLabels">isKeepingRawLabels</a></span> - Variable in class org.apache.ignite.ml.regressions.logistic.<a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionModel.LogisticRegressionJSONExportModel.html" title="class in org.apache.ignite.ml.regressions.logistic">LogisticRegressionModel.LogisticRegressionJSONExportModel</a></dt>
<dd>
<div class="block">Output label format. 0 and 1 for false value and raw sigmoid regression value otherwise.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/svm/SVMLinearClassificationModel.html#isKeepingRawLabels--">isKeepingRawLabels()</a></span> - Method in class org.apache.ignite.ml.svm.<a href="org/apache/ignite/ml/svm/SVMLinearClassificationModel.html" title="class in org.apache.ignite.ml.svm">SVMLinearClassificationModel</a></dt>
<dd>
<div class="block">Gets the output label format mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/svm/SVMLinearClassificationModel.SVMLinearClassificationJSONExportModel.html#isKeepingRawLabels">isKeepingRawLabels</a></span> - Variable in class org.apache.ignite.ml.svm.<a href="org/apache/ignite/ml/svm/SVMLinearClassificationModel.SVMLinearClassificationJSONExportModel.html" title="class in org.apache.ignite.ml.svm">SVMLinearClassificationModel.SVMLinearClassificationJSONExportModel</a></dt>
<dd>
<div class="block">Output label format. 0 and 1 for false value and raw sigmoid regression value otherwise.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/common/CassandraHelper.html#isKeyspaceAbsenceError-java.lang.Throwable-">isKeyspaceAbsenceError(Throwable)</a></span> - Static method in class org.apache.ignite.cache.store.cassandra.common.<a href="org/apache/ignite/cache/store/cassandra/common/CassandraHelper.html" title="class in org.apache.ignite.cache.store.cassandra.common">CassandraHelper</a></dt>
<dd>
<div class="block">Checks if Cassandra keyspace absence error occur.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageReader.html#isLastRead--">isLastRead()</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">Tells whether last invocation of any of <code>readXXX(...)</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#isLateAffinityAssignment--">isLateAffinityAssignment()</a></span> - Method 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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Starting from Ignite 2.1 late affinity assignment is always enabled.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SqlFieldsQuery.html#isLazy--">isLazy()</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SqlFieldsQuery.html" title="class in org.apache.ignite.cache.query">SqlFieldsQuery</a></dt>
<dd>
<div class="block">Gets lazy query execution flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#isLazy--">isLazy()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataRegionConfiguration.html#isLazyMemoryAllocation--">isLazyMemoryAllocation()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataRegionConfiguration.html" title="class in org.apache.ignite.configuration">DataRegionConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/NodeData.html#isLeafNode">isLeafNode</a></span> - Variable in class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/NodeData.html" title="class in org.apache.ignite.ml.tree">NodeData</a></dt>
<dd>
<div class="block">Is leaf node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#isLoadPreviousValue--">isLoadPreviousValue()</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>
<dd>
<div class="block">Gets flag indicating whether value should be loaded from store if it is not in the cache
for following cache operations:
<a href="org/apache/ignite/IgniteCache.html#putIfAbsent-K-V-"><code>IgniteCache.putIfAbsent(Object, Object)</code></a>
<a href="org/apache/ignite/IgniteCache.html#replace-K-V-"><code>IgniteCache.replace(Object, Object)</code></a>
<a href="org/apache/ignite/IgniteCache.html#replace-K-V-V-"><code>IgniteCache.replace(Object, Object, Object)</code></a>
<a href="org/apache/ignite/IgniteCache.html#remove-K-V-"><code>IgniteCache.remove(Object, Object)</code></a>
<a href="org/apache/ignite/IgniteCache.html#getAndPut-K-V-"><code>IgniteCache.getAndPut(Object, Object)</code></a>
<a href="org/apache/ignite/IgniteCache.html#getAndRemove-K-"><code>IgniteCache.getAndRemove(Object)</code></a>
<a href="org/apache/ignite/IgniteCache.html#getAndReplace-K-V-"><code>IgniteCache.getAndReplace(Object, Object)</code></a>
<a href="org/apache/ignite/IgniteCache.html#getAndPutIfAbsent-K-V-"><code>IgniteCache.getAndPutIfAbsent(Object, Object)</code></a>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#isLoadPreviousValue--">isLoadPreviousValue()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/Query.html#isLocal--">isLocal()</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/Query.html" title="class in org.apache.ignite.cache.query">Query</a></dt>
<dd>
<div class="block">Returns <code>true</code> if this query should be executed on local node only.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterNode.html#isLocal--">isLocal()</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">Tests whether or not this node is a local node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/isolated/IsolatedNode.html#isLocal--">isLocal()</a></span> - Method in class org.apache.ignite.spi.discovery.isolated.<a href="org/apache/ignite/spi/discovery/isolated/IsolatedNode.html" title="class in org.apache.ignite.spi.discovery.isolated">IsolatedNode</a></dt>
<dd>
<div class="block">Tests whether or not this node is a local node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ClusterNodeView.html#isLocal--">isLocal()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ClusterNodeView.html" title="class in org.apache.ignite.spi.systemview.view">ClusterNodeView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#isLocalLocked-K-boolean-">isLocalLocked(K, boolean)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Checks if specified key is locked.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#isLocalNodeCoordinator--">isLocalNodeCoordinator()</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">Checks whether local node is coordinator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#isLocked-java.lang.Object-">isLocked(Object)</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">Checks if any node owns a lock for this key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteLock.html#isLocked--">isLocked()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteLock.html" title="interface in org.apache.ignite">IgniteLock</a></dt>
<dd>
<div class="block">Queries if this lock is held by any thread on any node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#isLockedByThread-java.lang.Object-">isLockedByThread(Object)</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">Checks if current thread owns a lock on this key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/java/JavaLoggerFileHandler.html#isLoggable-java.util.logging.LogRecord-">isLoggable(LogRecord)</a></span> - Method in class org.apache.ignite.logger.java.<a href="org/apache/ignite/logger/java/JavaLoggerFileHandler.html" title="class in org.apache.ignite.logger.java">JavaLoggerFileHandler</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryBasicIdMapper.html#isLowerCase--">isLowerCase()</a></span> - Method in 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">Gets whether to use strings in lower case or not.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/maintenance/MaintenanceRegistry.html#isMaintenanceMode--">isMaintenanceMode()</a></span> - Method in interface org.apache.ignite.maintenance.<a href="org/apache/ignite/maintenance/MaintenanceRegistry.html" title="interface in org.apache.ignite.maintenance">MaintenanceRegistry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#isManagementEnabled--">isManagementEnabled()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">Checks whether management is enabled on this cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#isManagementEnabled--">isManagementEnabled()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Checks whether management is enabled on this cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#isManagementEnabled--">isManagementEnabled()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#isMarshalLocalJobs--">isMarshalLocalJobs()</a></span> - Method 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">If this flag is set to <code>true</code>, jobs mapped to local node will be
marshalled as if it was remote node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ContinuousQueryView.html#isMessaging--">isMessaging()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ContinuousQueryView.html" title="class in org.apache.ignite.spi.systemview.view">ContinuousQueryView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataRegionConfiguration.html#isMetricsEnabled--">isMetricsEnabled()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataRegionConfiguration.html" title="class in org.apache.ignite.configuration">DataRegionConfiguration</a></dt>
<dd>
<div class="block">Gets whether memory metrics are enabled by default on node startup.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#isMetricsEnabled--">isMetricsEnabled()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Gets flag indicating whether persistence metrics collection is enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/MemoryPolicyConfiguration.html#isMetricsEnabled--">isMetricsEnabled()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/MemoryPolicyConfiguration.html" title="class in org.apache.ignite.configuration">MemoryPolicyConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets whether memory metrics are enabled by default on node startup.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#isMetricsEnabled--">isMetricsEnabled()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets flag indicating whether persistence metrics collection is enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoverySpiCustomMessage.html#isMutable--">isMutable()</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>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/CacheEvent.html#isNear--">isNear()</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 flag indicating whether event happened on <code>near</code> or <code>partitioned</code> cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#isNearCacheEnabled--">isNearCacheEnabled()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#isNodeInBaseline--">isNodeInBaseline()</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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Check the <a href="org/apache/ignite/spi/metric/ReadOnlyMetricRegistry.html" title="interface in org.apache.ignite.spi.metric"><code>ReadOnlyMetricRegistry</code></a> with "name=ignite.isNodeInBaseline" instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ConnectorConfiguration.html#isNoDelay--">isNoDelay()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ConnectorConfiguration</a></dt>
<dd>
<div class="block">Gets flag indicating whether <code>TCP_NODELAY</code> option should be set for accepted client connections.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiAdapter.html#isNodeStopping--">isNodeStopping()</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="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html#isNumeric--">isNumeric()</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">Matrix</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/MatrixStorage.html#isNumeric--">isNumeric()</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/MatrixStorage.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">MatrixStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#isNumeric--">isNumeric()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#isNumeric--">isNumeric()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/DenseVectorStorage.html#isNumeric--">isNumeric()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/DenseVectorStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">DenseVectorStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/SparseVectorStorage.html#isNumeric--">isNumeric()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/SparseVectorStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">SparseVectorStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorizedViewMatrixStorage.html#isNumeric--">isNumeric()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorizedViewMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">VectorizedViewMatrixStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorViewStorage.html#isNumeric--">isNumeric()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorViewStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">VectorViewStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/StorageOpsMetrics.html#isNumeric--">isNumeric()</a></span> - Method in interface org.apache.ignite.ml.math.<a href="org/apache/ignite/ml/math/StorageOpsMetrics.html" title="interface in org.apache.ignite.ml.math">StorageOpsMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html#isOdbcEnabled--">isOdbcEnabled()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ClientConnectorConfiguration</a></dt>
<dd>
<div class="block">Gets whether access through ODBC is enabled.</div>
</dd>
<dt><a href="org/apache/ignite/spi/discovery/isolated/IsolatedDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.isolated"><span class="typeNameLink">IsolatedDiscoverySpi</span></a> - Class in <a href="org/apache/ignite/spi/discovery/isolated/package-summary.html">org.apache.ignite.spi.discovery.isolated</a></dt>
<dd>
<div class="block">Special discovery SPI implementation to start a single-node cluster in "isolated" mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/isolated/IsolatedDiscoverySpi.html#IsolatedDiscoverySpi--">IsolatedDiscoverySpi()</a></span> - Constructor for class org.apache.ignite.spi.discovery.isolated.<a href="org/apache/ignite/spi/discovery/isolated/IsolatedDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.isolated">IsolatedDiscoverySpi</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/spi/discovery/isolated/IsolatedNode.html" title="class in org.apache.ignite.spi.discovery.isolated"><span class="typeNameLink">IsolatedNode</span></a> - Class in <a href="org/apache/ignite/spi/discovery/isolated/package-summary.html">org.apache.ignite.spi.discovery.isolated</a></dt>
<dd>
<div class="block">Special isolated node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/isolated/IsolatedNode.html#IsolatedNode-java.util.UUID-java.util.Map-org.apache.ignite.lang.IgniteProductVersion-">IsolatedNode(UUID, Map<span class='angle_bracket'>&lt;</span>String, Object<span class='angle_bracket'>&gt;</span>, IgniteProductVersion)</a></span> - Constructor for class org.apache.ignite.spi.discovery.isolated.<a href="org/apache/ignite/spi/discovery/isolated/IsolatedNode.html" title="class in org.apache.ignite.spi.discovery.isolated">IsolatedNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/TransactionView.html#isolation--">isolation()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/TransactionView.html" title="class in org.apache.ignite.spi.systemview.view">TransactionView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/transactions/Transaction.html#isolation--">isolation()</a></span> - Method in interface org.apache.ignite.transactions.<a href="org/apache/ignite/transactions/Transaction.html" title="interface in org.apache.ignite.transactions">Transaction</a></dt>
<dd>
<div class="block">Cache transaction isolation level.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#isOnheapCacheEnabled--">isOnheapCacheEnabled()</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#isOnheapCacheEnabled--">isOnheapCacheEnabled()</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>
<dd>
<div class="block">Checks if the on-heap cache is enabled for the off-heap based page memory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#isOnheapCacheEnabled--">isOnheapCacheEnabled()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/osgi/IgniteOsgiUtils.html#isOsgi--">isOsgi()</a></span> - Static method in class org.apache.ignite.osgi.<a href="org/apache/ignite/osgi/IgniteOsgiUtils.html" title="class in org.apache.ignite.osgi">IgniteOsgiUtils</a></dt>
<dd>
<div class="block">Returns whether we are running in an OSGi environment.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConfiguration.html#isPartitionAwarenessEnabled--">isPartitionAwarenessEnabled()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration">ClientConfiguration</a></dt>
<dd>
<div class="block">Gets a value indicating whether partition awareness should be enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#isPeerClassLoadingEnabled--">isPeerClassLoadingEnabled()</a></span> - Method 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">Returns <code>true</code> if peer class loading is enabled, <code>false</code>
otherwise.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#isPeerClassLoadingEnabled--">isPeerClassLoadingEnabled()</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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Check the <a href="org/apache/ignite/spi/metric/ReadOnlyMetricRegistry.html" title="interface in org.apache.ignite.spi.metric"><code>ReadOnlyMetricRegistry</code></a> with "name=ignite.isPeerClassLoadingEnabled" instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataRegionConfiguration.html#isPersistenceEnabled--">isPersistenceEnabled()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataRegionConfiguration.html" title="class in org.apache.ignite.configuration">DataRegionConfiguration</a></dt>
<dd>
<div class="block">Gets whether persistence is enabled for this data region.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#isPersistentStoreEnabled--">isPersistentStoreEnabled()</a></span> - Method 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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Part of legacy configuration API. Doesn't work if new configuration API is used.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/loadbalancing/roundrobin/RoundRobinLoadBalancingSpi.html#isPerTask--">isPerTask()</a></span> - Method in class org.apache.ignite.spi.loadbalancing.roundrobin.<a href="org/apache/ignite/spi/loadbalancing/roundrobin/RoundRobinLoadBalancingSpi.html" title="class in org.apache.ignite.spi.loadbalancing.roundrobin">RoundRobinLoadBalancingSpi</a></dt>
<dd>
<div class="block">See <a href="org/apache/ignite/spi/loadbalancing/roundrobin/RoundRobinLoadBalancingSpi.html#setPerTask-boolean-"><code>RoundRobinLoadBalancingSpi.setPerTask(boolean)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/loadbalancing/roundrobin/RoundRobinLoadBalancingSpiMBean.html#isPerTask--">isPerTask()</a></span> - Method in interface org.apache.ignite.spi.loadbalancing.roundrobin.<a href="org/apache/ignite/spi/loadbalancing/roundrobin/RoundRobinLoadBalancingSpiMBean.html" title="interface in org.apache.ignite.spi.loadbalancing.roundrobin">RoundRobinLoadBalancingSpiMBean</a></dt>
<dd>
<div class="block">Configuration parameter indicating whether a new round robin order should be
created for every task.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlIndexView.html#isPk--">isPk()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlIndexView.html" title="class in org.apache.ignite.spi.systemview.view">SqlIndexView</a></dt>
<dd>
<div class="block">Returns boolean value which indicates whether this index is for primary key or not.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/common/CassandraHelper.html#isPreparedStatementClusterError-java.lang.Throwable-">isPreparedStatementClusterError(Throwable)</a></span> - Static method in class org.apache.ignite.cache.store.cassandra.common.<a href="org/apache/ignite/cache/store/cassandra/common/CassandraHelper.html" title="class in org.apache.ignite.cache.store.cassandra.common">CassandraHelper</a></dt>
<dd>
<div class="block">Checks if Cassandra error occur because of prepared statement created in one session was used in another session.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/affinity/Affinity.html#isPrimary-org.apache.ignite.cluster.ClusterNode-K-">isPrimary(ClusterNode, 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">Returns <code>true</code> if given node is the primary node for given key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/PartitionStateView.html#isPrimary--">isPrimary()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/PartitionStateView.html" title="class in org.apache.ignite.spi.systemview.view">PartitionStateView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/affinity/Affinity.html#isPrimaryOrBackup-org.apache.ignite.cluster.ClusterNode-K-">isPrimaryOrBackup(ClusterNode, 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">Returns <code>true</code> if local node is primary or one of the backup nodes
This method is essentially equivalent to calling
<i>"<a href="org/apache/ignite/cache/affinity/Affinity.html#isPrimary-org.apache.ignite.cluster.ClusterNode-K-"><code>Affinity.isPrimary(ClusterNode, Object)</code></a> || <a href="org/apache/ignite/cache/affinity/Affinity.html#isBackup-org.apache.ignite.cluster.ClusterNode-K-"><code>Affinity.isBackup(ClusterNode, Object)</code></a>)"</i>,
however it is more efficient as it makes both checks at once.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/development/utils/IgniteWalConverterArguments.html#isPrintStat--">isPrintStat()</a></span> - Method in class org.apache.ignite.development.utils.<a href="org/apache/ignite/development/utils/IgniteWalConverterArguments.html" title="class in org.apache.ignite.development.utils">IgniteWalConverterArguments</a></dt>
<dd>
<div class="block">Write summary statistics for WAL.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ContinuousQueryView.html#isQuery--">isQuery()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ContinuousQueryView.html" title="class in org.apache.ignite.spi.systemview.view">ContinuousQueryView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteLogger.html#isQuiet--">isQuiet()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteLogger.html" title="interface in org.apache.ignite">IgniteLogger</a></dt>
<dd>
<div class="block">Tests whether Logger is in "Quiet mode".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/java/JavaLogger.html#isQuiet--">isQuiet()</a></span> - Method in class org.apache.ignite.logger.java.<a href="org/apache/ignite/logger/java/JavaLogger.html" title="class in org.apache.ignite.logger.java">JavaLogger</a></dt>
<dd>
<div class="block">Tests whether Logger is in "Quiet mode".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/jcl/JclLogger.html#isQuiet--">isQuiet()</a></span> - Method in class org.apache.ignite.logger.jcl.<a href="org/apache/ignite/logger/jcl/JclLogger.html" title="class in org.apache.ignite.logger.jcl">JclLogger</a></dt>
<dd>
<div class="block">Tests whether Logger is in "Quiet mode".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j/Log4JLogger.html#isQuiet--">isQuiet()</a></span> - 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">Tests whether Logger is in "Quiet mode".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j2/Log4J2Logger.html#isQuiet--">isQuiet()</a></span> - Method in class org.apache.ignite.logger.log4j2.<a href="org/apache/ignite/logger/log4j2/Log4J2Logger.html" title="class in org.apache.ignite.logger.log4j2">Log4J2Logger</a></dt>
<dd>
<div class="block">Tests whether Logger is in "Quiet mode".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/NullLogger.html#isQuiet--">isQuiet()</a></span> - Method in class org.apache.ignite.logger.<a href="org/apache/ignite/logger/NullLogger.html" title="class in org.apache.ignite.logger">NullLogger</a></dt>
<dd>
<div class="block">Tests whether Logger is in "Quiet mode".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/slf4j/Slf4jLogger.html#isQuiet--">isQuiet()</a></span> - Method in class org.apache.ignite.logger.slf4j.<a href="org/apache/ignite/logger/slf4j/Slf4jLogger.html" title="class in org.apache.ignite.logger.slf4j">Slf4jLogger</a></dt>
<dd>
<div class="block">Tests whether Logger is in "Quiet mode".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#isReadFromBackup--">isReadFromBackup()</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>
<div class="block">Gets flag indicating whether data can be read from backup.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#isReadFromBackup--">isReadFromBackup()</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>
<dd>
<div class="block">Gets flag indicating whether data can be read from backup.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#isReadFromBackup--">isReadFromBackup()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PojoFieldAccessor.html#isReadOnly--">isReadOnly()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/PojoFieldAccessor.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">PojoFieldAccessor</a></dt>
<dd>
<div class="block">Indicates if it's read-only field.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#isReadThrough--">isReadThrough()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">Determines if a <code>Cache</code> should operate in read-through mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#isReadThrough--">isReadThrough()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Determines if a <code>Cache</code> should operate in read-through mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#isReadThrough--">isReadThrough()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#isRebalanceEnabled--">isRebalanceEnabled()</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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Check the <a href="org/apache/ignite/spi/metric/ReadOnlyMetricRegistry.html" title="interface in org.apache.ignite.spi.metric"><code>ReadOnlyMetricRegistry</code></a> with "name=ignite.isRebalanceEnabled" instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SqlFieldsQuery.html#isReplicatedOnly--">isReplicatedOnly()</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SqlFieldsQuery.html" title="class in org.apache.ignite.cache.query">SqlFieldsQuery</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">No longer used as of Apache Ignite 2.8.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SqlQuery.html#isReplicatedOnly--">isReplicatedOnly()</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SqlQuery.html" title="class in org.apache.ignite.cache.query">SqlQuery</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">No longer used as of Apache Ignite 2.8.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#isReplicatedOnly--">isReplicatedOnly()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/transactions/Transaction.html#isRollbackOnly--">isRollbackOnly()</a></span> - Method in interface org.apache.ignite.transactions.<a href="org/apache/ignite/transactions/Transaction.html" title="interface in org.apache.ignite.transactions">Transaction</a></dt>
<dd>
<div class="block">If transaction was marked as rollback-only.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteClientSpringBean.html#isRunning--">isRunning()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteClientSpringBean.html" title="class in org.apache.ignite">IgniteClientSpringBean</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/scheduler/SchedulerFuture.html#isRunning--">isRunning()</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">Returns <code>true</code> if scheduled task is currently running.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html#isRunningOnPipeline">isRunningOnPipeline</a></span> - Variable in class org.apache.ignite.ml.selection.cv.<a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html" title="class in org.apache.ignite.ml.selection.cv">AbstractCrossValidation</a></dt>
<dd>
<div class="block">Execution over the pipeline or the chain of preprocessors and separate trainer, otherwise.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html#isRunningOnPipeline-boolean-">isRunningOnPipeline(boolean)</a></span> - Method in class org.apache.ignite.ml.selection.cv.<a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html" title="class in org.apache.ignite.ml.selection.cv">AbstractCrossValidation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/TcpDiscoveryIpFinder.html#isShared--">isShared()</a></span> - Method in interface org.apache.ignite.spi.discovery.tcp.ipfinder.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/TcpDiscoveryIpFinder.html" title="interface in org.apache.ignite.spi.discovery.tcp.ipfinder">TcpDiscoveryIpFinder</a></dt>
<dd>
<div class="block">Checks whether IP finder is shared or not.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/TcpDiscoveryIpFinderAdapter.html#isShared--">isShared()</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/TcpDiscoveryIpFinderAdapter.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder">TcpDiscoveryIpFinderAdapter</a></dt>
<dd>
<div class="block">Checks whether IP finder is shared or not.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheGroupView.html#isShared--">isShared()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheGroupView.html" title="class in org.apache.ignite.spi.systemview.view">CacheGroupView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/StripedExecutorMXBean.html#isShutdown--">isShutdown()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/StripedExecutorMXBean.html" title="interface in org.apache.ignite.mxbean">StripedExecutorMXBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ThreadPoolMXBean.html#isShutdown--">isShutdown()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ThreadPoolMXBean.html" title="interface in org.apache.ignite.mxbean">ThreadPoolMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Returns <code>true</code> if this executor has been shut down.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/thread/IgniteStripedThreadPoolExecutor.html#isShutdown--">isShutdown()</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="memberNameLink"><a href="org/apache/ignite/binary/BinaryBasicNameMapper.html#isSimpleName--">isSimpleName()</a></span> - Method in 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">Gets whether to use simple name of class or not.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteReflectionFactory.html#isSingleton--">isSingleton()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/IgniteReflectionFactory.html" title="class in org.apache.ignite.configuration">IgniteReflectionFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/development/utils/IgniteWalConverterArguments.html#isSkipCrc--">isSkipCrc()</a></span> - Method in class org.apache.ignite.development.utils.<a href="org/apache/ignite/development/utils/IgniteWalConverterArguments.html" title="class in org.apache.ignite.development.utils">IgniteWalConverterArguments</a></dt>
<dd>
<div class="block">Skip CRC calculation/check flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#isSkipReducerOnUpdate--">isSkipReducerOnUpdate()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html#isSqlEscapeAll--">isSqlEscapeAll()</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">If <code>true</code> all the SQL table and field names will be escaped with double quotes like
({@code "tableName"."</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcPojoStoreFactory.html#isSqlEscapeAll--">isSqlEscapeAll()</a></span> - Method in 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>
<div class="block">If <code>true</code> all the SQL table and field names will be escaped with double quotes like
({@code "tableName"."</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#isSqlEscapeAll--">isSqlEscapeAll()</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#isSqlEscapeAll--">isSqlEscapeAll()</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>
<dd>
<div class="block">If <code>true</code> all the SQL table and field names will be escaped with double quotes like
({@code "tableName"."</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#isSqlEscapeAll--">isSqlEscapeAll()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#isSqlOnheapCacheEnabled--">isSqlOnheapCacheEnabled()</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>
<dd>
<div class="block">Gets whether SQL on-heap cache is enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#isSqlOnheapCacheEnabled--">isSqlOnheapCacheEnabled()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html#isSslClientAuth--">isSslClientAuth()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ClientConnectorConfiguration</a></dt>
<dd>
<div class="block">Gets a flag indicating whether or not remote clients will be required to have a valid SSL certificate which
validity will be verified with trust manager.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ConnectorConfiguration.html#isSslClientAuth--">isSslClientAuth()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ConnectorConfiguration</a></dt>
<dd>
<div class="block">Gets a flag indicating whether or not remote clients will be required to have a valid SSL certificate which
validity will be verified with trust manager.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html#isSslEnabled--">isSslEnabled()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ClientConnectorConfiguration</a></dt>
<dd>
<div class="block">Whether secure socket layer should be enabled on client connector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ConnectorConfiguration.html#isSslEnabled--">isSslEnabled()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ConnectorConfiguration</a></dt>
<dd>
<div class="block">Whether secure socket layer should be enabled on binary rest server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConfiguration.html#isSslTrustAll--">isSslTrustAll()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration">ClientConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#isSslTrustAll--">isSslTrustAll()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dd>
<div class="block">Gets trust any server certificate flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ComputeJobView.html#isStarted--">isStarted()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ComputeJobView.html" title="class in org.apache.ignite.spi.systemview.view">ComputeJobView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html#isStarvationPreventionEnabled--">isStarvationPreventionEnabled()</a></span> - Method in class org.apache.ignite.spi.collision.priorityqueue.<a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html" title="class in org.apache.ignite.spi.collision.priorityqueue">PriorityQueueCollisionSpi</a></dt>
<dd>
<div class="block">Gets flag indicating whether job starvation prevention is enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpiMBean.html#isStarvationPreventionEnabled--">isStarvationPreventionEnabled()</a></span> - Method in interface org.apache.ignite.spi.collision.priorityqueue.<a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpiMBean.html" title="interface in org.apache.ignite.spi.collision.priorityqueue">PriorityQueueCollisionSpiMBean</a></dt>
<dd>
<div class="block">Gets flag indicating whether job starvation prevention is enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#isStatisticsEnabled--">isStatisticsEnabled()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">Checks whether statistics collection is enabled in this cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#isStatisticsEnabled--">isStatisticsEnabled()</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#isStatisticsEnabled--">isStatisticsEnabled()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Checks whether statistics collection is enabled in this cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#isStatisticsEnabled--">isStatisticsEnabled()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpi.html#isStealingEnabled--">isStealingEnabled()</a></span> - Method 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">See <a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpi.html#setStealingEnabled-boolean-"><code>JobStealingCollisionSpi.setStealingEnabled(boolean)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpiMBean.html#isStealingEnabled--">isStealingEnabled()</a></span> - Method in interface org.apache.ignite.spi.collision.jobstealing.<a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpiMBean.html" title="interface in org.apache.ignite.spi.collision.jobstealing">JobStealingCollisionSpiMBean</a></dt>
<dd>
<div class="block">Gets flag indicating whether this node should attempt to steal jobs
from other nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiContext.html#isStopping--">isStopping()</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="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#isStoreByValue--">isStoreByValue()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">Whether storeByValue <code>true</code> or storeByReference <code>false</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#isStoreByValue--">isStoreByValue()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Whether storeByValue <code>true</code> or storeByReference <code>false</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#isStoreKeepBinary--">isStoreKeepBinary()</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>
<dd>
<div class="block">Flag indicating that <a href="org/apache/ignite/cache/store/CacheStore.html" title="interface in org.apache.ignite.cache.store"><code>CacheStore</code></a> implementation
is working with binary objects instead of Java objects.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#isStoreKeepBinary--">isStoreKeepBinary()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterStartNodeResult.html#isSuccess--">isSuccess()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterStartNodeResult.html" title="interface in org.apache.ignite.cluster">ClusterStartNodeResult</a></dt>
<dd>
<div class="block">Gets result of success or failure.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CachingProvider.html#isSupported-javax.cache.configuration.OptionalFeature-">isSupported(OptionalFeature)</a></span> - Method in class org.apache.ignite.cache.<a href="org/apache/ignite/cache/CachingProvider.html" title="class in org.apache.ignite.cache">CachingProvider</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/marshaller/MarshallerContext.html#isSystemType-java.lang.String-">isSystemType(String)</a></span> - Method in interface org.apache.ignite.marshaller.<a href="org/apache/ignite/marshaller/MarshallerContext.html" title="interface in org.apache.ignite.marshaller">MarshallerContext</a></dt>
<dd>
<div class="block">Checks whether the given type is a system one - JDK class or Ignite class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/common/CassandraHelper.html#isTableAbsenceError-java.lang.Throwable-">isTableAbsenceError(Throwable)</a></span> - Static method in class org.apache.ignite.cache.store.cassandra.common.<a href="org/apache/ignite/cache/store/cassandra/common/CassandraHelper.html" title="class in org.apache.ignite.cache.store.cassandra.common">CassandraHelper</a></dt>
<dd>
<div class="block">Checks if Cassandra table absence error occur.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConfiguration.html#isTcpNoDelay--">isTcpNoDelay()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration">ClientConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html#isTcpNoDelay--">isTcpNoDelay()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ClientConnectorConfiguration</a></dt>
<dd>
<div class="block">Get TCP NO_DELAY flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/SqlConnectorConfiguration.html#isTcpNoDelay--">isTcpNoDelay()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/SqlConnectorConfiguration.html" title="class in org.apache.ignite.configuration">SqlConnectorConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Get TCP NO_DELAY flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#isTcpNoDelay--">isTcpNoDelay()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html#isTcpNoDelay--">isTcpNoDelay()</a></span> - Method in interface org.apache.ignite.spi.communication.tcp.<a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html" title="interface in org.apache.ignite.spi.communication.tcp">TcpCommunicationSpiMBean</a></dt>
<dd>
<div class="block">Gets value for <code>TCP_NODELAY</code> socket option.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/StripedExecutorMXBean.html#isTerminated--">isTerminated()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/StripedExecutorMXBean.html" title="interface in org.apache.ignite.mxbean">StripedExecutorMXBean</a></dt>
<dd>
<div class="block">Note that
<code>isTerminated()</code> is never <code>true</code> unless either <code>shutdown()</code> or
<code>shutdownNow()</code> was called first.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ThreadPoolMXBean.html#isTerminated--">isTerminated()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ThreadPoolMXBean.html" title="interface in org.apache.ignite.mxbean">ThreadPoolMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Returns <code>true</code> if all tasks have completed following shut down.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/thread/IgniteStripedThreadPoolExecutor.html#isTerminated--">isTerminated()</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="memberNameLink"><a href="org/apache/ignite/mxbean/ThreadPoolMXBean.html#isTerminating--">isTerminating()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ThreadPoolMXBean.html" title="interface in org.apache.ignite.mxbean">ThreadPoolMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Returns <code>true</code> if this executor is in the process of terminating after
<code>shutdown()</code> or <code>shutdownNow()</code> but has not completely terminated.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html#isThinClientEnabled--">isThinClientEnabled()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ClientConnectorConfiguration</a></dt>
<dd>
<div class="block">Gets whether access through thin client is enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ComputeJobView.html#isTimedOut--">isTimedOut()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ComputeJobView.html" title="class in org.apache.ignite.spi.systemview.view">ComputeJobView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteLogger.html#isTraceEnabled--">isTraceEnabled()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteLogger.html" title="interface in org.apache.ignite">IgniteLogger</a></dt>
<dd>
<div class="block">Tests whether <code>trace</code> level is enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/java/JavaLogger.html#isTraceEnabled--">isTraceEnabled()</a></span> - Method in class org.apache.ignite.logger.java.<a href="org/apache/ignite/logger/java/JavaLogger.html" title="class in org.apache.ignite.logger.java">JavaLogger</a></dt>
<dd>
<div class="block">Tests whether <code>trace</code> level is enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/jcl/JclLogger.html#isTraceEnabled--">isTraceEnabled()</a></span> - Method in class org.apache.ignite.logger.jcl.<a href="org/apache/ignite/logger/jcl/JclLogger.html" title="class in org.apache.ignite.logger.jcl">JclLogger</a></dt>
<dd>
<div class="block">Tests whether <code>trace</code> level is enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j/Log4JLogger.html#isTraceEnabled--">isTraceEnabled()</a></span> - 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">Tests whether <code>trace</code> level is enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j2/Log4J2Logger.html#isTraceEnabled--">isTraceEnabled()</a></span> - Method in class org.apache.ignite.logger.log4j2.<a href="org/apache/ignite/logger/log4j2/Log4J2Logger.html" title="class in org.apache.ignite.logger.log4j2">Log4J2Logger</a></dt>
<dd>
<div class="block">Tests whether <code>trace</code> level is enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/NullLogger.html#isTraceEnabled--">isTraceEnabled()</a></span> - Method in class org.apache.ignite.logger.<a href="org/apache/ignite/logger/NullLogger.html" title="class in org.apache.ignite.logger">NullLogger</a></dt>
<dd>
<div class="block">Tests whether <code>trace</code> level is enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/slf4j/Slf4jLogger.html#isTraceEnabled--">isTraceEnabled()</a></span> - Method in class org.apache.ignite.logger.slf4j.<a href="org/apache/ignite/logger/slf4j/Slf4jLogger.html" title="class in org.apache.ignite.logger.slf4j">Slf4jLogger</a></dt>
<dd>
<div class="block">Tests whether <code>trace</code> level is enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/WrappedPreparedStatement.html#isTracing--">isTracing()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.session.<a href="org/apache/ignite/cache/store/cassandra/session/WrappedPreparedStatement.html" title="class in org.apache.ignite.cache.store.cassandra.session">WrappedPreparedStatement</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/TransactionConfiguration.html#isTxSerializableEnabled--">isTxSerializableEnabled()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/TransactionConfiguration.html" title="class in org.apache.ignite.configuration">TransactionConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlIndexView.html#isUnique--">isUnique()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlIndexView.html" title="class in org.apache.ignite.spi.systemview.view">SqlIndexView</a></dt>
<dd>
<div class="block">Returns boolean value which indicates whether this index is unique or not.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/gmm/GmmTrainer.html#isUpdateable-org.apache.ignite.ml.clustering.gmm.GmmModel-">isUpdateable(GmmModel)</a></span> - Method in class org.apache.ignite.ml.clustering.gmm.<a href="org/apache/ignite/ml/clustering/gmm/GmmTrainer.html" title="class in org.apache.ignite.ml.clustering.gmm">GmmTrainer</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/kmeans/KMeansTrainer.html#isUpdateable-org.apache.ignite.ml.clustering.kmeans.KMeansModel-">isUpdateable(KMeansModel)</a></span> - Method in class org.apache.ignite.ml.clustering.kmeans.<a href="org/apache/ignite/ml/clustering/kmeans/KMeansTrainer.html" title="class in org.apache.ignite.ml.clustering.kmeans">KMeansTrainer</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/bagging/BaggedTrainer.html#isUpdateable-org.apache.ignite.ml.composition.bagging.BaggedModel-">isUpdateable(BaggedModel)</a></span> - Method in class org.apache.ignite.ml.composition.bagging.<a href="org/apache/ignite/ml/composition/bagging/BaggedTrainer.html" title="class in org.apache.ignite.ml.composition.bagging">BaggedTrainer</a></dt>
<dd>
<div class="block">This method is never called, instead of constructing logic of update from
<a href="org/apache/ignite/ml/trainers/DatasetTrainer.html#updateModel-M-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-"><code>DatasetTrainer.updateModel(M, org.apache.ignite.ml.dataset.DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, org.apache.ignite.ml.preprocessing.Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</code></a>
in this class we explicitly override update method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/GDBTrainer.html#isUpdateable-org.apache.ignite.ml.composition.boosting.GDBModel-">isUpdateable(GDBModel)</a></span> - Method in class org.apache.ignite.ml.composition.boosting.<a href="org/apache/ignite/ml/composition/boosting/GDBTrainer.html" title="class in org.apache.ignite.ml.composition.boosting">GDBTrainer</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/combinators/parallel/TrainersParallelComposition.html#isUpdateable-org.apache.ignite.ml.IgniteModel-">isUpdateable(IgniteModel<span class='angle_bracket'>&lt;</span>I, List<span class='angle_bracket'>&lt;</span>O<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.composition.combinators.parallel.<a href="org/apache/ignite/ml/composition/combinators/parallel/TrainersParallelComposition.html" title="class in org.apache.ignite.ml.composition.combinators.parallel">TrainersParallelComposition</a></dt>
<dd>
<div class="block">This method is never called, instead of constructing logic of update from <a href="org/apache/ignite/ml/trainers/DatasetTrainer.html#isUpdateable-M-"><code>DatasetTrainer.isUpdateable(M)</code></a> and
<a href="org/apache/ignite/ml/trainers/DatasetTrainer.html#updateModel-M-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-"><code>DatasetTrainer.updateModel(M, org.apache.ignite.ml.dataset.DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, org.apache.ignite.ml.preprocessing.Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</code></a> in this class we explicitly override update method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html#isUpdateable-org.apache.ignite.ml.composition.combinators.sequential.ModelsSequentialComposition-">isUpdateable(ModelsSequentialComposition<span class='angle_bracket'>&lt;</span>I, O1, O2<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.composition.combinators.sequential.<a href="org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html" title="class in org.apache.ignite.ml.composition.combinators.sequential">TrainersSequentialComposition</a></dt>
<dd>
<div class="block">This method is never called, instead of constructing logic of update from
<a href="org/apache/ignite/ml/trainers/DatasetTrainer.html#isUpdateable-M-"><code>DatasetTrainer.isUpdateable(M)</code></a> and
<a href="org/apache/ignite/ml/trainers/DatasetTrainer.html#updateModel-M-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-"><code>DatasetTrainer.updateModel(M, org.apache.ignite.ml.dataset.DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, org.apache.ignite.ml.preprocessing.Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</code></a>
in this class we explicitly override update method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html#isUpdateable-org.apache.ignite.ml.composition.stacking.StackedModel-">isUpdateable(StackedModel<span class='angle_bracket'>&lt;</span>IS, IA, O, AM<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.composition.stacking.<a href="org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="class in org.apache.ignite.ml.composition.stacking">StackedDatasetTrainer</a></dt>
<dd>
<div class="block">This method is never called, instead of constructing logic of update from
<a href="org/apache/ignite/ml/trainers/DatasetTrainer.html#isUpdateable-M-"><code>DatasetTrainer.isUpdateable(M)</code></a> and
<a href="org/apache/ignite/ml/trainers/DatasetTrainer.html#updateModel-M-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-"><code>DatasetTrainer.updateModel(M, org.apache.ignite.ml.dataset.DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, org.apache.ignite.ml.preprocessing.Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</code></a>
in this class we explicitly override update method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/ann/ANNClassificationTrainer.html#isUpdateable-org.apache.ignite.ml.knn.ann.ANNClassificationModel-">isUpdateable(ANNClassificationModel)</a></span> - Method in class org.apache.ignite.ml.knn.ann.<a href="org/apache/ignite/ml/knn/ann/ANNClassificationTrainer.html" title="class in org.apache.ignite.ml.knn.ann">ANNClassificationTrainer</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/KNNTrainer.html#isUpdateable-M-">isUpdateable(M)</a></span> - Method in class org.apache.ignite.ml.knn.<a href="org/apache/ignite/ml/knn/KNNTrainer.html" title="class in org.apache.ignite.ml.knn">KNNTrainer</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/multiclass/OneVsRestTrainer.html#isUpdateable-org.apache.ignite.ml.multiclass.MultiClassModel-">isUpdateable(MultiClassModel<span class='angle_bracket'>&lt;</span>M<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.multiclass.<a href="org/apache/ignite/ml/multiclass/OneVsRestTrainer.html" title="class in org.apache.ignite.ml.multiclass">OneVsRestTrainer</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/compound/CompoundNaiveBayesTrainer.html#isUpdateable-org.apache.ignite.ml.naivebayes.compound.CompoundNaiveBayesModel-">isUpdateable(CompoundNaiveBayesModel)</a></span> - Method in class org.apache.ignite.ml.naivebayes.compound.<a href="org/apache/ignite/ml/naivebayes/compound/CompoundNaiveBayesTrainer.html" title="class in org.apache.ignite.ml.naivebayes.compound">CompoundNaiveBayesTrainer</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/discrete/DiscreteNaiveBayesTrainer.html#isUpdateable-org.apache.ignite.ml.naivebayes.discrete.DiscreteNaiveBayesModel-">isUpdateable(DiscreteNaiveBayesModel)</a></span> - Method in class org.apache.ignite.ml.naivebayes.discrete.<a href="org/apache/ignite/ml/naivebayes/discrete/DiscreteNaiveBayesTrainer.html" title="class in org.apache.ignite.ml.naivebayes.discrete">DiscreteNaiveBayesTrainer</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/gaussian/GaussianNaiveBayesTrainer.html#isUpdateable-org.apache.ignite.ml.naivebayes.gaussian.GaussianNaiveBayesModel-">isUpdateable(GaussianNaiveBayesModel)</a></span> - Method in class org.apache.ignite.ml.naivebayes.gaussian.<a href="org/apache/ignite/ml/naivebayes/gaussian/GaussianNaiveBayesTrainer.html" title="class in org.apache.ignite.ml.naivebayes.gaussian">GaussianNaiveBayesTrainer</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/MLPTrainer.html#isUpdateable-org.apache.ignite.ml.nn.MultilayerPerceptron-">isUpdateable(MultilayerPerceptron)</a></span> - Method in class org.apache.ignite.ml.nn.<a href="org/apache/ignite/ml/nn/MLPTrainer.html" title="class in org.apache.ignite.ml.nn">MLPTrainer</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/linear/LinearRegressionLSQRTrainer.html#isUpdateable-org.apache.ignite.ml.regressions.linear.LinearRegressionModel-">isUpdateable(LinearRegressionModel)</a></span> - Method in class org.apache.ignite.ml.regressions.linear.<a href="org/apache/ignite/ml/regressions/linear/LinearRegressionLSQRTrainer.html" title="class in org.apache.ignite.ml.regressions.linear">LinearRegressionLSQRTrainer</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/linear/LinearRegressionSGDTrainer.html#isUpdateable-org.apache.ignite.ml.regressions.linear.LinearRegressionModel-">isUpdateable(LinearRegressionModel)</a></span> - Method in class org.apache.ignite.ml.regressions.linear.<a href="org/apache/ignite/ml/regressions/linear/LinearRegressionSGDTrainer.html" title="class in org.apache.ignite.ml.regressions.linear">LinearRegressionSGDTrainer</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionSGDTrainer.html#isUpdateable-org.apache.ignite.ml.regressions.logistic.LogisticRegressionModel-">isUpdateable(LogisticRegressionModel)</a></span> - Method in class org.apache.ignite.ml.regressions.logistic.<a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionSGDTrainer.html" title="class in org.apache.ignite.ml.regressions.logistic">LogisticRegressionSGDTrainer</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/svm/SVMLinearClassificationTrainer.html#isUpdateable-org.apache.ignite.ml.svm.SVMLinearClassificationModel-">isUpdateable(SVMLinearClassificationModel)</a></span> - Method in class org.apache.ignite.ml.svm.<a href="org/apache/ignite/ml/svm/SVMLinearClassificationTrainer.html" title="class in org.apache.ignite.ml.svm">SVMLinearClassificationTrainer</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/trainers/AdaptableDatasetTrainer.html#isUpdateable-org.apache.ignite.ml.trainers.AdaptableDatasetModel-">isUpdateable(AdaptableDatasetModel<span class='angle_bracket'>&lt;</span>I, O, IW, OW, M<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.trainers.<a href="org/apache/ignite/ml/trainers/AdaptableDatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">AdaptableDatasetTrainer</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/trainers/DatasetTrainer.html#isUpdateable-M-">isUpdateable(M)</a></span> - Method in class org.apache.ignite.ml.trainers.<a href="org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/DecisionTreeTrainer.html#isUpdateable-org.apache.ignite.ml.tree.DecisionTreeModel-">isUpdateable(DecisionTreeModel)</a></span> - Method in class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/DecisionTreeTrainer.html" title="class in org.apache.ignite.ml.tree">DecisionTreeTrainer</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/RandomForestTrainer.html#isUpdateable-org.apache.ignite.ml.tree.randomforest.RandomForestModel-">isUpdateable(RandomForestModel)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.<a href="org/apache/ignite/ml/tree/randomforest/RandomForestTrainer.html" title="class in org.apache.ignite.ml.tree.randomforest">RandomForestTrainer</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/loadbalancing/adaptive/AdaptiveCpuLoadProbe.html#isUseAverage--">isUseAverage()</a></span> - Method in 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">Gets flag indicating whether to use average CPU load vs. current.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/loadbalancing/adaptive/AdaptiveJobCountLoadProbe.html#isUseAverage--">isUseAverage()</a></span> - Method in 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">Gets flag indicating whether to use average job counts vs. current.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/loadbalancing/adaptive/AdaptiveProcessingTimeLoadProbe.html#isUseAverage--">isUseAverage()</a></span> - Method in 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">Gets flag indicating whether to use average execution time vs. current.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html#isUseIgniteSslContextFactory--">isUseIgniteSslContextFactory()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ClientConnectorConfiguration</a></dt>
<dd>
<div class="block">Gets whether to use Ignite SSL context factory configured through
<a href="org/apache/ignite/configuration/IgniteConfiguration.html#getSslContextFactory--"><code>IgniteConfiguration.getSslContextFactory()</code></a> if <a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html#getSslContextFactory--"><code>ClientConnectorConfiguration.getSslContextFactory()</code></a> is not set.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/TransactionConfiguration.html#isUseJtaSynchronization--">isUseJtaSynchronization()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/TransactionConfiguration.html" title="class in org.apache.ignite.configuration">TransactionConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html#isUsePairedConnections--">isUsePairedConnections()</a></span> - Method in interface org.apache.ignite.spi.communication.tcp.<a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html" title="interface in org.apache.ignite.spi.communication.tcp">TcpCommunicationSpiMBean</a></dt>
<dd>
<div class="block">Returns <code>true</code> if <code>TcpCommunicationSpi</code> should
maintain connection for outgoing and incoming messages separately.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/loadbalancing/adaptive/AdaptiveCpuLoadProbe.html#isUseProcessors--">isUseProcessors()</a></span> - Method in 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">Gets flag indicating whether to use average CPU load vs. current
(default is <code>true</code>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/loadbalancing/weightedrandom/WeightedRandomLoadBalancingSpi.html#isUseWeights--">isUseWeights()</a></span> - Method in class org.apache.ignite.spi.loadbalancing.weightedrandom.<a href="org/apache/ignite/spi/loadbalancing/weightedrandom/WeightedRandomLoadBalancingSpi.html" title="class in org.apache.ignite.spi.loadbalancing.weightedrandom">WeightedRandomLoadBalancingSpi</a></dt>
<dd>
<div class="block">See <a href="org/apache/ignite/spi/loadbalancing/weightedrandom/WeightedRandomLoadBalancingSpi.html#setUseWeights-boolean-"><code>WeightedRandomLoadBalancingSpi.setUseWeights(boolean)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/loadbalancing/weightedrandom/WeightedRandomLoadBalancingSpiMBean.html#isUseWeights--">isUseWeights()</a></span> - Method in interface org.apache.ignite.spi.loadbalancing.weightedrandom.<a href="org/apache/ignite/spi/loadbalancing/weightedrandom/WeightedRandomLoadBalancingSpiMBean.html" title="interface in org.apache.ignite.spi.loadbalancing.weightedrandom">WeightedRandomLoadBalancingSpiMBean</a></dt>
<dd>
<div class="block">Checks whether node weights are considered when doing
random load balancing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/boosting/GDBBinaryClassifierOnTreesTrainer.html#isUsingIdx--">isUsingIdx()</a></span> - Method in class org.apache.ignite.ml.tree.boosting.<a href="org/apache/ignite/ml/tree/boosting/GDBBinaryClassifierOnTreesTrainer.html" title="class in org.apache.ignite.ml.tree.boosting">GDBBinaryClassifierOnTreesTrainer</a></dt>
<dd>
<div class="block">Get the using index structure property instead of using sorting during the learning process.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/boosting/GDBRegressionOnTreesTrainer.html#isUsingIdx--">isUsingIdx()</a></span> - Method in class org.apache.ignite.ml.tree.boosting.<a href="org/apache/ignite/ml/tree/boosting/GDBRegressionOnTreesTrainer.html" title="class in org.apache.ignite.ml.tree.boosting">GDBRegressionOnTreesTrainer</a></dt>
<dd>
<div class="block">Get the using index structure property instead of using sorting during the learning process.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/SqlConfiguration.html#isValidationEnabled--">isValidationEnabled()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/SqlConfiguration.html" title="class in org.apache.ignite.configuration">SqlConfiguration</a></dt>
<dd>
<div class="block">Is key & value validation enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#isValidForReading--">isValidForReading()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">Checks whether cache topology is valid for read operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#isValidForReading--">isValidForReading()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Checks whether cache topology is valid for read operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#isValidForWriting--">isValidForWriting()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">Checks whether cache topology is valid for write operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#isValidForWriting--">isValidForWriting()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Checks whether cache topology is valid for write operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/segmentation/SegmentationResolver.html#isValidSegment--">isValidSegment()</a></span> - Method in interface org.apache.ignite.plugin.segmentation.<a href="org/apache/ignite/plugin/segmentation/SegmentationResolver.html" title="interface in org.apache.ignite.plugin.segmentation">SegmentationResolver</a></dt>
<dd>
<div class="block">Checks whether segment is valid.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#isWaitForSegmentOnStart--">isWaitForSegmentOnStart()</a></span> - Method 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">Gets wait for segment on startup flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#isWalCompactionEnabled--">isWalCompactionEnabled()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCluster.html#isWalEnabled-java.lang.String-">isWalEnabled(String)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCluster.html" title="interface in org.apache.ignite.client">ClientCluster</a></dt>
<dd>
<div class="block">Checks if write-ahead logging is enabled for specified cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCluster.html#isWalEnabled-java.lang.String-">isWalEnabled(String)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCluster.html" title="interface in org.apache.ignite">IgniteCluster</a></dt>
<dd>
<div class="block">Checks if write-ahead logging is enabled for specified cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#isWalHistorySizeParameterUsed--">isWalHistorySizeParameterUsed()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">If WalHistorySize was set by user will use this parameter for compatibility.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/ann/KNNModelFormat.html#isWeighted--">isWeighted()</a></span> - Method in class org.apache.ignite.ml.knn.ann.<a href="org/apache/ignite/ml/knn/ann/KNNModelFormat.html" title="class in org.apache.ignite.ml.knn.ann">KNNModelFormat</a></dt>
<dd>
<div class="block">Weighted or not.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/NNClassificationModel.html#isWeighted--">isWeighted()</a></span> - Method in class org.apache.ignite.ml.knn.<a href="org/apache/ignite/ml/knn/NNClassificationModel.html" title="class in org.apache.ignite.ml.knn">NNClassificationModel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/CacheStoreSession.html#isWithinTransaction--">isWithinTransaction()</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">Returns <code>true</code> if performing store operation within a transaction,
<code>false</code> otherwise.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/plugin/MLPluginConfiguration.html#isWithMdlDescStorage--">isWithMdlDescStorage()</a></span> - Method in class org.apache.ignite.ml.util.plugin.<a href="org/apache/ignite/ml/util/plugin/MLPluginConfiguration.html" title="class in org.apache.ignite.ml.util.plugin">MLPluginConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/plugin/MLPluginConfiguration.html#isWithMdlStorage--">isWithMdlStorage()</a></span> - Method in class org.apache.ignite.ml.util.plugin.<a href="org/apache/ignite/ml/util/plugin/MLPluginConfiguration.html" title="class in org.apache.ignite.ml.util.plugin">MLPluginConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#isWrapperFor-java.lang.Class-">isWrapperFor(Class<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#isWriteBehindEnabled--">isWriteBehindEnabled()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">Returns <code>true</code> if write-behind is enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#isWriteBehindEnabled--">isWriteBehindEnabled()</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>
<dd>
<div class="block">Flag indicating whether Ignite should use write-behind behaviour for the cache store.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#isWriteBehindEnabled--">isWriteBehindEnabled()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Returns <code>true</code> if write-behind is enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#isWriteBehindEnabled--">isWriteBehindEnabled()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#isWriteThrottlingEnabled--">isWriteThrottlingEnabled()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Gets flag indicating whether write throttling is enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#isWriteThrottlingEnabled--">isWriteThrottlingEnabled()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets flag indicating whether write throttling is enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#isWriteThrough--">isWriteThrough()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">Determines if a <code>Cache</code> should operate in "write-through"
mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#isWriteThrough--">isWriteThrough()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Determines if a <code>Cache</code> should operate in "write-through"
mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#isWriteThrough--">isWriteThrough()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#isZero-double-">isZero(double)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Tests if given value is considered a zero value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/isolve/lsqr/AbstractLSQR.html#iter-double-double:A-">iter(double, double[])</a></span> - Method in class org.apache.ignite.ml.math.isolve.lsqr.<a href="org/apache/ignite/ml/math/isolve/lsqr/AbstractLSQR.html" title="class in org.apache.ignite.ml.math.isolve.lsqr">AbstractLSQR</a></dt>
<dd>
<div class="block">Perform LSQR iteration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/isolve/lsqr/LSQROnHeap.html#iter-double-double:A-">iter(double, double[])</a></span> - Method in class org.apache.ignite.ml.math.isolve.lsqr.<a href="org/apache/ignite/ml/math/isolve/lsqr/LSQROnHeap.html" title="class in org.apache.ignite.ml.math.isolve.lsqr">LSQROnHeap</a></dt>
<dd>
<div class="block">Perform LSQR iteration.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/isolve/IterativeSolverResult.html" title="class in org.apache.ignite.ml.math.isolve"><span class="typeNameLink">IterativeSolverResult</span></a> - Class in <a href="org/apache/ignite/ml/math/isolve/package-summary.html">org.apache.ignite.ml.math.isolve</a></dt>
<dd>
<div class="block">Base class for iterative solver results.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/isolve/IterativeSolverResult.html#IterativeSolverResult-double:A-int-">IterativeSolverResult(double[], int)</a></span> - Constructor for class org.apache.ignite.ml.math.isolve.<a href="org/apache/ignite/ml/math/isolve/IterativeSolverResult.html" title="class in org.apache.ignite.ml.math.isolve">IterativeSolverResult</a></dt>
<dd>
<div class="block">Constructs a new instance of iterative solver result.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#iterator--">iterator()</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/BulkLoadContextCursor.html#iterator--">iterator()</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/BulkLoadContextCursor.html" title="class in org.apache.ignite.cache.query">BulkLoadContextCursor</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteQueue.html#iterator--">iterator()</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="memberNameLink"><a href="org/apache/ignite/IgniteSet.html#iterator--">iterator()</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="memberNameLink"><a href="org/apache/ignite/lang/IgniteBiTuple.html#iterator--">iterator()</a></span> - Method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteBiTuple.html" title="class in org.apache.ignite.lang">IgniteBiTuple</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteUuid.html#iterator--">iterator()</a></span> - Method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteUuid.html" title="class in org.apache.ignite.lang">IgniteUuid</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/impl/bootstrapping/BootstrappedDatasetPartition.html#iterator--">iterator()</a></span> - Method in class org.apache.ignite.ml.dataset.impl.bootstrapping.<a href="org/apache/ignite/ml/dataset/impl/bootstrapping/BootstrappedDatasetPartition.html" title="class in org.apache.ignite.ml.dataset.impl.bootstrapping">BootstrappedDatasetPartition</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/storage/descriptor/IgniteModelDescriptorStorage.html#iterator--">iterator()</a></span> - Method in class org.apache.ignite.ml.inference.storage.descriptor.<a href="org/apache/ignite/ml/inference/storage/descriptor/IgniteModelDescriptorStorage.html" title="class in org.apache.ignite.ml.inference.storage.descriptor">IgniteModelDescriptorStorage</a></dt>
<dd>
<div class="block">Returns iterator of model descriptors stored in this model descriptor storage.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/storage/descriptor/LocalModelDescriptorStorage.html#iterator--">iterator()</a></span> - Method in class org.apache.ignite.ml.inference.storage.descriptor.<a href="org/apache/ignite/ml/inference/storage/descriptor/LocalModelDescriptorStorage.html" title="class in org.apache.ignite.ml.inference.storage.descriptor">LocalModelDescriptorStorage</a></dt>
<dd>
<div class="block">Returns iterator of model descriptors stored in this model descriptor storage.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/storage/descriptor/ModelDescriptorStorage.html#iterator--">iterator()</a></span> - Method in interface org.apache.ignite.ml.inference.storage.descriptor.<a href="org/apache/ignite/ml/inference/storage/descriptor/ModelDescriptorStorage.html" title="interface in org.apache.ignite.ml.inference.storage.descriptor">ModelDescriptorStorage</a></dt>
<dd>
<div class="block">Returns iterator of model descriptors stored in this model descriptor storage.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/cursor/CacheBasedLabelPairCursor.html#iterator--">iterator()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.cursor.<a href="org/apache/ignite/ml/selection/scoring/cursor/CacheBasedLabelPairCursor.html" title="class in org.apache.ignite.ml.selection.scoring.cursor">CacheBasedLabelPairCursor</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/cursor/LocalLabelPairCursor.html#iterator--">iterator()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.cursor.<a href="org/apache/ignite/ml/selection/scoring/cursor/LocalLabelPairCursor.html" title="class in org.apache.ignite.ml.selection.scoring.cursor">LocalLabelPairCursor</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/FiltrableSystemView.html#iterator-java.util.Map-">iterator(Map<span class='angle_bracket'>&lt;</span>String, Object<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/FiltrableSystemView.html" title="interface in org.apache.ignite.spi.systemview.view">FiltrableSystemView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/dataset/impl/cache/util/IteratorWithConcurrentModificationChecker.html" title="class in org.apache.ignite.ml.dataset.impl.cache.util"><span class="typeNameLink">IteratorWithConcurrentModificationChecker</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/dataset/impl/cache/util/IteratorWithConcurrentModificationChecker.html" title="type parameter in IteratorWithConcurrentModificationChecker">T</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/dataset/impl/cache/util/package-summary.html">org.apache.ignite.ml.dataset.impl.cache.util</a></dt>
<dd>
<div class="block">Iterator wrapper that checks if number of entries in iterator is equal to expected.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/impl/cache/util/IteratorWithConcurrentModificationChecker.html#IteratorWithConcurrentModificationChecker-java.util.Iterator-long-java.lang.String-">IteratorWithConcurrentModificationChecker(Iterator<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>, long, String)</a></span> - Constructor for class org.apache.ignite.ml.dataset.impl.cache.util.<a href="org/apache/ignite/ml/dataset/impl/cache/util/IteratorWithConcurrentModificationChecker.html" title="class in org.apache.ignite.ml.dataset.impl.cache.util">IteratorWithConcurrentModificationChecker</a></dt>
<dd>
<div class="block">Constructs a new instance of iterator checked wrapper.</div>
</dd>
</dl>
<a name="I:J">
<!-- -->
</a>
<h2 class="title">J</h2>
<dl>
<dt><a href="org/apache/ignite/ml/math/distances/JaccardIndex.html" title="class in org.apache.ignite.ml.math.distances"><span class="typeNameLink">JaccardIndex</span></a> - Class in <a href="org/apache/ignite/ml/math/distances/package-summary.html">org.apache.ignite.ml.math.distances</a></dt>
<dd>
<div class="block">Calculates <code>J = |A \cap B| / |A \cup B| </code> (Jaccard index) distance between two points.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/distances/JaccardIndex.html#JaccardIndex--">JaccardIndex()</a></span> - Constructor for class org.apache.ignite.ml.math.distances.<a href="org/apache/ignite/ml/math/distances/JaccardIndex.html" title="class in org.apache.ignite.ml.math.distances">JaccardIndex</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/inference/json/JacksonHelper.html" title="class in org.apache.ignite.ml.inference.json"><span class="typeNameLink">JacksonHelper</span></a> - Class in <a href="org/apache/ignite/ml/inference/json/package-summary.html">org.apache.ignite.ml.inference.json</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/json/JacksonHelper.html#JacksonHelper--">JacksonHelper()</a></span> - Constructor for class org.apache.ignite.ml.inference.json.<a href="org/apache/ignite/ml/inference/json/JacksonHelper.html" title="class in org.apache.ignite.ml.inference.json">JacksonHelper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/utils/IgniteYarnUtils.html#JAR_NAME">JAR_NAME</a></span> - Static variable in class org.apache.ignite.yarn.utils.<a href="org/apache/ignite/yarn/utils/IgniteYarnUtils.html" title="class in org.apache.ignite.yarn.utils">IgniteYarnUtils</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/logger/java/JavaLogger.html" title="class in org.apache.ignite.logger.java"><span class="typeNameLink">JavaLogger</span></a> - Class in <a href="org/apache/ignite/logger/java/package-summary.html">org.apache.ignite.logger.java</a></dt>
<dd>
<div class="block">Logger to use with Java logging.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/java/JavaLogger.html#JavaLogger--">JavaLogger()</a></span> - Constructor for class org.apache.ignite.logger.java.<a href="org/apache/ignite/logger/java/JavaLogger.html" title="class in org.apache.ignite.logger.java">JavaLogger</a></dt>
<dd>
<div class="block">Creates new logger.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/java/JavaLogger.html#JavaLogger-boolean-">JavaLogger(boolean)</a></span> - Constructor for class org.apache.ignite.logger.java.<a href="org/apache/ignite/logger/java/JavaLogger.html" title="class in org.apache.ignite.logger.java">JavaLogger</a></dt>
<dd>
<div class="block">Creates new logger.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/java/JavaLogger.html#JavaLogger-java.util.logging.Logger-">JavaLogger(Logger)</a></span> - Constructor for class org.apache.ignite.logger.java.<a href="org/apache/ignite/logger/java/JavaLogger.html" title="class in org.apache.ignite.logger.java">JavaLogger</a></dt>
<dd>
<div class="block">Creates new logger with given implementation.</div>
</dd>
<dt><a href="org/apache/ignite/logger/java/JavaLoggerFileHandler.html" title="class in org.apache.ignite.logger.java"><span class="typeNameLink">JavaLoggerFileHandler</span></a> - Class in <a href="org/apache/ignite/logger/java/package-summary.html">org.apache.ignite.logger.java</a></dt>
<dd>
<div class="block">File logging handler which skips all the messages until node ID is set.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/java/JavaLoggerFileHandler.html#JavaLoggerFileHandler--">JavaLoggerFileHandler()</a></span> - Constructor for class org.apache.ignite.logger.java.<a href="org/apache/ignite/logger/java/JavaLoggerFileHandler.html" title="class in org.apache.ignite.logger.java">JavaLoggerFileHandler</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/logger/java/JavaLoggerFormatter.html" title="class in org.apache.ignite.logger.java"><span class="typeNameLink">JavaLoggerFormatter</span></a> - Class in <a href="org/apache/ignite/logger/java/package-summary.html">org.apache.ignite.logger.java</a></dt>
<dd>
<div class="block">Formatter for JUL logger.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/java/JavaLoggerFormatter.html#JavaLoggerFormatter--">JavaLoggerFormatter()</a></span> - Constructor for 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>&nbsp;</dd>
<dt><a href="org/apache/ignite/cache/store/cassandra/serializer/JavaSerializer.html" title="class in org.apache.ignite.cache.store.cassandra.serializer"><span class="typeNameLink">JavaSerializer</span></a> - Class in <a href="org/apache/ignite/cache/store/cassandra/serializer/package-summary.html">org.apache.ignite.cache.store.cassandra.serializer</a></dt>
<dd>
<div class="block">Serializer based on standard Java serialization.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/serializer/JavaSerializer.html#JavaSerializer--">JavaSerializer()</a></span> - Constructor for class org.apache.ignite.cache.store.cassandra.serializer.<a href="org/apache/ignite/cache/store/cassandra/serializer/JavaSerializer.html" title="class in org.apache.ignite.cache.store.cassandra.serializer">JavaSerializer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/logger/jcl/JclLogger.html" title="class in org.apache.ignite.logger.jcl"><span class="typeNameLink">JclLogger</span></a> - Class in <a href="org/apache/ignite/logger/jcl/package-summary.html">org.apache.ignite.logger.jcl</a></dt>
<dd>
<div class="block">This logger wraps any JCL (<a target=_blank href="http://jakarta.apache.org/commons/logging/">Jakarta Commons Logging</a>)
loggers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/jcl/JclLogger.html#JclLogger--">JclLogger()</a></span> - Constructor for class org.apache.ignite.logger.jcl.<a href="org/apache/ignite/logger/jcl/JclLogger.html" title="class in org.apache.ignite.logger.jcl">JclLogger</a></dt>
<dd>
<div class="block">Creates new logger.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/jcl/JclLogger.html#JclLogger-org.apache.commons.logging.Log-">JclLogger(Log)</a></span> - Constructor for class org.apache.ignite.logger.jcl.<a href="org/apache/ignite/logger/jcl/JclLogger.html" title="class in org.apache.ignite.logger.jcl">JclLogger</a></dt>
<dd>
<div class="block">Creates new logger with given implementation.</div>
</dd>
<dt><a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.jdbc"><span class="typeNameLink">JdbcCheckpointSpi</span></a> - Class in <a href="org/apache/ignite/spi/checkpoint/jdbc/package-summary.html">org.apache.ignite.spi.checkpoint.jdbc</a></dt>
<dd>
<div class="block">This class defines JDBC checkpoint SPI implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html#JdbcCheckpointSpi--">JdbcCheckpointSpi()</a></span> - Constructor for class org.apache.ignite.spi.checkpoint.jdbc.<a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.jdbc">JdbcCheckpointSpi</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpiMBean.html" title="interface in org.apache.ignite.spi.checkpoint.jdbc"><span class="typeNameLink">JdbcCheckpointSpiMBean</span></a> - Interface in <a href="org/apache/ignite/spi/checkpoint/jdbc/package-summary.html">org.apache.ignite.spi.checkpoint.jdbc</a></dt>
<dd>
<div class="block">Management bean that provides general administrative and configuration information
about jdbc checkpoint SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcDriver.html#jdbcCompliant--">jdbcCompliant()</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="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDriver.html#jdbcCompliant--">jdbcCompliant()</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><a href="org/apache/ignite/cache/store/jdbc/dialect/JdbcDialect.html" title="interface in org.apache.ignite.cache.store.jdbc.dialect"><span class="typeNameLink">JdbcDialect</span></a> - Interface 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">Represents a dialect of SQL implemented by a particular RDBMS.</div>
</dd>
<dt><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/jdbc/JdbcIpFinderDialect.html" title="interface in org.apache.ignite.spi.discovery.tcp.ipfinder.jdbc"><span class="typeNameLink">JdbcIpFinderDialect</span></a> - Interface 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">SQL dialect to use 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><a href="org/apache/ignite/cache/store/jdbc/JdbcType.html" title="class in org.apache.ignite.cache.store.jdbc"><span class="typeNameLink">JdbcType</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">Description for type that could be stored into database by store.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/JdbcType.html#JdbcType--">JdbcType()</a></span> - Constructor for class org.apache.ignite.cache.store.jdbc.<a href="org/apache/ignite/cache/store/jdbc/JdbcType.html" title="class in org.apache.ignite.cache.store.jdbc">JdbcType</a></dt>
<dd>
<div class="block">Empty constructor (all values are initialized to their defaults).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/JdbcType.html#JdbcType-org.apache.ignite.cache.store.jdbc.JdbcType-">JdbcType(JdbcType)</a></span> - Constructor for class org.apache.ignite.cache.store.jdbc.<a href="org/apache/ignite/cache/store/jdbc/JdbcType.html" title="class in org.apache.ignite.cache.store.jdbc">JdbcType</a></dt>
<dd>
<div class="block">Copy constructor.</div>
</dd>
<dt><a href="org/apache/ignite/cache/store/jdbc/JdbcTypeDefaultHasher.html" title="class in org.apache.ignite.cache.store.jdbc"><span class="typeNameLink">JdbcTypeDefaultHasher</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">Default implementation of <a href="org/apache/ignite/cache/store/jdbc/JdbcTypeHasher.html" title="interface in org.apache.ignite.cache.store.jdbc"><code>JdbcTypeHasher</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/JdbcTypeDefaultHasher.html#JdbcTypeDefaultHasher--">JdbcTypeDefaultHasher()</a></span> - Constructor for class org.apache.ignite.cache.store.jdbc.<a href="org/apache/ignite/cache/store/jdbc/JdbcTypeDefaultHasher.html" title="class in org.apache.ignite.cache.store.jdbc">JdbcTypeDefaultHasher</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/cache/store/jdbc/JdbcTypeField.html" title="class in org.apache.ignite.cache.store.jdbc"><span class="typeNameLink">JdbcTypeField</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">Description of how field declared in database and in cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/JdbcTypeField.html#JdbcTypeField--">JdbcTypeField()</a></span> - Constructor for class org.apache.ignite.cache.store.jdbc.<a href="org/apache/ignite/cache/store/jdbc/JdbcTypeField.html" title="class in org.apache.ignite.cache.store.jdbc">JdbcTypeField</a></dt>
<dd>
<div class="block">Default constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/JdbcTypeField.html#JdbcTypeField-int-java.lang.String-java.lang.Class-java.lang.String-">JdbcTypeField(int, String, Class<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>, String)</a></span> - Constructor for class org.apache.ignite.cache.store.jdbc.<a href="org/apache/ignite/cache/store/jdbc/JdbcTypeField.html" title="class in org.apache.ignite.cache.store.jdbc">JdbcTypeField</a></dt>
<dd>
<div class="block">Full constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/JdbcTypeField.html#JdbcTypeField-org.apache.ignite.cache.store.jdbc.JdbcTypeField-">JdbcTypeField(JdbcTypeField)</a></span> - Constructor for class org.apache.ignite.cache.store.jdbc.<a href="org/apache/ignite/cache/store/jdbc/JdbcTypeField.html" title="class in org.apache.ignite.cache.store.jdbc">JdbcTypeField</a></dt>
<dd>
<div class="block">Copy constructor.</div>
</dd>
<dt><a href="org/apache/ignite/cache/store/jdbc/JdbcTypeHasher.html" title="interface in org.apache.ignite.cache.store.jdbc"><span class="typeNameLink">JdbcTypeHasher</span></a> - Interface in <a href="org/apache/ignite/cache/store/jdbc/package-summary.html">org.apache.ignite.cache.store.jdbc</a></dt>
<dd>
<div class="block">API for implementing custom hashing logic for binary objects on server side.</div>
</dd>
<dt><a href="org/apache/ignite/cache/store/jdbc/JdbcTypesDefaultTransformer.html" title="class in org.apache.ignite.cache.store.jdbc"><span class="typeNameLink">JdbcTypesDefaultTransformer</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">Default implementation of <a href="org/apache/ignite/cache/store/jdbc/JdbcTypesTransformer.html" title="interface in org.apache.ignite.cache.store.jdbc"><code>JdbcTypesTransformer</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/JdbcTypesDefaultTransformer.html#JdbcTypesDefaultTransformer--">JdbcTypesDefaultTransformer()</a></span> - Constructor for class org.apache.ignite.cache.store.jdbc.<a href="org/apache/ignite/cache/store/jdbc/JdbcTypesDefaultTransformer.html" title="class in org.apache.ignite.cache.store.jdbc">JdbcTypesDefaultTransformer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/cache/store/jdbc/JdbcTypesTransformer.html" title="interface in org.apache.ignite.cache.store.jdbc"><span class="typeNameLink">JdbcTypesTransformer</span></a> - Interface in <a href="org/apache/ignite/cache/store/jdbc/package-summary.html">org.apache.ignite.cache.store.jdbc</a></dt>
<dd>
<div class="block">API for implementing custom mapping logic for loaded from store data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/marshaller/MarshallerUtils.html#JDK_CLS_NAMES_FILE">JDK_CLS_NAMES_FILE</a></span> - Static variable in class org.apache.ignite.marshaller.<a href="org/apache/ignite/marshaller/MarshallerUtils.html" title="class in org.apache.ignite.marshaller">MarshallerUtils</a></dt>
<dd>
<div class="block">Jdk class names file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#JDK_INFO_DESC">JDK_INFO_DESC</a></span> - Static variable 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><a href="org/apache/ignite/marshaller/jdk/JdkMarshaller.html" title="class in org.apache.ignite.marshaller.jdk"><span class="typeNameLink">JdkMarshaller</span></a> - Class in <a href="org/apache/ignite/marshaller/jdk/package-summary.html">org.apache.ignite.marshaller.jdk</a></dt>
<dd>
<div class="block">Implementation of <a href="org/apache/ignite/marshaller/Marshaller.html" title="interface in org.apache.ignite.marshaller"><code>Marshaller</code></a> based on JDK serialization mechanism.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/marshaller/jdk/JdkMarshaller.html#JdkMarshaller--">JdkMarshaller()</a></span> - Constructor for class org.apache.ignite.marshaller.jdk.<a href="org/apache/ignite/marshaller/jdk/JdkMarshaller.html" title="class in org.apache.ignite.marshaller.jdk">JdkMarshaller</a></dt>
<dd>
<div class="block">Default constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/marshaller/jdk/JdkMarshaller.html#JdkMarshaller-org.apache.ignite.lang.IgnitePredicate-">JdkMarshaller(IgnitePredicate<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.marshaller.jdk.<a href="org/apache/ignite/marshaller/jdk/JdkMarshaller.html" title="class in org.apache.ignite.marshaller.jdk">JdkMarshaller</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/marshaller/MarshallerContext.html#jdkMarshaller--">jdkMarshaller()</a></span> - Method in interface org.apache.ignite.marshaller.<a href="org/apache/ignite/marshaller/MarshallerContext.html" title="interface in org.apache.ignite.marshaller">MarshallerContext</a></dt>
<dd>
<div class="block">Returns JDK marshaller instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/marshaller/MarshallerUtils.html#jdkMarshaller-java.lang.String-">jdkMarshaller(String)</a></span> - Static method in class org.apache.ignite.marshaller.<a href="org/apache/ignite/marshaller/MarshallerUtils.html" title="class in org.apache.ignite.marshaller">MarshallerUtils</a></dt>
<dd>
<div class="block">Create JDK marshaller with provided node name.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/distances/JensenShannonDistance.html" title="class in org.apache.ignite.ml.math.distances"><span class="typeNameLink">JensenShannonDistance</span></a> - Class in <a href="org/apache/ignite/ml/math/distances/package-summary.html">org.apache.ignite.ml.math.distances</a></dt>
<dd>
<div class="block">Calculates the JensenShannonDistance distance between two points.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/distances/JensenShannonDistance.html#JensenShannonDistance--">JensenShannonDistance()</a></span> - Constructor for class org.apache.ignite.ml.math.distances.<a href="org/apache/ignite/ml/math/distances/JensenShannonDistance.html" title="class in org.apache.ignite.ml.math.distances">JensenShannonDistance</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/distances/JensenShannonDistance.html#JensenShannonDistance-java.lang.Double-">JensenShannonDistance(Double)</a></span> - Constructor for class org.apache.ignite.ml.math.distances.<a href="org/apache/ignite/ml/math/distances/JensenShannonDistance.html" title="class in org.apache.ignite.ml.math.distances">JensenShannonDistance</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/mesos/resource/JettyServer.html" title="class in org.apache.ignite.mesos.resource"><span class="typeNameLink">JettyServer</span></a> - Class in <a href="org/apache/ignite/mesos/resource/package-summary.html">org.apache.ignite.mesos.resource</a></dt>
<dd>
<div class="block">Embedded jetty server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/resource/JettyServer.html#JettyServer--">JettyServer()</a></span> - Constructor for class org.apache.ignite.mesos.resource.<a href="org/apache/ignite/mesos/resource/JettyServer.html" title="class in org.apache.ignite.mesos.resource">JettyServer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#jmvOpts--">jmvOpts()</a></span> - Method in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/spi/metric/jmx/JmxMetricExporterSpi.html" title="class in org.apache.ignite.spi.metric.jmx"><span class="typeNameLink">JmxMetricExporterSpi</span></a> - Class in <a href="org/apache/ignite/spi/metric/jmx/package-summary.html">org.apache.ignite.spi.metric.jmx</a></dt>
<dd>
<div class="block">Overview
Ignite provides this built-in implementation of <a href="org/apache/ignite/spi/metric/MetricExporterSpi.html" title="interface in org.apache.ignite.spi.metric"><code>MetricExporterSpi</code></a> it exports metrics as JMX beans.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/metric/jmx/JmxMetricExporterSpi.html#JmxMetricExporterSpi--">JmxMetricExporterSpi()</a></span> - Constructor for class org.apache.ignite.spi.metric.jmx.<a href="org/apache/ignite/spi/metric/jmx/JmxMetricExporterSpi.html" title="class in org.apache.ignite.spi.metric.jmx">JmxMetricExporterSpi</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/resources/JobContextResource.html" title="annotation in org.apache.ignite.resources"><span class="typeNameLink">JobContextResource</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 <a href="org/apache/ignite/compute/ComputeJobContext.html" title="interface in org.apache.ignite.compute"><code>ComputeJobContext</code></a> instance.</div>
</dd>
<dt><a href="org/apache/ignite/events/JobEvent.html" title="class in org.apache.ignite.events"><span class="typeNameLink">JobEvent</span></a> - Class in <a href="org/apache/ignite/events/package-summary.html">org.apache.ignite.events</a></dt>
<dd>
<div class="block">Grid job event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/JobEvent.html#JobEvent--">JobEvent()</a></span> - Constructor for class org.apache.ignite.events.<a href="org/apache/ignite/events/JobEvent.html" title="class in org.apache.ignite.events">JobEvent</a></dt>
<dd>
<div class="block">No-arg constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/JobEvent.html#JobEvent-org.apache.ignite.cluster.ClusterNode-java.lang.String-int-">JobEvent(ClusterNode, String, int)</a></span> - Constructor for class org.apache.ignite.events.<a href="org/apache/ignite/events/JobEvent.html" title="class in org.apache.ignite.events">JobEvent</a></dt>
<dd>
<div class="block">Creates job event with given parameters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/JobEvent.html#jobId--">jobId()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/JobEvent.html" title="class in org.apache.ignite.events">JobEvent</a></dt>
<dd>
<div class="block">Gets job ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/JobEvent.html#jobId-org.apache.ignite.lang.IgniteUuid-">jobId(IgniteUuid)</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/JobEvent.html" title="class in org.apache.ignite.events">JobEvent</a></dt>
<dd>
<div class="block">Sets job ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ComputeTaskView.html#jobId--">jobId()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ComputeTaskView.html" title="class in org.apache.ignite.spi.systemview.view">ComputeTaskView</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/spi/systemview/view/ComputeTaskView.html#id--"><code>ComputeTaskView.id()</code></a> or <a href="org/apache/ignite/spi/systemview/view/ComputeTaskView.html#sessionId--"><code>ComputeTaskView.sessionId()</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/marshaller/MarshallerUtils.html#jobReceiverVersion-org.apache.ignite.lang.IgniteProductVersion-">jobReceiverVersion(IgniteProductVersion)</a></span> - Static method in class org.apache.ignite.marshaller.<a href="org/apache/ignite/marshaller/MarshallerUtils.html" title="class in org.apache.ignite.marshaller">MarshallerUtils</a></dt>
<dd>
<div class="block">Sets thread local job receiver node version.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/marshaller/MarshallerUtils.html#jobReceiverVersion--">jobReceiverVersion()</a></span> - Static method in class org.apache.ignite.marshaller.<a href="org/apache/ignite/marshaller/MarshallerUtils.html" title="class in org.apache.ignite.marshaller">MarshallerUtils</a></dt>
<dd>
<div class="block">Returns thread local job receiver node version.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/marshaller/MarshallerUtils.html#jobSenderVersion-org.apache.ignite.lang.IgniteProductVersion-">jobSenderVersion(IgniteProductVersion)</a></span> - Static method in class org.apache.ignite.marshaller.<a href="org/apache/ignite/marshaller/MarshallerUtils.html" title="class in org.apache.ignite.marshaller">MarshallerUtils</a></dt>
<dd>
<div class="block">Sets thread local job sender node version.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/marshaller/MarshallerUtils.html#jobSenderVersion--">jobSenderVersion()</a></span> - Static method in class org.apache.ignite.marshaller.<a href="org/apache/ignite/marshaller/MarshallerUtils.html" title="class in org.apache.ignite.marshaller">MarshallerUtils</a></dt>
<dd>
<div class="block">Returns thread local job sender node version.</div>
</dd>
<dt><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpi.html" title="class in org.apache.ignite.spi.collision.jobstealing"><span class="typeNameLink">JobStealingCollisionSpi</span></a> - Class in <a href="org/apache/ignite/spi/collision/jobstealing/package-summary.html">org.apache.ignite.spi.collision.jobstealing</a></dt>
<dd>
<div class="block">Collision SPI that supports job stealing from over-utilized nodes to
under-utilized nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpi.html#JobStealingCollisionSpi--">JobStealingCollisionSpi()</a></span> - Constructor for 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>&nbsp;</dd>
<dt><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpiMBean.html" title="interface in org.apache.ignite.spi.collision.jobstealing"><span class="typeNameLink">JobStealingCollisionSpiMBean</span></a> - Interface in <a href="org/apache/ignite/spi/collision/jobstealing/package-summary.html">org.apache.ignite.spi.collision.jobstealing</a></dt>
<dd>
<div class="block">Management MBean for job stealing based collision SPI.</div>
</dd>
<dt><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingDisabled.html" title="annotation in org.apache.ignite.spi.collision.jobstealing"><span class="typeNameLink">JobStealingDisabled</span></a> - Annotation Type in <a href="org/apache/ignite/spi/collision/jobstealing/package-summary.html">org.apache.ignite.spi.collision.jobstealing</a></dt>
<dd>
<div class="block">This annotation disables job stealing if corresponding feature is configured.</div>
</dd>
<dt><a href="org/apache/ignite/spi/failover/jobstealing/JobStealingFailoverSpi.html" title="class in org.apache.ignite.spi.failover.jobstealing"><span class="typeNameLink">JobStealingFailoverSpi</span></a> - Class in <a href="org/apache/ignite/spi/failover/jobstealing/package-summary.html">org.apache.ignite.spi.failover.jobstealing</a></dt>
<dd>
<div class="block">Job stealing failover SPI needs to always be used in conjunction with
<a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpi.html" title="class in org.apache.ignite.spi.collision.jobstealing"><code>JobStealingCollisionSpi</code></a> SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/failover/jobstealing/JobStealingFailoverSpi.html#JobStealingFailoverSpi--">JobStealingFailoverSpi()</a></span> - Constructor for class org.apache.ignite.spi.failover.jobstealing.<a href="org/apache/ignite/spi/failover/jobstealing/JobStealingFailoverSpi.html" title="class in org.apache.ignite.spi.failover.jobstealing">JobStealingFailoverSpi</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/spi/failover/jobstealing/JobStealingFailoverSpiMBean.html" title="interface in org.apache.ignite.spi.failover.jobstealing"><span class="typeNameLink">JobStealingFailoverSpiMBean</span></a> - Interface in <a href="org/apache/ignite/spi/failover/jobstealing/package-summary.html">org.apache.ignite.spi.failover.jobstealing</a></dt>
<dd>
<div class="block">Management bean for <a href="org/apache/ignite/spi/failover/jobstealing/JobStealingFailoverSpi.html" title="class in org.apache.ignite.spi.failover.jobstealing"><code>JobStealingFailoverSpi</code></a>.</div>
</dd>
<dt><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingRequest.html" title="class in org.apache.ignite.spi.collision.jobstealing"><span class="typeNameLink">JobStealingRequest</span></a> - Class in <a href="org/apache/ignite/spi/collision/jobstealing/package-summary.html">org.apache.ignite.spi.collision.jobstealing</a></dt>
<dd>
<div class="block">Job stealing request.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingRequest.html#JobStealingRequest--">JobStealingRequest()</a></span> - Constructor for class org.apache.ignite.spi.collision.jobstealing.<a href="org/apache/ignite/spi/collision/jobstealing/JobStealingRequest.html" title="class in org.apache.ignite.spi.collision.jobstealing">JobStealingRequest</a></dt>
<dd>
<div class="block">Required by <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Externalizable.html?is-external=true" title="class or interface in java.io"><code>Externalizable</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoveryDataBag.html#joiningNodeData-java.util.Map-">joiningNodeData(Map<span class='angle_bracket'>&lt;</span>Integer, Serializable<span class='angle_bracket'>&gt;</span>)</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="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoveryDataBag.html#joiningNodeData--">joiningNodeData()</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="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoveryDataBag.JoiningNodeDiscoveryData.html#joiningNodeData--">joiningNodeData()</a></span> - Method in interface org.apache.ignite.spi.discovery.<a href="org/apache/ignite/spi/discovery/DiscoveryDataBag.JoiningNodeDiscoveryData.html" title="interface in org.apache.ignite.spi.discovery">DiscoveryDataBag.JoiningNodeDiscoveryData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoveryDataBag.GridDiscoveryData.html#joiningNodeId--">joiningNodeId()</a></span> - Method in interface org.apache.ignite.spi.discovery.<a href="org/apache/ignite/spi/discovery/DiscoveryDataBag.GridDiscoveryData.html" title="interface in org.apache.ignite.spi.discovery">DiscoveryDataBag.GridDiscoveryData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoveryDataBag.JoiningNodeDiscoveryData.html#joiningNodeId--">joiningNodeId()</a></span> - Method in interface org.apache.ignite.spi.discovery.<a href="org/apache/ignite/spi/discovery/DiscoveryDataBag.JoiningNodeDiscoveryData.html" title="interface in org.apache.ignite.spi.discovery">DiscoveryDataBag.JoiningNodeDiscoveryData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoveryDataBag.html#joiningNodeId--">joiningNodeId()</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="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#joinTimeout">joinTimeout</a></span> - 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">Join timeout, in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/json/JSONModel.html#JSON_MODEL_FORMAT_VERSION">JSON_MODEL_FORMAT_VERSION</a></span> - Static variable in class org.apache.ignite.ml.inference.json.<a href="org/apache/ignite/ml/inference/json/JSONModel.html" title="class in org.apache.ignite.ml.inference.json">JSONModel</a></dt>
<dd>
<div class="block">Basic Ignite version.</div>
</dd>
<dt><a href="org/apache/ignite/ml/inference/json/JSONModel.html" title="class in org.apache.ignite.ml.inference.json"><span class="typeNameLink">JSONModel</span></a> - Class in <a href="org/apache/ignite/ml/inference/json/package-summary.html">org.apache.ignite.ml.inference.json</a></dt>
<dd>
<div class="block">Basic class for all non-trivial model data serialization.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/json/JSONModel.html#JSONModel-java.lang.Long-java.lang.String-java.lang.String-">JSONModel(Long, String, String)</a></span> - Constructor for class org.apache.ignite.ml.inference.json.<a href="org/apache/ignite/ml/inference/json/JSONModel.html" title="class in org.apache.ignite.ml.inference.json">JSONModel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/json/JSONModel.html#JSONModel--">JSONModel()</a></span> - Constructor for class org.apache.ignite.ml.inference.json.<a href="org/apache/ignite/ml/inference/json/JSONModel.html" title="class in org.apache.ignite.ml.inference.json">JSONModel</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/inference/json/JSONModelMixIn.html" title="class in org.apache.ignite.ml.inference.json"><span class="typeNameLink">JSONModelMixIn</span></a> - Class in <a href="org/apache/ignite/ml/inference/json/package-summary.html">org.apache.ignite.ml.inference.json</a></dt>
<dd>
<div class="block">Just a mixin class to add a few configuration properties.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/json/JSONModelMixIn.html#JSONModelMixIn--">JSONModelMixIn()</a></span> - Constructor for class org.apache.ignite.ml.inference.json.<a href="org/apache/ignite/ml/inference/json/JSONModelMixIn.html" title="class in org.apache.ignite.ml.inference.json">JSONModelMixIn</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/inference/json/JSONWritable.html" title="interface in org.apache.ignite.ml.inference.json"><span class="typeNameLink">JSONWritable</span></a> - Interface in <a href="org/apache/ignite/ml/inference/json/package-summary.html">org.apache.ignite.ml.inference.json</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ClusterProperties.html#jvmOpts--">jvmOpts()</a></span> - Method in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ClusterProperties.html" title="class in org.apache.ignite.yarn">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:K">
<!-- -->
</a>
<h2 class="title">K</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/ann/ANNClassificationModel.ANNJSONExportModel.html#k">k</a></span> - Variable in class org.apache.ignite.ml.knn.ann.<a href="org/apache/ignite/ml/knn/ann/ANNClassificationModel.ANNJSONExportModel.html" title="class in org.apache.ignite.ml.knn.ann">ANNClassificationModel.ANNJSONExportModel</a></dt>
<dd>
<div class="block">Amount of nearest neighbors.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/ann/KNNModelFormat.html#k">k</a></span> - Variable in class org.apache.ignite.ml.knn.ann.<a href="org/apache/ignite/ml/knn/ann/KNNModelFormat.html" title="class in org.apache.ignite.ml.knn.ann">KNNModelFormat</a></dt>
<dd>
<div class="block">Amount of nearest neighbors.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/KNNModel.html#k">k</a></span> - Variable in class org.apache.ignite.ml.knn.<a href="org/apache/ignite/ml/knn/KNNModel.html" title="class in org.apache.ignite.ml.knn">KNNModel</a></dt>
<dd>
<div class="block">Number of neighbours.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/KNNTrainer.html#k">k</a></span> - Variable in class org.apache.ignite.ml.knn.<a href="org/apache/ignite/ml/knn/KNNTrainer.html" title="class in org.apache.ignite.ml.knn">KNNTrainer</a></dt>
<dd>
<div class="block">Number of neighbours.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/NNClassificationModel.html#k">k</a></span> - Variable in class org.apache.ignite.ml.knn.<a href="org/apache/ignite/ml/knn/NNClassificationModel.html" title="class in org.apache.ignite.ml.knn">NNClassificationModel</a></dt>
<dd>
<div class="block">Amount of nearest neighbors.</div>
</dd>
<dt><a href="org/apache/ignite/ml/knn/utils/indices/KDTreeSpatialIndex.html" title="class in org.apache.ignite.ml.knn.utils.indices"><span class="typeNameLink">KDTreeSpatialIndex</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/knn/utils/indices/KDTreeSpatialIndex.html" title="type parameter in KDTreeSpatialIndex">L</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/knn/utils/indices/package-summary.html">org.apache.ignite.ml.knn.utils.indices</a></dt>
<dd>
<div class="block">KD tree based implementation of <a href="org/apache/ignite/ml/knn/utils/indices/SpatialIndex.html" title="interface in org.apache.ignite.ml.knn.utils.indices"><code>SpatialIndex</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/utils/indices/KDTreeSpatialIndex.html#KDTreeSpatialIndex-java.util.List-org.apache.ignite.ml.math.distances.DistanceMeasure-">KDTreeSpatialIndex(List<span class='angle_bracket'>&lt;</span>LabeledVector<span class='angle_bracket'>&lt;</span>L<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>, DistanceMeasure)</a></span> - Constructor for class org.apache.ignite.ml.knn.utils.indices.<a href="org/apache/ignite/ml/knn/utils/indices/KDTreeSpatialIndex.html" title="class in org.apache.ignite.ml.knn.utils.indices">KDTreeSpatialIndex</a></dt>
<dd>
<div class="block">Constructs a new instance of KD tree spatial index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#keepBinary--">keepBinary()</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">Creates projection that will operate with binary objects.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteDataStreamer.html#keepBinary--">keepBinary()</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 indicating that objects should be kept in binary format when passed to the stream receiver.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteDataStreamer.html#keepBinary-boolean-">keepBinary(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 indicating that objects should be kept in binary format when passes to the steam receiver.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ContinuousQueryView.html#keepBinary--">keepBinary()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ContinuousQueryView.html" title="class in org.apache.ignite.spi.systemview.view">ContinuousQueryView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ScanQueryView.html#keepBinary--">keepBinary()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ScanQueryView.html" title="class in org.apache.ignite.spi.systemview.view">ScanQueryView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/affinity/AffinityKey.html#key--">key()</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 wrapped key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/affinity/AffinityKey.html#key-K-">key(K)</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 wrapped key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/CacheEvent.html#key--">key()</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 entry associated with event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/CacheQueryReadEvent.html#key--">key()</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 read entry key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/CheckpointEvent.html#key--">key()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/CheckpointEvent.html" title="class in org.apache.ignite.events">CheckpointEvent</a></dt>
<dd>
<div class="block">Gets checkpoint key associated with this event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/CheckpointEvent.html#key-java.lang.String-">key(String)</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/CheckpointEvent.html" title="class in org.apache.ignite.events">CheckpointEvent</a></dt>
<dd>
<div class="block">Sets checkpoint key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionKey.html#key--">key()</a></span> - Method in class org.apache.ignite.spi.encryption.keystore.<a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionKey.html" title="class in org.apache.ignite.spi.encryption.keystore">KeystoreEncryptionKey</a></dt>
<dd>
<div class="block">Encryption key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/encoding/EncoderPreprocessor.html#KEY_FOR_NULL_VALUES">KEY_FOR_NULL_VALUES</a></span> - Static variable in class org.apache.ignite.ml.preprocessing.encoding.<a href="org/apache/ignite/ml/preprocessing/encoding/EncoderPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.encoding">EncoderPreprocessor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlTableView.html#keyAlias--">keyAlias()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlTableView.html" title="class in org.apache.ignite.spi.systemview.view">SqlTableView</a></dt>
<dd>
<div class="block">Returns alias for key column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.EntryMapping.html#keyColumns--">keyColumns()</a></span> - Method in 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>
<div class="block">Gets key columns.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.EntryMapping.html#keyKind--">keyKind()</a></span> - Method in 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/cassandra/persistence/KeyPersistenceSettings.html" title="class in org.apache.ignite.cache.store.cassandra.persistence"><span class="typeNameLink">KeyPersistenceSettings</span></a> - Class in <a href="org/apache/ignite/cache/store/cassandra/persistence/package-summary.html">org.apache.ignite.cache.store.cassandra.persistence</a></dt>
<dd>
<div class="block">Stores persistence settings for Ignite cache key</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/KeyPersistenceSettings.html#KeyPersistenceSettings-org.w3c.dom.Element-">KeyPersistenceSettings(Element)</a></span> - Constructor for class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/KeyPersistenceSettings.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">KeyPersistenceSettings</a></dt>
<dd>
<div class="block">Creates key persistence settings object based on it's XML configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/TransactionView.html#keysCount--">keysCount()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/TransactionView.html" title="class in org.apache.ignite.spi.systemview.view">TransactionView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#keySet--">keySet()</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">Set of keys cached on this node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteBiTuple.html#keySet--">keySet()</a></span> - Method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteBiTuple.html" title="class in org.apache.ignite.lang">IgniteBiTuple</a></dt>
<dt><a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionKey.html" title="class in org.apache.ignite.spi.encryption.keystore"><span class="typeNameLink">KeystoreEncryptionKey</span></a> - Class in <a href="org/apache/ignite/spi/encryption/keystore/package-summary.html">org.apache.ignite.spi.encryption.keystore</a></dt>
<dd>
<div class="block"><code>EncryptionKey</code> implementation based on java security.</div>
</dd>
<dt><a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionSpi.html" title="class in org.apache.ignite.spi.encryption.keystore"><span class="typeNameLink">KeystoreEncryptionSpi</span></a> - Class in <a href="org/apache/ignite/spi/encryption/keystore/package-summary.html">org.apache.ignite.spi.encryption.keystore</a></dt>
<dd>
<div class="block">EncryptionSPI implementation base on JDK provided cipher algorithm implementations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionSpi.html#KeystoreEncryptionSpi--">KeystoreEncryptionSpi()</a></span> - Constructor for class org.apache.ignite.spi.encryption.keystore.<a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionSpi.html" title="class in org.apache.ignite.spi.encryption.keystore">KeystoreEncryptionSpi</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#keyTransformer--">keyTransformer()</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>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.EntryMapping.html#keyType--">keyType()</a></span> - Method in 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><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlTableView.html#keyTypeName--">keyTypeName()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlTableView.html" title="class in org.apache.ignite.spi.systemview.view">SqlTableView</a></dt>
<dd>
<div class="block">Returns name of key type.</div>
</dd>
<dt><a href="org/apache/ignite/cache/store/cassandra/persistence/KeyValuePersistenceSettings.html" title="class in org.apache.ignite.cache.store.cassandra.persistence"><span class="typeNameLink">KeyValuePersistenceSettings</span></a> - Class in <a href="org/apache/ignite/cache/store/cassandra/persistence/package-summary.html">org.apache.ignite.cache.store.cassandra.persistence</a></dt>
<dd>
<div class="block">Stores persistence settings for Ignite cache key and value</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/KeyValuePersistenceSettings.html#KeyValuePersistenceSettings-java.lang.String-">KeyValuePersistenceSettings(String)</a></span> - Constructor for class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/KeyValuePersistenceSettings.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">KeyValuePersistenceSettings</a></dt>
<dd>
<div class="block">Constructs Ignite cache key/value persistence settings.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/KeyValuePersistenceSettings.html#KeyValuePersistenceSettings-java.io.File-">KeyValuePersistenceSettings(File)</a></span> - Constructor for class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/KeyValuePersistenceSettings.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">KeyValuePersistenceSettings</a></dt>
<dd>
<div class="block">Constructs Ignite cache key/value persistence settings.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/KeyValuePersistenceSettings.html#KeyValuePersistenceSettings-org.springframework.core.io.Resource-">KeyValuePersistenceSettings(Resource)</a></span> - Constructor for class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/KeyValuePersistenceSettings.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">KeyValuePersistenceSettings</a></dt>
<dd>
<div class="block">Constructs Ignite cache key/value persistence settings.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignition.html#kill-boolean-">kill(boolean)</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">Stops <b>all</b> started grids.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignition.html#KILL_EXIT_CODE">KILL_EXIT_CODE</a></span> - Static variable 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">This is kill code that can be used by external tools, like Shell scripts,
to auto-stop the Ignite JVM process without restarting.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CommunicationFailureContext.html#killNode-org.apache.ignite.cluster.ClusterNode-">killNode(ClusterNode)</a></span> - Method in interface org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/CommunicationFailureContext.html" title="interface in org.apache.ignite.configuration">CommunicationFailureContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html#kindForName-java.lang.String-boolean-">kindForName(String, boolean)</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>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html#kindForName-java.lang.String-">kindForName(String)</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>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/kmeans/KMeansModel.KMeansJSONExportModel.html#KMeansJSONExportModel-java.lang.Long-java.lang.String-java.lang.String-">KMeansJSONExportModel(Long, String, String)</a></span> - Constructor for class org.apache.ignite.ml.clustering.kmeans.<a href="org/apache/ignite/ml/clustering/kmeans/KMeansModel.KMeansJSONExportModel.html" title="class in org.apache.ignite.ml.clustering.kmeans">KMeansModel.KMeansJSONExportModel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/kmeans/KMeansModel.KMeansJSONExportModel.html#KMeansJSONExportModel--">KMeansJSONExportModel()</a></span> - Constructor for class org.apache.ignite.ml.clustering.kmeans.<a href="org/apache/ignite/ml/clustering/kmeans/KMeansModel.KMeansJSONExportModel.html" title="class in org.apache.ignite.ml.clustering.kmeans">KMeansModel.KMeansJSONExportModel</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/clustering/kmeans/KMeansModel.html" title="class in org.apache.ignite.ml.clustering.kmeans"><span class="typeNameLink">KMeansModel</span></a> - Class in <a href="org/apache/ignite/ml/clustering/kmeans/package-summary.html">org.apache.ignite.ml.clustering.kmeans</a></dt>
<dd>
<div class="block">This class encapsulates result of clusterization by KMeans algorithm.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/kmeans/KMeansModel.html#KMeansModel-org.apache.ignite.ml.math.primitives.vector.Vector:A-org.apache.ignite.ml.math.distances.DistanceMeasure-">KMeansModel(Vector[], DistanceMeasure)</a></span> - Constructor for class org.apache.ignite.ml.clustering.kmeans.<a href="org/apache/ignite/ml/clustering/kmeans/KMeansModel.html" title="class in org.apache.ignite.ml.clustering.kmeans">KMeansModel</a></dt>
<dd>
<div class="block">Construct KMeans model with given centers and distanceMeasure measure.</div>
</dd>
<dt><a href="org/apache/ignite/ml/clustering/kmeans/KMeansModel.KMeansJSONExportModel.html" title="class in org.apache.ignite.ml.clustering.kmeans"><span class="typeNameLink">KMeansModel.KMeansJSONExportModel</span></a> - Class in <a href="org/apache/ignite/ml/clustering/kmeans/package-summary.html">org.apache.ignite.ml.clustering.kmeans</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/clustering/kmeans/KMeansModelFormat.html" title="class in org.apache.ignite.ml.clustering.kmeans"><span class="typeNameLink">KMeansModelFormat</span></a> - Class in <a href="org/apache/ignite/ml/clustering/kmeans/package-summary.html">org.apache.ignite.ml.clustering.kmeans</a></dt>
<dd>
<div class="block">K-means model representation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/kmeans/KMeansModelFormat.html#KMeansModelFormat-org.apache.ignite.ml.math.primitives.vector.Vector:A-org.apache.ignite.ml.math.distances.DistanceMeasure-">KMeansModelFormat(Vector[], DistanceMeasure)</a></span> - Constructor for class org.apache.ignite.ml.clustering.kmeans.<a href="org/apache/ignite/ml/clustering/kmeans/KMeansModelFormat.html" title="class in org.apache.ignite.ml.clustering.kmeans">KMeansModelFormat</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/clustering/kmeans/KMeansTrainer.html" title="class in org.apache.ignite.ml.clustering.kmeans"><span class="typeNameLink">KMeansTrainer</span></a> - Class in <a href="org/apache/ignite/ml/clustering/kmeans/package-summary.html">org.apache.ignite.ml.clustering.kmeans</a></dt>
<dd>
<div class="block">The trainer for KMeans algorithm.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/kmeans/KMeansTrainer.html#KMeansTrainer--">KMeansTrainer()</a></span> - Constructor for class org.apache.ignite.ml.clustering.kmeans.<a href="org/apache/ignite/ml/clustering/kmeans/KMeansTrainer.html" title="class in org.apache.ignite.ml.clustering.kmeans">KMeansTrainer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/clustering/kmeans/KMeansTrainer.TotalCostAndCounts.html" title="class in org.apache.ignite.ml.clustering.kmeans"><span class="typeNameLink">KMeansTrainer.TotalCostAndCounts</span></a> - Class in <a href="org/apache/ignite/ml/clustering/kmeans/package-summary.html">org.apache.ignite.ml.clustering.kmeans</a></dt>
<dd>
<div class="block">Service class used for statistics.</div>
</dd>
<dt><a href="org/apache/ignite/ml/knn/classification/KNNClassificationModel.html" title="class in org.apache.ignite.ml.knn.classification"><span class="typeNameLink">KNNClassificationModel</span></a> - Class in <a href="org/apache/ignite/ml/knn/classification/package-summary.html">org.apache.ignite.ml.knn.classification</a></dt>
<dd>
<div class="block">KNN classification model.</div>
</dd>
<dt><a href="org/apache/ignite/ml/knn/classification/KNNClassificationTrainer.html" title="class in org.apache.ignite.ml.knn.classification"><span class="typeNameLink">KNNClassificationTrainer</span></a> - Class in <a href="org/apache/ignite/ml/knn/classification/package-summary.html">org.apache.ignite.ml.knn.classification</a></dt>
<dd>
<div class="block">KNN classification model trader that trains model on top of distributed spatial indices.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/classification/KNNClassificationTrainer.html#KNNClassificationTrainer--">KNNClassificationTrainer()</a></span> - Constructor for class org.apache.ignite.ml.knn.classification.<a href="org/apache/ignite/ml/knn/classification/KNNClassificationTrainer.html" title="class in org.apache.ignite.ml.knn.classification">KNNClassificationTrainer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/knn/KNNModel.html" title="class in org.apache.ignite.ml.knn"><span class="typeNameLink">KNNModel</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/knn/KNNModel.html" title="type parameter in KNNModel">L</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/knn/package-summary.html">org.apache.ignite.ml.knn</a></dt>
<dd>
<div class="block">KNN model build on top of distributed spatial indices.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/KNNModel.html#KNNModel-org.apache.ignite.ml.dataset.Dataset-org.apache.ignite.ml.math.distances.DistanceMeasure-int-boolean-">KNNModel(Dataset<span class='angle_bracket'>&lt;</span>EmptyContext, SpatialIndex<span class='angle_bracket'>&lt;</span>L<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>, DistanceMeasure, int, boolean)</a></span> - Constructor for class org.apache.ignite.ml.knn.<a href="org/apache/ignite/ml/knn/KNNModel.html" title="class in org.apache.ignite.ml.knn">KNNModel</a></dt>
<dd>
<div class="block">Constructs a new instance of KNN model.</div>
</dd>
<dt><a href="org/apache/ignite/ml/knn/ann/KNNModelFormat.html" title="class in org.apache.ignite.ml.knn.ann"><span class="typeNameLink">KNNModelFormat</span></a> - Class in <a href="org/apache/ignite/ml/knn/ann/package-summary.html">org.apache.ignite.ml.knn.ann</a></dt>
<dd>
<div class="block">kNN model representation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/ann/KNNModelFormat.html#KNNModelFormat--">KNNModelFormat()</a></span> - Constructor for class org.apache.ignite.ml.knn.ann.<a href="org/apache/ignite/ml/knn/ann/KNNModelFormat.html" title="class in org.apache.ignite.ml.knn.ann">KNNModelFormat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/ann/KNNModelFormat.html#KNNModelFormat-int-org.apache.ignite.ml.math.distances.DistanceMeasure-boolean-">KNNModelFormat(int, DistanceMeasure, boolean)</a></span> - Constructor for class org.apache.ignite.ml.knn.ann.<a href="org/apache/ignite/ml/knn/ann/KNNModelFormat.html" title="class in org.apache.ignite.ml.knn.ann">KNNModelFormat</a></dt>
<dd>
<div class="block">Creates an instance.</div>
</dd>
<dt><a href="org/apache/ignite/ml/knn/KNNPartitionDataBuilder.html" title="class in org.apache.ignite.ml.knn"><span class="typeNameLink">KNNPartitionDataBuilder</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/knn/KNNPartitionDataBuilder.html" title="type parameter in KNNPartitionDataBuilder">K</a>,<a href="org/apache/ignite/ml/knn/KNNPartitionDataBuilder.html" title="type parameter in KNNPartitionDataBuilder">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/knn/package-summary.html">org.apache.ignite.ml.knn</a></dt>
<dd>
<div class="block">Partition data builder for KNN algorithms based on <a href="org/apache/ignite/ml/knn/utils/indices/SpatialIndex.html" title="interface in org.apache.ignite.ml.knn.utils.indices"><code>SpatialIndex</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/KNNPartitionDataBuilder.html#KNNPartitionDataBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-org.apache.ignite.ml.knn.utils.indices.SpatialIndexType-org.apache.ignite.ml.math.distances.DistanceMeasure-">KNNPartitionDataBuilder(Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, SpatialIndexType, DistanceMeasure)</a></span> - Constructor for class org.apache.ignite.ml.knn.<a href="org/apache/ignite/ml/knn/KNNPartitionDataBuilder.html" title="class in org.apache.ignite.ml.knn">KNNPartitionDataBuilder</a></dt>
<dd>
<div class="block">Constructs a new instance of KNN partition data builder.</div>
</dd>
<dt><a href="org/apache/ignite/ml/knn/regression/KNNRegressionModel.html" title="class in org.apache.ignite.ml.knn.regression"><span class="typeNameLink">KNNRegressionModel</span></a> - Class in <a href="org/apache/ignite/ml/knn/regression/package-summary.html">org.apache.ignite.ml.knn.regression</a></dt>
<dd>
<div class="block">KNN regression model.</div>
</dd>
<dt><a href="org/apache/ignite/ml/knn/regression/KNNRegressionTrainer.html" title="class in org.apache.ignite.ml.knn.regression"><span class="typeNameLink">KNNRegressionTrainer</span></a> - Class in <a href="org/apache/ignite/ml/knn/regression/package-summary.html">org.apache.ignite.ml.knn.regression</a></dt>
<dd>
<div class="block">KNN regression model trader that trains model on top of distributed spatial indices.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/regression/KNNRegressionTrainer.html#KNNRegressionTrainer--">KNNRegressionTrainer()</a></span> - Constructor for class org.apache.ignite.ml.knn.regression.<a href="org/apache/ignite/ml/knn/regression/KNNRegressionTrainer.html" title="class in org.apache.ignite.ml.knn.regression">KNNRegressionTrainer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/knn/KNNTrainer.html" title="class in org.apache.ignite.ml.knn"><span class="typeNameLink">KNNTrainer</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/knn/KNNTrainer.html" title="type parameter in KNNTrainer">M</a> extends <a href="org/apache/ignite/ml/knn/KNNModel.html" title="class in org.apache.ignite.ml.knn">KNNModel</a><span class='angle_bracket'>&lt;</span><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a><span class='angle_bracket'>&gt;</span>,<a href="org/apache/ignite/ml/knn/KNNTrainer.html" title="type parameter in KNNTrainer">Self</a> extends <a href="org/apache/ignite/ml/knn/KNNTrainer.html" title="class in org.apache.ignite.ml.knn">KNNTrainer</a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/knn/KNNTrainer.html" title="type parameter in KNNTrainer">M</a>,<a href="org/apache/ignite/ml/knn/KNNTrainer.html" title="type parameter in KNNTrainer">Self</a><span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/knn/package-summary.html">org.apache.ignite.ml.knn</a></dt>
<dd>
<div class="block">KNN model trader that trains model on top of distributed spatial indices.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/KNNTrainer.html#KNNTrainer--">KNNTrainer()</a></span> - Constructor for class org.apache.ignite.ml.knn.<a href="org/apache/ignite/ml/knn/KNNTrainer.html" title="class in org.apache.ignite.ml.knn">KNNTrainer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/knn/utils/KNNUtils.html" title="class in org.apache.ignite.ml.knn.utils"><span class="typeNameLink">KNNUtils</span></a> - Class in <a href="org/apache/ignite/ml/knn/utils/package-summary.html">org.apache.ignite.ml.knn.utils</a></dt>
<dd>
<div class="block">Helper class for KNNRegression.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/utils/KNNUtils.html#KNNUtils--">KNNUtils()</a></span> - Constructor for class org.apache.ignite.ml.knn.utils.<a href="org/apache/ignite/ml/knn/utils/KNNUtils.html" title="class in org.apache.ignite.ml.knn.utils">KNNUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#kNorm-double-">kNorm(double)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Gets the k-norm of the vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#kNorm-double-">kNorm(double)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Gets the k-norm of the vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html#kNorm-double-">kNorm(double)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a></dt>
<dd>
<div class="block">Gets the k-norm of the vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/isolated/IsolatedDiscoverySpi.html#knownNode-java.util.UUID-">knownNode(UUID)</a></span> - Method in class org.apache.ignite.spi.discovery.isolated.<a href="org/apache/ignite/spi/discovery/isolated/IsolatedDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.isolated">IsolatedDiscoverySpi</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#knownNode-java.util.UUID-">knownNode(UUID)</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html#knownNode-java.util.UUID-">knownNode(UUID)</a></span> - Method in class org.apache.ignite.spi.discovery.zk.<a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.zk">ZookeeperDiscoverySpi</a></dt>
<dt><a href="org/apache/ignite/cache/store/cassandra/serializer/KryoSerializer.html" title="class in org.apache.ignite.cache.store.cassandra.serializer"><span class="typeNameLink">KryoSerializer</span></a> - Class in <a href="org/apache/ignite/cache/store/cassandra/serializer/package-summary.html">org.apache.ignite.cache.store.cassandra.serializer</a></dt>
<dd>
<div class="block">Serializer based on Kryo serialization.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/serializer/KryoSerializer.html#KryoSerializer--">KryoSerializer()</a></span> - Constructor for class org.apache.ignite.cache.store.cassandra.serializer.<a href="org/apache/ignite/cache/store/cassandra/serializer/KryoSerializer.html" title="class in org.apache.ignite.cache.store.cassandra.serializer">KryoSerializer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/kubernetes/configuration/KubernetesConnectionConfiguration.html" title="class in org.apache.ignite.kubernetes.configuration"><span class="typeNameLink">KubernetesConnectionConfiguration</span></a> - Class in <a href="org/apache/ignite/kubernetes/configuration/package-summary.html">org.apache.ignite.kubernetes.configuration</a></dt>
<dd>
<div class="block">Configuration for Kubernetes connection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/kubernetes/configuration/KubernetesConnectionConfiguration.html#KubernetesConnectionConfiguration--">KubernetesConnectionConfiguration()</a></span> - Constructor for class org.apache.ignite.kubernetes.configuration.<a href="org/apache/ignite/kubernetes/configuration/KubernetesConnectionConfiguration.html" title="class in org.apache.ignite.kubernetes.configuration">KubernetesConnectionConfiguration</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:L">
<!-- -->
</a>
<h2 class="title">L</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/optimization/LossFunctions.html#L1">L1</a></span> - Static variable in class org.apache.ignite.ml.optimization.<a href="org/apache/ignite/ml/optimization/LossFunctions.html" title="class in org.apache.ignite.ml.optimization">LossFunctions</a></dt>
<dd>
<div class="block">L1 loss function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/optimization/LossFunctions.html#L2">L2</a></span> - Static variable in class org.apache.ignite.ml.optimization.<a href="org/apache/ignite/ml/optimization/LossFunctions.html" title="class in org.apache.ignite.ml.optimization">LossFunctions</a></dt>
<dd>
<div class="block">L2 loss function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.DefaultLabelVectorizer.html#label-C-K-V-">label(C, K, V)</a></span> - Method in class org.apache.ignite.ml.dataset.feature.extractor.<a href="org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.DefaultLabelVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor">ExtractionUtils.DefaultLabelVectorizer</a></dt>
<dd>
<div class="block">Extract label value by given coordinate.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.ObjectLabelVectorizer.html#label-C-K-V-">label(C, K, V)</a></span> - Method in class org.apache.ignite.ml.dataset.feature.extractor.<a href="org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.ObjectLabelVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor">ExtractionUtils.ObjectLabelVectorizer</a></dt>
<dd>
<div class="block">Extract label value by given coordinate.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/impl/LabeledDummyVectorizer.html#label-java.lang.Integer-K-org.apache.ignite.ml.structures.LabeledVector-">label(Integer, K, LabeledVector<span class='angle_bracket'>&lt;</span>L<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.dataset.feature.extractor.impl.<a href="org/apache/ignite/ml/dataset/feature/extractor/impl/LabeledDummyVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor.impl">LabeledDummyVectorizer</a></dt>
<dd>
<div class="block">Extract label value by given coordinate.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.html#label-C-K-V-">label(C, K, V)</a></span> - Method in class org.apache.ignite.ml.dataset.feature.extractor.<a href="org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor">Vectorizer</a></dt>
<dd>
<div class="block">Extract label value by given coordinate.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.VectorizerAdapter.html#label-C-K-V-">label(C, K, V)</a></span> - Method in class org.apache.ignite.ml.dataset.feature.extractor.<a href="org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.VectorizerAdapter.html" title="class in org.apache.ignite.ml.dataset.feature.extractor">Vectorizer.VectorizerAdapter</a></dt>
<dd>
<div class="block">Extract label value by given coordinate.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/LabeledVector.html#label--">label()</a></span> - Method in class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/LabeledVector.html" title="class in org.apache.ignite.ml.structures">LabeledVector</a></dt>
<dd>
<div class="block">Get the label.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/LabeledVectorSet.html#label-int-">label(int)</a></span> - Method in class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/LabeledVectorSet.html" title="class in org.apache.ignite.ml.structures">LabeledVectorSet</a></dt>
<dd>
<div class="block">Returns label if label is attached or null if label is missed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/TransactionView.html#label--">label()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/TransactionView.html" title="class in org.apache.ignite.spi.systemview.view">TransactionView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/TracingConfigurationCoordinates.html#label--">label()</a></span> - Method in class org.apache.ignite.spi.tracing.<a href="org/apache/ignite/spi/tracing/TracingConfigurationCoordinates.html" title="class in org.apache.ignite.spi.tracing">TracingConfigurationCoordinates</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/transactions/Transaction.html#label--">label()</a></span> - Method in interface org.apache.ignite.transactions.<a href="org/apache/ignite/transactions/Transaction.html" title="interface in org.apache.ignite.transactions">Transaction</a></dt>
<dd>
<div class="block">Returns transaction's label.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.html#labeled-C-">labeled(C)</a></span> - Method in class org.apache.ignite.ml.dataset.feature.extractor.<a href="org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor">Vectorizer</a></dt>
<dd>
<div class="block">Sets label coordinate for Vectorizer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.html#labeled-org.apache.ignite.ml.dataset.feature.extractor.Vectorizer.LabelCoordinate-">labeled(Vectorizer.LabelCoordinate)</a></span> - Method in class org.apache.ignite.ml.dataset.feature.extractor.<a href="org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor">Vectorizer</a></dt>
<dd>
<div class="block">Sets label coordinate for Vectorizer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html#labeled-L-">labeled(L)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a></dt>
<dd>
<div class="block">Creates <a href="org/apache/ignite/ml/structures/LabeledVector.html" title="class in org.apache.ignite.ml.structures"><code>LabeledVector</code></a> instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/encoding/EncoderTrainer.html#labeled-java.lang.Integer-">labeled(Integer)</a></span> - Method in class org.apache.ignite.ml.preprocessing.encoding.<a href="org/apache/ignite/ml/preprocessing/encoding/EncoderTrainer.html" title="class in org.apache.ignite.ml.preprocessing.encoding">EncoderTrainer</a></dt>
<dd>
<div class="block">Sets the target label index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/DataStreamGenerator.html#labeled--">labeled()</a></span> - Method in interface org.apache.ignite.ml.util.generators.<a href="org/apache/ignite/ml/util/generators/DataStreamGenerator.html" title="interface in org.apache.ignite.ml.util.generators">DataStreamGenerator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/DataStreamGenerator.html#labeled-org.apache.ignite.ml.math.functions.IgniteFunction-">labeled(IgniteFunction<span class='angle_bracket'>&lt;</span>Vector, Double<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.ml.util.generators.<a href="org/apache/ignite/ml/util/generators/DataStreamGenerator.html" title="interface in org.apache.ignite.ml.util.generators">DataStreamGenerator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/standard/GaussianMixtureDataStream.html#labeled--">labeled()</a></span> - Method in class org.apache.ignite.ml.util.generators.standard.<a href="org/apache/ignite/ml/util/generators/standard/GaussianMixtureDataStream.html" title="class in org.apache.ignite.ml.util.generators.standard">GaussianMixtureDataStream</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/standard/RegressionDataStream.html#labeled--">labeled()</a></span> - Method in class org.apache.ignite.ml.util.generators.standard.<a href="org/apache/ignite/ml/util/generators/standard/RegressionDataStream.html" title="class in org.apache.ignite.ml.util.generators.standard">RegressionDataStream</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/standard/RingsDataStream.html#labeled--">labeled()</a></span> - Method in class org.apache.ignite.ml.util.generators.standard.<a href="org/apache/ignite/ml/util/generators/standard/RingsDataStream.html" title="class in org.apache.ignite.ml.util.generators.standard">RingsDataStream</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/standard/TwoSeparableClassesDataStream.html#labeled--">labeled()</a></span> - Method in class org.apache.ignite.ml.util.generators.standard.<a href="org/apache/ignite/ml/util/generators/standard/TwoSeparableClassesDataStream.html" title="class in org.apache.ignite.ml.util.generators.standard">TwoSeparableClassesDataStream</a></dt>
<dt><a href="org/apache/ignite/ml/structures/preprocessing/LabeledDatasetLoader.html" title="class in org.apache.ignite.ml.structures.preprocessing"><span class="typeNameLink">LabeledDatasetLoader</span></a> - Class in <a href="org/apache/ignite/ml/structures/preprocessing/package-summary.html">org.apache.ignite.ml.structures.preprocessing</a></dt>
<dd>
<div class="block">Data pre-processing step which loads data from different file types.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/preprocessing/LabeledDatasetLoader.html#LabeledDatasetLoader--">LabeledDatasetLoader()</a></span> - Constructor for class org.apache.ignite.ml.structures.preprocessing.<a href="org/apache/ignite/ml/structures/preprocessing/LabeledDatasetLoader.html" title="class in org.apache.ignite.ml.structures.preprocessing">LabeledDatasetLoader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/structures/partition/LabeledDatasetPartitionDataBuilderOnHeap.html" title="class in org.apache.ignite.ml.structures.partition"><span class="typeNameLink">LabeledDatasetPartitionDataBuilderOnHeap</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/structures/partition/LabeledDatasetPartitionDataBuilderOnHeap.html" title="type parameter in LabeledDatasetPartitionDataBuilderOnHeap">K</a>,<a href="org/apache/ignite/ml/structures/partition/LabeledDatasetPartitionDataBuilderOnHeap.html" title="type parameter in LabeledDatasetPartitionDataBuilderOnHeap">V</a>,<a href="org/apache/ignite/ml/structures/partition/LabeledDatasetPartitionDataBuilderOnHeap.html" title="type parameter in LabeledDatasetPartitionDataBuilderOnHeap">C</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/structures/partition/package-summary.html">org.apache.ignite.ml.structures.partition</a></dt>
<dd>
<div class="block">Partition data builder that builds <a href="org/apache/ignite/ml/structures/LabeledVectorSet.html" title="class in org.apache.ignite.ml.structures"><code>LabeledVectorSet</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/partition/LabeledDatasetPartitionDataBuilderOnHeap.html#LabeledDatasetPartitionDataBuilderOnHeap-org.apache.ignite.ml.preprocessing.Preprocessor-">LabeledDatasetPartitionDataBuilderOnHeap(Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.structures.partition.<a href="org/apache/ignite/ml/structures/partition/LabeledDatasetPartitionDataBuilderOnHeap.html" title="class in org.apache.ignite.ml.structures.partition">LabeledDatasetPartitionDataBuilderOnHeap</a></dt>
<dd>
<div class="block">Constructs a new instance of SVM partition data builder.</div>
</dd>
<dt><a href="org/apache/ignite/ml/dataset/feature/extractor/impl/LabeledDummyVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor.impl"><span class="typeNameLink">LabeledDummyVectorizer</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/dataset/feature/extractor/impl/LabeledDummyVectorizer.html" title="type parameter in LabeledDummyVectorizer">K</a>,<a href="org/apache/ignite/ml/dataset/feature/extractor/impl/LabeledDummyVectorizer.html" title="type parameter in LabeledDummyVectorizer">L</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/dataset/feature/extractor/impl/package-summary.html">org.apache.ignite.ml.dataset.feature.extractor.impl</a></dt>
<dd>
<div class="block">Vectorizer on LabeledVector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/impl/LabeledDummyVectorizer.html#LabeledDummyVectorizer-java.lang.Integer...-">LabeledDummyVectorizer(Integer...)</a></span> - Constructor for class org.apache.ignite.ml.dataset.feature.extractor.impl.<a href="org/apache/ignite/ml/dataset/feature/extractor/impl/LabeledDummyVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor.impl">LabeledDummyVectorizer</a></dt>
<dd>
<div class="block">Creates an instance of Vectorizer.</div>
</dd>
<dt><a href="org/apache/ignite/ml/structures/LabeledVector.html" title="class in org.apache.ignite.ml.structures"><span class="typeNameLink">LabeledVector</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/structures/LabeledVector.html" title="type parameter in LabeledVector">L</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/structures/package-summary.html">org.apache.ignite.ml.structures</a></dt>
<dd>
<div class="block">Class for vector with label.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/LabeledVector.html#LabeledVector--">LabeledVector()</a></span> - Constructor for class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/LabeledVector.html" title="class in org.apache.ignite.ml.structures">LabeledVector</a></dt>
<dd>
<div class="block">Default constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/LabeledVector.html#LabeledVector-org.apache.ignite.ml.math.primitives.vector.Vector-L-">LabeledVector(Vector, L)</a></span> - Constructor for class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/LabeledVector.html" title="class in org.apache.ignite.ml.structures">LabeledVector</a></dt>
<dd>
<div class="block">Construct labeled vector.</div>
</dd>
<dt><a href="org/apache/ignite/ml/structures/LabeledVectorSet.html" title="class in org.apache.ignite.ml.structures"><span class="typeNameLink">LabeledVectorSet</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/structures/LabeledVectorSet.html" title="type parameter in LabeledVectorSet">Row</a> extends <a href="org/apache/ignite/ml/structures/LabeledVector.html" title="class in org.apache.ignite.ml.structures">LabeledVector</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/structures/package-summary.html">org.apache.ignite.ml.structures</a></dt>
<dd>
<div class="block">The set of labeled vectors used in local partition calculations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/LabeledVectorSet.html#LabeledVectorSet--">LabeledVectorSet()</a></span> - Constructor for class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/LabeledVectorSet.html" title="class in org.apache.ignite.ml.structures">LabeledVectorSet</a></dt>
<dd>
<div class="block">Default constructor (required by Externalizable).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/LabeledVectorSet.html#LabeledVectorSet-int-int-">LabeledVectorSet(int, int)</a></span> - Constructor for class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/LabeledVectorSet.html" title="class in org.apache.ignite.ml.structures">LabeledVectorSet</a></dt>
<dd>
<div class="block">Creates new Labeled Dataset and initialized with empty data structure.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/LabeledVectorSet.html#LabeledVectorSet-int-int-java.lang.String:A-">LabeledVectorSet(int, int, String[])</a></span> - Constructor for class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/LabeledVectorSet.html" title="class in org.apache.ignite.ml.structures">LabeledVectorSet</a></dt>
<dd>
<div class="block">Creates new Labeled Dataset and initialized with empty data structure.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/LabeledVectorSet.html#LabeledVectorSet-Row:A-">LabeledVectorSet(Row[])</a></span> - Constructor for class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/LabeledVectorSet.html" title="class in org.apache.ignite.ml.structures">LabeledVectorSet</a></dt>
<dd>
<div class="block">Creates new Labeled Dataset by given data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/LabeledVectorSet.html#LabeledVectorSet-Row:A-int-">LabeledVectorSet(Row[], int)</a></span> - Constructor for class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/LabeledVectorSet.html" title="class in org.apache.ignite.ml.structures">LabeledVectorSet</a></dt>
<dd>
<div class="block">Creates new Labeled Dataset by given data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/LabeledVectorSet.html#LabeledVectorSet-double:A:A-double:A-">LabeledVectorSet(double[][], double[])</a></span> - Constructor for class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/LabeledVectorSet.html" title="class in org.apache.ignite.ml.structures">LabeledVectorSet</a></dt>
<dd>
<div class="block">Creates new local Labeled Dataset by matrix and vector of labels.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/LabeledVectorSet.html#LabeledVectorSet-double:A:A-double:A-java.lang.String:A-">LabeledVectorSet(double[][], double[], String[])</a></span> - Constructor for class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/LabeledVectorSet.html" title="class in org.apache.ignite.ml.structures">LabeledVectorSet</a></dt>
<dd>
<div class="block">Creates new Labeled Dataset by matrix and vector of labels.</div>
</dd>
<dt><a href="org/apache/ignite/ml/structures/LabeledVectorSetTestTrainPair.html" title="class in org.apache.ignite.ml.structures"><span class="typeNameLink">LabeledVectorSetTestTrainPair</span></a> - Class in <a href="org/apache/ignite/ml/structures/package-summary.html">org.apache.ignite.ml.structures</a></dt>
<dd>
<div class="block">Class for splitting Labeled Dataset on train and test sets.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/LabeledVectorSetTestTrainPair.html#LabeledVectorSetTestTrainPair-org.apache.ignite.ml.structures.LabeledVectorSet-double-">LabeledVectorSetTestTrainPair(LabeledVectorSet, double)</a></span> - Constructor for class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/LabeledVectorSetTestTrainPair.html" title="class in org.apache.ignite.ml.structures">LabeledVectorSetTestTrainPair</a></dt>
<dd>
<div class="block">Creates two subsets of given dataset.</div>
</dd>
<dt><a href="org/apache/ignite/ml/preprocessing/encoding/label/LabelEncoderPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.encoding.label"><span class="typeNameLink">LabelEncoderPreprocessor</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/preprocessing/encoding/label/LabelEncoderPreprocessor.html" title="type parameter in LabelEncoderPreprocessor">K</a>,<a href="org/apache/ignite/ml/preprocessing/encoding/label/LabelEncoderPreprocessor.html" title="type parameter in LabelEncoderPreprocessor">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/preprocessing/encoding/label/package-summary.html">org.apache.ignite.ml.preprocessing.encoding.label</a></dt>
<dd>
<div class="block">Preprocessing function that makes Label encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/encoding/label/LabelEncoderPreprocessor.html#LabelEncoderPreprocessor-java.util.Map-org.apache.ignite.ml.preprocessing.Preprocessor-">LabelEncoderPreprocessor(Map<span class='angle_bracket'>&lt;</span>String, Integer<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.preprocessing.encoding.label.<a href="org/apache/ignite/ml/preprocessing/encoding/label/LabelEncoderPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.encoding.label">LabelEncoderPreprocessor</a></dt>
<dd>
<div class="block">Constructs a new instance of Label Encoder preprocessor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/encoding/EncoderPartitionData.html#labelFrequencies--">labelFrequencies()</a></span> - Method in class org.apache.ignite.ml.preprocessing.encoding.<a href="org/apache/ignite/ml/preprocessing/encoding/EncoderPartitionData.html" title="class in org.apache.ignite.ml.preprocessing.encoding">EncoderPartitionData</a></dt>
<dd>
<div class="block">Gets the map of frequencies by value in partition for label.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/encoding/EncoderPreprocessor.html#labelFrequencies">labelFrequencies</a></span> - Variable in class org.apache.ignite.ml.preprocessing.encoding.<a href="org/apache/ignite/ml/preprocessing/encoding/EncoderPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.encoding">EncoderPreprocessor</a></dt>
<dd>
<div class="block">Frequencies of categories for label presented as strings.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/data/TreeDataIndex.html#labelInSortedOrder-int-int-">labelInSortedOrder(int, int)</a></span> - Method in class org.apache.ignite.ml.tree.data.<a href="org/apache/ignite/ml/tree/data/TreeDataIndex.html" title="class in org.apache.ignite.ml.tree.data">TreeDataIndex</a></dt>
<dd>
<div class="block">Returns label for kth order statistic for target feature.</div>
</dd>
<dt><a href="org/apache/ignite/ml/selection/scoring/LabelPair.html" title="class in org.apache.ignite.ml.selection.scoring"><span class="typeNameLink">LabelPair</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/selection/scoring/LabelPair.html" title="type parameter in LabelPair">L</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/selection/scoring/package-summary.html">org.apache.ignite.ml.selection.scoring</a></dt>
<dd>
<div class="block">Pair of truth value and predicated by model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/LabelPair.html#LabelPair-L-L-">LabelPair(L, L)</a></span> - Constructor for class org.apache.ignite.ml.selection.scoring.<a href="org/apache/ignite/ml/selection/scoring/LabelPair.html" title="class in org.apache.ignite.ml.selection.scoring">LabelPair</a></dt>
<dd>
<div class="block">Constructs a new instance of truth with prediction.</div>
</dd>
<dt><a href="org/apache/ignite/ml/selection/scoring/cursor/LabelPairCursor.html" title="interface in org.apache.ignite.ml.selection.scoring.cursor"><span class="typeNameLink">LabelPairCursor</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/selection/scoring/cursor/LabelPairCursor.html" title="type parameter in LabelPairCursor">L</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/ml/selection/scoring/cursor/package-summary.html">org.apache.ignite.ml.selection.scoring.cursor</a></dt>
<dd>
<div class="block">Closeable iterable that supplies pairs of truth and predictions (abstraction that hides a difference between querying
data from Ignite cache and from local Map).</div>
</dd>
<dt><a href="org/apache/ignite/ml/structures/partition/LabelPartitionDataBuilderOnHeap.html" title="class in org.apache.ignite.ml.structures.partition"><span class="typeNameLink">LabelPartitionDataBuilderOnHeap</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/structures/partition/LabelPartitionDataBuilderOnHeap.html" title="type parameter in LabelPartitionDataBuilderOnHeap">K</a>,<a href="org/apache/ignite/ml/structures/partition/LabelPartitionDataBuilderOnHeap.html" title="type parameter in LabelPartitionDataBuilderOnHeap">V</a>,<a href="org/apache/ignite/ml/structures/partition/LabelPartitionDataBuilderOnHeap.html" title="type parameter in LabelPartitionDataBuilderOnHeap">C</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/structures/partition/package-summary.html">org.apache.ignite.ml.structures.partition</a></dt>
<dd>
<div class="block">Partition data builder that builds <a href="org/apache/ignite/ml/structures/partition/LabelPartitionDataOnHeap.html" title="class in org.apache.ignite.ml.structures.partition"><code>LabelPartitionDataOnHeap</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/partition/LabelPartitionDataBuilderOnHeap.html#LabelPartitionDataBuilderOnHeap-org.apache.ignite.ml.preprocessing.Preprocessor-">LabelPartitionDataBuilderOnHeap(Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.structures.partition.<a href="org/apache/ignite/ml/structures/partition/LabelPartitionDataBuilderOnHeap.html" title="class in org.apache.ignite.ml.structures.partition">LabelPartitionDataBuilderOnHeap</a></dt>
<dd>
<div class="block">Constructs a new instance of Label partition data builder.</div>
</dd>
<dt><a href="org/apache/ignite/ml/structures/partition/LabelPartitionDataOnHeap.html" title="class in org.apache.ignite.ml.structures.partition"><span class="typeNameLink">LabelPartitionDataOnHeap</span></a> - Class in <a href="org/apache/ignite/ml/structures/partition/package-summary.html">org.apache.ignite.ml.structures.partition</a></dt>
<dd>
<div class="block">On Heap partition data that keeps part of a labels.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/partition/LabelPartitionDataOnHeap.html#LabelPartitionDataOnHeap-double:A-">LabelPartitionDataOnHeap(double[])</a></span> - Constructor for class org.apache.ignite.ml.structures.partition.<a href="org/apache/ignite/ml/structures/partition/LabelPartitionDataOnHeap.html" title="class in org.apache.ignite.ml.structures.partition">LabelPartitionDataOnHeap</a></dt>
<dd>
<div class="block">Constructs a new instance of linear system partition data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/ann/ANNClassificationTrainer.CentroidStat.html#labels--">labels()</a></span> - Method in class org.apache.ignite.ml.knn.ann.<a href="org/apache/ignite/ml/knn/ann/ANNClassificationTrainer.CentroidStat.html" title="class in org.apache.ignite.ml.knn.ann">ANNClassificationTrainer.CentroidStat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/LabeledVectorSet.html#labels--">labels()</a></span> - Method in class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/LabeledVectorSet.html" title="class in org.apache.ignite.ml.structures">LabeledVectorSet</a></dt>
<dd>
<div class="block">Returns new copy of labels of all labeled vectors NOTE: This method is useful for copying labels from test
dataset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/scheduler/SchedulerFuture.html#last--">last()</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 result of the last execution of scheduled task, or
<code>null</code> if task has not been executed, or has not
produced a result yet.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#LAST_CLUSTER_STATE_CHANGE_TIME_DESC">LAST_CLUSTER_STATE_CHANGE_TIME_DESC</a></span> - Static variable 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="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#lastClusterStateChangeTime--">lastClusterStateChangeTime()</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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Check the <a href="org/apache/ignite/spi/metric/ReadOnlyMetricRegistry.html" title="interface in org.apache.ignite.spi.metric"><code>ReadOnlyMetricRegistry</code></a> with "name=ignite.lastClusterStateChangeTime" instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/scheduler/SchedulerFuture.html#lastFinishTime--">lastFinishTime()</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 finish time of last execution (<code>0</code> if first execution has not finished).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/scheduler/SchedulerFuture.html#lastIdleTime--">lastIdleTime()</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 last interval between scheduled executions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteUuid.html#lastLocalId--">lastLocalId()</a></span> - Static method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteUuid.html" title="class in org.apache.ignite.lang">IgniteUuid</a></dt>
<dd>
<div class="block">Gets last generated local ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ContinuousQueryView.html#lastSendTime--">lastSendTime()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ContinuousQueryView.html" title="class in org.apache.ignite.spi.systemview.view">ContinuousQueryView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/QueryDetailMetrics.html#lastStartTime--">lastStartTime()</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 latest query start time.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/scheduler/SchedulerFuture.html#lastStartTime--">lastStartTime()</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 start time of last execution (<code>0</code> if never started).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlQueryHistoryView.html#lastStartTime--">lastStartTime()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlQueryHistoryView.html" title="class in org.apache.ignite.spi.systemview.view">SqlQueryHistoryView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/nn/architecture/LayerArchitecture.html" title="class in org.apache.ignite.ml.nn.architecture"><span class="typeNameLink">LayerArchitecture</span></a> - Class in <a href="org/apache/ignite/ml/nn/architecture/package-summary.html">org.apache.ignite.ml.nn.architecture</a></dt>
<dd>
<div class="block">Layer architecture.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/architecture/LayerArchitecture.html#LayerArchitecture-int-">LayerArchitecture(int)</a></span> - Constructor for class org.apache.ignite.ml.nn.architecture.<a href="org/apache/ignite/ml/nn/architecture/LayerArchitecture.html" title="class in org.apache.ignite.ml.nn.architecture">LayerArchitecture</a></dt>
<dd>
<div class="block">Construct LayerArchitecture.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/architecture/MLPArchitecture.html#layerArchitecture-int-">layerArchitecture(int)</a></span> - Method in class org.apache.ignite.ml.nn.architecture.<a href="org/apache/ignite/ml/nn/architecture/MLPArchitecture.html" title="class in org.apache.ignite.ml.nn.architecture">MLPArchitecture</a></dt>
<dd>
<div class="block">Get architecture of layer with given index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/architecture/MLPArchitecture.html#layersCount--">layersCount()</a></span> - Method in class org.apache.ignite.ml.nn.architecture.<a href="org/apache/ignite/ml/nn/architecture/MLPArchitecture.html" title="class in org.apache.ignite.ml.nn.architecture">MLPArchitecture</a></dt>
<dd>
<div class="block">Count of layers in MLP.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/MultilayerPerceptron.html#layersCount--">layersCount()</a></span> - Method in class org.apache.ignite.ml.nn.<a href="org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</a></dt>
<dd>
<div class="block">Get count of layers in this MLP.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html#LBRACK">LBRACK</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#LBRACK">LBRACK</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgHeaderContext.html#LBRACK--">LBRACK()</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgHeaderContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgHeaderContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgNodeContext.html#LBRACK--">LBRACK()</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgNodeContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgNodeContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html#LEAF">LEAF</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#LEAF">LEAF</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgLeafContext.html#LEAF--">LEAF()</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgLeafContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgLeafContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/RandomForestTreeModel.html#leafs--">leafs()</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.<a href="org/apache/ignite/ml/tree/randomforest/data/RandomForestTreeModel.html" title="class in org.apache.ignite.ml.tree.randomforest.data">RandomForestTreeModel</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/tree/randomforest/data/statistics/LeafValuesComputer.html" title="class in org.apache.ignite.ml.tree.randomforest.data.statistics"><span class="typeNameLink">LeafValuesComputer</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/tree/randomforest/data/statistics/LeafValuesComputer.html" title="type parameter in LeafValuesComputer">T</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/tree/randomforest/data/statistics/package-summary.html">org.apache.ignite.ml.tree.randomforest.data.statistics</a></dt>
<dd>
<div class="block">Class containing logic of leaf values computing after building of all trees in random forest.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/statistics/LeafValuesComputer.html#LeafValuesComputer--">LeafValuesComputer()</a></span> - Constructor for class org.apache.ignite.ml.tree.randomforest.data.statistics.<a href="org/apache/ignite/ml/tree/randomforest/data/statistics/LeafValuesComputer.html" title="class in org.apache.ignite.ml.tree.randomforest.data.statistics">LeafValuesComputer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/environment/LearningEnvironment.html" title="interface in org.apache.ignite.ml.environment"><span class="typeNameLink">LearningEnvironment</span></a> - Interface in <a href="org/apache/ignite/ml/environment/package-summary.html">org.apache.ignite.ml.environment</a></dt>
<dd>
<div class="block">Specifies a set of utility-objects helpful at runtime but optional for learning algorithm
(like thread pool for parallel learning in bagging model or logger).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/PreprocessingTrainer.html#learningEnvironment-org.apache.ignite.ml.preprocessing.Preprocessor-">learningEnvironment(Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.ml.preprocessing.<a href="org/apache/ignite/ml/preprocessing/PreprocessingTrainer.html" title="interface in org.apache.ignite.ml.preprocessing">PreprocessingTrainer</a></dt>
<dd>
<div class="block">Returns local learning environment with initialized deploying context by base preprocessor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/trainers/DatasetTrainer.html#learningEnvironment--">learningEnvironment()</a></span> - Method in class org.apache.ignite.ml.trainers.<a href="org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a></dt>
<dd>
<div class="block">Get learning environment.</div>
</dd>
<dt><a href="org/apache/ignite/ml/environment/LearningEnvironmentBuilder.html" title="interface in org.apache.ignite.ml.environment"><span class="typeNameLink">LearningEnvironmentBuilder</span></a> - Interface in <a href="org/apache/ignite/ml/environment/package-summary.html">org.apache.ignite.ml.environment</a></dt>
<dd>
<div class="block">Builder of learning environment.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/GDBBinaryClassifierTrainer.html#learnLabels-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">learnLabels(DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.composition.boosting.<a href="org/apache/ignite/ml/composition/boosting/GDBBinaryClassifierTrainer.html" title="class in org.apache.ignite.ml.composition.boosting">GDBBinaryClassifierTrainer</a></dt>
<dd>
<div class="block">Defines unique labels in dataset if need (useful in case of classification).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/GDBRegressionTrainer.html#learnLabels-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">learnLabels(DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.composition.boosting.<a href="org/apache/ignite/ml/composition/boosting/GDBRegressionTrainer.html" title="class in org.apache.ignite.ml.composition.boosting">GDBRegressionTrainer</a></dt>
<dd>
<div class="block">Defines unique labels in dataset if need (useful in case of classification).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/GDBTrainer.html#learnLabels-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">learnLabels(DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.composition.boosting.<a href="org/apache/ignite/ml/composition/boosting/GDBTrainer.html" title="class in org.apache.ignite.ml.composition.boosting">GDBTrainer</a></dt>
<dd>
<div class="block">Defines unique labels in dataset if need (useful in case of classification).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/GDBLearningStrategy.html#learnModels-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">learnModels(DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.composition.boosting.<a href="org/apache/ignite/ml/composition/boosting/GDBLearningStrategy.html" title="class in org.apache.ignite.ml.composition.boosting">GDBLearningStrategy</a></dt>
<dd>
<div class="block">Implementation of gradient boosting iterations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/NodeData.html#leftChildId">leftChildId</a></span> - Variable in class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/NodeData.html" title="class in org.apache.ignite.ml.tree">NodeData</a></dt>
<dd>
<div class="block">Left child id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorViewStorage.html#length--">length()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorViewStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">VectorViewStorage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/functions/Functions.html#LG">LG</a></span> - Static variable in class org.apache.ignite.ml.math.functions.<a href="org/apache/ignite/ml/math/functions/Functions.html" title="class in org.apache.ignite.ml.math.functions">Functions</a></dt>
<dd>
<div class="block">Function that returns <code>Math.log(a) / Math.log(b)</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/resource/ResourceHandler.html#LIBS_PREFIX">LIBS_PREFIX</a></span> - Static variable in class org.apache.ignite.mesos.resource.<a href="org/apache/ignite/mesos/resource/ResourceHandler.html" title="class in org.apache.ignite.mesos.resource">ResourceHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ClusterProperties.html#LICENCE_PATH">LICENCE_PATH</a></span> - Static variable in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ClusterProperties.html" title="class in org.apache.ignite.yarn">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#LICENCE_URL">LICENCE_URL</a></span> - Static variable in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ClusterProperties.html#licencePath--">licencePath()</a></span> - Method in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ClusterProperties.html" title="class in org.apache.ignite.yarn">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#licenceUrl--">licenceUrl()</a></span> - Method in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#LIFECYCLE_BEANS_FORMATTED_DESC">LIFECYCLE_BEANS_FORMATTED_DESC</a></span> - Static variable 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><a href="org/apache/ignite/lifecycle/LifecycleAware.html" title="interface in org.apache.ignite.lifecycle"><span class="typeNameLink">LifecycleAware</span></a> - Interface in <a href="org/apache/ignite/lifecycle/package-summary.html">org.apache.ignite.lifecycle</a></dt>
<dd>
<div class="block">All components provided in Ignite configuration can implement this interface.</div>
</dd>
<dt><a href="org/apache/ignite/lifecycle/LifecycleBean.html" title="interface in org.apache.ignite.lifecycle"><span class="typeNameLink">LifecycleBean</span></a> - Interface in <a href="org/apache/ignite/lifecycle/package-summary.html">org.apache.ignite.lifecycle</a></dt>
<dd>
<div class="block">A bean that reacts to node lifecycle events defined in <a href="org/apache/ignite/lifecycle/LifecycleEventType.html" title="enum in org.apache.ignite.lifecycle"><code>LifecycleEventType</code></a>.</div>
</dd>
<dt><a href="org/apache/ignite/lifecycle/LifecycleEventType.html" title="enum in org.apache.ignite.lifecycle"><span class="typeNameLink">LifecycleEventType</span></a> - Enum in <a href="org/apache/ignite/lifecycle/package-summary.html">org.apache.ignite.lifecycle</a></dt>
<dd>
<div class="block">Node lifecycle event types.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/impl/DenseMatrix.html#like-int-int-">like(int, int)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.impl.<a href="org/apache/ignite/ml/math/primitives/matrix/impl/DenseMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix.impl">DenseMatrix</a></dt>
<dd>
<div class="block">Creates new empty matrix of the same underlying class but of different size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/impl/SparseMatrix.html#like-int-int-">like(int, int)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.impl.<a href="org/apache/ignite/ml/math/primitives/matrix/impl/SparseMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix.impl">SparseMatrix</a></dt>
<dd>
<div class="block">Creates new empty matrix of the same underlying class but of different size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/impl/ViewMatrix.html#like-int-int-">like(int, int)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.impl.<a href="org/apache/ignite/ml/math/primitives/matrix/impl/ViewMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix.impl">ViewMatrix</a></dt>
<dd>
<div class="block">Creates new empty matrix of the same underlying class but of different size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html#like-int-int-">like(int, int)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">Matrix</a></dt>
<dd>
<div class="block">Creates new empty matrix of the same underlying class but of different size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#like-int-">like(int)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Creates new empty vector of the same underlying class but of different cardinality.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DenseVector.html#like-int-">like(int)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DenseVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DenseVector</a></dt>
<dd>
<div class="block">Creates new empty vector of the same underlying class but of different cardinality.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/SparseVector.html#like-int-">like(int)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/SparseVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">SparseVector</a></dt>
<dd>
<div class="block">Creates new empty vector of the same underlying class but of different cardinality.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/VectorizedViewMatrix.html#like-int-">like(int)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/VectorizedViewMatrix.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">VectorizedViewMatrix</a></dt>
<dd>
<div class="block">Creates new empty vector of the same underlying class but of different cardinality.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/VectorView.html#like-int-">like(int)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/VectorView.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">VectorView</a></dt>
<dd>
<div class="block">Creates new empty vector of the same underlying class but of different cardinality.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html#like-int-">like(int)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a></dt>
<dd>
<div class="block">Creates new empty vector of the same underlying class but of different cardinality.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/util/MatrixUtil.html#like-org.apache.ignite.ml.math.primitives.matrix.Matrix-">like(Matrix)</a></span> - Static method in class org.apache.ignite.ml.math.util.<a href="org/apache/ignite/ml/math/util/MatrixUtil.html" title="class in org.apache.ignite.ml.math.util">MatrixUtil</a></dt>
<dd>
<div class="block">Create the like matrix with read-only matrices support.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/util/MatrixUtil.html#like-org.apache.ignite.ml.math.primitives.matrix.Matrix-int-int-">like(Matrix, int, int)</a></span> - Static method in class org.apache.ignite.ml.math.util.<a href="org/apache/ignite/ml/math/util/MatrixUtil.html" title="class in org.apache.ignite.ml.math.util">MatrixUtil</a></dt>
<dd>
<div class="block">Create the like matrix with specified size with read-only matrices support.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#likeIdentity--">likeIdentity()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/stat/DistributionMixture.html#likelihood-org.apache.ignite.ml.math.primitives.vector.Vector-">likelihood(Vector)</a></span> - Method in class org.apache.ignite.ml.math.stat.<a href="org/apache/ignite/ml/math/stat/DistributionMixture.html" title="class in org.apache.ignite.ml.math.stat">DistributionMixture</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#likeMatrix-int-int-">likeMatrix(int, int)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Creates new matrix of compatible flavor with given size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DenseVector.html#likeMatrix-int-int-">likeMatrix(int, int)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DenseVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DenseVector</a></dt>
<dd>
<div class="block">Creates new matrix of compatible flavor with given size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/SparseVector.html#likeMatrix-int-int-">likeMatrix(int, int)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/SparseVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">SparseVector</a></dt>
<dd>
<div class="block">Creates new matrix of compatible flavor with given size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/VectorizedViewMatrix.html#likeMatrix-int-int-">likeMatrix(int, int)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/VectorizedViewMatrix.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">VectorizedViewMatrix</a></dt>
<dd>
<div class="block">Creates new matrix of compatible flavor with given size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/VectorView.html#likeMatrix-int-int-">likeMatrix(int, int)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/VectorView.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">VectorView</a></dt>
<dd>
<div class="block">Creates new matrix of compatible flavor with given size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html#likeMatrix-int-int-">likeMatrix(int, int)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a></dt>
<dd>
<div class="block">Creates new matrix of compatible flavor with given size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/impl/DenseMatrix.html#likeVector-int-">likeVector(int)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.impl.<a href="org/apache/ignite/ml/math/primitives/matrix/impl/DenseMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix.impl">DenseMatrix</a></dt>
<dd>
<div class="block">Creates new empty vector of compatible properties (similar or the same flavor) to this matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/impl/SparseMatrix.html#likeVector-int-">likeVector(int)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.impl.<a href="org/apache/ignite/ml/math/primitives/matrix/impl/SparseMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix.impl">SparseMatrix</a></dt>
<dd>
<div class="block">Creates new empty vector of compatible properties (similar or the same flavor) to this matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/impl/ViewMatrix.html#likeVector-int-">likeVector(int)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.impl.<a href="org/apache/ignite/ml/math/primitives/matrix/impl/ViewMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix.impl">ViewMatrix</a></dt>
<dd>
<div class="block">Creates new empty vector of compatible properties (similar or the same flavor) to this matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html#likeVector-int-">likeVector(int)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">Matrix</a></dt>
<dd>
<div class="block">Creates new empty vector of compatible properties (similar or the same flavor) to this matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/util/MatrixUtil.html#likeVector-org.apache.ignite.ml.math.primitives.matrix.Matrix-int-">likeVector(Matrix, int)</a></span> - Static method in class org.apache.ignite.ml.math.util.<a href="org/apache/ignite/ml/math/util/MatrixUtil.html" title="class in org.apache.ignite.ml.math.util">MatrixUtil</a></dt>
<dd>
<div class="block">Create the like vector with read-only matrices support.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/util/MatrixUtil.html#likeVector-org.apache.ignite.ml.math.primitives.matrix.Matrix-">likeVector(Matrix)</a></span> - Static method in class org.apache.ignite.ml.math.util.<a href="org/apache/ignite/ml/math/util/MatrixUtil.html" title="class in org.apache.ignite.ml.math.util">MatrixUtil</a></dt>
<dd>
<div class="block">Create the like vector with read-only matrices support.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/common/SystemHelper.html#LINE_SEPARATOR">LINE_SEPARATOR</a></span> - Static variable in class org.apache.ignite.cache.store.cassandra.common.<a href="org/apache/ignite/cache/store/cassandra/common/SystemHelper.html" title="class in org.apache.ignite.cache.store.cassandra.common">SystemHelper</a></dt>
<dd>
<div class="block">System line separator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/Activators.html#LINEAR">LINEAR</a></span> - Static variable in class org.apache.ignite.ml.nn.<a href="org/apache/ignite/ml/nn/Activators.html" title="class in org.apache.ignite.ml.nn">Activators</a></dt>
<dd>
<div class="block">Linear unit activation function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/MLPState.html#linearOutput">linearOutput</a></span> - Variable in class org.apache.ignite.ml.nn.<a href="org/apache/ignite/ml/nn/MLPState.html" title="class in org.apache.ignite.ml.nn">MLPState</a></dt>
<dd>
<div class="block">Output of linear transformations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/MLPState.html#linearOutput-int-">linearOutput(int)</a></span> - Method in class org.apache.ignite.ml.nn.<a href="org/apache/ignite/ml/nn/MLPState.html" title="class in org.apache.ignite.ml.nn">MLPState</a></dt>
<dd>
<div class="block">Output of linear transformation of given layer.</div>
</dd>
<dt><a href="org/apache/ignite/ml/regressions/linear/LinearRegressionLSQRTrainer.html" title="class in org.apache.ignite.ml.regressions.linear"><span class="typeNameLink">LinearRegressionLSQRTrainer</span></a> - Class in <a href="org/apache/ignite/ml/regressions/linear/package-summary.html">org.apache.ignite.ml.regressions.linear</a></dt>
<dd>
<div class="block">Trainer of the linear regression model based on LSQR algorithm.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/linear/LinearRegressionLSQRTrainer.html#LinearRegressionLSQRTrainer--">LinearRegressionLSQRTrainer()</a></span> - Constructor for class org.apache.ignite.ml.regressions.linear.<a href="org/apache/ignite/ml/regressions/linear/LinearRegressionLSQRTrainer.html" title="class in org.apache.ignite.ml.regressions.linear">LinearRegressionLSQRTrainer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/regressions/linear/LinearRegressionModel.html" title="class in org.apache.ignite.ml.regressions.linear"><span class="typeNameLink">LinearRegressionModel</span></a> - Class in <a href="org/apache/ignite/ml/regressions/linear/package-summary.html">org.apache.ignite.ml.regressions.linear</a></dt>
<dd>
<div class="block">Simple linear regression model which predicts result value Y as a linear combination of input variables:
Y = weights * X + intercept.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/linear/LinearRegressionModel.html#LinearRegressionModel-org.apache.ignite.ml.math.primitives.vector.Vector-double-">LinearRegressionModel(Vector, double)</a></span> - Constructor for class org.apache.ignite.ml.regressions.linear.<a href="org/apache/ignite/ml/regressions/linear/LinearRegressionModel.html" title="class in org.apache.ignite.ml.regressions.linear">LinearRegressionModel</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/regressions/linear/LinearRegressionModel.LinearRegressionModelJSONExportModel.html" title="class in org.apache.ignite.ml.regressions.linear"><span class="typeNameLink">LinearRegressionModel.LinearRegressionModelJSONExportModel</span></a> - Class in <a href="org/apache/ignite/ml/regressions/linear/package-summary.html">org.apache.ignite.ml.regressions.linear</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/linear/LinearRegressionModel.LinearRegressionModelJSONExportModel.html#LinearRegressionModelJSONExportModel-java.lang.Long-java.lang.String-java.lang.String-">LinearRegressionModelJSONExportModel(Long, String, String)</a></span> - Constructor for class org.apache.ignite.ml.regressions.linear.<a href="org/apache/ignite/ml/regressions/linear/LinearRegressionModel.LinearRegressionModelJSONExportModel.html" title="class in org.apache.ignite.ml.regressions.linear">LinearRegressionModel.LinearRegressionModelJSONExportModel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/linear/LinearRegressionModel.LinearRegressionModelJSONExportModel.html#LinearRegressionModelJSONExportModel--">LinearRegressionModelJSONExportModel()</a></span> - Constructor for class org.apache.ignite.ml.regressions.linear.<a href="org/apache/ignite/ml/regressions/linear/LinearRegressionModel.LinearRegressionModelJSONExportModel.html" title="class in org.apache.ignite.ml.regressions.linear">LinearRegressionModel.LinearRegressionModelJSONExportModel</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/regressions/linear/LinearRegressionSGDTrainer.html" title="class in org.apache.ignite.ml.regressions.linear"><span class="typeNameLink">LinearRegressionSGDTrainer</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/regressions/linear/LinearRegressionSGDTrainer.html" title="type parameter in LinearRegressionSGDTrainer">P</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/regressions/linear/package-summary.html">org.apache.ignite.ml.regressions.linear</a></dt>
<dd>
<div class="block">Trainer of the linear regression model based on stochastic gradient descent algorithm.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/linear/LinearRegressionSGDTrainer.html#LinearRegressionSGDTrainer-org.apache.ignite.ml.nn.UpdatesStrategy-int-int-int-long-">LinearRegressionSGDTrainer(UpdatesStrategy<span class='angle_bracket'>&lt;</span>? super MultilayerPerceptron, P<span class='angle_bracket'>&gt;</span>, int, int, int, long)</a></span> - Constructor for class org.apache.ignite.ml.regressions.linear.<a href="org/apache/ignite/ml/regressions/linear/LinearRegressionSGDTrainer.html" title="class in org.apache.ignite.ml.regressions.linear">LinearRegressionSGDTrainer</a></dt>
<dd>
<div class="block">Constructs a new instance of linear regression SGD trainer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/linear/LinearRegressionSGDTrainer.html#LinearRegressionSGDTrainer-org.apache.ignite.ml.nn.UpdatesStrategy-">LinearRegressionSGDTrainer(UpdatesStrategy<span class='angle_bracket'>&lt;</span>? super MultilayerPerceptron, P<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.regressions.linear.<a href="org/apache/ignite/ml/regressions/linear/LinearRegressionSGDTrainer.html" title="class in org.apache.ignite.ml.regressions.linear">LinearRegressionSGDTrainer</a></dt>
<dd>
<div class="block">Constructs a new instance of linear regression SGD trainer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteFuture.html#listen-org.apache.ignite.lang.IgniteInClosure-">listen(IgniteInClosure<span class='angle_bracket'>&lt;</span>? super IgniteFuture<span class='angle_bracket'>&lt;</span>V<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteFuture.html" title="interface in org.apache.ignite.lang">IgniteFuture</a></dt>
<dd>
<div class="block">Registers a callback to be invoked when the future completes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteFuture.html#listenAsync-org.apache.ignite.lang.IgniteInClosure-java.util.concurrent.Executor-">listenAsync(IgniteInClosure<span class='angle_bracket'>&lt;</span>? super IgniteFuture<span class='angle_bracket'>&lt;</span>V<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>, Executor)</a></span> - Method in interface org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteFuture.html" title="interface in org.apache.ignite.lang">IgniteFuture</a></dt>
<dd>
<div class="block">Registers a callback to be invoked with the specified executor when the future completes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/storage/model/DefaultModelStorage.html#listFiles-java.lang.String-">listFiles(String)</a></span> - Method in class org.apache.ignite.ml.inference.storage.model.<a href="org/apache/ignite/ml/inference/storage/model/DefaultModelStorage.html" title="class in org.apache.ignite.ml.inference.storage.model">DefaultModelStorage</a></dt>
<dd>
<div class="block">Returns list of files in the specified directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/storage/model/ModelStorage.html#listFiles-java.lang.String-">listFiles(String)</a></span> - Method in interface org.apache.ignite.ml.inference.storage.model.<a href="org/apache/ignite/ml/inference/storage/model/ModelStorage.html" title="interface in org.apache.ignite.ml.inference.storage.model">ModelStorage</a></dt>
<dd>
<div class="block">Returns list of files in the specified directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/CacheLoadOnlyStoreAdapter.html#load-K-">load(K)</a></span> - Method in 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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/CassandraCacheStore.html#load-K-">load(K)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.<a href="org/apache/ignite/cache/store/cassandra/CassandraCacheStore.html" title="class in org.apache.ignite.cache.store.cassandra">CassandraCacheStore</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html#load-K-">load(K)</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcBlobStore.html#load-K-">load(K)</a></span> - Method in 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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/Exporter.html#load-P-">load(P)</a></span> - Method in interface org.apache.ignite.ml.<a href="org/apache/ignite/ml/Exporter.html" title="interface in org.apache.ignite.ml">Exporter</a></dt>
<dd>
<div class="block">Load model representation object from p.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/FileExporter.html#load-java.lang.String-">load(String)</a></span> - Method in class org.apache.ignite.ml.<a href="org/apache/ignite/ml/FileExporter.html" title="class in org.apache.ignite.ml">FileExporter</a></dt>
<dd>
<div class="block">Load model representation object from p.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#LOAD_BALANCING_SPI_FORMATTED_DESC">LOAD_BALANCING_SPI_FORMATTED_DESC</a></span> - Static variable 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="memberNameLink"><a href="org/apache/ignite/cache/store/CacheLoadOnlyStoreAdapter.html#loadAll-java.lang.Iterable-">loadAll(Iterable<span class='angle_bracket'>&lt;</span>? extends K<span class='angle_bracket'>&gt;</span>)</a></span> - Method in 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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/CacheStoreAdapter.html#loadAll-java.lang.Iterable-">loadAll(Iterable<span class='angle_bracket'>&lt;</span>? extends K<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.cache.store.<a href="org/apache/ignite/cache/store/CacheStoreAdapter.html" title="class in org.apache.ignite.cache.store">CacheStoreAdapter</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/CassandraCacheStore.html#loadAll-java.lang.Iterable-">loadAll(Iterable<span class='angle_bracket'>&lt;</span>? extends K<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.<a href="org/apache/ignite/cache/store/cassandra/CassandraCacheStore.html" title="class in org.apache.ignite.cache.store.cassandra">CassandraCacheStore</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html#loadAll-java.lang.Iterable-">loadAll(Iterable<span class='angle_bracket'>&lt;</span>? extends K<span class='angle_bracket'>&gt;</span>)</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>
<dt><a href="org/apache/ignite/configuration/LoadAllWarmUpConfiguration.html" title="class in org.apache.ignite.configuration"><span class="typeNameLink">LoadAllWarmUpConfiguration</span></a> - Class in <a href="org/apache/ignite/configuration/package-summary.html">org.apache.ignite.configuration</a></dt>
<dd>
<div class="block">"Load All" warm-up configuration that loads data into persistent data region
until it reaches <a href="org/apache/ignite/configuration/DataRegionConfiguration.html#getMaxSize--"><code>DataRegionConfiguration.getMaxSize()</code></a> with index priority.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/LoadAllWarmUpConfiguration.html#LoadAllWarmUpConfiguration--">LoadAllWarmUpConfiguration()</a></span> - Constructor for class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/LoadAllWarmUpConfiguration.html" title="class in org.apache.ignite.configuration">LoadAllWarmUpConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/resources/LoadBalancerResource.html" title="annotation in org.apache.ignite.resources"><span class="typeNameLink">LoadBalancerResource</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 <a href="org/apache/ignite/compute/ComputeLoadBalancer.html" title="interface in org.apache.ignite.compute"><code>ComputeLoadBalancer</code></a>.</div>
</dd>
<dt><a href="org/apache/ignite/spi/loadbalancing/LoadBalancingSpi.html" title="interface in org.apache.ignite.spi.loadbalancing"><span class="typeNameLink">LoadBalancingSpi</span></a> - Interface in <a href="org/apache/ignite/spi/loadbalancing/package-summary.html">org.apache.ignite.spi.loadbalancing</a></dt>
<dd>
<div class="block">Load balancing SPI provides the next best balanced node for job
execution.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/CacheLoadOnlyStoreAdapter.html#loadCache-org.apache.ignite.lang.IgniteBiInClosure-java.lang.Object...-">loadCache(IgniteBiInClosure<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Object...)</a></span> - Method in 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>
<div class="block">Loads all values from underlying persistent storage.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/CacheStore.html#loadCache-org.apache.ignite.lang.IgniteBiInClosure-java.lang.Object...-">loadCache(IgniteBiInClosure<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Object...)</a></span> - Method in interface org.apache.ignite.cache.store.<a href="org/apache/ignite/cache/store/CacheStore.html" title="interface in org.apache.ignite.cache.store">CacheStore</a></dt>
<dd>
<div class="block">Loads all values from underlying persistent storage.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/CacheStoreAdapter.html#loadCache-org.apache.ignite.lang.IgniteBiInClosure-java.lang.Object...-">loadCache(IgniteBiInClosure<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Object...)</a></span> - Method in class org.apache.ignite.cache.store.<a href="org/apache/ignite/cache/store/CacheStoreAdapter.html" title="class in org.apache.ignite.cache.store">CacheStoreAdapter</a></dt>
<dd>
<div class="block">Default empty implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/CassandraCacheStore.html#loadCache-org.apache.ignite.lang.IgniteBiInClosure-java.lang.Object...-">loadCache(IgniteBiInClosure<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Object...)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.<a href="org/apache/ignite/cache/store/cassandra/CassandraCacheStore.html" title="class in org.apache.ignite.cache.store.cassandra">CassandraCacheStore</a></dt>
<dd>
<div class="block">Loads all values from underlying persistent storage.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html#loadCache-org.apache.ignite.lang.IgniteBiInClosure-java.lang.Object...-">loadCache(IgniteBiInClosure<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Object...)</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">Loads all values from underlying persistent storage.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#loadCache-org.apache.ignite.lang.IgniteBiPredicate-java.lang.Object...-">loadCache(IgniteBiPredicate<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Object...)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Executes <a href="org/apache/ignite/IgniteCache.html#localLoadCache-org.apache.ignite.lang.IgniteBiPredicate-java.lang.Object...-"><code>IgniteCache.localLoadCache(IgniteBiPredicate, Object...)</code></a> on all cache nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#loadCacheAsync-org.apache.ignite.lang.IgniteBiPredicate-java.lang.Object...-">loadCacheAsync(IgniteBiPredicate<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Object...)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Asynchronously executes <a href="org/apache/ignite/IgniteCache.html#localLoadCache-org.apache.ignite.lang.IgniteBiPredicate-java.lang.Object...-"><code>IgniteCache.localLoadCache(IgniteBiPredicate, Object...)</code></a> on all cache nodes.</div>
</dd>
<dt><a href="org/apache/ignite/cache/store/cassandra/session/LoadCacheCustomQueryWorker.html" title="class in org.apache.ignite.cache.store.cassandra.session"><span class="typeNameLink">LoadCacheCustomQueryWorker</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/cache/store/cassandra/session/LoadCacheCustomQueryWorker.html" title="type parameter in LoadCacheCustomQueryWorker">K</a>,<a href="org/apache/ignite/cache/store/cassandra/session/LoadCacheCustomQueryWorker.html" title="type parameter in LoadCacheCustomQueryWorker">V</a><span class='angle_bracket'>&gt;</span> - Class 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">Worker for load cache using custom user query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/LoadCacheCustomQueryWorker.html#LoadCacheCustomQueryWorker-org.apache.ignite.cache.store.cassandra.session.CassandraSession-java.lang.String-org.apache.ignite.cache.store.cassandra.persistence.PersistenceController-org.apache.ignite.IgniteLogger-org.apache.ignite.lang.IgniteBiInClosure-">LoadCacheCustomQueryWorker(CassandraSession, String, PersistenceController, IgniteLogger, IgniteBiInClosure<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.cache.store.cassandra.session.<a href="org/apache/ignite/cache/store/cassandra/session/LoadCacheCustomQueryWorker.html" title="class in org.apache.ignite.cache.store.cassandra.session">LoadCacheCustomQueryWorker</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/LoadCacheCustomQueryWorker.html#LoadCacheCustomQueryWorker-org.apache.ignite.cache.store.cassandra.session.CassandraSession-com.datastax.driver.core.Statement-org.apache.ignite.cache.store.cassandra.persistence.PersistenceController-org.apache.ignite.IgniteLogger-org.apache.ignite.lang.IgniteBiInClosure-">LoadCacheCustomQueryWorker(CassandraSession, Statement, PersistenceController, IgniteLogger, IgniteBiInClosure<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.cache.store.cassandra.session.<a href="org/apache/ignite/cache/store/cassandra/session/LoadCacheCustomQueryWorker.html" title="class in org.apache.ignite.cache.store.cassandra.session">LoadCacheCustomQueryWorker</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/dialect/BasicJdbcDialect.html#loadCacheQuery-java.lang.String-java.lang.Iterable-">loadCacheQuery(String, Iterable<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>)</a></span> - Method in 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>
<div class="block">Construct load cache query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/dialect/JdbcDialect.html#loadCacheQuery-java.lang.String-java.lang.Iterable-">loadCacheQuery(String, Iterable<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.cache.store.jdbc.dialect.<a href="org/apache/ignite/cache/store/jdbc/dialect/JdbcDialect.html" title="interface in org.apache.ignite.cache.store.jdbc.dialect">JdbcDialect</a></dt>
<dd>
<div class="block">Construct load cache query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.EntryMapping.html#loadCacheRangeQuery-boolean-boolean-">loadCacheRangeQuery(boolean, boolean)</a></span> - Method in 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>
<div class="block">Construct query for select values in range.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/dialect/BasicJdbcDialect.html#loadCacheRangeQuery-java.lang.String-java.util.Collection-java.lang.Iterable-boolean-boolean-">loadCacheRangeQuery(String, Collection<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>, Iterable<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>, boolean, boolean)</a></span> - Method in 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>
<div class="block">Construct load cache query over specified range.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/dialect/JdbcDialect.html#loadCacheRangeQuery-java.lang.String-java.util.Collection-java.lang.Iterable-boolean-boolean-">loadCacheRangeQuery(String, Collection<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>, Iterable<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>, boolean, boolean)</a></span> - Method in interface org.apache.ignite.cache.store.jdbc.dialect.<a href="org/apache/ignite/cache/store/jdbc/dialect/JdbcDialect.html" title="interface in org.apache.ignite.cache.store.jdbc.dialect">JdbcDialect</a></dt>
<dd>
<div class="block">Construct load cache query over specified range.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/dialect/BasicJdbcDialect.html#loadCacheSelectRangeQuery-java.lang.String-java.util.Collection-">loadCacheSelectRangeQuery(String, Collection<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>)</a></span> - Method in 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>
<div class="block">Construct query to get ranges bounds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/dialect/DB2Dialect.html#loadCacheSelectRangeQuery-java.lang.String-java.util.Collection-">loadCacheSelectRangeQuery(String, Collection<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.cache.store.jdbc.dialect.<a href="org/apache/ignite/cache/store/jdbc/dialect/DB2Dialect.html" title="class in org.apache.ignite.cache.store.jdbc.dialect">DB2Dialect</a></dt>
<dd>
<div class="block">Construct query to get ranges bounds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/dialect/JdbcDialect.html#loadCacheSelectRangeQuery-java.lang.String-java.util.Collection-">loadCacheSelectRangeQuery(String, Collection<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.cache.store.jdbc.dialect.<a href="org/apache/ignite/cache/store/jdbc/dialect/JdbcDialect.html" title="interface in org.apache.ignite.cache.store.jdbc.dialect">JdbcDialect</a></dt>
<dd>
<div class="block">Construct query to get ranges bounds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/dialect/MySQLDialect.html#loadCacheSelectRangeQuery-java.lang.String-java.util.Collection-">loadCacheSelectRangeQuery(String, Collection<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.cache.store.jdbc.dialect.<a href="org/apache/ignite/cache/store/jdbc/dialect/MySQLDialect.html" title="class in org.apache.ignite.cache.store.jdbc.dialect">MySQLDialect</a></dt>
<dd>
<div class="block">Construct query to get ranges bounds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/dialect/OracleDialect.html#loadCacheSelectRangeQuery-java.lang.String-java.util.Collection-">loadCacheSelectRangeQuery(String, Collection<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.cache.store.jdbc.dialect.<a href="org/apache/ignite/cache/store/jdbc/dialect/OracleDialect.html" title="class in org.apache.ignite.cache.store.jdbc.dialect">OracleDialect</a></dt>
<dd>
<div class="block">Construct query to get ranges bounds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/dialect/SQLServerDialect.html#loadCacheSelectRangeQuery-java.lang.String-java.util.Collection-">loadCacheSelectRangeQuery(String, Collection<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.cache.store.jdbc.dialect.<a href="org/apache/ignite/cache/store/jdbc/dialect/SQLServerDialect.html" title="class in org.apache.ignite.cache.store.jdbc.dialect">SQLServerDialect</a></dt>
<dd>
<div class="block">Construct query to get ranges bounds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeTaskSession.html#loadCheckpoint-java.lang.String-">loadCheckpoint(String)</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">Loads job's state previously saved via <a href="org/apache/ignite/compute/ComputeTaskSession.html#saveCheckpoint-java.lang.String-java.lang.Object-org.apache.ignite.compute.ComputeTaskSessionScope-long-"><code>ComputeTaskSession.saveCheckpoint(String, Object, ComputeTaskSessionScope, long)</code></a>
method from an underlying storage for a given <code>key</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/cache/CacheCheckpointSpi.html#loadCheckpoint-java.lang.String-">loadCheckpoint(String)</a></span> - Method in 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>
<div class="block">Loads checkpoint from storage by its unique key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/CheckpointSpi.html#loadCheckpoint-java.lang.String-">loadCheckpoint(String)</a></span> - Method in interface org.apache.ignite.spi.checkpoint.<a href="org/apache/ignite/spi/checkpoint/CheckpointSpi.html" title="interface in org.apache.ignite.spi.checkpoint">CheckpointSpi</a></dt>
<dd>
<div class="block">Loads checkpoint from storage by its unique key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html#loadCheckpoint-java.lang.String-">loadCheckpoint(String)</a></span> - Method in class org.apache.ignite.spi.checkpoint.jdbc.<a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.jdbc">JdbcCheckpointSpi</a></dt>
<dd>
<div class="block">Loads checkpoint from storage by its unique key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/noop/NoopCheckpointSpi.html#loadCheckpoint-java.lang.String-">loadCheckpoint(String)</a></span> - Method in class org.apache.ignite.spi.checkpoint.noop.<a href="org/apache/ignite/spi/checkpoint/noop/NoopCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.noop">NoopCheckpointSpi</a></dt>
<dd>
<div class="block">Loads checkpoint from storage by its unique key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/s3/S3CheckpointSpi.html#loadCheckpoint-java.lang.String-">loadCheckpoint(String)</a></span> - Method 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">Loads checkpoint from storage by its unique key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/sharedfs/SharedFsCheckpointSpi.html#loadCheckpoint-java.lang.String-">loadCheckpoint(String)</a></span> - Method in class org.apache.ignite.spi.checkpoint.sharedfs.<a href="org/apache/ignite/spi/checkpoint/sharedfs/SharedFsCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.sharedfs">SharedFsCheckpointSpi</a></dt>
<dd>
<div class="block">Loads checkpoint from storage by its unique key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/osgi/classloaders/BundleDelegatingClassLoader.html#loadClass-java.lang.String-boolean-">loadClass(String, boolean)</a></span> - Method 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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/osgi/classloaders/ContainerSweepClassLoader.html#loadClass-java.lang.String-boolean-">loadClass(String, boolean)</a></span> - Method in class org.apache.ignite.osgi.classloaders.<a href="org/apache/ignite/osgi/classloaders/ContainerSweepClassLoader.html" title="class in org.apache.ignite.osgi.classloaders">ContainerSweepClassLoader</a></dt>
<dd>
<div class="block">Runs the same logic to find the class as <a href="org/apache/ignite/osgi/classloaders/BundleDelegatingClassLoader.html" title="class in org.apache.ignite.osgi.classloaders"><code>BundleDelegatingClassLoader</code></a>, but if not found, sweeps the
OSGi container to locate the first <code>Bundle</code> that can load the class, and uses it to do so.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/preprocessing/LabeledDatasetLoader.html#loadFromTxtFile-java.nio.file.Path-java.lang.String-boolean-">loadFromTxtFile(Path, String, boolean)</a></span> - Static method in class org.apache.ignite.ml.structures.preprocessing.<a href="org/apache/ignite/ml/structures/preprocessing/LabeledDatasetLoader.html" title="class in org.apache.ignite.ml.structures.preprocessing">LabeledDatasetLoader</a></dt>
<dd>
<div class="block">Datafile should keep class labels in the first column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.EntryMapping.html#loadQuery-int-">loadQuery(int)</a></span> - Method in 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>
<div class="block">Construct query for select values with key count less or equal <code>maxKeysPerStmt</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/dialect/BasicJdbcDialect.html#loadQuery-java.lang.String-java.util.Collection-java.lang.Iterable-int-">loadQuery(String, Collection<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>, Iterable<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>, int)</a></span> - Method in 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>
<div class="block">Construct load query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/dialect/JdbcDialect.html#loadQuery-java.lang.String-java.util.Collection-java.lang.Iterable-int-">loadQuery(String, Collection<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>, Iterable<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>, int)</a></span> - Method in interface org.apache.ignite.cache.store.jdbc.dialect.<a href="org/apache/ignite/cache/store/jdbc/dialect/JdbcDialect.html" title="interface in org.apache.ignite.cache.store.jdbc.dialect">JdbcDialect</a></dt>
<dd>
<div class="block">Construct load query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignition.html#loadSpringBean-java.lang.String-java.lang.String-">loadSpringBean(String, String)</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">Loads Spring bean by its name from given Spring XML configuration file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignition.html#loadSpringBean-java.net.URL-java.lang.String-">loadSpringBean(URL, String)</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">Loads Spring bean by its name from given Spring XML configuration file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignition.html#loadSpringBean-java.io.InputStream-java.lang.String-">loadSpringBean(InputStream, String)</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">Loads Spring bean by its name from given Spring XML configuration file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#LOC_NODE_ID_DESC">LOC_NODE_ID_DESC</a></span> - Static variable 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="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#locAddr">locAddr</a></span> - 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">Local address.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ScanQueryView.html#local--">local()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ScanQueryView.html" title="class in org.apache.ignite.spi.systemview.view">ScanQueryView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlQueryHistoryView.html#local--">local()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlQueryHistoryView.html" title="class in org.apache.ignite.spi.systemview.view">SqlQueryHistoryView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlQueryView.html#local--">local()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlQueryView.html" title="class in org.apache.ignite.spi.systemview.view">SqlQueryView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/TransactionView.html#local--">local()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/TransactionView.html" title="class in org.apache.ignite.spi.systemview.view">TransactionView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteTransactions.html#localActiveTransactions--">localActiveTransactions()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteTransactions.html" title="interface in org.apache.ignite">IgniteTransactions</a></dt>
<dd>
<div class="block">Returns a list of active transactions initiated by this node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ClientConnectionView.html#localAddress--">localAddress()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ClientConnectionView.html" title="class in org.apache.ignite.spi.systemview.view">ClientConnectionView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#localClear-K-">localClear(K)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Clears entry from the cache and swap storage, without notifying listeners or
<code>CacheWriter</code>s.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#localClearAll-java.util.Set-">localClearAll(Set<span class='angle_bracket'>&lt;</span>? extends K<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Clears entries from the cache and swap storage, without notifying listeners or
<code>CacheWriter</code>s.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/util/MatrixUtil.html#localCopyOf-org.apache.ignite.ml.math.primitives.vector.Vector-">localCopyOf(Vector)</a></span> - Static method in class org.apache.ignite.ml.math.util.<a href="org/apache/ignite/ml/math/util/MatrixUtil.html" title="class in org.apache.ignite.ml.math.util">MatrixUtil</a></dt>
<dd>
<div class="block"><span class='todo'>TODO</span>: IGNITE-5723, rewrite in a more optimal way.</div>
</dd>
<dt><a href="org/apache/ignite/ml/dataset/impl/local/LocalDataset.html" title="class in org.apache.ignite.ml.dataset.impl.local"><span class="typeNameLink">LocalDataset</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/dataset/impl/local/LocalDataset.html" title="type parameter in LocalDataset">C</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>,<a href="org/apache/ignite/ml/dataset/impl/local/LocalDataset.html" title="type parameter in LocalDataset">D</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseable.html?is-external=true" title="class or interface in java.lang">AutoCloseable</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/dataset/impl/local/package-summary.html">org.apache.ignite.ml.dataset.impl.local</a></dt>
<dd>
<div class="block">An implementation of dataset based on local data structures such as <code>Map</code> and <code>List</code> and doesn't require
Ignite environment.</div>
</dd>
<dt><a href="org/apache/ignite/ml/dataset/impl/local/LocalDatasetBuilder.html" title="class in org.apache.ignite.ml.dataset.impl.local"><span class="typeNameLink">LocalDatasetBuilder</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/dataset/impl/local/LocalDatasetBuilder.html" title="type parameter in LocalDatasetBuilder">K</a>,<a href="org/apache/ignite/ml/dataset/impl/local/LocalDatasetBuilder.html" title="type parameter in LocalDatasetBuilder">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/dataset/impl/local/package-summary.html">org.apache.ignite.ml.dataset.impl.local</a></dt>
<dd>
<div class="block">A dataset builder that makes <a href="org/apache/ignite/ml/dataset/impl/local/LocalDataset.html" title="class in org.apache.ignite.ml.dataset.impl.local"><code>LocalDataset</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/impl/local/LocalDatasetBuilder.html#LocalDatasetBuilder-java.util.Map-int-">LocalDatasetBuilder(Map<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, int)</a></span> - Constructor for class org.apache.ignite.ml.dataset.impl.local.<a href="org/apache/ignite/ml/dataset/impl/local/LocalDatasetBuilder.html" title="class in org.apache.ignite.ml.dataset.impl.local">LocalDatasetBuilder</a></dt>
<dd>
<div class="block">Constructs a new instance of local dataset builder that makes <a href="org/apache/ignite/ml/dataset/impl/local/LocalDataset.html" title="class in org.apache.ignite.ml.dataset.impl.local"><code>LocalDataset</code></a> with default predicate that
passes all upstream entries to dataset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/impl/local/LocalDatasetBuilder.html#LocalDatasetBuilder-java.util.Map-org.apache.ignite.lang.IgniteBiPredicate-int-org.apache.ignite.ml.dataset.UpstreamTransformerBuilder-">LocalDatasetBuilder(Map<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, IgniteBiPredicate<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, int, UpstreamTransformerBuilder)</a></span> - Constructor for class org.apache.ignite.ml.dataset.impl.local.<a href="org/apache/ignite/ml/dataset/impl/local/LocalDatasetBuilder.html" title="class in org.apache.ignite.ml.dataset.impl.local">LocalDatasetBuilder</a></dt>
<dd>
<div class="block">Constructs a new instance of local dataset builder that makes <a href="org/apache/ignite/ml/dataset/impl/local/LocalDataset.html" title="class in org.apache.ignite.ml.dataset.impl.local"><code>LocalDataset</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/impl/local/LocalDatasetBuilder.html#LocalDatasetBuilder-java.util.Map-org.apache.ignite.lang.IgniteBiPredicate-int-">LocalDatasetBuilder(Map<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, IgniteBiPredicate<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, int)</a></span> - Constructor for class org.apache.ignite.ml.dataset.impl.local.<a href="org/apache/ignite/ml/dataset/impl/local/LocalDatasetBuilder.html" title="class in org.apache.ignite.ml.dataset.impl.local">LocalDatasetBuilder</a></dt>
<dd>
<div class="block">Constructs a new instance of local dataset builder that makes <a href="org/apache/ignite/ml/dataset/impl/local/LocalDataset.html" title="class in org.apache.ignite.ml.dataset.impl.local"><code>LocalDataset</code></a>.</div>
</dd>
<dt><a href="org/apache/ignite/spi/deployment/local/LocalDeploymentSpi.html" title="class in org.apache.ignite.spi.deployment.local"><span class="typeNameLink">LocalDeploymentSpi</span></a> - Class in <a href="org/apache/ignite/spi/deployment/local/package-summary.html">org.apache.ignite.spi.deployment.local</a></dt>
<dd>
<div class="block">Local deployment SPI that implements only within VM deployment on local
node via <a href="org/apache/ignite/spi/deployment/local/LocalDeploymentSpi.html#register-java.lang.ClassLoader-java.lang.Class-"><code>LocalDeploymentSpi.register(ClassLoader, Class)</code></a> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/deployment/local/LocalDeploymentSpi.html#LocalDeploymentSpi--">LocalDeploymentSpi()</a></span> - Constructor for class org.apache.ignite.spi.deployment.local.<a href="org/apache/ignite/spi/deployment/local/LocalDeploymentSpi.html" title="class in org.apache.ignite.spi.deployment.local">LocalDeploymentSpi</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/spi/deployment/local/LocalDeploymentSpiMBean.html" title="interface in org.apache.ignite.spi.deployment.local"><span class="typeNameLink">LocalDeploymentSpiMBean</span></a> - Interface in <a href="org/apache/ignite/spi/deployment/local/package-summary.html">org.apache.ignite.spi.deployment.local</a></dt>
<dd>
<div class="block">Management MBean for <a href="org/apache/ignite/spi/deployment/local/LocalDeploymentSpi.html" title="class in org.apache.ignite.spi.deployment.local"><code>LocalDeploymentSpi</code></a> SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCompute.html#localDeployTask-java.lang.Class-java.lang.ClassLoader-">localDeployTask(Class<span class='angle_bracket'>&lt;</span>? extends ComputeTask<span class='angle_bracket'>&gt;</span>, ClassLoader)</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">Explicitly deploys a task with given class loader on the local node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#localEntries-org.apache.ignite.cache.CachePeekMode:A-">localEntries(CachePeekMode[])</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#localEntries-org.apache.ignite.cache.CachePeekMode...-">localEntries(CachePeekMode...)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Allows for iteration over local cache entries.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/eventstorage/EventStorageSpi.html#localEvents-org.apache.ignite.lang.IgnitePredicate-">localEvents(IgnitePredicate<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.spi.eventstorage.<a href="org/apache/ignite/spi/eventstorage/EventStorageSpi.html" title="interface in org.apache.ignite.spi.eventstorage">EventStorageSpi</a></dt>
<dd>
<div class="block">Queries locally-stored events only.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/eventstorage/memory/MemoryEventStorageSpi.html#localEvents-org.apache.ignite.lang.IgnitePredicate-">localEvents(IgnitePredicate<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.spi.eventstorage.memory.<a href="org/apache/ignite/spi/eventstorage/memory/MemoryEventStorageSpi.html" title="class in org.apache.ignite.spi.eventstorage.memory">MemoryEventStorageSpi</a></dt>
<dd>
<div class="block">Queries locally-stored events only.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/eventstorage/NoopEventStorageSpi.html#localEvents-org.apache.ignite.lang.IgnitePredicate-">localEvents(IgnitePredicate<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.spi.eventstorage.<a href="org/apache/ignite/spi/eventstorage/NoopEventStorageSpi.html" title="class in org.apache.ignite.spi.eventstorage">NoopEventStorageSpi</a></dt>
<dd>
<div class="block">Queries locally-stored events only.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#localEvict-java.util.Collection-">localEvict(Collection<span class='angle_bracket'>&lt;</span>? extends K<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Attempts to evict all entries associated with keys.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteUuid.html#localId--">localId()</a></span> - Method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteUuid.html" title="class in org.apache.ignite.lang">IgniteUuid</a></dt>
<dd>
<div class="block">Gets local ID portion of this <code>IgniteUuid</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignition.html#localIgnite--">localIgnite()</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">This method is used to address a local <a href="org/apache/ignite/Ignite.html" title="interface in org.apache.ignite"><code>Ignite</code></a> instance, principally from closure.</div>
</dd>
<dt><a href="org/apache/ignite/ml/selection/scoring/cursor/LocalLabelPairCursor.html" title="class in org.apache.ignite.ml.selection.scoring.cursor"><span class="typeNameLink">LocalLabelPairCursor</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/selection/scoring/cursor/LocalLabelPairCursor.html" title="type parameter in LocalLabelPairCursor">L</a>,<a href="org/apache/ignite/ml/selection/scoring/cursor/LocalLabelPairCursor.html" title="type parameter in LocalLabelPairCursor">K</a>,<a href="org/apache/ignite/ml/selection/scoring/cursor/LocalLabelPairCursor.html" title="type parameter in LocalLabelPairCursor">V</a>,<a href="org/apache/ignite/ml/selection/scoring/cursor/LocalLabelPairCursor.html" title="type parameter in LocalLabelPairCursor">T</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/selection/scoring/cursor/package-summary.html">org.apache.ignite.ml.selection.scoring.cursor</a></dt>
<dd>
<div class="block">Truth with prediction cursor based on a locally stored data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/cursor/LocalLabelPairCursor.html#LocalLabelPairCursor-java.util.Map-org.apache.ignite.lang.IgniteBiPredicate-org.apache.ignite.ml.preprocessing.Preprocessor-org.apache.ignite.ml.IgniteModel-">LocalLabelPairCursor(Map<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, IgniteBiPredicate<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, IgniteModel<span class='angle_bracket'>&lt;</span>Vector, L<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.selection.scoring.cursor.<a href="org/apache/ignite/ml/selection/scoring/cursor/LocalLabelPairCursor.html" title="class in org.apache.ignite.ml.selection.scoring.cursor">LocalLabelPairCursor</a></dt>
<dd>
<div class="block">Constructs a new instance of local truth with prediction cursor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteEvents.html#localListen-org.apache.ignite.lang.IgnitePredicate-int...-">localListen(IgnitePredicate<span class='angle_bracket'>&lt;</span>? extends Event<span class='angle_bracket'>&gt;</span>, int...)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteEvents.html" title="interface in org.apache.ignite">IgniteEvents</a></dt>
<dd>
<div class="block">Adds an event listener for local events.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteMessaging.html#localListen-java.lang.Object-org.apache.ignite.lang.IgniteBiPredicate-">localListen(Object, IgniteBiPredicate<span class='angle_bracket'>&lt;</span>UUID, ?<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteMessaging.html" title="interface in org.apache.ignite">IgniteMessaging</a></dt>
<dd>
<div class="block">Adds local listener for given topic on local node only.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ContinuousQueryView.html#localListener--">localListener()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ContinuousQueryView.html" title="class in org.apache.ignite.spi.systemview.view">ContinuousQueryView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#localLoadCache-org.apache.ignite.lang.IgniteBiPredicate-java.lang.Object...-">localLoadCache(IgniteBiPredicate, Object...)</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">Delegates to <a href="org/apache/ignite/cache/store/CacheStore.html#loadCache-org.apache.ignite.lang.IgniteBiInClosure-java.lang.Object...-"><code>CacheStore.loadCache(IgniteBiInClosure, Object...)</code></a> method
to load state from the underlying persistent storage.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#localLoadCache-org.apache.ignite.lang.IgniteBiPredicate-java.lang.Object...-">localLoadCache(IgniteBiPredicate<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Object...)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Delegates to <a href="org/apache/ignite/cache/store/CacheStore.html#loadCache-org.apache.ignite.lang.IgniteBiInClosure-java.lang.Object...-"><code>CacheStore.loadCache(IgniteBiInClosure,Object...)</code></a> method
to load state from the underlying persistent storage.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#localLoadCacheAsync-org.apache.ignite.lang.IgniteBiPredicate-java.lang.Object...-">localLoadCacheAsync(IgniteBiPredicate, Object...)</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">Asynchronously delegates to <a href="org/apache/ignite/cache/store/CacheStore.html#loadCache-org.apache.ignite.lang.IgniteBiInClosure-java.lang.Object...-"><code>CacheStore.loadCache(IgniteBiInClosure, Object...)</code></a> method
to reload state from the underlying persistent storage.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#localLoadCacheAsync-org.apache.ignite.lang.IgniteBiPredicate-java.lang.Object...-">localLoadCacheAsync(IgniteBiPredicate<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Object...)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Asynchronously loads state from the underlying persistent storage by delegating
to <a href="org/apache/ignite/cache/store/CacheStore.html#loadCache-org.apache.ignite.lang.IgniteBiInClosure-java.lang.Object...-"><code>CacheStore.loadCache(IgniteBiInClosure,Object...)</code></a> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#localMetrics--">localMetrics()</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 local metrics (statistics) for this cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#localMetrics--">localMetrics()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Gets local snapshot metrics (statistics) for this cache.</div>
</dd>
<dt><a href="org/apache/ignite/ml/inference/storage/descriptor/LocalModelDescriptorStorage.html" title="class in org.apache.ignite.ml.inference.storage.descriptor"><span class="typeNameLink">LocalModelDescriptorStorage</span></a> - Class in <a href="org/apache/ignite/ml/inference/storage/descriptor/package-summary.html">org.apache.ignite.ml.inference.storage.descriptor</a></dt>
<dd>
<div class="block">Model descriptor storage based on local hash map.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/storage/descriptor/LocalModelDescriptorStorage.html#LocalModelDescriptorStorage--">LocalModelDescriptorStorage()</a></span> - Constructor for class org.apache.ignite.ml.inference.storage.descriptor.<a href="org/apache/ignite/ml/inference/storage/descriptor/LocalModelDescriptorStorage.html" title="class in org.apache.ignite.ml.inference.storage.descriptor">LocalModelDescriptorStorage</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/inference/storage/model/LocalModelStorageProvider.html" title="class in org.apache.ignite.ml.inference.storage.model"><span class="typeNameLink">LocalModelStorageProvider</span></a> - Class in <a href="org/apache/ignite/ml/inference/storage/model/package-summary.html">org.apache.ignite.ml.inference.storage.model</a></dt>
<dd>
<div class="block">Implementation of <a href="org/apache/ignite/ml/inference/storage/model/ModelStorageProvider.html" title="interface in org.apache.ignite.ml.inference.storage.model"><code>ModelStorageProvider</code></a> based on local <a href="https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ConcurrentHashMap.html?is-external=true" title="class or interface in java.util.concurrent"><code>ConcurrentHashMap</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/storage/model/LocalModelStorageProvider.html#LocalModelStorageProvider--">LocalModelStorageProvider()</a></span> - Constructor for class org.apache.ignite.ml.inference.storage.model.<a href="org/apache/ignite/ml/inference/storage/model/LocalModelStorageProvider.html" title="class in org.apache.ignite.ml.inference.storage.model">LocalModelStorageProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#localMxBean--">localMxBean()</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 local metrics (statistics) for this cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#localMxBean--">localMxBean()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Gets local MxBean for this cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCluster.html#localNode--">localNode()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCluster.html" title="interface in org.apache.ignite">IgniteCluster</a></dt>
<dd>
<div class="block">Gets local grid node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/CachePluginContext.html#localNode--">localNode()</a></span> - Method in interface org.apache.ignite.plugin.<a href="org/apache/ignite/plugin/CachePluginContext.html" title="interface in org.apache.ignite.plugin">CachePluginContext</a></dt>
<dd>
<div class="block">Gets local grid node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/PluginContext.html#localNode--">localNode()</a></span> - Method in interface org.apache.ignite.plugin.<a href="org/apache/ignite/plugin/PluginContext.html" title="interface in org.apache.ignite.plugin">PluginContext</a></dt>
<dd>
<div class="block">Gets local grid node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiContext.html#localNode--">localNode()</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 local grid node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/TransactionView.html#localNodeId--">localNodeId()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/TransactionView.html" title="class in org.apache.ignite.spi.systemview.view">TransactionView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoveryDataBag.html#localNodeSpecificData--">localNodeSpecificData()</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="memberNameLink"><a href="org/apache/ignite/events/Event.html#localOrder--">localOrder()</a></span> - Method in interface org.apache.ignite.events.<a href="org/apache/ignite/events/Event.html" title="interface in org.apache.ignite.events">Event</a></dt>
<dd>
<div class="block">Gets locally unique ID that is atomically incremented for each event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventAdapter.html#localOrder--">localOrder()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/EventAdapter.html" title="class in org.apache.ignite.events">EventAdapter</a></dt>
<dd>
<div class="block">Gets locally unique ID that is atomically incremented for each event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#localPeek-java.lang.Object-org.apache.ignite.cache.CachePeekMode:A-">localPeek(Object, CachePeekMode[])</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#localPeek-K-org.apache.ignite.cache.CachePeekMode...-">localPeek(K, CachePeekMode...)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Peeks at a value in the local storage using an optional peek mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#localPreloadPartition-int-">localPreloadPartition(int)</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">Preloads cache partition if it exists on local node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#localPreloadPartition-int-">localPreloadPartition(int)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Efficiently preloads cache partition into page memory if it exists on the local node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteEvents.html#localQuery-org.apache.ignite.lang.IgnitePredicate-int...-">localQuery(IgnitePredicate<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>, int...)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteEvents.html" title="interface in org.apache.ignite">IgniteEvents</a></dt>
<dd>
<div class="block">Queries local node for events using passed-in predicate filter for event selection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#localSize-org.apache.ignite.cache.CachePeekMode:A-">localSize(CachePeekMode[])</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#localSize-org.apache.ignite.cache.CachePeekMode...-">localSize(CachePeekMode...)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Gets the number of all entries cached on this node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#localSizeLong-org.apache.ignite.cache.CachePeekMode:A-">localSizeLong(CachePeekMode[])</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#localSizeLong-int-org.apache.ignite.cache.CachePeekMode:A-">localSizeLong(int, CachePeekMode[])</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#localSizeLong-org.apache.ignite.cache.CachePeekMode...-">localSizeLong(CachePeekMode...)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Gets the number of all entries cached on this node as a long value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#localSizeLong-int-org.apache.ignite.cache.CachePeekMode...-">localSizeLong(int, CachePeekMode...)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Gets the number of all entries cached on this node for the partition as a long value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCompute.html#localTasks--">localTasks()</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 map of all locally deployed tasks keyed by their task name .</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ContinuousQueryView.html#localTransformedListener--">localTransformedListener()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ContinuousQueryView.html" title="class in org.apache.ignite.spi.systemview.view">ContinuousQueryView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#locHost">locHost</a></span> - 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">Local host.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateAccessStrategyAdapter.html#lock-java.lang.Object-">lock(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 during database transaction execution before Hibernate attempts to update or remove given key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#lock-java.lang.Object-long-">lock(Object, long)</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">Synchronously acquires lock on a cached object with given
key only if the passed in filter (if any) passes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateNonStrictAccessStrategy.html#lock-java.lang.Object-">lock(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 during database transaction execution before Hibernate attempts to update or remove given key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateReadOnlyAccessStrategy.html#lock-java.lang.Object-">lock(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 during database transaction execution before Hibernate attempts to update or remove given key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateReadWriteAccessStrategy.html#lock-java.lang.Object-">lock(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 during database transaction execution before Hibernate attempts to update or remove given key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateTransactionalAccessStrategy.html#lock-java.lang.Object-">lock(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 during database transaction execution before Hibernate attempts to update or remove given key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#lock-K-">lock(K)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Creates a <a href="https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/locks/Lock.html?is-external=true" title="class or interface in java.util.concurrent.locks"><code>Lock</code></a> instance associated with passed key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteLock.html#lock--">lock()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteLock.html" title="interface in org.apache.ignite">IgniteLock</a></dt>
<dd>
<div class="block">Acquires the distributed reentrant lock.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/storage/model/IgniteModelStorageProvider.html#lock-java.lang.String-">lock(String)</a></span> - Method in class org.apache.ignite.ml.inference.storage.model.<a href="org/apache/ignite/ml/inference/storage/model/IgniteModelStorageProvider.html" title="class in org.apache.ignite.ml.inference.storage.model">IgniteModelStorageProvider</a></dt>
<dd>
<div class="block">Locks the specified path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/storage/model/LocalModelStorageProvider.html#lock-java.lang.String-">lock(String)</a></span> - Method in class org.apache.ignite.ml.inference.storage.model.<a href="org/apache/ignite/ml/inference/storage/model/LocalModelStorageProvider.html" title="class in org.apache.ignite.ml.inference.storage.model">LocalModelStorageProvider</a></dt>
<dd>
<div class="block">Locks the specified path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/storage/model/ModelStorageProvider.html#lock-java.lang.String-">lock(String)</a></span> - Method in interface org.apache.ignite.ml.inference.storage.model.<a href="org/apache/ignite/ml/inference/storage/model/ModelStorageProvider.html" title="interface in org.apache.ignite.ml.inference.storage.model">ModelStorageProvider</a></dt>
<dd>
<div class="block">Locks the specified path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#lockAll-java.util.Collection-long-">lockAll(Collection, long)</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">All or nothing synchronous lock for passed in keys.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#lockAll-java.util.Collection-">lockAll(Collection<span class='angle_bracket'>&lt;</span>? extends K<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">It is recommended to use <a href="org/apache/ignite/Ignite.html#reentrantLock-java.lang.String-boolean-boolean-boolean-"><code>Ignite.reentrantLock(String, boolean, boolean, boolean)</code></a> instead.
This method will be removed in future releases.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#lockAllAsync-java.util.Collection-long-">lockAllAsync(Collection, long)</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">All or nothing synchronous lock for passed in keys.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#lockAsync-java.lang.Object-long-">lockAsync(Object, long)</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">Asynchronously acquires lock on a cached object with given
key only if the passed in filter (if any) passes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/datastructures/ReentrantLockView.html#locked--">locked()</a></span> - Method in class org.apache.ignite.spi.systemview.view.datastructures.<a href="org/apache/ignite/spi/systemview/view/datastructures/ReentrantLockView.html" title="class in org.apache.ignite.spi.systemview.view.datastructures">ReentrantLockView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/CacheEvent.html#lockId--">lockId()</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">ID of the lock if held or <tt>null</tt> if no lock held.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteLock.html#lockInterruptibly--">lockInterruptibly()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteLock.html" title="interface in org.apache.ignite">IgniteLock</a></dt>
<dd>
<div class="block">Acquires the lock unless the current thread is
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Thread.html?is-external=true#interrupt--" title="class or interface in java.lang">interrupted</a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateAccessStrategyAdapter.html#lockRegion--">lockRegion()</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 during database transaction execution before Hibernate executed
update operation which should invalidate entire cache region.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#locNode">locNode</a></span> - 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">Local node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#locNodeAddrs">locNodeAddrs</a></span> - 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">Internal and external addresses of local node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#locNodeAttrs">locNodeAttrs</a></span> - 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">Local node attributes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#locNodeVer">locNodeVer</a></span> - 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">Local node version.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#locPort">locPort</a></span> - 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">Local port which node uses.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#locPortRange">locPortRange</a></span> - 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">Local port range.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/UpdatesStrategy.html#locStepUpdatesReducer--">locStepUpdatesReducer()</a></span> - Method in class org.apache.ignite.ml.nn.<a href="org/apache/ignite/ml/nn/UpdatesStrategy.html" title="class in org.apache.ignite.ml.nn">UpdatesStrategy</a></dt>
<dd>
<div class="block">Get function used to reduce updates in one training
(for example, sum all sequential gradient updates to get one gradient update).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateAccessStrategyAdapter.html#log">log</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="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html#log">log</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">Auto-injected logger instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignite.html#log--">log()</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 grid's logger.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#log--">log()</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 grid's logger.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/logging/ConsoleLogger.html#log-org.apache.ignite.ml.math.primitives.vector.Vector-">log(Vector)</a></span> - Method in class org.apache.ignite.ml.environment.logging.<a href="org/apache/ignite/ml/environment/logging/ConsoleLogger.html" title="class in org.apache.ignite.ml.environment.logging">ConsoleLogger</a></dt>
<dd>
<div class="block">Log vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/logging/ConsoleLogger.html#log-org.apache.ignite.ml.environment.logging.MLLogger.VerboseLevel-org.apache.ignite.ml.IgniteModel-">log(MLLogger.VerboseLevel, IgniteModel<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.environment.logging.<a href="org/apache/ignite/ml/environment/logging/ConsoleLogger.html" title="class in org.apache.ignite.ml.environment.logging">ConsoleLogger</a></dt>
<dd>
<div class="block">Log model according to toString method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/logging/ConsoleLogger.html#log-org.apache.ignite.ml.environment.logging.MLLogger.VerboseLevel-java.lang.String-java.lang.Object...-">log(MLLogger.VerboseLevel, String, Object...)</a></span> - Method in class org.apache.ignite.ml.environment.logging.<a href="org/apache/ignite/ml/environment/logging/ConsoleLogger.html" title="class in org.apache.ignite.ml.environment.logging">ConsoleLogger</a></dt>
<dd>
<div class="block">Log line with formatting.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/logging/CustomMLLogger.html#log-org.apache.ignite.ml.math.primitives.vector.Vector-">log(Vector)</a></span> - Method in class org.apache.ignite.ml.environment.logging.<a href="org/apache/ignite/ml/environment/logging/CustomMLLogger.html" title="class in org.apache.ignite.ml.environment.logging">CustomMLLogger</a></dt>
<dd>
<div class="block">Log vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/logging/CustomMLLogger.html#log-org.apache.ignite.ml.environment.logging.MLLogger.VerboseLevel-org.apache.ignite.ml.IgniteModel-">log(MLLogger.VerboseLevel, IgniteModel<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.environment.logging.<a href="org/apache/ignite/ml/environment/logging/CustomMLLogger.html" title="class in org.apache.ignite.ml.environment.logging">CustomMLLogger</a></dt>
<dd>
<div class="block">Log model according to toString method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/logging/CustomMLLogger.html#log-org.apache.ignite.ml.environment.logging.MLLogger.VerboseLevel-java.lang.String-java.lang.Object...-">log(MLLogger.VerboseLevel, String, Object...)</a></span> - Method in class org.apache.ignite.ml.environment.logging.<a href="org/apache/ignite/ml/environment/logging/CustomMLLogger.html" title="class in org.apache.ignite.ml.environment.logging">CustomMLLogger</a></dt>
<dd>
<div class="block">Log line with formatting.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/logging/MLLogger.html#log-org.apache.ignite.ml.math.primitives.vector.Vector-">log(Vector)</a></span> - Method in interface org.apache.ignite.ml.environment.logging.<a href="org/apache/ignite/ml/environment/logging/MLLogger.html" title="interface in org.apache.ignite.ml.environment.logging">MLLogger</a></dt>
<dd>
<div class="block">Log vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/logging/MLLogger.html#log-org.apache.ignite.ml.environment.logging.MLLogger.VerboseLevel-org.apache.ignite.ml.IgniteModel-">log(MLLogger.VerboseLevel, IgniteModel<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.ml.environment.logging.<a href="org/apache/ignite/ml/environment/logging/MLLogger.html" title="interface in org.apache.ignite.ml.environment.logging">MLLogger</a></dt>
<dd>
<div class="block">Log model according to toString method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/logging/MLLogger.html#log-org.apache.ignite.ml.environment.logging.MLLogger.VerboseLevel-java.lang.String-java.lang.Object...-">log(MLLogger.VerboseLevel, String, Object...)</a></span> - Method in interface org.apache.ignite.ml.environment.logging.<a href="org/apache/ignite/ml/environment/logging/MLLogger.html" title="interface in org.apache.ignite.ml.environment.logging">MLLogger</a></dt>
<dd>
<div class="block">Log line with formatting.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/logging/NoOpLogger.html#log-org.apache.ignite.ml.math.primitives.vector.Vector-">log(Vector)</a></span> - Method in class org.apache.ignite.ml.environment.logging.<a href="org/apache/ignite/ml/environment/logging/NoOpLogger.html" title="class in org.apache.ignite.ml.environment.logging">NoOpLogger</a></dt>
<dd>
<div class="block">Log vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/logging/NoOpLogger.html#log-org.apache.ignite.ml.environment.logging.MLLogger.VerboseLevel-org.apache.ignite.ml.IgniteModel-">log(MLLogger.VerboseLevel, IgniteModel<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.environment.logging.<a href="org/apache/ignite/ml/environment/logging/NoOpLogger.html" title="class in org.apache.ignite.ml.environment.logging">NoOpLogger</a></dt>
<dd>
<div class="block">Log model according to toString method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/logging/NoOpLogger.html#log-org.apache.ignite.ml.environment.logging.MLLogger.VerboseLevel-java.lang.String-java.lang.Object...-">log(MLLogger.VerboseLevel, String, Object...)</a></span> - Method in class org.apache.ignite.ml.environment.logging.<a href="org/apache/ignite/ml/environment/logging/NoOpLogger.html" title="class in org.apache.ignite.ml.environment.logging">NoOpLogger</a></dt>
<dd>
<div class="block">Log line with formatting.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/optimization/LossFunctions.html#LOG">LOG</a></span> - Static variable in class org.apache.ignite.ml.optimization.<a href="org/apache/ignite/ml/optimization/LossFunctions.html" title="class in org.apache.ignite.ml.optimization">LossFunctions</a></dt>
<dd>
<div class="block">Log loss function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/CachePluginContext.html#log-java.lang.Class-">log(Class<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.plugin.<a href="org/apache/ignite/plugin/CachePluginContext.html" title="interface in org.apache.ignite.plugin">CachePluginContext</a></dt>
<dd>
<div class="block">Gets logger for given class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/PluginContext.html#log-java.lang.Class-">log(Class<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.plugin.<a href="org/apache/ignite/plugin/PluginContext.html" title="interface in org.apache.ignite.plugin">PluginContext</a></dt>
<dd>
<div class="block">Gets logger for given class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#log">log</a></span> - 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">Logger.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionSpi.html#log">log</a></span> - Variable in class org.apache.ignite.spi.encryption.keystore.<a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionSpi.html" title="class in org.apache.ignite.spi.encryption.keystore">KeystoreEncryptionSpi</a></dt>
<dd>
<div class="block">Logger.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiAdapter.html#log">log</a></span> - Variable 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="memberNameLink"><a href="org/apache/ignite/yarn/ApplicationMaster.html#log">log</a></span> - Static variable in 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="memberNameLink"><a href="org/apache/ignite/yarn/IgniteProvider.html#log">log</a></span> - Static variable in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/IgniteProvider.html" title="class in org.apache.ignite.yarn">IgniteProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/IgniteYarnClient.html#log">log</a></span> - Static variable in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/IgniteYarnClient.html" title="class in org.apache.ignite.yarn">IgniteYarnClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/functions/Functions.html#LOG2">LOG2</a></span> - Static variable in class org.apache.ignite.ml.math.functions.<a href="org/apache/ignite/ml/math/functions/Functions.html" title="class in org.apache.ignite.ml.math.functions">Functions</a></dt>
<dd>
<div class="block">Function that returns <code>Math.log(a) / Math.log(2)</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/FeaturesCountSelectionStrategies.html#LOG2">LOG2</a></span> - Static variable in class org.apache.ignite.ml.tree.randomforest.data.<a href="org/apache/ignite/ml/tree/randomforest/data/FeaturesCountSelectionStrategies.html" title="class in org.apache.ignite.ml.tree.randomforest.data">FeaturesCountSelectionStrategies</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/logger/log4j2/Log4J2Logger.html" title="class in org.apache.ignite.logger.log4j2"><span class="typeNameLink">Log4J2Logger</span></a> - Class in <a href="org/apache/ignite/logger/log4j2/package-summary.html">org.apache.ignite.logger.log4j2</a></dt>
<dd>
<div class="block">Log4j2-based implementation for logging.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j2/Log4J2Logger.html#Log4J2Logger-java.lang.String-">Log4J2Logger(String)</a></span> - Constructor for class org.apache.ignite.logger.log4j2.<a href="org/apache/ignite/logger/log4j2/Log4J2Logger.html" title="class in org.apache.ignite.logger.log4j2">Log4J2Logger</a></dt>
<dd>
<div class="block">Creates new logger with given configuration <code>path</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j2/Log4J2Logger.html#Log4J2Logger-java.io.File-">Log4J2Logger(File)</a></span> - Constructor for class org.apache.ignite.logger.log4j2.<a href="org/apache/ignite/logger/log4j2/Log4J2Logger.html" title="class in org.apache.ignite.logger.log4j2">Log4J2Logger</a></dt>
<dd>
<div class="block">Creates new logger with given configuration <code>cfgFile</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j2/Log4J2Logger.html#Log4J2Logger-java.net.URL-">Log4J2Logger(URL)</a></span> - Constructor for class org.apache.ignite.logger.log4j2.<a href="org/apache/ignite/logger/log4j2/Log4J2Logger.html" title="class in org.apache.ignite.logger.log4j2">Log4J2Logger</a></dt>
<dd>
<div class="block">Creates new logger with given configuration <code>cfgUrl</code>.</div>
</dd>
<dt><a href="org/apache/ignite/logger/log4j/Log4JDailyRollingFileAppender.html" title="class in org.apache.ignite.logger.log4j"><span class="typeNameLink">Log4JDailyRollingFileAppender</span></a> - Class in <a href="org/apache/ignite/logger/log4j/package-summary.html">org.apache.ignite.logger.log4j</a></dt>
<dd>
<div class="block">Log4J <code>DailyRollingFileAppender</code> with added support for grid node IDs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j/Log4JDailyRollingFileAppender.html#Log4JDailyRollingFileAppender--">Log4JDailyRollingFileAppender()</a></span> - Constructor for class org.apache.ignite.logger.log4j.<a href="org/apache/ignite/logger/log4j/Log4JDailyRollingFileAppender.html" title="class in org.apache.ignite.logger.log4j">Log4JDailyRollingFileAppender</a></dt>
<dd>
<div class="block">Default constructor (does not do anything).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j/Log4JDailyRollingFileAppender.html#Log4JDailyRollingFileAppender-org.apache.log4j.Layout-java.lang.String-java.lang.String-">Log4JDailyRollingFileAppender(Layout, String, String)</a></span> - Constructor for class org.apache.ignite.logger.log4j.<a href="org/apache/ignite/logger/log4j/Log4JDailyRollingFileAppender.html" title="class in org.apache.ignite.logger.log4j">Log4JDailyRollingFileAppender</a></dt>
<dd>
<div class="block">Instantiate a FileAppender with given parameters.</div>
</dd>
<dt><a href="org/apache/ignite/logger/log4j/Log4JExternallyRolledFileAppender.html" title="class in org.apache.ignite.logger.log4j"><span class="typeNameLink">Log4JExternallyRolledFileAppender</span></a> - Class in <a href="org/apache/ignite/logger/log4j/package-summary.html">org.apache.ignite.logger.log4j</a></dt>
<dd>
<div class="block">Log4J <code>ExternallyRolledFileAppender</code> with added support for grid node IDs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j/Log4JExternallyRolledFileAppender.html#Log4JExternallyRolledFileAppender--">Log4JExternallyRolledFileAppender()</a></span> - Constructor for class org.apache.ignite.logger.log4j.<a href="org/apache/ignite/logger/log4j/Log4JExternallyRolledFileAppender.html" title="class in org.apache.ignite.logger.log4j">Log4JExternallyRolledFileAppender</a></dt>
<dd>
<div class="block">Default constructor (does not do anything).</div>
</dd>
<dt><a href="org/apache/ignite/logger/log4j/Log4JFileAppender.html" title="class in org.apache.ignite.logger.log4j"><span class="typeNameLink">Log4JFileAppender</span></a> - Class in <a href="org/apache/ignite/logger/log4j/package-summary.html">org.apache.ignite.logger.log4j</a></dt>
<dd>
<div class="block">Log4J <code>FileAppender</code> with added support for grid node IDs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j/Log4JFileAppender.html#Log4JFileAppender--">Log4JFileAppender()</a></span> - Constructor for class org.apache.ignite.logger.log4j.<a href="org/apache/ignite/logger/log4j/Log4JFileAppender.html" title="class in org.apache.ignite.logger.log4j">Log4JFileAppender</a></dt>
<dd>
<div class="block">Default constructor (does not do anything).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j/Log4JFileAppender.html#Log4JFileAppender-org.apache.log4j.Layout-java.lang.String-">Log4JFileAppender(Layout, String)</a></span> - Constructor for class org.apache.ignite.logger.log4j.<a href="org/apache/ignite/logger/log4j/Log4JFileAppender.html" title="class in org.apache.ignite.logger.log4j">Log4JFileAppender</a></dt>
<dd>
<div class="block">Instantiate a FileAppender with given parameters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j/Log4JFileAppender.html#Log4JFileAppender-org.apache.log4j.Layout-java.lang.String-boolean-">Log4JFileAppender(Layout, String, boolean)</a></span> - Constructor for class org.apache.ignite.logger.log4j.<a href="org/apache/ignite/logger/log4j/Log4JFileAppender.html" title="class in org.apache.ignite.logger.log4j">Log4JFileAppender</a></dt>
<dd>
<div class="block">Instantiate a FileAppender with given parameters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j/Log4JFileAppender.html#Log4JFileAppender-org.apache.log4j.Layout-java.lang.String-boolean-boolean-int-">Log4JFileAppender(Layout, String, boolean, boolean, int)</a></span> - Constructor for class org.apache.ignite.logger.log4j.<a href="org/apache/ignite/logger/log4j/Log4JFileAppender.html" title="class in org.apache.ignite.logger.log4j">Log4JFileAppender</a></dt>
<dd>
<div class="block">Instantiate a FileAppender with given parameters.</div>
</dd>
<dt><a href="org/apache/ignite/logger/log4j/Log4JLogger.html" title="class in org.apache.ignite.logger.log4j"><span class="typeNameLink">Log4JLogger</span></a> - Class in <a href="org/apache/ignite/logger/log4j/package-summary.html">org.apache.ignite.logger.log4j</a></dt>
<dd>
<div class="block">Log4j-based implementation for logging.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j/Log4JLogger.html#Log4JLogger--">Log4JLogger()</a></span> - Constructor for 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">Creates new logger and automatically detects if root logger already
has appenders configured.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j/Log4JLogger.html#Log4JLogger-boolean-">Log4JLogger(boolean)</a></span> - Constructor for 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">Creates new logger.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j/Log4JLogger.html#Log4JLogger-org.apache.log4j.Logger-">Log4JLogger(Logger)</a></span> - Constructor for 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">Creates new logger with given implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j/Log4JLogger.html#Log4JLogger-java.lang.String-">Log4JLogger(String)</a></span> - Constructor for 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">Creates new logger with given configuration <code>path</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j/Log4JLogger.html#Log4JLogger-java.lang.String-long-">Log4JLogger(String, long)</a></span> - Constructor for 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">Creates new logger with given configuration <code>path</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j/Log4JLogger.html#Log4JLogger-java.io.File-">Log4JLogger(File)</a></span> - Constructor for 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">Creates new logger with given configuration <code>cfgFile</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j/Log4JLogger.html#Log4JLogger-java.io.File-long-">Log4JLogger(File, long)</a></span> - Constructor for 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">Creates new logger with given configuration <code>cfgFile</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j/Log4JLogger.html#Log4JLogger-java.net.URL-">Log4JLogger(URL)</a></span> - Constructor for 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">Creates new logger with given configuration <code>cfgUrl</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j/Log4JLogger.html#Log4JLogger-java.net.URL-long-">Log4JLogger(URL, long)</a></span> - Constructor for 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">Creates new logger with given configuration <code>cfgUrl</code>.</div>
</dd>
<dt><a href="org/apache/ignite/logger/log4j/Log4jRollingFileAppender.html" title="class in org.apache.ignite.logger.log4j"><span class="typeNameLink">Log4jRollingFileAppender</span></a> - Class in <a href="org/apache/ignite/logger/log4j/package-summary.html">org.apache.ignite.logger.log4j</a></dt>
<dd>
<div class="block">Log4J <code>RollingFileAppender</code> with added support for grid node IDs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j/Log4jRollingFileAppender.html#Log4jRollingFileAppender--">Log4jRollingFileAppender()</a></span> - Constructor for class org.apache.ignite.logger.log4j.<a href="org/apache/ignite/logger/log4j/Log4jRollingFileAppender.html" title="class in org.apache.ignite.logger.log4j">Log4jRollingFileAppender</a></dt>
<dd>
<div class="block">Default constructor (does not do anything).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j/Log4jRollingFileAppender.html#Log4jRollingFileAppender-org.apache.log4j.Layout-java.lang.String-">Log4jRollingFileAppender(Layout, String)</a></span> - Constructor for class org.apache.ignite.logger.log4j.<a href="org/apache/ignite/logger/log4j/Log4jRollingFileAppender.html" title="class in org.apache.ignite.logger.log4j">Log4jRollingFileAppender</a></dt>
<dd>
<div class="block">Instantiate a FileAppender with given parameters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j/Log4jRollingFileAppender.html#Log4jRollingFileAppender-org.apache.log4j.Layout-java.lang.String-boolean-">Log4jRollingFileAppender(Layout, String, boolean)</a></span> - Constructor for class org.apache.ignite.logger.log4j.<a href="org/apache/ignite/logger/log4j/Log4jRollingFileAppender.html" title="class in org.apache.ignite.logger.log4j">Log4jRollingFileAppender</a></dt>
<dd>
<div class="block">Instantiate a FileAppender with given parameters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/java/JavaLoggerFileHandler.html#logDirectory-java.lang.String-">logDirectory(String)</a></span> - Static method in class org.apache.ignite.logger.java.<a href="org/apache/ignite/logger/java/JavaLoggerFileHandler.html" title="class in org.apache.ignite.logger.java">JavaLoggerFileHandler</a></dt>
<dd>
<div class="block">Resolves logging directory.</div>
</dd>
<dt><a href="org/apache/ignite/spi/metric/log/LogExporterSpi.html" title="class in org.apache.ignite.spi.metric.log"><span class="typeNameLink">LogExporterSpi</span></a> - Class in <a href="org/apache/ignite/spi/metric/log/package-summary.html">org.apache.ignite.spi.metric.log</a></dt>
<dd>
<div class="block">This SPI implementation exports metrics to Ignite log.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/metric/log/LogExporterSpi.html#LogExporterSpi--">LogExporterSpi()</a></span> - Constructor for class org.apache.ignite.spi.metric.log.<a href="org/apache/ignite/spi/metric/log/LogExporterSpi.html" title="class in org.apache.ignite.spi.metric.log">LogExporterSpi</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j/Log4JLogger.html#logFiles--">logFiles()</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">Gets files for all registered file appenders.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/LearningEnvironment.html#logger--">logger()</a></span> - Method in interface org.apache.ignite.ml.environment.<a href="org/apache/ignite/ml/environment/LearningEnvironment.html" title="interface in org.apache.ignite.ml.environment">LearningEnvironment</a></dt>
<dd>
<div class="block">Returns an instance of logger.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/LearningEnvironment.html#logger-java.lang.Class-">logger(Class<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.ml.environment.<a href="org/apache/ignite/ml/environment/LearningEnvironment.html" title="interface in org.apache.ignite.ml.environment">LearningEnvironment</a></dt>
<dd>
<div class="block">Returns an instance of logger for specific class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/visor/plugin/VisorPluginModel.html#logger--">logger()</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">Get logger.</div>
</dd>
<dt><a href="org/apache/ignite/logger/LoggerNodeIdAware.html" title="interface in org.apache.ignite.logger"><span class="typeNameLink">LoggerNodeIdAware</span></a> - Interface in <a href="org/apache/ignite/logger/package-summary.html">org.apache.ignite.logger</a></dt>
<dd>
<div class="block">Interface for Ignite file appenders to attach node ID to log file names.</div>
</dd>
<dt><a href="org/apache/ignite/resources/LoggerResource.html" title="annotation in org.apache.ignite.resources"><span class="typeNameLink">LoggerResource</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 <a href="org/apache/ignite/IgniteLogger.html" title="interface in org.apache.ignite"><code>IgniteLogger</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/SecuritySubject.html#login--">login()</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">Login provided via subject security credentials.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionModel.LogisticRegressionJSONExportModel.html#LogisticRegressionJSONExportModel-java.lang.Long-java.lang.String-java.lang.String-">LogisticRegressionJSONExportModel(Long, String, String)</a></span> - Constructor for class org.apache.ignite.ml.regressions.logistic.<a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionModel.LogisticRegressionJSONExportModel.html" title="class in org.apache.ignite.ml.regressions.logistic">LogisticRegressionModel.LogisticRegressionJSONExportModel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionModel.LogisticRegressionJSONExportModel.html#LogisticRegressionJSONExportModel--">LogisticRegressionJSONExportModel()</a></span> - Constructor for class org.apache.ignite.ml.regressions.logistic.<a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionModel.LogisticRegressionJSONExportModel.html" title="class in org.apache.ignite.ml.regressions.logistic">LogisticRegressionModel.LogisticRegressionJSONExportModel</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionModel.html" title="class in org.apache.ignite.ml.regressions.logistic"><span class="typeNameLink">LogisticRegressionModel</span></a> - Class in <a href="org/apache/ignite/ml/regressions/logistic/package-summary.html">org.apache.ignite.ml.regressions.logistic</a></dt>
<dd>
<div class="block">Logistic regression (logit model) is a generalized linear model used for binomial regression.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionModel.html#LogisticRegressionModel-org.apache.ignite.ml.math.primitives.vector.Vector-double-">LogisticRegressionModel(Vector, double)</a></span> - Constructor for class org.apache.ignite.ml.regressions.logistic.<a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionModel.html" title="class in org.apache.ignite.ml.regressions.logistic">LogisticRegressionModel</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionModel.LogisticRegressionJSONExportModel.html" title="class in org.apache.ignite.ml.regressions.logistic"><span class="typeNameLink">LogisticRegressionModel.LogisticRegressionJSONExportModel</span></a> - Class in <a href="org/apache/ignite/ml/regressions/logistic/package-summary.html">org.apache.ignite.ml.regressions.logistic</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionSGDTrainer.html" title="class in org.apache.ignite.ml.regressions.logistic"><span class="typeNameLink">LogisticRegressionSGDTrainer</span></a> - Class in <a href="org/apache/ignite/ml/regressions/logistic/package-summary.html">org.apache.ignite.ml.regressions.logistic</a></dt>
<dd>
<div class="block">Trainer of the logistic regression model based on stochastic gradient descent algorithm.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionSGDTrainer.html#LogisticRegressionSGDTrainer--">LogisticRegressionSGDTrainer()</a></span> - Constructor for class org.apache.ignite.ml.regressions.logistic.<a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionSGDTrainer.html" title="class in org.apache.ignite.ml.regressions.logistic">LogisticRegressionSGDTrainer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/composition/boosting/loss/LogLoss.html" title="class in org.apache.ignite.ml.composition.boosting.loss"><span class="typeNameLink">LogLoss</span></a> - Class in <a href="org/apache/ignite/ml/composition/boosting/loss/package-summary.html">org.apache.ignite.ml.composition.boosting.loss</a></dt>
<dd>
<div class="block">Logistic regression loss function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/loss/LogLoss.html#LogLoss--">LogLoss()</a></span> - Constructor for class org.apache.ignite.ml.composition.boosting.loss.<a href="org/apache/ignite/ml/composition/boosting/loss/LogLoss.html" title="class in org.apache.ignite.ml.composition.boosting.loss">LogLoss</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#logNormalize--">logNormalize()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Creates new vector containing the <code>log(1 + entry) / L_2 norm</code> values of this vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#logNormalize-double-">logNormalize(double)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Creates new vector with a normalized value calculated as <code>log_power(1 + entry) / L_power norm</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#logNormalize--">logNormalize()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Creates new vector containing the <code>log(1 + entry) / L_2 norm</code> values of this vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#logNormalize-double-">logNormalize(double)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Creates new vector with a normalized value calculated as <code>log_power(1 + entry) / L_power norm</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html#logNormalize--">logNormalize()</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a></dt>
<dd>
<div class="block">Creates new vector containing the <code>log(1 + entry) / L_2 norm</code> values of this vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html#logNormalize-double-">logNormalize(double)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a></dt>
<dd>
<div class="block">Creates new vector with a normalized value calculated as <code>log_power(1 + entry) / L_power norm</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/visor/plugin/VisorPluginComponentsFactory.html#logPanel-java.lang.String-java.lang.String-java.util.List-">logPanel(String, String, List<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.visor.plugin.<a href="org/apache/ignite/visor/plugin/VisorPluginComponentsFactory.html" title="interface in org.apache.ignite.visor.plugin">VisorPluginComponentsFactory</a></dt>
<dd>
<div class="block">Create panel with list of log events.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#LONG_JVM_PAUSE_LAST_EVENTS_DESC">LONG_JVM_PAUSE_LAST_EVENTS_DESC</a></span> - Static variable 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="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#LONG_JVM_PAUSES_CNT_DESC">LONG_JVM_PAUSES_CNT_DESC</a></span> - Static variable 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="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#LONG_JVM_PAUSES_TOTAL_DURATION_DESC">LONG_JVM_PAUSES_TOTAL_DURATION_DESC</a></span> - Static variable 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><a href="org/apache/ignite/spi/metric/LongMetric.html" title="interface in org.apache.ignite.spi.metric"><span class="typeNameLink">LongMetric</span></a> - Interface in <a href="org/apache/ignite/spi/metric/package-summary.html">org.apache.ignite.spi.metric</a></dt>
<dd>
<div class="block">Interface for the metrics that holds long primitive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/GDBLearningStrategy.html#loss">loss</a></span> - Variable in class org.apache.ignite.ml.composition.boosting.<a href="org/apache/ignite/ml/composition/boosting/GDBLearningStrategy.html" title="class in org.apache.ignite.ml.composition.boosting">GDBLearningStrategy</a></dt>
<dd>
<div class="block">Loss of gradient.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/GDBTrainer.html#loss">loss</a></span> - Variable in class org.apache.ignite.ml.composition.boosting.<a href="org/apache/ignite/ml/composition/boosting/GDBTrainer.html" title="class in org.apache.ignite.ml.composition.boosting">GDBTrainer</a></dt>
<dd>
<div class="block">Loss function.</div>
</dd>
<dt><a href="org/apache/ignite/ml/composition/boosting/loss/Loss.html" title="interface in org.apache.ignite.ml.composition.boosting.loss"><span class="typeNameLink">Loss</span></a> - Interface in <a href="org/apache/ignite/ml/composition/boosting/loss/package-summary.html">org.apache.ignite.ml.composition.boosting.loss</a></dt>
<dd>
<div class="block">Loss interface of computing error or gradient of error on specific row in dataset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/optimization/updatecalculators/RPropUpdateCalculator.html#loss">loss</a></span> - Variable in class org.apache.ignite.ml.optimization.updatecalculators.<a href="org/apache/ignite/ml/optimization/updatecalculators/RPropUpdateCalculator.html" title="class in org.apache.ignite.ml.optimization.updatecalculators">RPropUpdateCalculator</a></dt>
<dd>
<div class="block">Loss function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/optimization/updatecalculators/SimpleGDUpdateCalculator.html#loss">loss</a></span> - Variable in class org.apache.ignite.ml.optimization.updatecalculators.<a href="org/apache/ignite/ml/optimization/updatecalculators/SimpleGDUpdateCalculator.html" title="class in org.apache.ignite.ml.optimization.updatecalculators">SimpleGDUpdateCalculator</a></dt>
<dd>
<div class="block">Loss function.</div>
</dd>
<dt><a href="org/apache/ignite/ml/optimization/LossFunctions.html" title="class in org.apache.ignite.ml.optimization"><span class="typeNameLink">LossFunctions</span></a> - Class in <a href="org/apache/ignite/ml/optimization/package-summary.html">org.apache.ignite.ml.optimization</a></dt>
<dd>
<div class="block">Class containing popular loss functions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/optimization/LossFunctions.html#LossFunctions--">LossFunctions()</a></span> - Constructor for class org.apache.ignite.ml.optimization.<a href="org/apache/ignite/ml/optimization/LossFunctions.html" title="class in org.apache.ignite.ml.optimization">LossFunctions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#lostPartitions--">lostPartitions()</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#lostPartitions--">lostPartitions()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Gets a collection of lost partition IDs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/logging/ConsoleLogger.Factory.html#LOW">LOW</a></span> - Static variable in class org.apache.ignite.ml.environment.logging.<a href="org/apache/ignite/ml/environment/logging/ConsoleLogger.Factory.html" title="class in org.apache.ignite.ml.environment.logging">ConsoleLogger.Factory</a></dt>
<dd>
<div class="block">Low.</div>
</dd>
<dt><a href="org/apache/ignite/ml/util/LRUCache.html" title="class in org.apache.ignite.ml.util"><span class="typeNameLink">LRUCache</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/util/LRUCache.html" title="type parameter in LRUCache">K</a>,<a href="org/apache/ignite/ml/util/LRUCache.html" title="type parameter in LRUCache">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/util/package-summary.html">org.apache.ignite.ml.util</a></dt>
<dd>
<div class="block">LRU cache with fixed size and expiration listener.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/LRUCache.html#LRUCache-int-">LRUCache(int)</a></span> - Constructor for class org.apache.ignite.ml.util.<a href="org/apache/ignite/ml/util/LRUCache.html" title="class in org.apache.ignite.ml.util">LRUCache</a></dt>
<dd>
<div class="block">Constructs a new instance of LRU cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/LRUCache.html#LRUCache-int-org.apache.ignite.ml.util.LRUCacheExpirationListener-">LRUCache(int, LRUCacheExpirationListener<span class='angle_bracket'>&lt;</span>V<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.util.<a href="org/apache/ignite/ml/util/LRUCache.html" title="class in org.apache.ignite.ml.util">LRUCache</a></dt>
<dd>
<div class="block">Constructs a new instance of LRU cache.</div>
</dd>
<dt><a href="org/apache/ignite/ml/util/LRUCacheExpirationListener.html" title="interface in org.apache.ignite.ml.util"><span class="typeNameLink">LRUCacheExpirationListener</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/util/LRUCacheExpirationListener.html" title="type parameter in LRUCacheExpirationListener">V</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/ml/util/package-summary.html">org.apache.ignite.ml.util</a></dt>
<dd>
<div class="block">LRU cache expiration listener.</div>
</dd>
<dt><a href="org/apache/ignite/cache/eviction/lru/LruEvictionPolicy.html" title="class in org.apache.ignite.cache.eviction.lru"><span class="typeNameLink">LruEvictionPolicy</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/cache/eviction/lru/LruEvictionPolicy.html" title="type parameter in LruEvictionPolicy">K</a>,<a href="org/apache/ignite/cache/eviction/lru/LruEvictionPolicy.html" title="type parameter in LruEvictionPolicy">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/cache/eviction/lru/package-summary.html">org.apache.ignite.cache.eviction.lru</a></dt>
<dd>
<div class="block">Eviction policy based on <code>Least Recently Used (LRU)</code> algorithm and supports batch eviction.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/lru/LruEvictionPolicy.html#LruEvictionPolicy--">LruEvictionPolicy()</a></span> - Constructor for class org.apache.ignite.cache.eviction.lru.<a href="org/apache/ignite/cache/eviction/lru/LruEvictionPolicy.html" title="class in org.apache.ignite.cache.eviction.lru">LruEvictionPolicy</a></dt>
<dd>
<div class="block">Constructs LRU eviction policy with all defaults.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/lru/LruEvictionPolicy.html#LruEvictionPolicy-int-">LruEvictionPolicy(int)</a></span> - Constructor for class org.apache.ignite.cache.eviction.lru.<a href="org/apache/ignite/cache/eviction/lru/LruEvictionPolicy.html" title="class in org.apache.ignite.cache.eviction.lru">LruEvictionPolicy</a></dt>
<dd>
<div class="block">Constructs LRU eviction policy with maximum size.</div>
</dd>
<dt><a href="org/apache/ignite/cache/eviction/lru/LruEvictionPolicyFactory.html" title="class in org.apache.ignite.cache.eviction.lru"><span class="typeNameLink">LruEvictionPolicyFactory</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/cache/eviction/lru/LruEvictionPolicyFactory.html" title="type parameter in LruEvictionPolicyFactory">K</a>,<a href="org/apache/ignite/cache/eviction/lru/LruEvictionPolicyFactory.html" title="type parameter in LruEvictionPolicyFactory">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/cache/eviction/lru/package-summary.html">org.apache.ignite.cache.eviction.lru</a></dt>
<dd>
<div class="block">Factory class for <a href="org/apache/ignite/cache/eviction/lru/LruEvictionPolicy.html" title="class in org.apache.ignite.cache.eviction.lru"><code>LruEvictionPolicy</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/lru/LruEvictionPolicyFactory.html#LruEvictionPolicyFactory--">LruEvictionPolicyFactory()</a></span> - Constructor for class org.apache.ignite.cache.eviction.lru.<a href="org/apache/ignite/cache/eviction/lru/LruEvictionPolicyFactory.html" title="class in org.apache.ignite.cache.eviction.lru">LruEvictionPolicyFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/lru/LruEvictionPolicyFactory.html#LruEvictionPolicyFactory-int-">LruEvictionPolicyFactory(int)</a></span> - Constructor for class org.apache.ignite.cache.eviction.lru.<a href="org/apache/ignite/cache/eviction/lru/LruEvictionPolicyFactory.html" title="class in org.apache.ignite.cache.eviction.lru">LruEvictionPolicyFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/lru/LruEvictionPolicyFactory.html#LruEvictionPolicyFactory-int-int-long-">LruEvictionPolicyFactory(int, int, long)</a></span> - Constructor for class org.apache.ignite.cache.eviction.lru.<a href="org/apache/ignite/cache/eviction/lru/LruEvictionPolicyFactory.html" title="class in org.apache.ignite.cache.eviction.lru">LruEvictionPolicyFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/cache/eviction/lru/LruEvictionPolicyMBean.html" title="interface in org.apache.ignite.cache.eviction.lru"><span class="typeNameLink">LruEvictionPolicyMBean</span></a> - Interface in <a href="org/apache/ignite/cache/eviction/lru/package-summary.html">org.apache.ignite.cache.eviction.lru</a></dt>
<dd>
<div class="block">MBean for <code>LRU</code> eviction policy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#lsnr">lsnr</a></span> - 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">Grid discovery listener.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/isolve/lsqr/LSQROnHeap.html" title="class in org.apache.ignite.ml.math.isolve.lsqr"><span class="typeNameLink">LSQROnHeap</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/math/isolve/lsqr/LSQROnHeap.html" title="type parameter in LSQROnHeap">K</a>,<a href="org/apache/ignite/ml/math/isolve/lsqr/LSQROnHeap.html" title="type parameter in LSQROnHeap">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/math/isolve/lsqr/package-summary.html">org.apache.ignite.ml.math.isolve.lsqr</a></dt>
<dd>
<div class="block">Distributed implementation of LSQR algorithm based on <a href="org/apache/ignite/ml/math/isolve/lsqr/AbstractLSQR.html" title="class in org.apache.ignite.ml.math.isolve.lsqr"><code>AbstractLSQR</code></a> and <a href="org/apache/ignite/ml/dataset/Dataset.html" title="interface in org.apache.ignite.ml.dataset"><code>Dataset</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/isolve/lsqr/LSQROnHeap.html#LSQROnHeap-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-org.apache.ignite.ml.dataset.PartitionDataBuilder-org.apache.ignite.ml.environment.LearningEnvironment-">LSQROnHeap(DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, LearningEnvironmentBuilder, PartitionDataBuilder<span class='angle_bracket'>&lt;</span>K, V, LSQRPartitionContext, SimpleLabeledDatasetData<span class='angle_bracket'>&gt;</span>, LearningEnvironment)</a></span> - Constructor for class org.apache.ignite.ml.math.isolve.lsqr.<a href="org/apache/ignite/ml/math/isolve/lsqr/LSQROnHeap.html" title="class in org.apache.ignite.ml.math.isolve.lsqr">LSQROnHeap</a></dt>
<dd>
<div class="block">Constructs a new instance of OnHeap LSQR algorithm implementation.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/isolve/lsqr/LSQRPartitionContext.html" title="class in org.apache.ignite.ml.math.isolve.lsqr"><span class="typeNameLink">LSQRPartitionContext</span></a> - Class in <a href="org/apache/ignite/ml/math/isolve/lsqr/package-summary.html">org.apache.ignite.ml.math.isolve.lsqr</a></dt>
<dd>
<div class="block">Partition context of the LSQR algorithm.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/isolve/lsqr/LSQRPartitionContext.html#LSQRPartitionContext--">LSQRPartitionContext()</a></span> - Constructor for class org.apache.ignite.ml.math.isolve.lsqr.<a href="org/apache/ignite/ml/math/isolve/lsqr/LSQRPartitionContext.html" title="class in org.apache.ignite.ml.math.isolve.lsqr">LSQRPartitionContext</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/math/isolve/lsqr/LSQRResult.html" title="class in org.apache.ignite.ml.math.isolve.lsqr"><span class="typeNameLink">LSQRResult</span></a> - Class in <a href="org/apache/ignite/ml/math/isolve/lsqr/package-summary.html">org.apache.ignite.ml.math.isolve.lsqr</a></dt>
<dd>
<div class="block">LSQR iterative solver result.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/isolve/lsqr/LSQRResult.html#LSQRResult-double:A-int-int-double-double-double-double-double-double-double:A-">LSQRResult(double[], int, int, double, double, double, double, double, double, double[])</a></span> - Constructor for class org.apache.ignite.ml.math.isolve.lsqr.<a href="org/apache/ignite/ml/math/isolve/lsqr/LSQRResult.html" title="class in org.apache.ignite.ml.math.isolve.lsqr">LSQRResult</a></dt>
<dd>
<div class="block">Constructs a new instance of LSQR result.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html#LT">LT</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#LT">LT</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgNodeContext.html#LT--">LT()</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgNodeContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgNodeContext</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/math/primitives/matrix/LUDecomposition.html" title="class in org.apache.ignite.ml.math.primitives.matrix"><span class="typeNameLink">LUDecomposition</span></a> - Class in <a href="org/apache/ignite/ml/math/primitives/matrix/package-summary.html">org.apache.ignite.ml.math.primitives.matrix</a></dt>
<dd>
<div class="block">Calculates the LU-decomposition of a square matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/LUDecomposition.html#LUDecomposition-org.apache.ignite.ml.math.primitives.matrix.Matrix-">LUDecomposition(Matrix)</a></span> - Constructor for class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/LUDecomposition.html" title="class in org.apache.ignite.ml.math.primitives.matrix">LUDecomposition</a></dt>
<dd>
<div class="block">Calculates the LU-decomposition of the given matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/LUDecomposition.html#LUDecomposition-org.apache.ignite.ml.math.primitives.matrix.Matrix-double-">LUDecomposition(Matrix, double)</a></span> - Constructor for class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/LUDecomposition.html" title="class in org.apache.ignite.ml.math.primitives.matrix">LUDecomposition</a></dt>
<dd>
<div class="block">Calculates the LUP-decomposition of the given matrix.</div>
</dd>
</dl>
<a name="I:M">
<!-- -->
</a>
<h2 class="title">M</h2>
<dl>
<dt><a href="org/apache/ignite/ml/selection/scoring/metric/regression/Mae.html" title="class in org.apache.ignite.ml.selection.scoring.metric.regression"><span class="typeNameLink">Mae</span></a> - Class in <a href="org/apache/ignite/ml/selection/scoring/metric/regression/package-summary.html">org.apache.ignite.ml.selection.scoring.metric.regression</a></dt>
<dd>
<div class="block">Class for mean absolute error metric.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/regression/Mae.html#Mae--">Mae()</a></span> - Constructor for class org.apache.ignite.ml.selection.scoring.metric.regression.<a href="org/apache/ignite/ml/selection/scoring/metric/regression/Mae.html" title="class in org.apache.ignite.ml.selection.scoring.metric.regression">Mae</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/utils/DDLGenerator.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class org.apache.ignite.cache.store.cassandra.utils.<a href="org/apache/ignite/cache/store/cassandra/utils/DDLGenerator.html" title="class in org.apache.ignite.cache.store.cassandra.utils">DDLGenerator</a></dt>
<dd>
<div class="block">DDLGenerator entry point.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/development/utils/IgniteWalConverter.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class org.apache.ignite.development.utils.<a href="org/apache/ignite/development/utils/IgniteWalConverter.html" title="class in org.apache.ignite.development.utils">IgniteWalConverter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/IgniteFramework.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/IgniteFramework.html" title="class in org.apache.ignite.mesos">IgniteFramework</a></dt>
<dd>
<div class="block">Main methods has only one optional parameter - path to properties files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/startup/cmdline/CommandLineRandomNumberGenerator.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class org.apache.ignite.startup.cmdline.<a href="org/apache/ignite/startup/cmdline/CommandLineRandomNumberGenerator.html" title="class in org.apache.ignite.startup.cmdline">CommandLineRandomNumberGenerator</a></dt>
<dd>
<div class="block">Main method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/startup/cmdline/CommandLineStartup.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class org.apache.ignite.startup.cmdline.<a href="org/apache/ignite/startup/cmdline/CommandLineStartup.html" title="class in org.apache.ignite.startup.cmdline">CommandLineStartup</a></dt>
<dd>
<div class="block">Main entry point.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/startup/cmdline/CommandLineTransformer.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class org.apache.ignite.startup.cmdline.<a href="org/apache/ignite/startup/cmdline/CommandLineTransformer.html" title="class in org.apache.ignite.startup.cmdline">CommandLineTransformer</a></dt>
<dd>
<div class="block">Main method being triggered in step 3 of the Workaround.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ApplicationMaster.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in 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="memberNameLink"><a href="org/apache/ignite/yarn/IgniteYarnClient.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/IgniteYarnClient.html" title="class in org.apache.ignite.yarn">IgniteYarnClient</a></dt>
<dd>
<div class="block">Main methods has one mandatory parameter and one optional parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteProductVersion.html#maintenance--">maintenance()</a></span> - Method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteProductVersion.html" title="class in org.apache.ignite.lang">IgniteProductVersion</a></dt>
<dd>
<div class="block">Gets maintenance version number.</div>
</dd>
<dt><a href="org/apache/ignite/maintenance/MaintenanceAction.html" title="interface in org.apache.ignite.maintenance"><span class="typeNameLink">MaintenanceAction</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/maintenance/MaintenanceAction.html" title="type parameter in MaintenanceAction">T</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/maintenance/package-summary.html">org.apache.ignite.maintenance</a></dt>
<dd>
<div class="block">Maintenance action interface enables user to execute operations related to a particular <a href="org/apache/ignite/maintenance/MaintenanceTask.html" title="class in org.apache.ignite.maintenance"><code>MaintenanceTask</code></a>.</div>
</dd>
<dt><a href="org/apache/ignite/maintenance/MaintenanceRegistry.html" title="interface in org.apache.ignite.maintenance"><span class="typeNameLink">MaintenanceRegistry</span></a> - Interface in <a href="org/apache/ignite/maintenance/package-summary.html">org.apache.ignite.maintenance</a></dt>
<dd>
<div class="block"><a href="org/apache/ignite/maintenance/MaintenanceRegistry.html" title="interface in org.apache.ignite.maintenance"><code>MaintenanceRegistry</code></a> is a service local to each Ignite node
that allows to request performing maintenance actions on that particular node.</div>
</dd>
<dt><a href="org/apache/ignite/maintenance/MaintenanceTask.html" title="class in org.apache.ignite.maintenance"><span class="typeNameLink">MaintenanceTask</span></a> - Class in <a href="org/apache/ignite/maintenance/package-summary.html">org.apache.ignite.maintenance</a></dt>
<dd>
<div class="block">Represents request to handle maintenance situation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/maintenance/MaintenanceTask.html#MaintenanceTask-java.lang.String-java.lang.String-java.lang.String-">MaintenanceTask(String, String, String)</a></span> - Constructor for class org.apache.ignite.maintenance.<a href="org/apache/ignite/maintenance/MaintenanceTask.html" title="class in org.apache.ignite.maintenance">MaintenanceTask</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/maintenance/MaintenanceWorkflowCallback.html" title="interface in org.apache.ignite.maintenance"><span class="typeNameLink">MaintenanceWorkflowCallback</span></a> - Interface in <a href="org/apache/ignite/maintenance/package-summary.html">org.apache.ignite.maintenance</a></dt>
<dd>
<div class="block">Abstraction to decouple interaction between <a href="org/apache/ignite/maintenance/MaintenanceRegistry.html" title="interface in org.apache.ignite.maintenance"><code>MaintenanceRegistry</code></a>
and components that may require maintenance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteProductVersion.html#major--">major()</a></span> - Method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteProductVersion.html" title="class in org.apache.ignite.lang">IgniteProductVersion</a></dt>
<dd>
<div class="block">Gets major version number.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/Accuracy.html#makeAggregator--">makeAggregator()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/Accuracy.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">Accuracy</a></dt>
<dd>
<div class="block">Creates statistics aggregator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/BinaryClassificationMetric.html#makeAggregator--">makeAggregator()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/BinaryClassificationMetric.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">BinaryClassificationMetric</a></dt>
<dd>
<div class="block">Creates statistics aggregator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/Metric.html#makeAggregator--">makeAggregator()</a></span> - Method in interface org.apache.ignite.ml.selection.scoring.metric.<a href="org/apache/ignite/ml/selection/scoring/metric/Metric.html" title="interface in org.apache.ignite.ml.selection.scoring.metric">Metric</a></dt>
<dd>
<div class="block">Creates statistics aggregator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/regression/Mae.html#makeAggregator--">makeAggregator()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.regression.<a href="org/apache/ignite/ml/selection/scoring/metric/regression/Mae.html" title="class in org.apache.ignite.ml.selection.scoring.metric.regression">Mae</a></dt>
<dd>
<div class="block">Creates statistics aggregator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/regression/Mse.html#makeAggregator--">makeAggregator()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.regression.<a href="org/apache/ignite/ml/selection/scoring/metric/regression/Mse.html" title="class in org.apache.ignite.ml.selection.scoring.metric.regression">Mse</a></dt>
<dd>
<div class="block">Creates statistics aggregator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/regression/R2.html#makeAggregator--">makeAggregator()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.regression.<a href="org/apache/ignite/ml/selection/scoring/metric/regression/R2.html" title="class in org.apache.ignite.ml.selection.scoring.metric.regression">R2</a></dt>
<dd>
<div class="block">Creates statistics aggregator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/regression/Rmse.html#makeAggregator--">makeAggregator()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.regression.<a href="org/apache/ignite/ml/selection/scoring/metric/regression/Rmse.html" title="class in org.apache.ignite.ml.selection.scoring.metric.regression">Rmse</a></dt>
<dd>
<div class="block">Creates statistics aggregator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/regression/Rss.html#makeAggregator--">makeAggregator()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.regression.<a href="org/apache/ignite/ml/selection/scoring/metric/regression/Rss.html" title="class in org.apache.ignite.ml.selection.scoring.metric.regression">Rss</a></dt>
<dd>
<div class="block">Creates statistics aggregator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/trainers/TrainerTransformers.html#makeBagged-org.apache.ignite.ml.trainers.DatasetTrainer-int-double-org.apache.ignite.ml.composition.predictionsaggregator.PredictionsAggregator-">makeBagged(DatasetTrainer<span class='angle_bracket'>&lt;</span>? extends IgniteModel, L<span class='angle_bracket'>&gt;</span>, int, double, PredictionsAggregator)</a></span> - Static method in class org.apache.ignite.ml.trainers.<a href="org/apache/ignite/ml/trainers/TrainerTransformers.html" title="class in org.apache.ignite.ml.trainers">TrainerTransformers</a></dt>
<dd>
<div class="block">Add bagging logic to a given trainer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/trainers/TrainerTransformers.html#makeBagged-org.apache.ignite.ml.trainers.DatasetTrainer-int-double-int-int-org.apache.ignite.ml.composition.predictionsaggregator.PredictionsAggregator-">makeBagged(DatasetTrainer<span class='angle_bracket'>&lt;</span>M, L<span class='angle_bracket'>&gt;</span>, int, double, int, int, PredictionsAggregator)</a></span> - Static method in class org.apache.ignite.ml.trainers.<a href="org/apache/ignite/ml/trainers/TrainerTransformers.html" title="class in org.apache.ignite.ml.trainers">TrainerTransformers</a></dt>
<dd>
<div class="block">Add bagging logic to a given trainer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#makeElement-int-">makeElement(int)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#makeMessageType-byte-byte-">makeMessageType(byte, byte)</a></span> - Static method 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">Concatenates the two parameter bytes to form a message type value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryEntity.html#makePatch-org.apache.ignite.cache.QueryEntity-">makePatch(QueryEntity)</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">Make query entity patch.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/distances/ManhattanDistance.html" title="class in org.apache.ignite.ml.math.distances"><span class="typeNameLink">ManhattanDistance</span></a> - Class in <a href="org/apache/ignite/ml/math/distances/package-summary.html">org.apache.ignite.ml.math.distances</a></dt>
<dd>
<div class="block">Calculates the L<sub>1</sub> (sum of abs) distance between two points.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/distances/ManhattanDistance.html#ManhattanDistance--">ManhattanDistance()</a></span> - Constructor for class org.apache.ignite.ml.math.distances.<a href="org/apache/ignite/ml/math/distances/ManhattanDistance.html" title="class in org.apache.ignite.ml.math.distances">ManhattanDistance</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeTask.html#map-java.util.List-T-">map(List<span class='angle_bracket'>&lt;</span>ClusterNode<span class='angle_bracket'>&gt;</span>, T)</a></span> - Method in interface org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeTask.html" title="interface in org.apache.ignite.compute">ComputeTask</a></dt>
<dd>
<div class="block">This method is called to map or split grid task into multiple grid jobs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeTaskSplitAdapter.html#map-java.util.List-T-">map(List<span class='angle_bracket'>&lt;</span>ClusterNode<span class='angle_bracket'>&gt;</span>, T)</a></span> - Method in class org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeTaskSplitAdapter.html" title="class in org.apache.ignite.compute">ComputeTaskSplitAdapter</a></dt>
<dd>
<div class="block">This method is called to map or split grid task into multiple grid jobs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/aop/GridifyDefaultRangeTask.html#map-java.util.List-org.apache.ignite.internal.util.gridify.GridifyRangeArgument-">map(List<span class='angle_bracket'>&lt;</span>ClusterNode<span class='angle_bracket'>&gt;</span>, GridifyRangeArgument)</a></span> - Method in class org.apache.ignite.compute.gridify.aop.<a href="org/apache/ignite/compute/gridify/aop/GridifyDefaultRangeTask.html" title="class in org.apache.ignite.compute.gridify.aop">GridifyDefaultRangeTask</a></dt>
<dd>
<div class="block">This method is called to map or split grid task into multiple grid jobs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/aop/GridifyDefaultTask.html#map-java.util.List-org.apache.ignite.compute.gridify.GridifyArgument-">map(List<span class='angle_bracket'>&lt;</span>ClusterNode<span class='angle_bracket'>&gt;</span>, GridifyArgument)</a></span> - Method in class org.apache.ignite.compute.gridify.aop.<a href="org/apache/ignite/compute/gridify/aop/GridifyDefaultTask.html" title="class in org.apache.ignite.compute.gridify.aop">GridifyDefaultTask</a></dt>
<dd>
<div class="block">This method is called to map or split grid task into multiple grid jobs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/impl/BinaryObjectVectorizer.Mapping.html#map-java.lang.Object-java.lang.Double-">map(Object, Double)</a></span> - Method in class org.apache.ignite.ml.dataset.feature.extractor.impl.<a href="org/apache/ignite/ml/dataset/feature/extractor/impl/BinaryObjectVectorizer.Mapping.html" title="class in org.apache.ignite.ml.dataset.feature.extractor.impl">BinaryObjectVectorizer.Mapping</a></dt>
<dd>
<div class="block">Add mapping.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#map-org.apache.ignite.ml.math.functions.IgniteDoubleFunction-">map(IgniteDoubleFunction<span class='angle_bracket'>&lt;</span>Double<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>
<div class="block">Maps all values in this matrix through a given function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#map-org.apache.ignite.ml.math.primitives.matrix.Matrix-org.apache.ignite.ml.math.functions.IgniteBiFunction-">map(Matrix, IgniteBiFunction<span class='angle_bracket'>&lt;</span>Double, Double, Double<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>
<div class="block">Maps all values in this matrix through a given function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html#map-org.apache.ignite.ml.math.functions.IgniteDoubleFunction-">map(IgniteDoubleFunction<span class='angle_bracket'>&lt;</span>Double<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">Matrix</a></dt>
<dd>
<div class="block">Maps all values in this matrix through a given function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html#map-org.apache.ignite.ml.math.primitives.matrix.Matrix-org.apache.ignite.ml.math.functions.IgniteBiFunction-">map(Matrix, IgniteBiFunction<span class='angle_bracket'>&lt;</span>Double, Double, Double<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">Matrix</a></dt>
<dd>
<div class="block">Maps all values in this matrix through a given function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#map-org.apache.ignite.ml.math.functions.IgniteDoubleFunction-">map(IgniteDoubleFunction<span class='angle_bracket'>&lt;</span>Double<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Maps all values in this vector through a given function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#map-org.apache.ignite.ml.math.primitives.vector.Vector-org.apache.ignite.ml.math.functions.IgniteBiFunction-">map(Vector, IgniteBiFunction<span class='angle_bracket'>&lt;</span>Double, Double, Double<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Maps all values in this vector through a given function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#map-org.apache.ignite.ml.math.functions.IgniteBiFunction-double-">map(IgniteBiFunction<span class='angle_bracket'>&lt;</span>Double, Double, Double<span class='angle_bracket'>&gt;</span>, double)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Maps all elements of this vector by applying given function to each element with a constant
second parameter <code>y</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#map-org.apache.ignite.ml.math.functions.IgniteDoubleFunction-">map(IgniteDoubleFunction<span class='angle_bracket'>&lt;</span>Double<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Maps all values in this vector through a given function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#map-org.apache.ignite.ml.math.primitives.vector.Vector-org.apache.ignite.ml.math.functions.IgniteBiFunction-">map(Vector, IgniteBiFunction<span class='angle_bracket'>&lt;</span>Double, Double, Double<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Maps all values in this vector through a given function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#map-org.apache.ignite.ml.math.functions.IgniteBiFunction-double-">map(IgniteBiFunction<span class='angle_bracket'>&lt;</span>Double, Double, Double<span class='angle_bracket'>&gt;</span>, double)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Maps all elements of this vector by applying given function to each element with a constant
second parameter <code>y</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html#map-org.apache.ignite.ml.math.functions.IgniteDoubleFunction-">map(IgniteDoubleFunction<span class='angle_bracket'>&lt;</span>Double<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a></dt>
<dd>
<div class="block">Maps all values in this vector through a given function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html#map-org.apache.ignite.ml.math.primitives.vector.Vector-org.apache.ignite.ml.math.functions.IgniteBiFunction-">map(Vector, IgniteBiFunction<span class='angle_bracket'>&lt;</span>Double, Double, Double<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a></dt>
<dd>
<div class="block">Maps all values in this vector through a given function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html#map-org.apache.ignite.ml.math.functions.IgniteBiFunction-double-">map(IgniteBiFunction<span class='angle_bracket'>&lt;</span>Double, Double, Double<span class='angle_bracket'>&gt;</span>, double)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a></dt>
<dd>
<div class="block">Maps all elements of this vector by applying given function to each element with a constant
second parameter <code>y</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/Preprocessor.html#map-org.apache.ignite.ml.math.functions.IgniteFunction-">map(IgniteFunction<span class='angle_bracket'>&lt;</span>LabeledVector<span class='angle_bracket'>&lt;</span>L1<span class='angle_bracket'>&gt;</span>, LabeledVector<span class='angle_bracket'>&lt;</span>L2<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.ml.preprocessing.<a href="org/apache/ignite/ml/preprocessing/Preprocessor.html" title="interface in org.apache.ignite.ml.preprocessing">Preprocessor</a></dt>
<dd>
<div class="block">Map vectorizer answer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/split/mapper/SHA256UniformMapper.html#map-K-V-">map(K, V)</a></span> - Method in class org.apache.ignite.ml.selection.split.mapper.<a href="org/apache/ignite/ml/selection/split/mapper/SHA256UniformMapper.html" title="class in org.apache.ignite.ml.selection.split.mapper">SHA256UniformMapper</a></dt>
<dd>
<div class="block">Maps key-value pair to a point on the segment (0, 1).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/split/mapper/UniformMapper.html#map-K-V-">map(K, V)</a></span> - Method in interface org.apache.ignite.ml.selection.split.mapper.<a href="org/apache/ignite/ml/selection/split/mapper/UniformMapper.html" title="interface in org.apache.ignite.ml.selection.split.mapper">UniformMapper</a></dt>
<dd>
<div class="block">Maps key-value pair to a point on the segment (0, 1).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGenerator.html#map-org.apache.ignite.ml.math.functions.IgniteFunction-">map(IgniteFunction<span class='angle_bracket'>&lt;</span>Vector, Vector<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.ml.util.generators.primitives.vector.<a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGenerator.html" title="interface in org.apache.ignite.ml.util.generators.primitives.vector">VectorGenerator</a></dt>
<dd>
<div class="block">Maps values of vector generator using mapper.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGeneratorsFamily.Builder.html#map-org.apache.ignite.ml.math.functions.IgniteFunction-">map(IgniteFunction<span class='angle_bracket'>&lt;</span>VectorGenerator, VectorGenerator<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.util.generators.primitives.vector.<a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGeneratorsFamily.Builder.html" title="class in org.apache.ignite.ml.util.generators.primitives.vector">VectorGeneratorsFamily.Builder</a></dt>
<dd>
<div class="block">Adds map function for all generators in family.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/DatasetMapping.html#mapFeatures-org.apache.ignite.ml.math.primitives.vector.Vector-">mapFeatures(Vector)</a></span> - Method in interface org.apache.ignite.ml.composition.<a href="org/apache/ignite/ml/composition/DatasetMapping.html" title="interface in org.apache.ignite.ml.composition">DatasetMapping</a></dt>
<dd>
<div class="block">Method used to map feature vectors.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeTaskSession.html#mapFuture--">mapFuture()</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">Gets future that will be completed when task "<tt>map</tt>" step has completed
(which means that <a href="org/apache/ignite/compute/ComputeTask.html#map-java.util.List-T-"><code>ComputeTask.map(List, Object)</code></a> method has finished).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/affinity/Affinity.html#mapKeysToNodes-java.util.Collection-">mapKeysToNodes(Collection<span class='angle_bracket'>&lt;</span>? extends K<span class='angle_bracket'>&gt;</span>)</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">This method provides ability to detect which keys are mapped to which nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/affinity/Affinity.html#mapKeyToNode-K-">mapKeyToNode(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">This method provides ability to detect to which primary node the given key
is mapped.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/affinity/Affinity.html#mapKeyToPrimaryAndBackups-K-">mapKeyToPrimaryAndBackups(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">Gets primary and backup nodes for the key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/DatasetMapping.html#mapLabels-L1-">mapLabels(L1)</a></span> - Method in interface org.apache.ignite.ml.composition.<a href="org/apache/ignite/ml/composition/DatasetMapping.html" title="interface in org.apache.ignite.ml.composition">DatasetMapping</a></dt>
<dd>
<div class="block">Method used to map labels.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/affinity/Affinity.html#mapPartitionsToNodes-java.util.Collection-">mapPartitionsToNodes(Collection<span class='angle_bracket'>&lt;</span>Integer<span class='angle_bracket'>&gt;</span>)</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 primary nodes for the given partitions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/affinity/Affinity.html#mapPartitionToNode-int-">mapPartitionToNode(int)</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 primary node for the given partition.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/affinity/Affinity.html#mapPartitionToPrimaryAndBackups-int-">mapPartitionToPrimaryAndBackups(int)</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 primary and backup nodes for partition.</div>
</dd>
<dt><a href="org/apache/ignite/ml/preprocessing/developer/MappedPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.developer"><span class="typeNameLink">MappedPreprocessor</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/preprocessing/developer/MappedPreprocessor.html" title="type parameter in MappedPreprocessor">K</a>,<a href="org/apache/ignite/ml/preprocessing/developer/MappedPreprocessor.html" title="type parameter in MappedPreprocessor">V</a>,<a href="org/apache/ignite/ml/preprocessing/developer/MappedPreprocessor.html" title="type parameter in MappedPreprocessor">L0</a>,<a href="org/apache/ignite/ml/preprocessing/developer/MappedPreprocessor.html" title="type parameter in MappedPreprocessor">L1</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/preprocessing/developer/package-summary.html">org.apache.ignite.ml.preprocessing.developer</a></dt>
<dd>
<div class="block">Mapped Preprocessor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/developer/MappedPreprocessor.html#MappedPreprocessor-org.apache.ignite.ml.preprocessing.Preprocessor-org.apache.ignite.ml.math.functions.IgniteFunction-">MappedPreprocessor(Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, IgniteFunction<span class='angle_bracket'>&lt;</span>LabeledVector<span class='angle_bracket'>&lt;</span>L0<span class='angle_bracket'>&gt;</span>, LabeledVector<span class='angle_bracket'>&lt;</span>L1<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.preprocessing.developer.<a href="org/apache/ignite/ml/preprocessing/developer/MappedPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.developer">MappedPreprocessor</a></dt>
<dd>
<div class="block">Creates an instance of MappedPreprocessor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html#mapper">mapper</a></span> - Variable in class org.apache.ignite.ml.selection.cv.<a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html" title="class in org.apache.ignite.ml.selection.cv">AbstractCrossValidation</a></dt>
<dd>
<div class="block">Mapper.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/impl/BinaryObjectVectorizer.Mapping.html#Mapping--">Mapping()</a></span> - Constructor for class org.apache.ignite.ml.dataset.feature.extractor.impl.<a href="org/apache/ignite/ml/dataset/feature/extractor/impl/BinaryObjectVectorizer.Mapping.html" title="class in org.apache.ignite.ml.dataset.feature.extractor.impl">BinaryObjectVectorizer.Mapping</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/DatasetMapping.html#mappingFeatures-org.apache.ignite.ml.math.functions.IgniteFunction-">mappingFeatures(IgniteFunction<span class='angle_bracket'>&lt;</span>Vector, Vector<span class='angle_bracket'>&gt;</span>)</a></span> - Static method in interface org.apache.ignite.ml.composition.<a href="org/apache/ignite/ml/composition/DatasetMapping.html" title="interface in org.apache.ignite.ml.composition">DatasetMapping</a></dt>
<dd>
<div class="block">Dataset mapping which maps features, leaving labels unaffected.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/ObjectHistogram.html#mapToBucket-T-">mapToBucket(T)</a></span> - Method in class org.apache.ignite.ml.dataset.feature.<a href="org/apache/ignite/ml/dataset/feature/ObjectHistogram.html" title="class in org.apache.ignite.ml.dataset.feature">ObjectHistogram</a></dt>
<dd>
<div class="block">Bucket mapping.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/impurity/basic/BootstrappedVectorsHistogram.html#mapToBucket-org.apache.ignite.ml.dataset.impl.bootstrapping.BootstrappedVector-">mapToBucket(BootstrappedVector)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.impurity.basic.<a href="org/apache/ignite/ml/tree/randomforest/data/impurity/basic/BootstrappedVectorsHistogram.html" title="class in org.apache.ignite.ml.tree.randomforest.data.impurity.basic">BootstrappedVectorsHistogram</a></dt>
<dd>
<div class="block">Bucket mapping.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/ObjectHistogram.html#mapToCounter-T-">mapToCounter(T)</a></span> - Method in class org.apache.ignite.ml.dataset.feature.<a href="org/apache/ignite/ml/dataset/feature/ObjectHistogram.html" title="class in org.apache.ignite.ml.dataset.feature">ObjectHistogram</a></dt>
<dd>
<div class="block">Counter mapping.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/impurity/basic/CountersHistogram.html#mapToCounter-org.apache.ignite.ml.dataset.impl.bootstrapping.BootstrappedVector-">mapToCounter(BootstrappedVector)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.impurity.basic.<a href="org/apache/ignite/ml/tree/randomforest/data/impurity/basic/CountersHistogram.html" title="class in org.apache.ignite.ml.tree.randomforest.data.impurity.basic">CountersHistogram</a></dt>
<dd>
<div class="block">Counter mapping.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/util/MapUtil.html" title="class in org.apache.ignite.ml.math.util"><span class="typeNameLink">MapUtil</span></a> - Class in <a href="org/apache/ignite/ml/math/util/package-summary.html">org.apache.ignite.ml.math.util</a></dt>
<dd>
<div class="block">Some <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util"><code>Map</code></a> related utils.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/DataStreamGenerator.html#mapVectors-org.apache.ignite.ml.math.functions.IgniteFunction-">mapVectors(IgniteFunction<span class='angle_bracket'>&lt;</span>Vector, Vector<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.ml.util.generators.<a href="org/apache/ignite/ml/util/generators/DataStreamGenerator.html" title="interface in org.apache.ignite.ml.util.generators">DataStreamGenerator</a></dt>
<dd>
<div class="block">Apply user defined mapper to vectors stream without labels hiding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/marshaller/AbstractNodeNameAwareMarshaller.html#marshal-java.lang.Object-">marshal(Object)</a></span> - Method in class org.apache.ignite.marshaller.<a href="org/apache/ignite/marshaller/AbstractNodeNameAwareMarshaller.html" title="class in org.apache.ignite.marshaller">AbstractNodeNameAwareMarshaller</a></dt>
<dd>
<div class="block">Marshals object to byte array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/marshaller/AbstractNodeNameAwareMarshaller.html#marshal-java.lang.Object-java.io.OutputStream-">marshal(Object, OutputStream)</a></span> - Method in class org.apache.ignite.marshaller.<a href="org/apache/ignite/marshaller/AbstractNodeNameAwareMarshaller.html" title="class in org.apache.ignite.marshaller">AbstractNodeNameAwareMarshaller</a></dt>
<dd>
<div class="block">Marshals object to the output stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/marshaller/Marshaller.html#marshal-java.lang.Object-java.io.OutputStream-">marshal(Object, OutputStream)</a></span> - Method in interface org.apache.ignite.marshaller.<a href="org/apache/ignite/marshaller/Marshaller.html" title="interface in org.apache.ignite.marshaller">Marshaller</a></dt>
<dd>
<div class="block">Marshals object to the output stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/marshaller/Marshaller.html#marshal-java.lang.Object-">marshal(Object)</a></span> - Method in interface org.apache.ignite.marshaller.<a href="org/apache/ignite/marshaller/Marshaller.html" title="interface in org.apache.ignite.marshaller">Marshaller</a></dt>
<dd>
<div class="block">Marshals object to byte array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/marshaller/AbstractNodeNameAwareMarshaller.html#marshal0-java.lang.Object-java.io.OutputStream-">marshal0(Object, OutputStream)</a></span> - Method in class org.apache.ignite.marshaller.<a href="org/apache/ignite/marshaller/AbstractNodeNameAwareMarshaller.html" title="class in org.apache.ignite.marshaller">AbstractNodeNameAwareMarshaller</a></dt>
<dd>
<div class="block">Marshals object to the output stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/marshaller/AbstractNodeNameAwareMarshaller.html#marshal0-java.lang.Object-">marshal0(Object)</a></span> - Method in class org.apache.ignite.marshaller.<a href="org/apache/ignite/marshaller/AbstractNodeNameAwareMarshaller.html" title="class in org.apache.ignite.marshaller">AbstractNodeNameAwareMarshaller</a></dt>
<dd>
<div class="block">Marshals object to byte array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/marshaller/jdk/JdkMarshaller.html#marshal0-java.lang.Object-java.io.OutputStream-">marshal0(Object, OutputStream)</a></span> - Method in class org.apache.ignite.marshaller.jdk.<a href="org/apache/ignite/marshaller/jdk/JdkMarshaller.html" title="class in org.apache.ignite.marshaller.jdk">JdkMarshaller</a></dt>
<dd>
<div class="block">Marshals object to the output stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/marshaller/jdk/JdkMarshaller.html#marshal0-java.lang.Object-">marshal0(Object)</a></span> - Method in class org.apache.ignite.marshaller.jdk.<a href="org/apache/ignite/marshaller/jdk/JdkMarshaller.html" title="class in org.apache.ignite.marshaller.jdk">JdkMarshaller</a></dt>
<dd>
<div class="block">Marshals object to byte array.</div>
</dd>
<dt><a href="org/apache/ignite/marshaller/Marshaller.html" title="interface in org.apache.ignite.marshaller"><span class="typeNameLink">Marshaller</span></a> - Interface in <a href="org/apache/ignite/marshaller/package-summary.html">org.apache.ignite.marshaller</a></dt>
<dd>
<div class="block"><code>Marshaller</code> allows to marshal or unmarshal objects in grid.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#marshaller--">marshaller()</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><a href="org/apache/ignite/marshaller/MarshallerContext.html" title="interface in org.apache.ignite.marshaller"><span class="typeNameLink">MarshallerContext</span></a> - Interface in <a href="org/apache/ignite/marshaller/package-summary.html">org.apache.ignite.marshaller</a></dt>
<dd>
<div class="block">Marshaller context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/PluginContext.html#marshallerContext--">marshallerContext()</a></span> - Method in interface org.apache.ignite.plugin.<a href="org/apache/ignite/plugin/PluginContext.html" title="interface in org.apache.ignite.plugin">PluginContext</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/marshaller/MarshallerExclusions.html" title="class in org.apache.ignite.marshaller"><span class="typeNameLink">MarshallerExclusions</span></a> - Class in <a href="org/apache/ignite/marshaller/package-summary.html">org.apache.ignite.marshaller</a></dt>
<dd>
<div class="block">Controls what classes should be excluded from marshalling by default.</div>
</dd>
<dt><a href="org/apache/ignite/marshaller/MarshallerUtils.html" title="class in org.apache.ignite.marshaller"><span class="typeNameLink">MarshallerUtils</span></a> - Class in <a href="org/apache/ignite/marshaller/package-summary.html">org.apache.ignite.marshaller</a></dt>
<dd>
<div class="block">Utility marshaller methods.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/EncryptionSpi.html#masterKeyDigest--">masterKeyDigest()</a></span> - Method in interface org.apache.ignite.spi.encryption.<a href="org/apache/ignite/spi/encryption/EncryptionSpi.html" title="interface in org.apache.ignite.spi.encryption">EncryptionSpi</a></dt>
<dd>
<div class="block">Returns master key digest.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/EncryptionSpi.html#masterKeyDigest-java.lang.String-">masterKeyDigest(String)</a></span> - Method in interface org.apache.ignite.spi.encryption.<a href="org/apache/ignite/spi/encryption/EncryptionSpi.html" title="interface in org.apache.ignite.spi.encryption">EncryptionSpi</a></dt>
<dd>
<div class="block">Returns master key digest by name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionSpi.html#masterKeyDigest--">masterKeyDigest()</a></span> - Method in class org.apache.ignite.spi.encryption.keystore.<a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionSpi.html" title="class in org.apache.ignite.spi.encryption.keystore">KeystoreEncryptionSpi</a></dt>
<dd>
<div class="block">Returns master key digest.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionSpi.html#masterKeyDigest-java.lang.String-">masterKeyDigest(String)</a></span> - Method in class org.apache.ignite.spi.encryption.keystore.<a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionSpi.html" title="class in org.apache.ignite.spi.encryption.keystore">KeystoreEncryptionSpi</a></dt>
<dd>
<div class="block">Returns master key digest by name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/noop/NoopEncryptionSpi.html#masterKeyDigest--">masterKeyDigest()</a></span> - Method in class org.apache.ignite.spi.encryption.noop.<a href="org/apache/ignite/spi/encryption/noop/NoopEncryptionSpi.html" title="class in org.apache.ignite.spi.encryption.noop">NoopEncryptionSpi</a></dt>
<dd>
<div class="block">Returns master key digest.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/noop/NoopEncryptionSpi.html#masterKeyDigest-java.lang.String-">masterKeyDigest(String)</a></span> - Method in class org.apache.ignite.spi.encryption.noop.<a href="org/apache/ignite/spi/encryption/noop/NoopEncryptionSpi.html" title="class in org.apache.ignite.spi.encryption.noop">NoopEncryptionSpi</a></dt>
<dd>
<div class="block">Returns master key digest by name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#masterUrl--">masterUrl()</a></span> - Method in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/opencensus/StatusMatchTable.html#match-org.apache.ignite.spi.tracing.SpanStatus-">match(SpanStatus)</a></span> - Static method in class org.apache.ignite.spi.tracing.opencensus.<a href="org/apache/ignite/spi/tracing/opencensus/StatusMatchTable.html" title="class in org.apache.ignite.spi.tracing.opencensus">StatusMatchTable</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/math/exceptions/math/MathIllegalArgumentException.html" title="class in org.apache.ignite.ml.math.exceptions.math"><span class="typeNameLink">MathIllegalArgumentException</span></a> - Exception in <a href="org/apache/ignite/ml/math/exceptions/math/package-summary.html">org.apache.ignite.ml.math.exceptions.math</a></dt>
<dd>
<div class="block">Base class for all preconditions violation exceptions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/exceptions/math/MathIllegalArgumentException.html#MathIllegalArgumentException-java.lang.String-java.lang.Object...-">MathIllegalArgumentException(String, Object...)</a></span> - Constructor for exception org.apache.ignite.ml.math.exceptions.math.<a href="org/apache/ignite/ml/math/exceptions/math/MathIllegalArgumentException.html" title="class in org.apache.ignite.ml.math.exceptions.math">MathIllegalArgumentException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/math/exceptions/math/MathRuntimeException.html" title="class in org.apache.ignite.ml.math.exceptions.math"><span class="typeNameLink">MathRuntimeException</span></a> - Exception in <a href="org/apache/ignite/ml/math/exceptions/math/package-summary.html">org.apache.ignite.ml.math.exceptions.math</a></dt>
<dd>
<div class="block">This class is based on the corresponding class from Apache Common Math lib.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/exceptions/math/MathRuntimeException.html#MathRuntimeException-java.lang.String-java.lang.Object...-">MathRuntimeException(String, Object...)</a></span> - Constructor for exception org.apache.ignite.ml.math.exceptions.math.<a href="org/apache/ignite/ml/math/exceptions/math/MathRuntimeException.html" title="class in org.apache.ignite.ml.math.exceptions.math">MathRuntimeException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/exceptions/math/MathRuntimeException.html#MathRuntimeException-java.lang.Throwable-java.lang.String-java.lang.Object...-">MathRuntimeException(Throwable, String, Object...)</a></span> - Constructor for exception org.apache.ignite.ml.math.exceptions.math.<a href="org/apache/ignite/ml/math/exceptions/math/MathRuntimeException.html" title="class in org.apache.ignite.ml.math.exceptions.math">MathRuntimeException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix"><span class="typeNameLink">Matrix</span></a> - Interface in <a href="org/apache/ignite/ml/math/primitives/matrix/package-summary.html">org.apache.ignite.ml.math.primitives.matrix</a></dt>
<dd>
<div class="block">A matrix interface.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.Element.html" title="interface in org.apache.ignite.ml.math.primitives.matrix"><span class="typeNameLink">Matrix.Element</span></a> - Interface in <a href="org/apache/ignite/ml/math/primitives/matrix/package-summary.html">org.apache.ignite.ml.math.primitives.matrix</a></dt>
<dd>
<div class="block">Holder for matrix's element.</div>
</dd>
<dt><a href="org/apache/ignite/ml/recommendation/util/MatrixFactorizationGradient.html" title="class in org.apache.ignite.ml.recommendation.util"><span class="typeNameLink">MatrixFactorizationGradient</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/recommendation/util/MatrixFactorizationGradient.html" title="type parameter in MatrixFactorizationGradient">O</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>,<a href="org/apache/ignite/ml/recommendation/util/MatrixFactorizationGradient.html" title="type parameter in MatrixFactorizationGradient">S</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/recommendation/util/package-summary.html">org.apache.ignite.ml.recommendation.util</a></dt>
<dd>
<div class="block">Gradient of matrix factorization loss function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/recommendation/util/MatrixFactorizationGradient.html#MatrixFactorizationGradient-java.util.Map-java.util.Map-int-">MatrixFactorizationGradient(Map<span class='angle_bracket'>&lt;</span>O, Vector<span class='angle_bracket'>&gt;</span>, Map<span class='angle_bracket'>&lt;</span>S, Vector<span class='angle_bracket'>&gt;</span>, int)</a></span> - Constructor for class org.apache.ignite.ml.recommendation.util.<a href="org/apache/ignite/ml/recommendation/util/MatrixFactorizationGradient.html" title="class in org.apache.ignite.ml.recommendation.util">MatrixFactorizationGradient</a></dt>
<dd>
<div class="block">Constructs a new instance of matrix factorization gradient.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/primitives/matrix/MatrixStorage.html" title="interface in org.apache.ignite.ml.math.primitives.matrix"><span class="typeNameLink">MatrixStorage</span></a> - Interface in <a href="org/apache/ignite/ml/math/primitives/matrix/package-summary.html">org.apache.ignite.ml.math.primitives.matrix</a></dt>
<dd>
<div class="block">Data storage support for <a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix"><code>Matrix</code></a>.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/util/MatrixUtil.html" title="class in org.apache.ignite.ml.math.util"><span class="typeNameLink">MatrixUtil</span></a> - Class in <a href="org/apache/ignite/ml/math/util/package-summary.html">org.apache.ignite.ml.math.util</a></dt>
<dd>
<div class="block">Utility class for various matrix operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/statistics/NormalDistributionStatistics.html#max--">max()</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.statistics.<a href="org/apache/ignite/ml/tree/randomforest/data/statistics/NormalDistributionStatistics.html" title="class in org.apache.ignite.ml.tree.randomforest.data.statistics">NormalDistributionStatistics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/functions/Functions.html#MAX_ABS">MAX_ABS</a></span> - Static variable in class org.apache.ignite.ml.math.functions.<a href="org/apache/ignite/ml/math/functions/Functions.html" title="class in org.apache.ignite.ml.math.functions">Functions</a></dt>
<dd>
<div class="block">Function that returns <code>max(abs(a), abs(b))</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/failover/always/AlwaysFailoverSpi.html#MAX_FAILOVER_ATTEMPT_ATTR">MAX_FAILOVER_ATTEMPT_ATTR</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">Maximum attempts attribute key should be the same on all nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/functions/Functions.html#MAX_GENERIC-T-T-java.util.Comparator-">MAX_GENERIC(T, T, Comparator<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>)</a></span> - Static method in class org.apache.ignite.ml.math.functions.<a href="org/apache/ignite/ml/math/functions/Functions.html" title="class in org.apache.ignite.ml.math.functions">Functions</a></dt>
<dd>
<div class="block">Generic 'max' function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#MAX_PAGE_SIZE">MAX_PAGE_SIZE</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Max memory page size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#MAX_PARTITIONS_COUNT">MAX_PARTITIONS_COUNT</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">Maximum number of partitions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpi.html#MAX_STEALING_ATTEMPT_ATTR">MAX_STEALING_ATTEMPT_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">Maximum stealing attempts attribute name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCluster.html#MAX_TAG_LENGTH">MAX_TAG_LENGTH</a></span> - Static variable in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCluster.html" title="interface in org.apache.ignite">IgniteCluster</a></dt>
<dd>
<div class="block">Maximum length of <a href="org/apache/ignite/IgniteCluster.html#tag--"><code>IgniteCluster.tag()</code></a> tag.</div>
</dd>
<dt><a href="org/apache/ignite/ml/preprocessing/maxabsscaling/MaxAbsScalerPartitionData.html" title="class in org.apache.ignite.ml.preprocessing.maxabsscaling"><span class="typeNameLink">MaxAbsScalerPartitionData</span></a> - Class in <a href="org/apache/ignite/ml/preprocessing/maxabsscaling/package-summary.html">org.apache.ignite.ml.preprocessing.maxabsscaling</a></dt>
<dd>
<div class="block">Partition data used in maxabsscaling preprocessor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/maxabsscaling/MaxAbsScalerPartitionData.html#MaxAbsScalerPartitionData-double:A-">MaxAbsScalerPartitionData(double[])</a></span> - Constructor for class org.apache.ignite.ml.preprocessing.maxabsscaling.<a href="org/apache/ignite/ml/preprocessing/maxabsscaling/MaxAbsScalerPartitionData.html" title="class in org.apache.ignite.ml.preprocessing.maxabsscaling">MaxAbsScalerPartitionData</a></dt>
<dd>
<div class="block">Constructs a new instance of maxabsscaling partition data.</div>
</dd>
<dt><a href="org/apache/ignite/ml/preprocessing/maxabsscaling/MaxAbsScalerPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.maxabsscaling"><span class="typeNameLink">MaxAbsScalerPreprocessor</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/preprocessing/maxabsscaling/MaxAbsScalerPreprocessor.html" title="type parameter in MaxAbsScalerPreprocessor">K</a>,<a href="org/apache/ignite/ml/preprocessing/maxabsscaling/MaxAbsScalerPreprocessor.html" title="type parameter in MaxAbsScalerPreprocessor">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/preprocessing/maxabsscaling/package-summary.html">org.apache.ignite.ml.preprocessing.maxabsscaling</a></dt>
<dd>
<div class="block">The preprocessing function that makes maxabsscaling, transforms features to the scale <code>[-1,+1]</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/maxabsscaling/MaxAbsScalerPreprocessor.html#MaxAbsScalerPreprocessor-double:A-org.apache.ignite.ml.preprocessing.Preprocessor-">MaxAbsScalerPreprocessor(double[], Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.preprocessing.maxabsscaling.<a href="org/apache/ignite/ml/preprocessing/maxabsscaling/MaxAbsScalerPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.maxabsscaling">MaxAbsScalerPreprocessor</a></dt>
<dd>
<div class="block">Constructs a new instance of maxabsscaling preprocessor.</div>
</dd>
<dt><a href="org/apache/ignite/ml/preprocessing/maxabsscaling/MaxAbsScalerTrainer.html" title="class in org.apache.ignite.ml.preprocessing.maxabsscaling"><span class="typeNameLink">MaxAbsScalerTrainer</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/preprocessing/maxabsscaling/MaxAbsScalerTrainer.html" title="type parameter in MaxAbsScalerTrainer">K</a>,<a href="org/apache/ignite/ml/preprocessing/maxabsscaling/MaxAbsScalerTrainer.html" title="type parameter in MaxAbsScalerTrainer">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/preprocessing/maxabsscaling/package-summary.html">org.apache.ignite.ml.preprocessing.maxabsscaling</a></dt>
<dd>
<div class="block">Trainer of the maxabsscaling preprocessor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/maxabsscaling/MaxAbsScalerTrainer.html#MaxAbsScalerTrainer--">MaxAbsScalerTrainer()</a></span> - Constructor for class org.apache.ignite.ml.preprocessing.maxabsscaling.<a href="org/apache/ignite/ml/preprocessing/maxabsscaling/MaxAbsScalerTrainer.html" title="class in org.apache.ignite.ml.preprocessing.maxabsscaling">MaxAbsScalerTrainer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#maxConcurrentAsyncOperations--">maxConcurrentAsyncOperations()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#maxElement--">maxElement()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>
<div class="block">Gets the maximum element in this matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html#maxElement--">maxElement()</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">Matrix</a></dt>
<dd>
<div class="block">Gets the maximum element in this matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#maxElement--">maxElement()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Gets maximum element in this vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#maxElement--">maxElement()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Gets maximum element in this vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html#maxElement--">maxElement()</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a></dt>
<dd>
<div class="block">Gets maximum element in this vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/QueryDetailMetrics.html#maximumTime--">maximumTime()</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 maximum execution time of query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/QueryMetrics.html#maximumTime--">maximumTime()</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 maximum execution time of query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/dialect/BasicJdbcDialect.html#maxParamsCnt">maxParamsCnt</a></span> - Variable in 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>
<div class="block">Max query parameters count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/services/ServiceConfiguration.html#maxPerNodeCnt">maxPerNodeCnt</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">Max per-node count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/services/ServiceDescriptor.html#maxPerNodeCount--">maxPerNodeCount()</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 maximum allowed number of deployed services on each node, <code>0</code> for unlimited.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ServiceView.html#maxPerNodeCount--">maxPerNodeCount()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ServiceView.html" title="class in org.apache.ignite.spi.systemview.view">ServiceView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#maxQueryIteratorsCount--">maxQueryIteratorsCount()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/imputing/ImputerPartitionData.html#maxs--">maxs()</a></span> - Method in class org.apache.ignite.ml.preprocessing.imputing.<a href="org/apache/ignite/ml/preprocessing/imputing/ImputerPartitionData.html" title="class in org.apache.ignite.ml.preprocessing.imputing">ImputerPartitionData</a></dt>
<dd>
<div class="block">Gets the array of maximum of values in partition for each feature in the dataset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#maxValue--">maxValue()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>
<div class="block">Gets the maximum value in this matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html#maxValue--">maxValue()</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">Matrix</a></dt>
<dd>
<div class="block">Gets the maximum value in this matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#maxValue--">maxValue()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Gets maximum value in this vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#maxValue--">maxValue()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Gets maximum value in this vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html#maxValue--">maxValue()</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a></dt>
<dd>
<div class="block">Gets maximum value in this vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#MBEAN_SERVER_FORMATTED_DESC">MBEAN_SERVER_FORMATTED_DESC</a></span> - Static variable 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="memberNameLink"><a href="org/apache/ignite/ml/clustering/kmeans/KMeansModel.KMeansJSONExportModel.html#mdlCenters">mdlCenters</a></span> - Variable in class org.apache.ignite.ml.clustering.kmeans.<a href="org/apache/ignite/ml/clustering/kmeans/KMeansModel.KMeansJSONExportModel.html" title="class in org.apache.ignite.ml.clustering.kmeans">KMeansModel.KMeansJSONExportModel</a></dt>
<dd>
<div class="block">Centers of clusters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/gmm/NewComponentStatisticsAggregator.html#mean--">mean()</a></span> - Method in class org.apache.ignite.ml.clustering.gmm.<a href="org/apache/ignite/ml/clustering/gmm/NewComponentStatisticsAggregator.html" title="class in org.apache.ignite.ml.clustering.gmm">NewComponentStatisticsAggregator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/primitive/SimpleDataset.html#mean--">mean()</a></span> - Method in class org.apache.ignite.ml.dataset.primitive.<a href="org/apache/ignite/ml/dataset/primitive/SimpleDataset.html" title="class in org.apache.ignite.ml.dataset.primitive">SimpleDataset</a></dt>
<dd>
<div class="block">Calculates mean value by all columns.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/stat/MultivariateGaussianDistribution.html#mean--">mean()</a></span> - Method in class org.apache.ignite.ml.math.stat.<a href="org/apache/ignite/ml/math/stat/MultivariateGaussianDistribution.html" title="class in org.apache.ignite.ml.math.stat">MultivariateGaussianDistribution</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/statistics/MeanValueStatistic.html#mean--">mean()</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.statistics.<a href="org/apache/ignite/ml/tree/randomforest/data/statistics/MeanValueStatistic.html" title="class in org.apache.ignite.ml.tree.randomforest.data.statistics">MeanValueStatistic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/statistics/NormalDistributionStatistics.html#mean--">mean()</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.statistics.<a href="org/apache/ignite/ml/tree/randomforest/data/statistics/NormalDistributionStatistics.html" title="class in org.apache.ignite.ml.tree.randomforest.data.statistics">NormalDistributionStatistics</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/composition/boosting/convergence/mean/MeanAbsValueConvergenceChecker.html" title="class in org.apache.ignite.ml.composition.boosting.convergence.mean"><span class="typeNameLink">MeanAbsValueConvergenceChecker</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/composition/boosting/convergence/mean/MeanAbsValueConvergenceChecker.html" title="type parameter in MeanAbsValueConvergenceChecker">K</a>,<a href="org/apache/ignite/ml/composition/boosting/convergence/mean/MeanAbsValueConvergenceChecker.html" title="type parameter in MeanAbsValueConvergenceChecker">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/composition/boosting/convergence/mean/package-summary.html">org.apache.ignite.ml.composition.boosting.convergence.mean</a></dt>
<dd>
<div class="block">Use mean value of errors for estimating error on dataset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/convergence/mean/MeanAbsValueConvergenceChecker.html#MeanAbsValueConvergenceChecker-long-org.apache.ignite.ml.math.functions.IgniteFunction-org.apache.ignite.ml.composition.boosting.loss.Loss-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-double-">MeanAbsValueConvergenceChecker(long, IgniteFunction<span class='angle_bracket'>&lt;</span>Double, Double<span class='angle_bracket'>&gt;</span>, Loss, DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, double)</a></span> - Constructor for class org.apache.ignite.ml.composition.boosting.convergence.mean.<a href="org/apache/ignite/ml/composition/boosting/convergence/mean/MeanAbsValueConvergenceChecker.html" title="class in org.apache.ignite.ml.composition.boosting.convergence.mean">MeanAbsValueConvergenceChecker</a></dt>
<dd>
<div class="block">Creates an instance of MeanAbsValueConvergenceChecker.</div>
</dd>
<dt><a href="org/apache/ignite/ml/composition/boosting/convergence/mean/MeanAbsValueConvergenceCheckerFactory.html" title="class in org.apache.ignite.ml.composition.boosting.convergence.mean"><span class="typeNameLink">MeanAbsValueConvergenceCheckerFactory</span></a> - Class in <a href="org/apache/ignite/ml/composition/boosting/convergence/mean/package-summary.html">org.apache.ignite.ml.composition.boosting.convergence.mean</a></dt>
<dd>
<div class="block">Factory for <a href="org/apache/ignite/ml/composition/boosting/convergence/mean/MeanAbsValueConvergenceChecker.html" title="class in org.apache.ignite.ml.composition.boosting.convergence.mean"><code>MeanAbsValueConvergenceChecker</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/convergence/mean/MeanAbsValueConvergenceCheckerFactory.html#MeanAbsValueConvergenceCheckerFactory-double-">MeanAbsValueConvergenceCheckerFactory(double)</a></span> - Constructor for class org.apache.ignite.ml.composition.boosting.convergence.mean.<a href="org/apache/ignite/ml/composition/boosting/convergence/mean/MeanAbsValueConvergenceCheckerFactory.html" title="class in org.apache.ignite.ml.composition.boosting.convergence.mean">MeanAbsValueConvergenceCheckerFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/tree/leaf/MeanDecisionTreeLeafBuilder.html" title="class in org.apache.ignite.ml.tree.leaf"><span class="typeNameLink">MeanDecisionTreeLeafBuilder</span></a> - Class in <a href="org/apache/ignite/ml/tree/leaf/package-summary.html">org.apache.ignite.ml.tree.leaf</a></dt>
<dd>
<div class="block">Decision tree leaf node builder that chooses mean value as a leaf value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/leaf/MeanDecisionTreeLeafBuilder.html#MeanDecisionTreeLeafBuilder--">MeanDecisionTreeLeafBuilder()</a></span> - Constructor for class org.apache.ignite.ml.tree.leaf.<a href="org/apache/ignite/ml/tree/leaf/MeanDecisionTreeLeafBuilder.html" title="class in org.apache.ignite.ml.tree.leaf">MeanDecisionTreeLeafBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/GDBLearningStrategy.html#meanLbVal">meanLbVal</a></span> - Variable in class org.apache.ignite.ml.composition.boosting.<a href="org/apache/ignite/ml/composition/boosting/GDBLearningStrategy.html" title="class in org.apache.ignite.ml.composition.boosting">GDBLearningStrategy</a></dt>
<dd>
<div class="block">Mean label value.</div>
</dd>
<dt><a href="org/apache/ignite/ml/composition/predictionsaggregator/MeanValuePredictionsAggregator.html" title="class in org.apache.ignite.ml.composition.predictionsaggregator"><span class="typeNameLink">MeanValuePredictionsAggregator</span></a> - Class in <a href="org/apache/ignite/ml/composition/predictionsaggregator/package-summary.html">org.apache.ignite.ml.composition.predictionsaggregator</a></dt>
<dd>
<div class="block">Predictions aggregator returning the mean value of predictions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/predictionsaggregator/MeanValuePredictionsAggregator.html#MeanValuePredictionsAggregator--">MeanValuePredictionsAggregator()</a></span> - Constructor for class org.apache.ignite.ml.composition.predictionsaggregator.<a href="org/apache/ignite/ml/composition/predictionsaggregator/MeanValuePredictionsAggregator.html" title="class in org.apache.ignite.ml.composition.predictionsaggregator">MeanValuePredictionsAggregator</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/tree/randomforest/data/statistics/MeanValueStatistic.html" title="class in org.apache.ignite.ml.tree.randomforest.data.statistics"><span class="typeNameLink">MeanValueStatistic</span></a> - Class in <a href="org/apache/ignite/ml/tree/randomforest/data/statistics/package-summary.html">org.apache.ignite.ml.tree.randomforest.data.statistics</a></dt>
<dd>
<div class="block">Statistics for mean value computing container.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/statistics/MeanValueStatistic.html#MeanValueStatistic-double-long-">MeanValueStatistic(double, long)</a></span> - Constructor for class org.apache.ignite.ml.tree.randomforest.data.statistics.<a href="org/apache/ignite/ml/tree/randomforest/data/statistics/MeanValueStatistic.html" title="class in org.apache.ignite.ml.tree.randomforest.data.statistics">MeanValueStatistic</a></dt>
<dd>
<div class="block">Creates an instance of MeanValueStatistic.</div>
</dd>
<dt><a href="org/apache/ignite/ml/composition/boosting/convergence/median/MedianOfMedianConvergenceChecker.html" title="class in org.apache.ignite.ml.composition.boosting.convergence.median"><span class="typeNameLink">MedianOfMedianConvergenceChecker</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/composition/boosting/convergence/median/MedianOfMedianConvergenceChecker.html" title="type parameter in MedianOfMedianConvergenceChecker">K</a>,<a href="org/apache/ignite/ml/composition/boosting/convergence/median/MedianOfMedianConvergenceChecker.html" title="type parameter in MedianOfMedianConvergenceChecker">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/composition/boosting/convergence/median/package-summary.html">org.apache.ignite.ml.composition.boosting.convergence.median</a></dt>
<dd>
<div class="block">Use median of median on partitions value of errors for estimating error on dataset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/convergence/median/MedianOfMedianConvergenceChecker.html#MedianOfMedianConvergenceChecker-long-org.apache.ignite.ml.math.functions.IgniteFunction-org.apache.ignite.ml.composition.boosting.loss.Loss-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-double-">MedianOfMedianConvergenceChecker(long, IgniteFunction<span class='angle_bracket'>&lt;</span>Double, Double<span class='angle_bracket'>&gt;</span>, Loss, DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, double)</a></span> - Constructor for class org.apache.ignite.ml.composition.boosting.convergence.median.<a href="org/apache/ignite/ml/composition/boosting/convergence/median/MedianOfMedianConvergenceChecker.html" title="class in org.apache.ignite.ml.composition.boosting.convergence.median">MedianOfMedianConvergenceChecker</a></dt>
<dd>
<div class="block">Creates an instance of MedianOfMedianConvergenceChecker.</div>
</dd>
<dt><a href="org/apache/ignite/ml/composition/boosting/convergence/median/MedianOfMedianConvergenceCheckerFactory.html" title="class in org.apache.ignite.ml.composition.boosting.convergence.median"><span class="typeNameLink">MedianOfMedianConvergenceCheckerFactory</span></a> - Class in <a href="org/apache/ignite/ml/composition/boosting/convergence/median/package-summary.html">org.apache.ignite.ml.composition.boosting.convergence.median</a></dt>
<dd>
<div class="block">Factory for <a href="org/apache/ignite/ml/composition/boosting/convergence/median/MedianOfMedianConvergenceChecker.html" title="class in org.apache.ignite.ml.composition.boosting.convergence.median"><code>MedianOfMedianConvergenceChecker</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/convergence/median/MedianOfMedianConvergenceCheckerFactory.html#MedianOfMedianConvergenceCheckerFactory-double-">MedianOfMedianConvergenceCheckerFactory(double)</a></span> - Constructor for class org.apache.ignite.ml.composition.boosting.convergence.median.<a href="org/apache/ignite/ml/composition/boosting/convergence/median/MedianOfMedianConvergenceCheckerFactory.html" title="class in org.apache.ignite.ml.composition.boosting.convergence.median">MedianOfMedianConvergenceCheckerFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/IgniteScheduler.html#MEM">MEM</a></span> - Static variable in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/IgniteScheduler.html" title="class in org.apache.ignite.mesos">IgniteScheduler</a></dt>
<dd>
<div class="block">Mem.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/IgniteTask.html#mem">mem</a></span> - Variable in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/IgniteTask.html" title="class in org.apache.ignite.mesos">IgniteTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/IgniteTask.html#mem--">mem()</a></span> - Method in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/IgniteTask.html" title="class in org.apache.ignite.mesos">IgniteTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/IgniteContainer.html#mem">mem</a></span> - Variable in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/IgniteContainer.html" title="class in org.apache.ignite.yarn">IgniteContainer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/IgniteContainer.html#mem--">mem()</a></span> - Method in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/IgniteContainer.html" title="class in org.apache.ignite.yarn">IgniteContainer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#memory--">memory()</a></span> - Method in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#memory-double-">memory(double)</a></span> - Method in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>
<div class="block">Sets mem limit.</div>
</dd>
<dt><a href="org/apache/ignite/configuration/MemoryConfiguration.html" title="class in org.apache.ignite.configuration"><span class="typeNameLink">MemoryConfiguration</span></a> - Class in <a href="org/apache/ignite/configuration/package-summary.html">org.apache.ignite.configuration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration"><code>DataStorageConfiguration</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/MemoryConfiguration.html#MemoryConfiguration--">MemoryConfiguration()</a></span> - Constructor for class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/MemoryConfiguration.html" title="class in org.apache.ignite.configuration">MemoryConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><a href="org/apache/ignite/spi/eventstorage/memory/MemoryEventStorageSpi.html" title="class in org.apache.ignite.spi.eventstorage.memory"><span class="typeNameLink">MemoryEventStorageSpi</span></a> - Class in <a href="org/apache/ignite/spi/eventstorage/memory/package-summary.html">org.apache.ignite.spi.eventstorage.memory</a></dt>
<dd>
<div class="block">In-memory <a href="org/apache/ignite/spi/eventstorage/EventStorageSpi.html" title="interface in org.apache.ignite.spi.eventstorage"><code>EventStorageSpi</code></a> implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/eventstorage/memory/MemoryEventStorageSpi.html#MemoryEventStorageSpi--">MemoryEventStorageSpi()</a></span> - Constructor for class org.apache.ignite.spi.eventstorage.memory.<a href="org/apache/ignite/spi/eventstorage/memory/MemoryEventStorageSpi.html" title="class in org.apache.ignite.spi.eventstorage.memory">MemoryEventStorageSpi</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/spi/eventstorage/memory/MemoryEventStorageSpiMBean.html" title="interface in org.apache.ignite.spi.eventstorage.memory"><span class="typeNameLink">MemoryEventStorageSpiMBean</span></a> - Interface in <a href="org/apache/ignite/spi/eventstorage/memory/package-summary.html">org.apache.ignite.spi.eventstorage.memory</a></dt>
<dd>
<div class="block">Management bean for <a href="org/apache/ignite/spi/eventstorage/memory/MemoryEventStorageSpi.html" title="class in org.apache.ignite.spi.eventstorage.memory"><code>MemoryEventStorageSpi</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignite.html#memoryMetrics--">memoryMetrics()</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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Check the <a href="org/apache/ignite/spi/metric/ReadOnlyMetricRegistry.html" title="interface in org.apache.ignite.spi.metric"><code>ReadOnlyMetricRegistry</code></a> with "name=io.dataregion.{data_region_name}" instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignite.html#memoryMetrics-java.lang.String-">memoryMetrics(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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Check the <a href="org/apache/ignite/spi/metric/ReadOnlyMetricRegistry.html" title="interface in org.apache.ignite.spi.metric"><code>ReadOnlyMetricRegistry</code></a> with "name=io.dataregion.{data_region_name}" instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#memoryMetrics--">memoryMetrics()</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="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#memoryMetrics-java.lang.String-">memoryMetrics(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>
<dt><a href="org/apache/ignite/MemoryMetrics.html" title="interface in org.apache.ignite"><span class="typeNameLink">MemoryMetrics</span></a> - Interface in <a href="org/apache/ignite/package-summary.html">org.apache.ignite</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Check the <a href="org/apache/ignite/spi/metric/ReadOnlyMetricRegistry.html" title="interface in org.apache.ignite.spi.metric"><code>ReadOnlyMetricRegistry</code></a> with "name=io.dataregion.{data_region_name}" instead.</span></div>
</div>
</dd>
<dt><a href="org/apache/ignite/mxbean/MemoryMetricsMXBean.html" title="interface in org.apache.ignite.mxbean"><span class="typeNameLink">MemoryMetricsMXBean</span></a> - Interface in <a href="org/apache/ignite/mxbean/package-summary.html">org.apache.ignite.mxbean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Part of old API. Metrics are accessible through <a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html" title="interface in org.apache.ignite.mxbean"><code>DataRegionMetricsMXBean</code></a>.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ClusterProperties.html#memoryOverHeadPerNode--">memoryOverHeadPerNode()</a></span> - Method in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ClusterProperties.html" title="class in org.apache.ignite.yarn">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ClusterProperties.html#memoryOverHeadPerNode-double-">memoryOverHeadPerNode(double)</a></span> - Method in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ClusterProperties.html" title="class in org.apache.ignite.yarn">ClusterProperties</a></dt>
<dd>
<div class="block">Sets memory overhead requested to YARN.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#memoryPerNode--">memoryPerNode()</a></span> - Method in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#memoryPerNode-double-">memoryPerNode(double)</a></span> - Method in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>
<div class="block">Sets mem limit.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ClusterProperties.html#memoryPerNode--">memoryPerNode()</a></span> - Method in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ClusterProperties.html" title="class in org.apache.ignite.yarn">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ClusterProperties.html#memoryPerNode-double-">memoryPerNode(double)</a></span> - Method in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ClusterProperties.html" title="class in org.apache.ignite.yarn">ClusterProperties</a></dt>
<dd>
<div class="block">Sets mem limit.</div>
</dd>
<dt><a href="org/apache/ignite/configuration/MemoryPolicyConfiguration.html" title="class in org.apache.ignite.configuration"><span class="typeNameLink">MemoryPolicyConfiguration</span></a> - Class in <a href="org/apache/ignite/configuration/package-summary.html">org.apache.ignite.configuration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/DataRegionConfiguration.html" title="class in org.apache.ignite.configuration"><code>DataRegionConfiguration</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/MemoryPolicyConfiguration.html#MemoryPolicyConfiguration--">MemoryPolicyConfiguration()</a></span> - Constructor for class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/MemoryPolicyConfiguration.html" title="class in org.apache.ignite.configuration">MemoryPolicyConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/AbstractEvictionPolicy.html#memSize">memSize</a></span> - Variable in 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>
<div class="block">Memory size occupied by elements in container.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/statistics/ClassifierLeafValuesComputer.html#mergeLeafStats-org.apache.ignite.ml.dataset.feature.ObjectHistogram-org.apache.ignite.ml.dataset.feature.ObjectHistogram-">mergeLeafStats(ObjectHistogram<span class='angle_bracket'>&lt;</span>BootstrappedVector<span class='angle_bracket'>&gt;</span>, ObjectHistogram<span class='angle_bracket'>&lt;</span>BootstrappedVector<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.statistics.<a href="org/apache/ignite/ml/tree/randomforest/data/statistics/ClassifierLeafValuesComputer.html" title="class in org.apache.ignite.ml.tree.randomforest.data.statistics">ClassifierLeafValuesComputer</a></dt>
<dd>
<div class="block">Merge statistics for same leafs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/statistics/LeafValuesComputer.html#mergeLeafStats-T-T-">mergeLeafStats(T, T)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.statistics.<a href="org/apache/ignite/ml/tree/randomforest/data/statistics/LeafValuesComputer.html" title="class in org.apache.ignite.ml.tree.randomforest.data.statistics">LeafValuesComputer</a></dt>
<dd>
<div class="block">Merge statistics for same leafs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/statistics/RegressionLeafValuesComputer.html#mergeLeafStats-org.apache.ignite.ml.tree.randomforest.data.statistics.MeanValueStatistic-org.apache.ignite.ml.tree.randomforest.data.statistics.MeanValueStatistic-">mergeLeafStats(MeanValueStatistic, MeanValueStatistic)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.statistics.<a href="org/apache/ignite/ml/tree/randomforest/data/statistics/RegressionLeafValuesComputer.html" title="class in org.apache.ignite.ml.tree.randomforest.data.statistics">RegressionLeafValuesComputer</a></dt>
<dd>
<div class="block">Merge statistics for same leafs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/util/MapUtil.html#mergeMaps-M-M-java.util.function.BinaryOperator-java.util.function.Supplier-">mergeMaps(M, M, BinaryOperator<span class='angle_bracket'>&lt;</span>V<span class='angle_bracket'>&gt;</span>, Supplier<span class='angle_bracket'>&lt;</span>M<span class='angle_bracket'>&gt;</span>)</a></span> - Static method in class org.apache.ignite.ml.math.util.<a href="org/apache/ignite/ml/math/util/MapUtil.html" title="class in org.apache.ignite.ml.math.util">MapUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/dialect/BasicJdbcDialect.html#mergeQuery-java.lang.String-java.util.Collection-java.util.Collection-">mergeQuery(String, Collection<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>, Collection<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>)</a></span> - Method in 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>
<div class="block">Construct merge query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/dialect/DB2Dialect.html#mergeQuery-java.lang.String-java.util.Collection-java.util.Collection-">mergeQuery(String, Collection<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>, Collection<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.cache.store.jdbc.dialect.<a href="org/apache/ignite/cache/store/jdbc/dialect/DB2Dialect.html" title="class in org.apache.ignite.cache.store.jdbc.dialect">DB2Dialect</a></dt>
<dd>
<div class="block">Construct merge query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/dialect/H2Dialect.html#mergeQuery-java.lang.String-java.util.Collection-java.util.Collection-">mergeQuery(String, Collection<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>, Collection<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.cache.store.jdbc.dialect.<a href="org/apache/ignite/cache/store/jdbc/dialect/H2Dialect.html" title="class in org.apache.ignite.cache.store.jdbc.dialect">H2Dialect</a></dt>
<dd>
<div class="block">Construct merge query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/dialect/JdbcDialect.html#mergeQuery-java.lang.String-java.util.Collection-java.util.Collection-">mergeQuery(String, Collection<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>, Collection<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.cache.store.jdbc.dialect.<a href="org/apache/ignite/cache/store/jdbc/dialect/JdbcDialect.html" title="interface in org.apache.ignite.cache.store.jdbc.dialect">JdbcDialect</a></dt>
<dd>
<div class="block">Construct merge query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/dialect/MySQLDialect.html#mergeQuery-java.lang.String-java.util.Collection-java.util.Collection-">mergeQuery(String, Collection<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>, Collection<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.cache.store.jdbc.dialect.<a href="org/apache/ignite/cache/store/jdbc/dialect/MySQLDialect.html" title="class in org.apache.ignite.cache.store.jdbc.dialect">MySQLDialect</a></dt>
<dd>
<div class="block">Construct merge query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/dialect/OracleDialect.html#mergeQuery-java.lang.String-java.util.Collection-java.util.Collection-">mergeQuery(String, Collection<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>, Collection<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.cache.store.jdbc.dialect.<a href="org/apache/ignite/cache/store/jdbc/dialect/OracleDialect.html" title="class in org.apache.ignite.cache.store.jdbc.dialect">OracleDialect</a></dt>
<dd>
<div class="block">Construct merge query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/dialect/SQLServerDialect.html#mergeQuery-java.lang.String-java.util.Collection-java.util.Collection-">mergeQuery(String, Collection<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>, Collection<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.cache.store.jdbc.dialect.<a href="org/apache/ignite/cache/store/jdbc/dialect/SQLServerDialect.html" title="class in org.apache.ignite.cache.store.jdbc.dialect">SQLServerDialect</a></dt>
<dd>
<div class="block">Construct merge query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/BinaryClassificationPointwiseMetricStatsAggregator.html#mergeWith-org.apache.ignite.ml.selection.scoring.evaluator.aggregator.BinaryClassificationPointwiseMetricStatsAggregator-">mergeWith(BinaryClassificationPointwiseMetricStatsAggregator)</a></span> - Method in class org.apache.ignite.ml.selection.scoring.evaluator.aggregator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/BinaryClassificationPointwiseMetricStatsAggregator.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator.aggregator">BinaryClassificationPointwiseMetricStatsAggregator</a></dt>
<dd>
<div class="block">Merges statistics of two aggregators to new aggreagator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/ClassificationMetricsAggregator.html#mergeWith-org.apache.ignite.ml.selection.scoring.evaluator.aggregator.ClassificationMetricsAggregator-">mergeWith(ClassificationMetricsAggregator<span class='angle_bracket'>&lt;</span>L<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.selection.scoring.evaluator.aggregator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/ClassificationMetricsAggregator.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator.aggregator">ClassificationMetricsAggregator</a></dt>
<dd>
<div class="block">Merges statistics of two aggregators to new aggreagator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/MetricStatsAggregator.html#mergeWith-Self-">mergeWith(Self)</a></span> - Method in interface org.apache.ignite.ml.selection.scoring.evaluator.aggregator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/MetricStatsAggregator.html" title="interface in org.apache.ignite.ml.selection.scoring.evaluator.aggregator">MetricStatsAggregator</a></dt>
<dd>
<div class="block">Merges statistics of two aggregators to new aggreagator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/RegressionMetricStatsAggregator.html#mergeWith-org.apache.ignite.ml.selection.scoring.evaluator.aggregator.RegressionMetricStatsAggregator-">mergeWith(RegressionMetricStatsAggregator)</a></span> - Method in class org.apache.ignite.ml.selection.scoring.evaluator.aggregator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/RegressionMetricStatsAggregator.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator.aggregator">RegressionMetricStatsAggregator</a></dt>
<dd>
<div class="block">Merges statistics of two aggregators to new aggreagator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/context/BinaryClassificationEvaluationContext.html#mergeWith-org.apache.ignite.ml.selection.scoring.evaluator.context.BinaryClassificationEvaluationContext-">mergeWith(BinaryClassificationEvaluationContext<span class='angle_bracket'>&lt;</span>L<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.selection.scoring.evaluator.context.<a href="org/apache/ignite/ml/selection/scoring/evaluator/context/BinaryClassificationEvaluationContext.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator.context">BinaryClassificationEvaluationContext</a></dt>
<dd>
<div class="block">Merges statistics of this and other context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/context/EmptyContext.html#mergeWith-org.apache.ignite.ml.selection.scoring.evaluator.context.EmptyContext-">mergeWith(EmptyContext<span class='angle_bracket'>&lt;</span>L<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.selection.scoring.evaluator.context.<a href="org/apache/ignite/ml/selection/scoring/evaluator/context/EmptyContext.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator.context">EmptyContext</a></dt>
<dd>
<div class="block">Merges statistics of this and other context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/context/EvaluationContext.html#mergeWith-Self-">mergeWith(Self)</a></span> - Method in interface org.apache.ignite.ml.selection.scoring.evaluator.context.<a href="org/apache/ignite/ml/selection/scoring/evaluator/context/EvaluationContext.html" title="interface in org.apache.ignite.ml.selection.scoring.evaluator.context">EvaluationContext</a></dt>
<dd>
<div class="block">Merges statistics of this and other context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#MESOS_MASTER_URL">MESOS_MASTER_URL</a></span> - Static variable in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/DiscoveryEvent.html#message--">message()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/DiscoveryEvent.html" title="class in org.apache.ignite.events">DiscoveryEvent</a></dt>
<dd>
<div class="block">Gets optional message for this event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/Event.html#message--">message()</a></span> - Method in interface org.apache.ignite.events.<a href="org/apache/ignite/events/Event.html" title="interface in org.apache.ignite.events">Event</a></dt>
<dd>
<div class="block">Gets optional message for this event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventAdapter.html#message-java.lang.String-">message(String)</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/EventAdapter.html" title="class in org.apache.ignite.events">EventAdapter</a></dt>
<dd>
<div class="block">Sets optional event message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventAdapter.html#message--">message()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/EventAdapter.html" title="class in org.apache.ignite.events">EventAdapter</a></dt>
<dd>
<div class="block">Gets optional message for this event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignite.html#message--">message()</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 <code>messaging</code> facade over all cluster nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignite.html#message-org.apache.ignite.cluster.ClusterGroup-">message(ClusterGroup)</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 <code>messaging</code> facade over nodes within the cluster group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#message--">message()</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 <code>messaging</code> facade over all cluster nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#message-org.apache.ignite.cluster.ClusterGroup-">message(ClusterGroup)</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 <code>messaging</code> facade over nodes within the cluster group.</div>
</dd>
<dt><a href="org/apache/ignite/plugin/extensions/communication/Message.html" title="interface in org.apache.ignite.plugin.extensions.communication"><span class="typeNameLink">Message</span></a> - Interface in <a href="org/apache/ignite/plugin/extensions/communication/package-summary.html">org.apache.ignite.plugin.extensions.communication</a></dt>
<dd>
<div class="block">Base class for all communication messages.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteNodeValidationResult.html#message--">message()</a></span> - Method in class org.apache.ignite.spi.<a href="org/apache/ignite/spi/IgniteNodeValidationResult.html" title="class in org.apache.ignite.spi">IgniteNodeValidationResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeMessage.html#MESSAGE_FULL_SIZE">MESSAGE_FULL_SIZE</a></span> - Static variable in class org.apache.ignite.spi.communication.tcp.messages.<a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeMessage.html" title="class in org.apache.ignite.spi.communication.tcp.messages">HandshakeMessage</a></dt>
<dd>
<div class="block">Full message size (with message type) in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeWaitMessage.html#MESSAGE_FULL_SIZE">MESSAGE_FULL_SIZE</a></span> - Static variable in class org.apache.ignite.spi.communication.tcp.messages.<a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeWaitMessage.html" title="class in org.apache.ignite.spi.communication.tcp.messages">HandshakeWaitMessage</a></dt>
<dd>
<div class="block">Full message size (with message type) in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/messages/NodeIdMessage.html#MESSAGE_FULL_SIZE">MESSAGE_FULL_SIZE</a></span> - Static variable in class org.apache.ignite.spi.communication.tcp.messages.<a href="org/apache/ignite/spi/communication/tcp/messages/NodeIdMessage.html" title="class in org.apache.ignite.spi.communication.tcp.messages">NodeIdMessage</a></dt>
<dd>
<div class="block">Full message size (with message type) in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/messages/RecoveryLastReceivedMessage.html#MESSAGE_FULL_SIZE">MESSAGE_FULL_SIZE</a></span> - Static variable in class org.apache.ignite.spi.communication.tcp.messages.<a href="org/apache/ignite/spi/communication/tcp/messages/RecoveryLastReceivedMessage.html" title="class in org.apache.ignite.spi.communication.tcp.messages">RecoveryLastReceivedMessage</a></dt>
<dd>
<div class="block">Full message size (with message type) in bytes.</div>
</dd>
<dt><a href="org/apache/ignite/plugin/extensions/communication/MessageCollectionItemType.html" title="enum in org.apache.ignite.plugin.extensions.communication"><span class="typeNameLink">MessageCollectionItemType</span></a> - Enum in <a href="org/apache/ignite/plugin/extensions/communication/package-summary.html">org.apache.ignite.plugin.extensions.communication</a></dt>
<dd>
<div class="block">Enum representing possible types of collection items.</div>
</dd>
<dt><a href="org/apache/ignite/plugin/extensions/communication/MessageFactory.html" title="interface in org.apache.ignite.plugin.extensions.communication"><span class="typeNameLink">MessageFactory</span></a> - Interface in <a href="org/apache/ignite/plugin/extensions/communication/package-summary.html">org.apache.ignite.plugin.extensions.communication</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/plugin/extensions/communication/MessageFactoryProvider.html" title="interface in org.apache.ignite.plugin.extensions.communication"><code>MessageFactoryProvider</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiContext.html#messageFactory--">messageFactory()</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 message factory.</div>
</dd>
<dt><a href="org/apache/ignite/plugin/extensions/communication/MessageFactoryProvider.html" title="interface in org.apache.ignite.plugin.extensions.communication"><span class="typeNameLink">MessageFactoryProvider</span></a> - Interface in <a href="org/apache/ignite/plugin/extensions/communication/package-summary.html">org.apache.ignite.plugin.extensions.communication</a></dt>
<dd>
<div class="block">Provider of communication message factories.</div>
</dd>
<dt><a href="org/apache/ignite/plugin/extensions/communication/MessageFormatter.html" title="interface in org.apache.ignite.plugin.extensions.communication"><span class="typeNameLink">MessageFormatter</span></a> - Interface in <a href="org/apache/ignite/plugin/extensions/communication/package-summary.html">org.apache.ignite.plugin.extensions.communication</a></dt>
<dd>
<div class="block">Provides a custom format for communication messages.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiContext.html#messageFormatter--">messageFormatter()</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 message formatter.</div>
</dd>
<dt><a href="org/apache/ignite/plugin/extensions/communication/MessageReader.html" title="interface in org.apache.ignite.plugin.extensions.communication"><span class="typeNameLink">MessageReader</span></a> - Interface in <a href="org/apache/ignite/plugin/extensions/communication/package-summary.html">org.apache.ignite.plugin.extensions.communication</a></dt>
<dd>
<div class="block">Communication message reader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/DiscoveryEvent.html#messageTemplate-java.lang.String-">messageTemplate(String)</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/DiscoveryEvent.html" title="class in org.apache.ignite.events">DiscoveryEvent</a></dt>
<dd>
<div class="block">Template to generate <a href="org/apache/ignite/events/DiscoveryEvent.html#message--"><code>DiscoveryEvent.message()</code></a> lazily.</div>
</dd>
<dt><a href="org/apache/ignite/plugin/extensions/communication/MessageWriter.html" title="interface in org.apache.ignite.plugin.extensions.communication"><span class="typeNameLink">MessageWriter</span></a> - Interface in <a href="org/apache/ignite/plugin/extensions/communication/package-summary.html">org.apache.ignite.plugin.extensions.communication</a></dt>
<dd>
<div class="block">Communication message writer.</div>
</dd>
<dt><a href="org/apache/ignite/messaging/MessagingListenActor.html" title="class in org.apache.ignite.messaging"><span class="typeNameLink">MessagingListenActor</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/messaging/MessagingListenActor.html" title="type parameter in MessagingListenActor">T</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/messaging/package-summary.html">org.apache.ignite.messaging</a></dt>
<dd>
<div class="block">Convenience actor-base adapter for <a href="org/apache/ignite/IgniteMessaging.html#localListen-java.lang.Object-org.apache.ignite.lang.IgniteBiPredicate-"><code>IgniteMessaging.localListen(Object, IgniteBiPredicate)</code></a>
method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/messaging/MessagingListenActor.html#MessagingListenActor--">MessagingListenActor()</a></span> - Constructor for class org.apache.ignite.messaging.<a href="org/apache/ignite/messaging/MessagingListenActor.html" title="class in org.apache.ignite.messaging">MessagingListenActor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/EvictableEntry.html#meta--">meta()</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">Gets metadata added by eviction policy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/Dataset.html#meta">meta</a></span> - Variable in class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/Dataset.html" title="class in org.apache.ignite.ml.structures">Dataset</a></dt>
<dd>
<div class="block">Metadata to identify feature.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/Dataset.html#meta--">meta()</a></span> - Method in class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/Dataset.html" title="class in org.apache.ignite.ml.structures">Dataset</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/math/MetaAttributes.html" title="interface in org.apache.ignite.ml.math"><span class="typeNameLink">MetaAttributes</span></a> - Interface in <a href="org/apache/ignite/ml/math/package-summary.html">org.apache.ignite.ml.math</a></dt>
<dd>
<div class="block">Interface provides support for meta attributes on vectors and matrices.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/metric/opencensus/OpenCensusMetricExporterSpi.html#METADATA">METADATA</a></span> - Static variable in class org.apache.ignite.spi.metric.opencensus.<a href="org/apache/ignite/spi/metric/opencensus/OpenCensusMetricExporterSpi.html" title="class in org.apache.ignite.spi.metric.opencensus">OpenCensusMetricExporterSpi</a></dt>
<dd>
<div class="block">Tags metadata.</div>
</dd>
<dt><a href="org/apache/ignite/spi/systemview/view/MetastorageView.html" title="class in org.apache.ignite.spi.systemview.view"><span class="typeNameLink">MetastorageView</span></a> - Class in <a href="org/apache/ignite/spi/systemview/view/package-summary.html">org.apache.ignite.spi.systemview.view</a></dt>
<dd>
<div class="block">Metastorage key representation for a <a href="org/apache/ignite/spi/systemview/view/SystemView.html" title="interface in org.apache.ignite.spi.systemview.view"><code>SystemView</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/MetastorageView.html#MetastorageView-java.lang.String-java.lang.String-">MetastorageView(String, String)</a></span> - Constructor for class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/MetastorageView.html" title="class in org.apache.ignite.spi.systemview.view">MetastorageView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html#metric">metric</a></span> - Variable in class org.apache.ignite.ml.selection.cv.<a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html" title="class in org.apache.ignite.ml.selection.cv">AbstractCrossValidation</a></dt>
<dd>
<div class="block">Metric.</div>
</dd>
<dt><a href="org/apache/ignite/ml/selection/scoring/metric/Metric.html" title="interface in org.apache.ignite.ml.selection.scoring.metric"><span class="typeNameLink">Metric</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/selection/scoring/metric/Metric.html" title="type parameter in Metric">L</a>,<a href="org/apache/ignite/ml/selection/scoring/metric/Metric.html" title="type parameter in Metric">C</a> extends <a href="org/apache/ignite/ml/selection/scoring/evaluator/context/EvaluationContext.html" title="interface in org.apache.ignite.ml.selection.scoring.evaluator.context">EvaluationContext</a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/selection/scoring/metric/Metric.html" title="type parameter in Metric">L</a>,<a href="org/apache/ignite/ml/selection/scoring/metric/Metric.html" title="type parameter in Metric">C</a><span class='angle_bracket'>&gt;</span>,<a href="org/apache/ignite/ml/selection/scoring/metric/Metric.html" title="type parameter in Metric">A</a> extends <a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/MetricStatsAggregator.html" title="interface in org.apache.ignite.ml.selection.scoring.evaluator.aggregator">MetricStatsAggregator</a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/selection/scoring/metric/Metric.html" title="type parameter in Metric">L</a>,<a href="org/apache/ignite/ml/selection/scoring/metric/Metric.html" title="type parameter in Metric">C</a>,<a href="org/apache/ignite/ml/selection/scoring/metric/Metric.html" title="type parameter in Metric">A</a><span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/ml/selection/scoring/metric/package-summary.html">org.apache.ignite.ml.selection.scoring.metric</a></dt>
<dd>
<div class="block">This class represents a container with computed value of metric and it provides a factory for metric statistics
aggregation class.</div>
</dd>
<dt><a href="org/apache/ignite/spi/metric/Metric.html" title="interface in org.apache.ignite.spi.metric"><span class="typeNameLink">Metric</span></a> - Interface in <a href="org/apache/ignite/spi/metric/package-summary.html">org.apache.ignite.spi.metric</a></dt>
<dd>
<div class="block">Base interface for all metrics.</div>
</dd>
<dt><a href="org/apache/ignite/spi/metric/MetricExporterSpi.html" title="interface in org.apache.ignite.spi.metric"><span class="typeNameLink">MetricExporterSpi</span></a> - Interface in <a href="org/apache/ignite/spi/metric/package-summary.html">org.apache.ignite.spi.metric</a></dt>
<dd>
<div class="block">Exporter of metric information to the external recipient.</div>
</dd>
<dt><a href="org/apache/ignite/ml/selection/scoring/metric/MetricName.html" title="enum in org.apache.ignite.ml.selection.scoring.metric"><span class="typeNameLink">MetricName</span></a> - Enum in <a href="org/apache/ignite/ml/selection/scoring/metric/package-summary.html">org.apache.ignite.ml.selection.scoring.metric</a></dt>
<dd>
<div class="block">Enum for all metrics aggregation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiContext.html#metricRegistries--">metricRegistries()</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">Returns all registered metric registries.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationMetricsListener.html#metricRegistry--">metricRegistry()</a></span> - Method in class org.apache.ignite.spi.communication.tcp.<a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationMetricsListener.html" title="class in org.apache.ignite.spi.communication.tcp">TcpCommunicationMetricsListener</a></dt>
<dd>
<div class="block">Metrics registry.</div>
</dd>
<dt><a href="org/apache/ignite/spi/metric/jmx/MetricRegistryMBean.html" title="class in org.apache.ignite.spi.metric.jmx"><span class="typeNameLink">MetricRegistryMBean</span></a> - Class in <a href="org/apache/ignite/spi/metric/jmx/package-summary.html">org.apache.ignite.spi.metric.jmx</a></dt>
<dd>
<div class="block">MBean for exporting values of metric registry.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/metric/jmx/MetricRegistryMBean.html#MetricRegistryMBean-org.apache.ignite.spi.metric.ReadOnlyMetricRegistry-">MetricRegistryMBean(ReadOnlyMetricRegistry)</a></span> - Constructor for class org.apache.ignite.spi.metric.jmx.<a href="org/apache/ignite/spi/metric/jmx/MetricRegistryMBean.html" title="class in org.apache.ignite.spi.metric.jmx">MetricRegistryMBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterGroup.html#metrics--">metrics()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterGroup.html" title="interface in org.apache.ignite.cluster">ClusterGroup</a></dt>
<dd>
<div class="block">Gets a metrics snapshot for this cluster group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterNode.html#metrics--">metrics()</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 metrics snapshot for this node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#metrics--">metrics()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Gets whole cluster snapshot metrics (statistics) for this cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#metrics-org.apache.ignite.cluster.ClusterGroup-">metrics(ClusterGroup)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Gets cluster group snapshot metrics for caches in cluster group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteTransactions.html#metrics--">metrics()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteTransactions.html" title="interface in org.apache.ignite">IgniteTransactions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoveryMetricsProvider.html#metrics--">metrics()</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">This method always returns up-to-date metrics data about local node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/isolated/IsolatedNode.html#metrics--">metrics()</a></span> - Method in class org.apache.ignite.spi.discovery.isolated.<a href="org/apache/ignite/spi/discovery/isolated/IsolatedNode.html" title="class in org.apache.ignite.spi.discovery.isolated">IsolatedNode</a></dt>
<dd>
<div class="block">Gets metrics snapshot for this node.</div>
</dd>
<dt><a href="org/apache/ignite/mxbean/MetricsMxBean.html" title="interface in org.apache.ignite.mxbean"><span class="typeNameLink">MetricsMxBean</span></a> - Interface in <a href="org/apache/ignite/mxbean/package-summary.html">org.apache.ignite.mxbean</a></dt>
<dd>
<div class="block">Metrics MXBean interface.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#metricsProvider">metricsProvider</a></span> - 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">Metrics provider.</div>
</dd>
<dt><a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/MetricStatsAggregator.html" title="interface in org.apache.ignite.ml.selection.scoring.evaluator.aggregator"><span class="typeNameLink">MetricStatsAggregator</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/MetricStatsAggregator.html" title="type parameter in MetricStatsAggregator">L</a>,<a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/MetricStatsAggregator.html" title="type parameter in MetricStatsAggregator">Ctx</a>,<a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/MetricStatsAggregator.html" title="type parameter in MetricStatsAggregator">Self</a> extends <a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/MetricStatsAggregator.html" title="interface in org.apache.ignite.ml.selection.scoring.evaluator.aggregator">MetricStatsAggregator</a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/MetricStatsAggregator.html" title="type parameter in MetricStatsAggregator">L</a>,<a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/MetricStatsAggregator.html" title="type parameter in MetricStatsAggregator">Ctx</a>,? super <a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/MetricStatsAggregator.html" title="type parameter in MetricStatsAggregator">Self</a><span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/package-summary.html">org.apache.ignite.ml.selection.scoring.evaluator.aggregator</a></dt>
<dd>
<div class="block">Classes with such interface are responsible for metric statistics aggregations used for metric computations over
given dataset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#metricsUpdateFreq">metricsUpdateFreq</a></span> - 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">Metrics update messages issuing frequency.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/functions/Functions.html#MIN">MIN</a></span> - Static variable in class org.apache.ignite.ml.math.functions.<a href="org/apache/ignite/ml/math/functions/Functions.html" title="class in org.apache.ignite.ml.math.functions">Functions</a></dt>
<dd>
<div class="block">Function that returns <code>min(a, b)</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/statistics/NormalDistributionStatistics.html#min--">min()</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.statistics.<a href="org/apache/ignite/ml/tree/randomforest/data/statistics/NormalDistributionStatistics.html" title="class in org.apache.ignite.ml.tree.randomforest.data.statistics">NormalDistributionStatistics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/functions/Functions.html#MIN_ABS">MIN_ABS</a></span> - Static variable in class org.apache.ignite.ml.math.functions.<a href="org/apache/ignite/ml/math/functions/Functions.html" title="class in org.apache.ignite.ml.math.functions">Functions</a></dt>
<dd>
<div class="block">Function that returns <code>min(abs(a), abs(b))</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/functions/Functions.html#MIN_GENERIC-T-T-java.util.Comparator-">MIN_GENERIC(T, T, Comparator<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>)</a></span> - Static method in class org.apache.ignite.ml.math.functions.<a href="org/apache/ignite/ml/math/functions/Functions.html" title="class in org.apache.ignite.ml.math.functions">Functions</a></dt>
<dd>
<div class="block">Generic 'min' function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#MIN_PAGE_SIZE">MIN_PAGE_SIZE</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Min memory page size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/encoding/EncoderTrainer.html#minCategorySize-java.lang.Long-">minCategorySize(Long)</a></span> - Method in class org.apache.ignite.ml.preprocessing.encoding.<a href="org/apache/ignite/ml/preprocessing/encoding/EncoderTrainer.html" title="class in org.apache.ignite.ml.preprocessing.encoding">EncoderTrainer</a></dt>
<dd>
<div class="block">Sets the min category size for category target encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#minCpuPerNode--">minCpuPerNode()</a></span> - Method in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#minCpuPerNode-double-">minCpuPerNode(double)</a></span> - Method in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>
<div class="block">Sets min cpu count per node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#minElement--">minElement()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>
<div class="block">Gets the minimum element in this matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html#minElement--">minElement()</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">Matrix</a></dt>
<dd>
<div class="block">Gets the minimum element in this matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#minElement--">minElement()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Gets minimal element in this vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#minElement--">minElement()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Gets minimal element in this vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html#minElement--">minElement()</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a></dt>
<dd>
<div class="block">Gets minimal element in this vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/QueryDetailMetrics.html#minimumTime--">minimumTime()</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 minimum execution time of query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/QueryMetrics.html#minimumTime--">minimumTime()</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 minimum execution time of query.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/distances/MinkowskiDistance.html" title="class in org.apache.ignite.ml.math.distances"><span class="typeNameLink">MinkowskiDistance</span></a> - Class in <a href="org/apache/ignite/ml/math/distances/package-summary.html">org.apache.ignite.ml.math.distances</a></dt>
<dd>
<div class="block">Calculates the L<sub>p</sub> (Minkowski) distance between two points.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/distances/MinkowskiDistance.html#MinkowskiDistance-double-">MinkowskiDistance(double)</a></span> - Constructor for class org.apache.ignite.ml.math.distances.<a href="org/apache/ignite/ml/math/distances/MinkowskiDistance.html" title="class in org.apache.ignite.ml.math.distances">MinkowskiDistance</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/preprocessing/minmaxscaling/MinMaxScalerPartitionData.html" title="class in org.apache.ignite.ml.preprocessing.minmaxscaling"><span class="typeNameLink">MinMaxScalerPartitionData</span></a> - Class in <a href="org/apache/ignite/ml/preprocessing/minmaxscaling/package-summary.html">org.apache.ignite.ml.preprocessing.minmaxscaling</a></dt>
<dd>
<div class="block">Partition data used in minmaxscaling preprocessor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/minmaxscaling/MinMaxScalerPartitionData.html#MinMaxScalerPartitionData-double:A-double:A-">MinMaxScalerPartitionData(double[], double[])</a></span> - Constructor for class org.apache.ignite.ml.preprocessing.minmaxscaling.<a href="org/apache/ignite/ml/preprocessing/minmaxscaling/MinMaxScalerPartitionData.html" title="class in org.apache.ignite.ml.preprocessing.minmaxscaling">MinMaxScalerPartitionData</a></dt>
<dd>
<div class="block">Constructs a new instance of minmaxscaling partition data.</div>
</dd>
<dt><a href="org/apache/ignite/ml/preprocessing/minmaxscaling/MinMaxScalerPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.minmaxscaling"><span class="typeNameLink">MinMaxScalerPreprocessor</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/preprocessing/minmaxscaling/MinMaxScalerPreprocessor.html" title="type parameter in MinMaxScalerPreprocessor">K</a>,<a href="org/apache/ignite/ml/preprocessing/minmaxscaling/MinMaxScalerPreprocessor.html" title="type parameter in MinMaxScalerPreprocessor">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/preprocessing/minmaxscaling/package-summary.html">org.apache.ignite.ml.preprocessing.minmaxscaling</a></dt>
<dd>
<div class="block">Preprocessing function that makes minmaxscaling.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/minmaxscaling/MinMaxScalerPreprocessor.html#MinMaxScalerPreprocessor-double:A-double:A-org.apache.ignite.ml.preprocessing.Preprocessor-">MinMaxScalerPreprocessor(double[], double[], Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.preprocessing.minmaxscaling.<a href="org/apache/ignite/ml/preprocessing/minmaxscaling/MinMaxScalerPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.minmaxscaling">MinMaxScalerPreprocessor</a></dt>
<dd>
<div class="block">Constructs a new instance of minmaxscaling preprocessor.</div>
</dd>
<dt><a href="org/apache/ignite/ml/preprocessing/minmaxscaling/MinMaxScalerTrainer.html" title="class in org.apache.ignite.ml.preprocessing.minmaxscaling"><span class="typeNameLink">MinMaxScalerTrainer</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/preprocessing/minmaxscaling/MinMaxScalerTrainer.html" title="type parameter in MinMaxScalerTrainer">K</a>,<a href="org/apache/ignite/ml/preprocessing/minmaxscaling/MinMaxScalerTrainer.html" title="type parameter in MinMaxScalerTrainer">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/preprocessing/minmaxscaling/package-summary.html">org.apache.ignite.ml.preprocessing.minmaxscaling</a></dt>
<dd>
<div class="block">Trainer of the minmaxscaling preprocessor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/minmaxscaling/MinMaxScalerTrainer.html#MinMaxScalerTrainer--">MinMaxScalerTrainer()</a></span> - Constructor for class org.apache.ignite.ml.preprocessing.minmaxscaling.<a href="org/apache/ignite/ml/preprocessing/minmaxscaling/MinMaxScalerTrainer.html" title="class in org.apache.ignite.ml.preprocessing.minmaxscaling">MinMaxScalerTrainer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#minMemoryPerNode--">minMemoryPerNode()</a></span> - Method in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#minMemoryPerNode-double-">minMemoryPerNode(double)</a></span> - Method in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>
<div class="block">Sets min memory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteProductVersion.html#minor--">minor()</a></span> - Method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteProductVersion.html" title="class in org.apache.ignite.lang">IgniteProductVersion</a></dt>
<dd>
<div class="block">Gets minor version number.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/imputing/ImputerPartitionData.html#mins--">mins()</a></span> - Method in class org.apache.ignite.ml.preprocessing.imputing.<a href="org/apache/ignite/ml/preprocessing/imputing/ImputerPartitionData.html" title="class in org.apache.ignite.ml.preprocessing.imputing">ImputerPartitionData</a></dt>
<dd>
<div class="block">Gets the array of minimum of values in partition for each feature in the dataset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/encoding/EncoderTrainer.html#minSamplesLeaf-java.lang.Integer-">minSamplesLeaf(Integer)</a></span> - Method in class org.apache.ignite.ml.preprocessing.encoding.<a href="org/apache/ignite/ml/preprocessing/encoding/EncoderTrainer.html" title="class in org.apache.ignite.ml.preprocessing.encoding">EncoderTrainer</a></dt>
<dd>
<div class="block">Sets the minSamplesLeaf for target encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/functions/Functions.html#MINUS">MINUS</a></span> - Static variable in class org.apache.ignite.ml.math.functions.<a href="org/apache/ignite/ml/math/functions/Functions.html" title="class in org.apache.ignite.ml.math.functions">Functions</a></dt>
<dd>
<div class="block">Function that returns <code>a - b</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#minus-org.apache.ignite.ml.math.primitives.matrix.Matrix-">minus(Matrix)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>
<div class="block">Creates new matrix where each value is a difference between corresponding value of this matrix and
passed in argument matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html#minus-org.apache.ignite.ml.math.primitives.matrix.Matrix-">minus(Matrix)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">Matrix</a></dt>
<dd>
<div class="block">Creates new matrix where each value is a difference between corresponding value of this matrix and
passed in argument matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#minus-org.apache.ignite.ml.math.primitives.vector.Vector-">minus(Vector)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Creates new vector containing element by element difference between this vector and the argument one.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#minus-org.apache.ignite.ml.math.primitives.vector.Vector-">minus(Vector)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Creates new vector containing element by element difference between this vector and the argument one.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html#minus-org.apache.ignite.ml.math.primitives.vector.Vector-">minus(Vector)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a></dt>
<dd>
<div class="block">Creates new vector containing element by element difference between this vector and the argument one.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html#MINUS">MINUS</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#MINUS">MINUS</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/functions/Functions.html#MINUS_ABS">MINUS_ABS</a></span> - Static variable in class org.apache.ignite.ml.math.functions.<a href="org/apache/ignite/ml/math/functions/Functions.html" title="class in org.apache.ignite.ml.math.functions">Functions</a></dt>
<dd>
<div class="block">Function that returns <code>abs(a - b)</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/functions/Functions.html#MINUS_SQUARED">MINUS_SQUARED</a></span> - Static variable in class org.apache.ignite.ml.math.functions.<a href="org/apache/ignite/ml/math/functions/Functions.html" title="class in org.apache.ignite.ml.math.functions">Functions</a></dt>
<dd>
<div class="block">Function that returns <code>(a - b) * (a - b)</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/functions/Functions.html#minusMult-double-">minusMult(double)</a></span> - Static method in class org.apache.ignite.ml.math.functions.<a href="org/apache/ignite/ml/math/functions/Functions.html" title="class in org.apache.ignite.ml.math.functions">Functions</a></dt>
<dd>
<div class="block">Function that returns <code>a - b*constant</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#minValue--">minValue()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>
<div class="block">Gets the minimum value in this matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html#minValue--">minValue()</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">Matrix</a></dt>
<dd>
<div class="block">Gets the minimum value in this matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#minValue--">minValue()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Gets minimal value in this vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#minValue--">minValue()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Gets minimal value in this vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html#minValue--">minValue()</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a></dt>
<dd>
<div class="block">Gets minimal value in this vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html#MISSING">MISSING</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#MISSING">MISSING</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgNodeContext.html#MISSING--">MISSING()</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgNodeContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgNodeContext</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/selection/scoring/metric/classification/MissRate.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification"><span class="typeNameLink">MissRate</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/selection/scoring/metric/classification/MissRate.html" title="type parameter in MissRate">L</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/selection/scoring/metric/classification/package-summary.html">org.apache.ignite.ml.selection.scoring.metric.classification</a></dt>
<dd>
<div class="block">MissRate metric class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/MissRate.html#MissRate--">MissRate()</a></span> - Constructor for class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/MissRate.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">MissRate</a></dt>
<dd>
<div class="block">Creates an instance of MissRate class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/MissRate.html#MissRate-L-L-">MissRate(L, L)</a></span> - Constructor for class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/MissRate.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">MissRate</a></dt>
<dd>
<div class="block">Creates an instance of MissRate class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/storage/model/DefaultModelStorage.html#mkdir-java.lang.String-boolean-">mkdir(String, boolean)</a></span> - Method in class org.apache.ignite.ml.inference.storage.model.<a href="org/apache/ignite/ml/inference/storage/model/DefaultModelStorage.html" title="class in org.apache.ignite.ml.inference.storage.model">DefaultModelStorage</a></dt>
<dd>
<div class="block">Creates directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/storage/model/ModelStorage.html#mkdir-java.lang.String-boolean-">mkdir(String, boolean)</a></span> - Method in interface org.apache.ignite.ml.inference.storage.model.<a href="org/apache/ignite/ml/inference/storage/model/ModelStorage.html" title="interface in org.apache.ignite.ml.inference.storage.model">ModelStorage</a></dt>
<dd>
<div class="block">Creates directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/storage/model/ModelStorage.html#mkdir-java.lang.String-">mkdir(String)</a></span> - Method in interface org.apache.ignite.ml.inference.storage.model.<a href="org/apache/ignite/ml/inference/storage/model/ModelStorage.html" title="interface in org.apache.ignite.ml.inference.storage.model">ModelStorage</a></dt>
<dd>
<div class="block">Creates directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/storage/model/DefaultModelStorage.html#mkdirs-java.lang.String-">mkdirs(String)</a></span> - Method in class org.apache.ignite.ml.inference.storage.model.<a href="org/apache/ignite/ml/inference/storage/model/DefaultModelStorage.html" title="class in org.apache.ignite.ml.inference.storage.model">DefaultModelStorage</a></dt>
<dd>
<div class="block">Creates directory and all required parent directories in the path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/storage/model/ModelStorage.html#mkdirs-java.lang.String-">mkdirs(String)</a></span> - Method in interface org.apache.ignite.ml.inference.storage.model.<a href="org/apache/ignite/ml/inference/storage/model/ModelStorage.html" title="interface in org.apache.ignite.ml.inference.storage.model">ModelStorage</a></dt>
<dd>
<div class="block">Creates directory and all required parent directories in the path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/dialect/BasicJdbcDialect.html#mkString-java.lang.Iterable-org.apache.ignite.internal.util.typedef.C1-java.lang.String-java.lang.String-java.lang.String-">mkString(Iterable<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>, C1<span class='angle_bracket'>&lt;</span>T, String<span class='angle_bracket'>&gt;</span>, String, String, String)</a></span> - Static method in 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>
<div class="block">Concatenates elements using provided separator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/dialect/BasicJdbcDialect.html#mkString-java.lang.Iterable-java.lang.String-java.lang.String-java.lang.String-">mkString(Iterable<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>, String, String, String)</a></span> - Static method in 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>
<div class="block">Concatenates elements using provided separator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/dialect/BasicJdbcDialect.html#mkString-java.lang.Iterable-java.lang.String-">mkString(Iterable<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>, String)</a></span> - Static method in 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>
<div class="block">Concatenates strings using provided separator.</div>
</dd>
<dt><a href="org/apache/ignite/ml/environment/logging/MLLogger.html" title="interface in org.apache.ignite.ml.environment.logging"><span class="typeNameLink">MLLogger</span></a> - Interface in <a href="org/apache/ignite/ml/environment/logging/package-summary.html">org.apache.ignite.ml.environment.logging</a></dt>
<dd>
<div class="block">Helper for ML-specific objects logging.</div>
</dd>
<dt><a href="org/apache/ignite/ml/environment/logging/MLLogger.Factory.html" title="interface in org.apache.ignite.ml.environment.logging"><span class="typeNameLink">MLLogger.Factory</span></a> - Interface in <a href="org/apache/ignite/ml/environment/logging/package-summary.html">org.apache.ignite.ml.environment.logging</a></dt>
<dd>
<div class="block">MLLogger factory interface.</div>
</dd>
<dt><a href="org/apache/ignite/ml/environment/logging/MLLogger.VerboseLevel.html" title="enum in org.apache.ignite.ml.environment.logging"><span class="typeNameLink">MLLogger.VerboseLevel</span></a> - Enum in <a href="org/apache/ignite/ml/environment/logging/package-summary.html">org.apache.ignite.ml.environment.logging</a></dt>
<dd>
<div class="block">Logging verbose level.</div>
</dd>
<dt><a href="org/apache/ignite/ml/nn/architecture/MLPArchitecture.html" title="class in org.apache.ignite.ml.nn.architecture"><span class="typeNameLink">MLPArchitecture</span></a> - Class in <a href="org/apache/ignite/ml/nn/architecture/package-summary.html">org.apache.ignite.ml.nn.architecture</a></dt>
<dd>
<div class="block">Class containing information about architecture of MLP.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/architecture/MLPArchitecture.html#MLPArchitecture-int-">MLPArchitecture(int)</a></span> - Constructor for class org.apache.ignite.ml.nn.architecture.<a href="org/apache/ignite/ml/nn/architecture/MLPArchitecture.html" title="class in org.apache.ignite.ml.nn.architecture">MLPArchitecture</a></dt>
<dd>
<div class="block">Construct an MLP architecture.</div>
</dd>
<dt><a href="org/apache/ignite/ml/nn/initializers/MLPInitializer.html" title="interface in org.apache.ignite.ml.nn.initializers"><span class="typeNameLink">MLPInitializer</span></a> - Interface in <a href="org/apache/ignite/ml/nn/initializers/package-summary.html">org.apache.ignite.ml.nn.initializers</a></dt>
<dd>
<div class="block">Interface for classes encapsulating logic for initialization of weights and biases of MLP.</div>
</dd>
<dt><a href="org/apache/ignite/ml/nn/MLPLayer.html" title="class in org.apache.ignite.ml.nn"><span class="typeNameLink">MLPLayer</span></a> - Class in <a href="org/apache/ignite/ml/nn/package-summary.html">org.apache.ignite.ml.nn</a></dt>
<dd>
<div class="block">Class containing information about layer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/MLPLayer.html#MLPLayer-org.apache.ignite.ml.math.primitives.matrix.Matrix-org.apache.ignite.ml.math.primitives.vector.Vector-">MLPLayer(Matrix, Vector)</a></span> - Constructor for class org.apache.ignite.ml.nn.<a href="org/apache/ignite/ml/nn/MLPLayer.html" title="class in org.apache.ignite.ml.nn">MLPLayer</a></dt>
<dd>
<div class="block">Construct MLPLayer from weights and biases.</div>
</dd>
<dt><a href="org/apache/ignite/ml/util/plugin/MLPluginConfiguration.html" title="class in org.apache.ignite.ml.util.plugin"><span class="typeNameLink">MLPluginConfiguration</span></a> - Class in <a href="org/apache/ignite/ml/util/plugin/package-summary.html">org.apache.ignite.ml.util.plugin</a></dt>
<dd>
<div class="block">Configuration of ML plugin that defines which ML inference services should be start up on Ignite startup.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/plugin/MLPluginConfiguration.html#MLPluginConfiguration--">MLPluginConfiguration()</a></span> - Constructor for class org.apache.ignite.ml.util.plugin.<a href="org/apache/ignite/ml/util/plugin/MLPluginConfiguration.html" title="class in org.apache.ignite.ml.util.plugin">MLPluginConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/util/plugin/MLPluginProvider.html" title="class in org.apache.ignite.ml.util.plugin"><span class="typeNameLink">MLPluginProvider</span></a> - Class in <a href="org/apache/ignite/ml/util/plugin/package-summary.html">org.apache.ignite.ml.util.plugin</a></dt>
<dd>
<div class="block">Machine learning inference plugin provider.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/plugin/MLPluginProvider.html#MLPluginProvider--">MLPluginProvider()</a></span> - Constructor for class org.apache.ignite.ml.util.plugin.<a href="org/apache/ignite/ml/util/plugin/MLPluginProvider.html" title="class in org.apache.ignite.ml.util.plugin">MLPluginProvider</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/nn/MLPState.html" title="class in org.apache.ignite.ml.nn"><span class="typeNameLink">MLPState</span></a> - Class in <a href="org/apache/ignite/ml/nn/package-summary.html">org.apache.ignite.ml.nn</a></dt>
<dd>
<div class="block">State of MLP after computation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/MLPState.html#MLPState-org.apache.ignite.ml.math.primitives.matrix.Matrix-">MLPState(Matrix)</a></span> - Constructor for class org.apache.ignite.ml.nn.<a href="org/apache/ignite/ml/nn/MLPState.html" title="class in org.apache.ignite.ml.nn">MLPState</a></dt>
<dd>
<div class="block">Construct MLP state.</div>
</dd>
<dt><a href="org/apache/ignite/ml/nn/MLPTrainer.html" title="class in org.apache.ignite.ml.nn"><span class="typeNameLink">MLPTrainer</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/nn/MLPTrainer.html" title="type parameter in MLPTrainer">P</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/nn/package-summary.html">org.apache.ignite.ml.nn</a></dt>
<dd>
<div class="block">Multilayer perceptron trainer based on partition based <a href="org/apache/ignite/ml/dataset/Dataset.html" title="interface in org.apache.ignite.ml.dataset"><code>Dataset</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/MLPTrainer.html#MLPTrainer-org.apache.ignite.ml.nn.architecture.MLPArchitecture-org.apache.ignite.ml.math.functions.IgniteFunction-org.apache.ignite.ml.nn.UpdatesStrategy-int-int-int-long-">MLPTrainer(MLPArchitecture, IgniteFunction<span class='angle_bracket'>&lt;</span>Vector, IgniteDifferentiableVectorToDoubleFunction<span class='angle_bracket'>&gt;</span>, UpdatesStrategy<span class='angle_bracket'>&lt;</span>? super MultilayerPerceptron, P<span class='angle_bracket'>&gt;</span>, int, int, int, long)</a></span> - Constructor for class org.apache.ignite.ml.nn.<a href="org/apache/ignite/ml/nn/MLPTrainer.html" title="class in org.apache.ignite.ml.nn">MLPTrainer</a></dt>
<dd>
<div class="block">Constructs a new instance of multilayer perceptron trainer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/MLPTrainer.html#MLPTrainer-org.apache.ignite.ml.math.functions.IgniteFunction-org.apache.ignite.ml.math.functions.IgniteFunction-org.apache.ignite.ml.nn.UpdatesStrategy-int-int-int-long-">MLPTrainer(IgniteFunction<span class='angle_bracket'>&lt;</span>Dataset<span class='angle_bracket'>&lt;</span>EmptyContext, SimpleLabeledDatasetData<span class='angle_bracket'>&gt;</span>, MLPArchitecture<span class='angle_bracket'>&gt;</span>, IgniteFunction<span class='angle_bracket'>&lt;</span>Vector, IgniteDifferentiableVectorToDoubleFunction<span class='angle_bracket'>&gt;</span>, UpdatesStrategy<span class='angle_bracket'>&lt;</span>? super MultilayerPerceptron, P<span class='angle_bracket'>&gt;</span>, int, int, int, long)</a></span> - Constructor for class org.apache.ignite.ml.nn.<a href="org/apache/ignite/ml/nn/MLPTrainer.html" title="class in org.apache.ignite.ml.nn">MLPTrainer</a></dt>
<dd>
<div class="block">Constructs a new instance of multilayer perceptron trainer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/MnistUtils.html#mnistAsList-java.lang.String-java.lang.String-java.util.Random-int-">mnistAsList(String, String, Random, int)</a></span> - Static method in class org.apache.ignite.ml.util.<a href="org/apache/ignite/ml/util/MnistUtils.html" title="class in org.apache.ignite.ml.util">MnistUtils</a></dt>
<dd>
<div class="block">Read random <code>count</code> samples from MNIST dataset from two files (images and labels) into a stream of labeled
vectors.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/MnistUtils.html#mnistAsListFromResource-java.lang.String-java.lang.String-java.util.Random-int-">mnistAsListFromResource(String, String, Random, int)</a></span> - Static method in class org.apache.ignite.ml.util.<a href="org/apache/ignite/ml/util/MnistUtils.html" title="class in org.apache.ignite.ml.util">MnistUtils</a></dt>
<dd>
<div class="block">Read random <code>count</code> samples from MNIST dataset from two resources (images and labels) into a stream of
labeled vectors.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/MnistUtils.html#mnistAsStream-java.lang.String-java.lang.String-java.util.Random-int-">mnistAsStream(String, String, Random, int)</a></span> - Static method in class org.apache.ignite.ml.util.<a href="org/apache/ignite/ml/util/MnistUtils.html" title="class in org.apache.ignite.ml.util">MnistUtils</a></dt>
<dd>
<div class="block">Read random <code>count</code> samples from MNIST dataset from two files (images and labels) into a stream of labeled
vectors.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/MnistUtils.MnistImage.html#MnistImage-double:A-">MnistImage(double[])</a></span> - Constructor for class org.apache.ignite.ml.util.<a href="org/apache/ignite/ml/util/MnistUtils.MnistImage.html" title="class in org.apache.ignite.ml.util">MnistUtils.MnistImage</a></dt>
<dd>
<div class="block">Construct a new instance of MNIST image.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/MnistUtils.MnistLabeledImage.html#MnistLabeledImage-double:A-int-">MnistLabeledImage(double[], int)</a></span> - Constructor for class org.apache.ignite.ml.util.<a href="org/apache/ignite/ml/util/MnistUtils.MnistLabeledImage.html" title="class in org.apache.ignite.ml.util">MnistUtils.MnistLabeledImage</a></dt>
<dd>
<div class="block">Constructs a new instance of MNIST labeled image.</div>
</dd>
<dt><a href="org/apache/ignite/ml/util/MnistUtils.html" title="class in org.apache.ignite.ml.util"><span class="typeNameLink">MnistUtils</span></a> - Class in <a href="org/apache/ignite/ml/util/package-summary.html">org.apache.ignite.ml.util</a></dt>
<dd>
<div class="block">Utility class for reading MNIST dataset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/MnistUtils.html#MnistUtils--">MnistUtils()</a></span> - Constructor for class org.apache.ignite.ml.util.<a href="org/apache/ignite/ml/util/MnistUtils.html" title="class in org.apache.ignite.ml.util">MnistUtils</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/util/MnistUtils.MnistImage.html" title="class in org.apache.ignite.ml.util"><span class="typeNameLink">MnistUtils.MnistImage</span></a> - Class in <a href="org/apache/ignite/ml/util/package-summary.html">org.apache.ignite.ml.util</a></dt>
<dd>
<div class="block">MNIST image.</div>
</dd>
<dt><a href="org/apache/ignite/ml/util/MnistUtils.MnistLabeledImage.html" title="class in org.apache.ignite.ml.util"><span class="typeNameLink">MnistUtils.MnistLabeledImage</span></a> - Class in <a href="org/apache/ignite/ml/util/package-summary.html">org.apache.ignite.ml.util</a></dt>
<dd>
<div class="block">MNIST labeled image.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/functions/Functions.html#MOD">MOD</a></span> - Static variable in class org.apache.ignite.ml.math.functions.<a href="org/apache/ignite/ml/math/functions/Functions.html" title="class in org.apache.ignite.ml.math.functions">Functions</a></dt>
<dd>
<div class="block">Function that returns <code>a % b</code>.</div>
</dd>
<dt><a href="org/apache/ignite/ml/inference/Model.html" title="interface in org.apache.ignite.ml.inference"><span class="typeNameLink">Model</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/inference/Model.html" title="type parameter in Model">I</a>,<a href="org/apache/ignite/ml/inference/Model.html" title="type parameter in Model">O</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/ml/inference/package-summary.html">org.apache.ignite.ml.inference</a></dt>
<dd>
<div class="block">Inference model that can be used to make predictions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/visor/plugin/VisorExtensionPoint.html#model--">model()</a></span> - Method in class org.apache.ignite.visor.plugin.<a href="org/apache/ignite/visor/plugin/VisorExtensionPoint.html" title="class in org.apache.ignite.visor.plugin">VisorExtensionPoint</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/storage/descriptor/ModelDescriptorStorageFactory.html#MODEL_DESCRIPTOR_STORAGE_CACHE_NAME">MODEL_DESCRIPTOR_STORAGE_CACHE_NAME</a></span> - Static variable in class org.apache.ignite.ml.inference.storage.descriptor.<a href="org/apache/ignite/ml/inference/storage/descriptor/ModelDescriptorStorageFactory.html" title="class in org.apache.ignite.ml.inference.storage.descriptor">ModelDescriptorStorageFactory</a></dt>
<dd>
<div class="block">Model descriptor storage cache name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/storage/model/ModelStorageFactory.html#MODEL_STORAGE_CACHE_NAME">MODEL_STORAGE_CACHE_NAME</a></span> - Static variable in class org.apache.ignite.ml.inference.storage.model.<a href="org/apache/ignite/ml/inference/storage/model/ModelStorageFactory.html" title="class in org.apache.ignite.ml.inference.storage.model">ModelStorageFactory</a></dt>
<dd>
<div class="block">Model storage cache name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/json/JSONModel.html#modelClass">modelClass</a></span> - Variable in class org.apache.ignite.ml.inference.json.<a href="org/apache/ignite/ml/inference/json/JSONModel.html" title="class in org.apache.ignite.ml.inference.json">JSONModel</a></dt>
<dd>
<div class="block">String description of model class.</div>
</dd>
<dt><a href="org/apache/ignite/ml/inference/ModelDescriptor.html" title="class in org.apache.ignite.ml.inference"><span class="typeNameLink">ModelDescriptor</span></a> - Class in <a href="org/apache/ignite/ml/inference/package-summary.html">org.apache.ignite.ml.inference</a></dt>
<dd>
<div class="block">Model descriptor that encapsulates information about model, <a href="org/apache/ignite/ml/inference/reader/ModelReader.html" title="interface in org.apache.ignite.ml.inference.reader"><code>ModelReader</code></a> and <a href="org/apache/ignite/ml/inference/parser/ModelParser.html" title="interface in org.apache.ignite.ml.inference.parser"><code>ModelParser</code></a> which
is required to build the model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/ModelDescriptor.html#ModelDescriptor-java.lang.String-java.lang.String-org.apache.ignite.ml.inference.ModelSignature-org.apache.ignite.ml.inference.reader.ModelReader-org.apache.ignite.ml.inference.parser.ModelParser-">ModelDescriptor(String, String, ModelSignature, ModelReader, ModelParser<span class='angle_bracket'>&lt;</span>byte[], byte[], ?<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.inference.<a href="org/apache/ignite/ml/inference/ModelDescriptor.html" title="class in org.apache.ignite.ml.inference">ModelDescriptor</a></dt>
<dd>
<div class="block">Constructs a new instance of model descriptor.</div>
</dd>
<dt><a href="org/apache/ignite/ml/inference/storage/descriptor/ModelDescriptorStorage.html" title="interface in org.apache.ignite.ml.inference.storage.descriptor"><span class="typeNameLink">ModelDescriptorStorage</span></a> - Interface in <a href="org/apache/ignite/ml/inference/storage/descriptor/package-summary.html">org.apache.ignite.ml.inference.storage.descriptor</a></dt>
<dd>
<div class="block">Storage that allows to load, keep and get access to model descriptors (see <a href="org/apache/ignite/ml/inference/ModelDescriptor.html" title="class in org.apache.ignite.ml.inference"><code>ModelDescriptor</code></a>).</div>
</dd>
<dt><a href="org/apache/ignite/ml/inference/storage/descriptor/ModelDescriptorStorageFactory.html" title="class in org.apache.ignite.ml.inference.storage.descriptor"><span class="typeNameLink">ModelDescriptorStorageFactory</span></a> - Class in <a href="org/apache/ignite/ml/inference/storage/descriptor/package-summary.html">org.apache.ignite.ml.inference.storage.descriptor</a></dt>
<dd>
<div class="block">Model descriptor storage factory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/storage/descriptor/ModelDescriptorStorageFactory.html#ModelDescriptorStorageFactory--">ModelDescriptorStorageFactory()</a></span> - Constructor for class org.apache.ignite.ml.inference.storage.descriptor.<a href="org/apache/ignite/ml/inference/storage/descriptor/ModelDescriptorStorageFactory.html" title="class in org.apache.ignite.ml.inference.storage.descriptor">ModelDescriptorStorageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/composition/ModelOnFeaturesSubspace.html" title="class in org.apache.ignite.ml.composition"><span class="typeNameLink">ModelOnFeaturesSubspace</span></a> - Class in <a href="org/apache/ignite/ml/composition/package-summary.html">org.apache.ignite.ml.composition</a></dt>
<dd>
<div class="block">Model trained on a features subspace with mapping from original features space to subspace.</div>
</dd>
<dt><a href="org/apache/ignite/ml/inference/parser/ModelParser.html" title="interface in org.apache.ignite.ml.inference.parser"><span class="typeNameLink">ModelParser</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/inference/parser/ModelParser.html" title="type parameter in ModelParser">I</a>,<a href="org/apache/ignite/ml/inference/parser/ModelParser.html" title="type parameter in ModelParser">O</a>,<a href="org/apache/ignite/ml/inference/parser/ModelParser.html" title="type parameter in ModelParser">M</a> extends <a href="org/apache/ignite/ml/inference/Model.html" title="interface in org.apache.ignite.ml.inference">Model</a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/inference/parser/ModelParser.html" title="type parameter in ModelParser">I</a>,<a href="org/apache/ignite/ml/inference/parser/ModelParser.html" title="type parameter in ModelParser">O</a><span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/ml/inference/parser/package-summary.html">org.apache.ignite.ml.inference.parser</a></dt>
<dd>
<div class="block">Model parser that accepts a serialized model represented by byte array, parses it and returns <a href="org/apache/ignite/ml/inference/Model.html" title="interface in org.apache.ignite.ml.inference"><code>Model</code></a>.</div>
</dd>
<dt><a href="org/apache/ignite/ml/inference/reader/ModelReader.html" title="interface in org.apache.ignite.ml.inference.reader"><span class="typeNameLink">ModelReader</span></a> - Interface in <a href="org/apache/ignite/ml/inference/reader/package-summary.html">org.apache.ignite.ml.inference.reader</a></dt>
<dd>
<div class="block">Model reader that reads model from external or internal storage and returns it in serialized form as byte array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/ModelsComposition.html#models">models</a></span> - Variable in class org.apache.ignite.ml.composition.<a href="org/apache/ignite/ml/composition/ModelsComposition.html" title="class in org.apache.ignite.ml.composition">ModelsComposition</a></dt>
<dd>
<div class="block">Models.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/ModelsCompositionFormat.html#models--">models()</a></span> - Method in class org.apache.ignite.ml.composition.<a href="org/apache/ignite/ml/composition/ModelsCompositionFormat.html" title="class in org.apache.ignite.ml.composition">ModelsCompositionFormat</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/composition/ModelsComposition.html" title="class in org.apache.ignite.ml.composition"><span class="typeNameLink">ModelsComposition</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/composition/ModelsComposition.html" title="type parameter in ModelsComposition">M</a> extends <a href="org/apache/ignite/ml/IgniteModel.html" title="interface in org.apache.ignite.ml">IgniteModel</a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a><span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/composition/package-summary.html">org.apache.ignite.ml.composition</a></dt>
<dd>
<div class="block">Model consisting of several models and prediction aggregation strategy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/ModelsComposition.html#ModelsComposition-java.util.List-org.apache.ignite.ml.composition.predictionsaggregator.PredictionsAggregator-">ModelsComposition(List<span class='angle_bracket'>&lt;</span>M<span class='angle_bracket'>&gt;</span>, PredictionsAggregator)</a></span> - Constructor for class org.apache.ignite.ml.composition.<a href="org/apache/ignite/ml/composition/ModelsComposition.html" title="class in org.apache.ignite.ml.composition">ModelsComposition</a></dt>
<dd>
<div class="block">Constructs a new instance of composition of models.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/ModelsComposition.html#ModelsComposition--">ModelsComposition()</a></span> - Constructor for class org.apache.ignite.ml.composition.<a href="org/apache/ignite/ml/composition/ModelsComposition.html" title="class in org.apache.ignite.ml.composition">ModelsComposition</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/composition/ModelsCompositionFormat.html" title="class in org.apache.ignite.ml.composition"><span class="typeNameLink">ModelsCompositionFormat</span></a> - Class in <a href="org/apache/ignite/ml/composition/package-summary.html">org.apache.ignite.ml.composition</a></dt>
<dd>
<div class="block">ModelsComposition representation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/ModelsCompositionFormat.html#ModelsCompositionFormat-java.util.List-org.apache.ignite.ml.composition.predictionsaggregator.PredictionsAggregator-">ModelsCompositionFormat(List<span class='angle_bracket'>&lt;</span>? extends IgniteModel<span class='angle_bracket'>&lt;</span>Vector, Double<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>, PredictionsAggregator)</a></span> - Constructor for class org.apache.ignite.ml.composition.<a href="org/apache/ignite/ml/composition/ModelsCompositionFormat.html" title="class in org.apache.ignite.ml.composition">ModelsCompositionFormat</a></dt>
<dd>
<div class="block">Creates an instance of ModelsCompositionFormat.</div>
</dd>
<dt><a href="org/apache/ignite/ml/inference/ModelSignature.html" title="class in org.apache.ignite.ml.inference"><span class="typeNameLink">ModelSignature</span></a> - Class in <a href="org/apache/ignite/ml/inference/package-summary.html">org.apache.ignite.ml.inference</a></dt>
<dd>
<div class="block">Signature that defines input/output types in Protobuf.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/ModelSignature.html#ModelSignature-java.lang.String-java.lang.String-java.lang.String-">ModelSignature(String, String, String)</a></span> - Constructor for class org.apache.ignite.ml.inference.<a href="org/apache/ignite/ml/inference/ModelSignature.html" title="class in org.apache.ignite.ml.inference">ModelSignature</a></dt>
<dd>
<div class="block">Constructs a new instance of model signature.</div>
</dd>
<dt><a href="org/apache/ignite/ml/composition/combinators/parallel/ModelsParallelComposition.html" title="class in org.apache.ignite.ml.composition.combinators.parallel"><span class="typeNameLink">ModelsParallelComposition</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/composition/combinators/parallel/ModelsParallelComposition.html" title="type parameter in ModelsParallelComposition">I</a>,<a href="org/apache/ignite/ml/composition/combinators/parallel/ModelsParallelComposition.html" title="type parameter in ModelsParallelComposition">O</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/composition/combinators/parallel/package-summary.html">org.apache.ignite.ml.composition.combinators.parallel</a></dt>
<dd>
<div class="block">Parallel composition of models.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/combinators/parallel/ModelsParallelComposition.html#ModelsParallelComposition-java.util.List-">ModelsParallelComposition(List<span class='angle_bracket'>&lt;</span>IgniteModel<span class='angle_bracket'>&lt;</span>I, O<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.composition.combinators.parallel.<a href="org/apache/ignite/ml/composition/combinators/parallel/ModelsParallelComposition.html" title="class in org.apache.ignite.ml.composition.combinators.parallel">ModelsParallelComposition</a></dt>
<dd>
<div class="block">Construc an instance of this class from list of submodels.</div>
</dd>
<dt><a href="org/apache/ignite/ml/composition/combinators/sequential/ModelsSequentialComposition.html" title="class in org.apache.ignite.ml.composition.combinators.sequential"><span class="typeNameLink">ModelsSequentialComposition</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/composition/combinators/sequential/ModelsSequentialComposition.html" title="type parameter in ModelsSequentialComposition">I</a>,<a href="org/apache/ignite/ml/composition/combinators/sequential/ModelsSequentialComposition.html" title="type parameter in ModelsSequentialComposition">O1</a>,<a href="org/apache/ignite/ml/composition/combinators/sequential/ModelsSequentialComposition.html" title="type parameter in ModelsSequentialComposition">O2</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/composition/combinators/sequential/package-summary.html">org.apache.ignite.ml.composition.combinators.sequential</a></dt>
<dd>
<div class="block">Sequential composition of models.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/combinators/sequential/ModelsSequentialComposition.html#ModelsSequentialComposition-org.apache.ignite.ml.IgniteModel-org.apache.ignite.ml.IgniteModel-">ModelsSequentialComposition(IgniteModel<span class='angle_bracket'>&lt;</span>I, O1<span class='angle_bracket'>&gt;</span>, IgniteModel<span class='angle_bracket'>&lt;</span>O1, O2<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.composition.combinators.sequential.<a href="org/apache/ignite/ml/composition/combinators/sequential/ModelsSequentialComposition.html" title="class in org.apache.ignite.ml.composition.combinators.sequential">ModelsSequentialComposition</a></dt>
<dd>
<div class="block">Construct instance of this class from two given models.</div>
</dd>
<dt><a href="org/apache/ignite/ml/inference/storage/model/ModelStorage.html" title="interface in org.apache.ignite.ml.inference.storage.model"><span class="typeNameLink">ModelStorage</span></a> - Interface in <a href="org/apache/ignite/ml/inference/storage/model/package-summary.html">org.apache.ignite.ml.inference.storage.model</a></dt>
<dd>
<div class="block">Storage that allows to load, keep and get access to model in byte representation.</div>
</dd>
<dt><a href="org/apache/ignite/ml/inference/storage/model/ModelStorageFactory.html" title="class in org.apache.ignite.ml.inference.storage.model"><span class="typeNameLink">ModelStorageFactory</span></a> - Class in <a href="org/apache/ignite/ml/inference/storage/model/package-summary.html">org.apache.ignite.ml.inference.storage.model</a></dt>
<dd>
<div class="block">Model storage factory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/storage/model/ModelStorageFactory.html#ModelStorageFactory--">ModelStorageFactory()</a></span> - Constructor for class org.apache.ignite.ml.inference.storage.model.<a href="org/apache/ignite/ml/inference/storage/model/ModelStorageFactory.html" title="class in org.apache.ignite.ml.inference.storage.model">ModelStorageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/inference/reader/ModelStorageModelReader.html" title="class in org.apache.ignite.ml.inference.reader"><span class="typeNameLink">ModelStorageModelReader</span></a> - Class in <a href="org/apache/ignite/ml/inference/reader/package-summary.html">org.apache.ignite.ml.inference.reader</a></dt>
<dd>
<div class="block">Model reader that reads directory or file from model storage and serializes it using <a href="org/apache/ignite/ml/inference/util/DirectorySerializer.html" title="class in org.apache.ignite.ml.inference.util"><code>DirectorySerializer</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/reader/ModelStorageModelReader.html#ModelStorageModelReader-java.lang.String-org.apache.ignite.ml.math.functions.IgniteSupplier-">ModelStorageModelReader(String, IgniteSupplier<span class='angle_bracket'>&lt;</span>ModelStorage<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.inference.reader.<a href="org/apache/ignite/ml/inference/reader/ModelStorageModelReader.html" title="class in org.apache.ignite.ml.inference.reader">ModelStorageModelReader</a></dt>
<dd>
<div class="block">Constructs a new instance of model storage inference model builder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/reader/ModelStorageModelReader.html#ModelStorageModelReader-java.lang.String-">ModelStorageModelReader(String)</a></span> - Constructor for class org.apache.ignite.ml.inference.reader.<a href="org/apache/ignite/ml/inference/reader/ModelStorageModelReader.html" title="class in org.apache.ignite.ml.inference.reader">ModelStorageModelReader</a></dt>
<dd>
<div class="block">Constructs a new instance of model storage inference model builder.</div>
</dd>
<dt><a href="org/apache/ignite/ml/inference/storage/model/ModelStorageProvider.html" title="interface in org.apache.ignite.ml.inference.storage.model"><span class="typeNameLink">ModelStorageProvider</span></a> - Interface in <a href="org/apache/ignite/ml/inference/storage/model/package-summary.html">org.apache.ignite.ml.inference.storage.model</a></dt>
<dd>
<div class="block">Model storage provider that keeps files and directories presented as <a href="org/apache/ignite/ml/inference/storage/model/FileOrDirectory.html" title="interface in org.apache.ignite.ml.inference.storage.model"><code>FileOrDirectory</code></a> files and correspondent
locks.</div>
</dd>
<dt><a href="org/apache/ignite/ml/util/ModelTrace.html" title="class in org.apache.ignite.ml.util"><span class="typeNameLink">ModelTrace</span></a> - Class in <a href="org/apache/ignite/ml/util/package-summary.html">org.apache.ignite.ml.util</a></dt>
<dd>
<div class="block">Helper for model tracing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html#modeNames">modeNames</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelLexer</a></dt>
<dd>
<div class="block">Mode names.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/optimization/updatecalculators/NesterovUpdateCalculator.html#momentum">momentum</a></span> - Variable in class org.apache.ignite.ml.optimization.updatecalculators.<a href="org/apache/ignite/ml/optimization/updatecalculators/NesterovUpdateCalculator.html" title="class in org.apache.ignite.ml.optimization.updatecalculators">NesterovUpdateCalculator</a></dt>
<dd>
<div class="block">Momentum constant.</div>
</dd>
<dt><a href="org/apache/ignite/ml/tree/leaf/MostCommonDecisionTreeLeafBuilder.html" title="class in org.apache.ignite.ml.tree.leaf"><span class="typeNameLink">MostCommonDecisionTreeLeafBuilder</span></a> - Class in <a href="org/apache/ignite/ml/tree/leaf/package-summary.html">org.apache.ignite.ml.tree.leaf</a></dt>
<dd>
<div class="block">Decision tree leaf node builder that chooses most common value as a leaf node value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/leaf/MostCommonDecisionTreeLeafBuilder.html#MostCommonDecisionTreeLeafBuilder--">MostCommonDecisionTreeLeafBuilder()</a></span> - Constructor for class org.apache.ignite.ml.tree.leaf.<a href="org/apache/ignite/ml/tree/leaf/MostCommonDecisionTreeLeafBuilder.html" title="class in org.apache.ignite.ml.tree.leaf">MostCommonDecisionTreeLeafBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGenerator.html#move-org.apache.ignite.ml.math.primitives.vector.Vector-">move(Vector)</a></span> - Method in interface org.apache.ignite.ml.util.generators.primitives.vector.<a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGenerator.html" title="interface in org.apache.ignite.ml.util.generators.primitives.vector">VectorGenerator</a></dt>
<dd>
<div class="block">Moves all vectors to other position by summing with input vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/optimization/LossFunctions.html#MSE">MSE</a></span> - Static variable in class org.apache.ignite.ml.optimization.<a href="org/apache/ignite/ml/optimization/LossFunctions.html" title="class in org.apache.ignite.ml.optimization">LossFunctions</a></dt>
<dd>
<div class="block">Mean squared error loss function.</div>
</dd>
<dt><a href="org/apache/ignite/ml/selection/scoring/metric/regression/Mse.html" title="class in org.apache.ignite.ml.selection.scoring.metric.regression"><span class="typeNameLink">Mse</span></a> - Class in <a href="org/apache/ignite/ml/selection/scoring/metric/regression/package-summary.html">org.apache.ignite.ml.selection.scoring.metric.regression</a></dt>
<dd>
<div class="block">Class for mean squared error metric.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/regression/Mse.html#Mse--">Mse()</a></span> - Constructor for class org.apache.ignite.ml.selection.scoring.metric.regression.<a href="org/apache/ignite/ml/selection/scoring/metric/regression/Mse.html" title="class in org.apache.ignite.ml.selection.scoring.metric.regression">Mse</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/tree/randomforest/data/impurity/MSEHistogram.html" title="class in org.apache.ignite.ml.tree.randomforest.data.impurity"><span class="typeNameLink">MSEHistogram</span></a> - Class in <a href="org/apache/ignite/ml/tree/randomforest/data/impurity/package-summary.html">org.apache.ignite.ml.tree.randomforest.data.impurity</a></dt>
<dd>
<div class="block">Class contains implementation of splitting point finding algorithm based on MSE metric (see
https://en.wikipedia.org/wiki/Mean_squared_error) and represents a set of histograms in according to this metric.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/impurity/MSEHistogram.html#MSEHistogram-int-org.apache.ignite.ml.dataset.feature.BucketMeta-">MSEHistogram(int, BucketMeta)</a></span> - Constructor for class org.apache.ignite.ml.tree.randomforest.data.impurity.<a href="org/apache/ignite/ml/tree/randomforest/data/impurity/MSEHistogram.html" title="class in org.apache.ignite.ml.tree.randomforest.data.impurity">MSEHistogram</a></dt>
<dd>
<div class="block">Creates an instance of MSEHistogram.</div>
</dd>
<dt><a href="org/apache/ignite/ml/tree/randomforest/data/impurity/MSEHistogramComputer.html" title="class in org.apache.ignite.ml.tree.randomforest.data.impurity"><span class="typeNameLink">MSEHistogramComputer</span></a> - Class in <a href="org/apache/ignite/ml/tree/randomforest/data/impurity/package-summary.html">org.apache.ignite.ml.tree.randomforest.data.impurity</a></dt>
<dd>
<div class="block">Histogram computer realization for MSE impurity metric.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/impurity/MSEHistogramComputer.html#MSEHistogramComputer--">MSEHistogramComputer()</a></span> - Constructor for class org.apache.ignite.ml.tree.randomforest.data.impurity.<a href="org/apache/ignite/ml/tree/randomforest/data/impurity/MSEHistogramComputer.html" title="class in org.apache.ignite.ml.tree.randomforest.data.impurity">MSEHistogramComputer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/tree/impurity/mse/MSEImpurityMeasure.html" title="class in org.apache.ignite.ml.tree.impurity.mse"><span class="typeNameLink">MSEImpurityMeasure</span></a> - Class in <a href="org/apache/ignite/ml/tree/impurity/mse/package-summary.html">org.apache.ignite.ml.tree.impurity.mse</a></dt>
<dd>
<div class="block">Mean squared error (variance) impurity measure which is calculated the following way:
<code>\frac{1}{L}\sum_{i=0}^{n}(y_i - \mu)^2</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/impurity/mse/MSEImpurityMeasure.html#MSEImpurityMeasure-double-double-long-double-double-long-">MSEImpurityMeasure(double, double, long, double, double, long)</a></span> - Constructor for class org.apache.ignite.ml.tree.impurity.mse.<a href="org/apache/ignite/ml/tree/impurity/mse/MSEImpurityMeasure.html" title="class in org.apache.ignite.ml.tree.impurity.mse">MSEImpurityMeasure</a></dt>
<dd>
<div class="block">Constructs a new instance of mean squared error (variance) impurity measure.</div>
</dd>
<dt><a href="org/apache/ignite/ml/tree/impurity/mse/MSEImpurityMeasureCalculator.html" title="class in org.apache.ignite.ml.tree.impurity.mse"><span class="typeNameLink">MSEImpurityMeasureCalculator</span></a> - Class in <a href="org/apache/ignite/ml/tree/impurity/mse/package-summary.html">org.apache.ignite.ml.tree.impurity.mse</a></dt>
<dd>
<div class="block">Meas squared error (variance) impurity measure calculator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/impurity/mse/MSEImpurityMeasureCalculator.html#MSEImpurityMeasureCalculator-boolean-">MSEImpurityMeasureCalculator(boolean)</a></span> - Constructor for class org.apache.ignite.ml.tree.impurity.mse.<a href="org/apache/ignite/ml/tree/impurity/mse/MSEImpurityMeasureCalculator.html" title="class in org.apache.ignite.ml.tree.impurity.mse">MSEImpurityMeasureCalculator</a></dt>
<dd>
<div class="block">Constructs an instance of MSEImpurityMeasureCalculator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpi.html#MSG_EXPIRE_TIME_ATTR">MSG_EXPIRE_TIME_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">Stealing request expiration time attribute name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/functions/Functions.html#MULT">MULT</a></span> - Static variable in class org.apache.ignite.ml.math.functions.<a href="org/apache/ignite/ml/math/functions/Functions.html" title="class in org.apache.ignite.ml.math.functions">Functions</a></dt>
<dd>
<div class="block">Function that returns <code>a * b</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/functions/Functions.html#mult-double-">mult(double)</a></span> - Static method in class org.apache.ignite.ml.math.functions.<a href="org/apache/ignite/ml/math/functions/Functions.html" title="class in org.apache.ignite.ml.math.functions">Functions</a></dt>
<dd>
<div class="block">Function that returns <code>a * b</code>.</div>
</dd>
<dt><a href="org/apache/ignite/ml/multiclass/MultiClassModel.html" title="class in org.apache.ignite.ml.multiclass"><span class="typeNameLink">MultiClassModel</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/multiclass/MultiClassModel.html" title="type parameter in MultiClassModel">M</a> extends <a href="org/apache/ignite/ml/IgniteModel.html" title="interface in org.apache.ignite.ml">IgniteModel</a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a><span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/multiclass/package-summary.html">org.apache.ignite.ml.multiclass</a></dt>
<dd>
<div class="block">Base class for multi-classification model for set of classifiers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/multiclass/MultiClassModel.html#MultiClassModel--">MultiClassModel()</a></span> - Constructor for class org.apache.ignite.ml.multiclass.<a href="org/apache/ignite/ml/multiclass/MultiClassModel.html" title="class in org.apache.ignite.ml.multiclass">MultiClassModel</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/trainers/MultiLabelDatasetTrainer.html" title="class in org.apache.ignite.ml.trainers"><span class="typeNameLink">MultiLabelDatasetTrainer</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/trainers/MultiLabelDatasetTrainer.html" title="type parameter in MultiLabelDatasetTrainer">M</a> extends <a href="org/apache/ignite/ml/IgniteModel.html" title="interface in org.apache.ignite.ml">IgniteModel</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/trainers/package-summary.html">org.apache.ignite.ml.trainers</a></dt>
<dd>
<div class="block">Interface for trainers that trains on dataset with multiple label per object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/trainers/MultiLabelDatasetTrainer.html#MultiLabelDatasetTrainer--">MultiLabelDatasetTrainer()</a></span> - Constructor for class org.apache.ignite.ml.trainers.<a href="org/apache/ignite/ml/trainers/MultiLabelDatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">MultiLabelDatasetTrainer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn"><span class="typeNameLink">MultilayerPerceptron</span></a> - Class in <a href="org/apache/ignite/ml/nn/package-summary.html">org.apache.ignite.ml.nn</a></dt>
<dd>
<div class="block">Class encapsulating logic of multilayer perceptron.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/MultilayerPerceptron.html#MultilayerPerceptron-org.apache.ignite.ml.nn.architecture.MLPArchitecture-org.apache.ignite.ml.nn.initializers.MLPInitializer-">MultilayerPerceptron(MLPArchitecture, MLPInitializer)</a></span> - Constructor for class org.apache.ignite.ml.nn.<a href="org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</a></dt>
<dd>
<div class="block">Construct MLP from given architecture and parameters initializer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/MultilayerPerceptron.html#MultilayerPerceptron-org.apache.ignite.ml.nn.architecture.MLPArchitecture-">MultilayerPerceptron(MLPArchitecture)</a></span> - Constructor for class org.apache.ignite.ml.nn.<a href="org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</a></dt>
<dd>
<div class="block">Construct MLP from given architecture.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/stat/MultivariateGaussianDistribution.html" title="class in org.apache.ignite.ml.math.stat"><span class="typeNameLink">MultivariateGaussianDistribution</span></a> - Class in <a href="org/apache/ignite/ml/math/stat/package-summary.html">org.apache.ignite.ml.math.stat</a></dt>
<dd>
<div class="block">Distribution represents multidimensional gaussian distribution.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/stat/MultivariateGaussianDistribution.html#MultivariateGaussianDistribution-org.apache.ignite.ml.math.primitives.vector.Vector-org.apache.ignite.ml.math.primitives.matrix.Matrix-">MultivariateGaussianDistribution(Vector, Matrix)</a></span> - Constructor for class org.apache.ignite.ml.math.stat.<a href="org/apache/ignite/ml/math/stat/MultivariateGaussianDistribution.html" title="class in org.apache.ignite.ml.math.stat">MultivariateGaussianDistribution</a></dt>
<dd>
<div class="block">Constructs an instance of MultivariateGaussianDistribution.</div>
</dd>
<dt><a href="org/apache/ignite/cache/store/cassandra/session/transaction/Mutation.html" title="interface in org.apache.ignite.cache.store.cassandra.session.transaction"><span class="typeNameLink">Mutation</span></a> - Interface 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">Provides information about particular mutation operation performed withing transaction.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#mxBean--">mxBean()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Gets whole cluster MxBean for this cache.</div>
</dd>
<dt><a href="org/apache/ignite/mxbean/MXBeanDescription.html" title="annotation in org.apache.ignite.mxbean"><span class="typeNameLink">MXBeanDescription</span></a> - Annotation Type in <a href="org/apache/ignite/mxbean/package-summary.html">org.apache.ignite.mxbean</a></dt>
<dd>
<div class="block">Provides description for MBean classes and methods.</div>
</dd>
<dt><a href="org/apache/ignite/mxbean/MXBeanParameter.html" title="annotation in org.apache.ignite.mxbean"><span class="typeNameLink">MXBeanParameter</span></a> - Annotation Type in <a href="org/apache/ignite/mxbean/package-summary.html">org.apache.ignite.mxbean</a></dt>
<dd>
<div class="block">Provides name and description for MBean method parameter.</div>
</dd>
<dt><a href="org/apache/ignite/mxbean/MXBeanParametersDescriptions.html" title="annotation in org.apache.ignite.mxbean"><span class="typeNameLink">MXBeanParametersDescriptions</span></a> - Annotation Type in <a href="org/apache/ignite/mxbean/package-summary.html">org.apache.ignite.mxbean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/mxbean/MXBeanParameter.html" title="annotation in org.apache.ignite.mxbean"><code>MXBeanParameter</code></a> instead.</span></div>
</div>
</dd>
<dt><a href="org/apache/ignite/mxbean/MXBeanParametersNames.html" title="annotation in org.apache.ignite.mxbean"><span class="typeNameLink">MXBeanParametersNames</span></a> - Annotation Type in <a href="org/apache/ignite/mxbean/package-summary.html">org.apache.ignite.mxbean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/mxbean/MXBeanParameter.html" title="annotation in org.apache.ignite.mxbean"><code>MXBeanParameter</code></a> instead.</span></div>
</div>
</dd>
<dt><a href="org/apache/ignite/cache/store/jdbc/dialect/MySQLDialect.html" title="class in org.apache.ignite.cache.store.jdbc.dialect"><span class="typeNameLink">MySQLDialect</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">A dialect compatible with the MySQL database.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/dialect/MySQLDialect.html#MySQLDialect--">MySQLDialect()</a></span> - Constructor for class org.apache.ignite.cache.store.jdbc.dialect.<a href="org/apache/ignite/cache/store/jdbc/dialect/MySQLDialect.html" title="class in org.apache.ignite.cache.store.jdbc.dialect">MySQLDialect</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:N">
<!-- -->
</a>
<h2 class="title">N</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryField.html#name--">name()</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryField.html" title="interface in org.apache.ignite.binary">BinaryField</a></dt>
<dd>
<div class="block">Get field's name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#name--">name()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block">Gets name of this cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#name--">name()</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 name of this cache (<code>null</code> for default cache).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/Event.html#name--">name()</a></span> - Method in interface org.apache.ignite.events.<a href="org/apache/ignite/events/Event.html" title="interface in org.apache.ignite.events">Event</a></dt>
<dd>
<div class="block">Gets name of this event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventAdapter.html#name--">name()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/EventAdapter.html" title="class in org.apache.ignite.events">EventAdapter</a></dt>
<dd>
<div class="block">Gets event type name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignite.html#name--">name()</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 name of the Ignite instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteAtomicLong.html#name--">name()</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">Name of atomic long.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteAtomicReference.html#name--">name()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteAtomicReference.html" title="interface in org.apache.ignite">IgniteAtomicReference</a></dt>
<dd>
<div class="block">Name of atomic reference.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteAtomicSequence.html#name--">name()</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">Name of atomic sequence.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteAtomicStamped.html#name--">name()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteAtomicStamped.html" title="interface in org.apache.ignite">IgniteAtomicStamped</a></dt>
<dd>
<div class="block">Name of atomic stamped.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCondition.html#name--">name()</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">Name of ignite condition.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCountDownLatch.html#name--">name()</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 name of the latch.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteLock.html#name--">name()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteLock.html" title="interface in org.apache.ignite">IgniteLock</a></dt>
<dd>
<div class="block">Name of atomic reentrant lock.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteQueue.html#name--">name()</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">Gets queue name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSemaphore.html#name--">name()</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">Gets name of the semaphore.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSet.html#name--">name()</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">Gets set name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#name--">name()</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 name of the Ignite instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/maintenance/MaintenanceAction.html#name--">name()</a></span> - Method in interface org.apache.ignite.maintenance.<a href="org/apache/ignite/maintenance/MaintenanceAction.html" title="interface in org.apache.ignite.maintenance">MaintenanceAction</a></dt>
<dd>
<div class="block">Mandatory human-readable name of maintenance action.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/maintenance/MaintenanceTask.html#name--">name()</a></span> - Method in class org.apache.ignite.maintenance.<a href="org/apache/ignite/maintenance/MaintenanceTask.html" title="class in org.apache.ignite.maintenance">MaintenanceTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/Accuracy.html#name--">name()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/Accuracy.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">Accuracy</a></dt>
<dd>
<div class="block">Returns metric name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/BalancedAccuracy.html#name--">name()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/BalancedAccuracy.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">BalancedAccuracy</a></dt>
<dd>
<div class="block">Returns metric name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/FallOut.html#name--">name()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/FallOut.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">FallOut</a></dt>
<dd>
<div class="block">Returns metric name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/FalseNegativeAbsoluteValue.html#name--">name()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/FalseNegativeAbsoluteValue.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">FalseNegativeAbsoluteValue</a></dt>
<dd>
<div class="block">Returns metric name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/FalsePositiveAbsoluteValue.html#name--">name()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/FalsePositiveAbsoluteValue.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">FalsePositiveAbsoluteValue</a></dt>
<dd>
<div class="block">Returns metric name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/Fdr.html#name--">name()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/Fdr.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">Fdr</a></dt>
<dd>
<div class="block">Returns metric name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/FMeasure.html#name--">name()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/FMeasure.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">FMeasure</a></dt>
<dd>
<div class="block">Returns metric name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/MissRate.html#name--">name()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/MissRate.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">MissRate</a></dt>
<dd>
<div class="block">Returns metric name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/Npv.html#name--">name()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/Npv.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">Npv</a></dt>
<dd>
<div class="block">Returns metric name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/Precision.html#name--">name()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/Precision.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">Precision</a></dt>
<dd>
<div class="block">Returns metric name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/Recall.html#name--">name()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/Recall.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">Recall</a></dt>
<dd>
<div class="block">Returns metric name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/Specificity.html#name--">name()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/Specificity.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">Specificity</a></dt>
<dd>
<div class="block">Returns metric name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/TrueNegativeAbsoluteValue.html#name--">name()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/TrueNegativeAbsoluteValue.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">TrueNegativeAbsoluteValue</a></dt>
<dd>
<div class="block">Returns metric name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/TruePositiveAbsoluteValue.html#name--">name()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/TruePositiveAbsoluteValue.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">TruePositiveAbsoluteValue</a></dt>
<dd>
<div class="block">Returns metric name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/Metric.html#name--">name()</a></span> - Method in interface org.apache.ignite.ml.selection.scoring.metric.<a href="org/apache/ignite/ml/selection/scoring/metric/Metric.html" title="interface in org.apache.ignite.ml.selection.scoring.metric">Metric</a></dt>
<dd>
<div class="block">Returns metric name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/regression/Mae.html#name--">name()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.regression.<a href="org/apache/ignite/ml/selection/scoring/metric/regression/Mae.html" title="class in org.apache.ignite.ml.selection.scoring.metric.regression">Mae</a></dt>
<dd>
<div class="block">Returns metric name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/regression/Mse.html#name--">name()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.regression.<a href="org/apache/ignite/ml/selection/scoring/metric/regression/Mse.html" title="class in org.apache.ignite.ml.selection.scoring.metric.regression">Mse</a></dt>
<dd>
<div class="block">Returns metric name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/regression/R2.html#name--">name()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.regression.<a href="org/apache/ignite/ml/selection/scoring/metric/regression/R2.html" title="class in org.apache.ignite.ml.selection.scoring.metric.regression">R2</a></dt>
<dd>
<div class="block">Returns metric name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/regression/Rmse.html#name--">name()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.regression.<a href="org/apache/ignite/ml/selection/scoring/metric/regression/Rmse.html" title="class in org.apache.ignite.ml.selection.scoring.metric.regression">Rmse</a></dt>
<dd>
<div class="block">Returns metric name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/regression/Rss.html#name--">name()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.regression.<a href="org/apache/ignite/ml/selection/scoring/metric/regression/Rss.html" title="class in org.apache.ignite.ml.selection.scoring.metric.regression">Rss</a></dt>
<dd>
<div class="block">Returns metric name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/FeatureMetadata.html#name--">name()</a></span> - Method in class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/FeatureMetadata.html" title="class in org.apache.ignite.ml.structures">FeatureMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/plugin/MLPluginProvider.html#name--">name()</a></span> - Method in class org.apache.ignite.ml.util.plugin.<a href="org/apache/ignite/ml/util/plugin/MLPluginProvider.html" title="class in org.apache.ignite.ml.util.plugin">MLPluginProvider</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html#name--">name()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">CacheMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets name of this cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/PluginProvider.html#name--">name()</a></span> - Method in interface org.apache.ignite.plugin.<a href="org/apache/ignite/plugin/PluginProvider.html" title="interface in org.apache.ignite.plugin">PluginProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/services/ServiceConfiguration.html#name">name</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">Service name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/services/ServiceContext.html#name--">name()</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 service name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/services/ServiceDescriptor.html#name--">name()</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 service name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/metric/Metric.html#name--">name()</a></span> - Method in interface org.apache.ignite.spi.metric.<a href="org/apache/ignite/spi/metric/Metric.html" title="interface in org.apache.ignite.spi.metric">Metric</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/metric/ReadOnlyMetricRegistry.html#name--">name()</a></span> - Method in interface org.apache.ignite.spi.metric.<a href="org/apache/ignite/spi/metric/ReadOnlyMetricRegistry.html" title="interface in org.apache.ignite.spi.metric">ReadOnlyMetricRegistry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/BaselineNodeAttributeView.html#name--">name()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/BaselineNodeAttributeView.html" title="class in org.apache.ignite.spi.systemview.view">BaselineNodeAttributeView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/datastructures/QueueView.html#name--">name()</a></span> - Method in class org.apache.ignite.spi.systemview.view.datastructures.<a href="org/apache/ignite/spi/systemview/view/datastructures/QueueView.html" title="class in org.apache.ignite.spi.systemview.view.datastructures">QueueView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/datastructures/SetView.html#name--">name()</a></span> - Method in class org.apache.ignite.spi.systemview.view.datastructures.<a href="org/apache/ignite/spi/systemview/view/datastructures/SetView.html" title="class in org.apache.ignite.spi.systemview.view.datastructures">SetView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/MetastorageView.html#name--">name()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/MetastorageView.html" title="class in org.apache.ignite.spi.systemview.view">MetastorageView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/PagesListView.html#name--">name()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/PagesListView.html" title="class in org.apache.ignite.spi.systemview.view">PagesListView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ServiceView.html#name--">name()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ServiceView.html" title="class in org.apache.ignite.spi.systemview.view">ServiceView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlViewView.html#name--">name()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlViewView.html" title="class in org.apache.ignite.spi.systemview.view">SqlViewView</a></dt>
<dd>
<div class="block">View name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SystemView.html#name--">name()</a></span> - Method in interface org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SystemView.html" title="interface in org.apache.ignite.spi.systemview.view">SystemView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/visor/plugin/VisorExtensionPoint.html#name--">name()</a></span> - Method in class org.apache.ignite.visor.plugin.<a href="org/apache/ignite/visor/plugin/VisorExtensionPoint.html" title="class in org.apache.ignite.visor.plugin">VisorExtensionPoint</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/visor/plugin/VisorPlugin.html#name--">name()</a></span> - Method in class org.apache.ignite.visor.plugin.<a href="org/apache/ignite/visor/plugin/VisorPlugin.html" title="class in org.apache.ignite.visor.plugin">VisorPlugin</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/math/primitives/vector/NamedVector.html" title="interface in org.apache.ignite.ml.math.primitives.vector"><span class="typeNameLink">NamedVector</span></a> - Interface in <a href="org/apache/ignite/ml/math/primitives/vector/package-summary.html">org.apache.ignite.ml.math.primitives.vector</a></dt>
<dd>
<div class="block">A named vector interface based on <a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector"><code>Vector</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/TransactionView.html#near--">near()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/TransactionView.html" title="class in org.apache.ignite.spi.systemview.view">TransactionView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/configuration/NearCacheConfiguration.html" title="class in org.apache.ignite.configuration"><span class="typeNameLink">NearCacheConfiguration</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/configuration/NearCacheConfiguration.html" title="type parameter in NearCacheConfiguration">K</a>,<a href="org/apache/ignite/configuration/NearCacheConfiguration.html" title="type parameter in NearCacheConfiguration">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/configuration/package-summary.html">org.apache.ignite.configuration</a></dt>
<dd>
<div class="block">Client (near) cache configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/NearCacheConfiguration.html#NearCacheConfiguration--">NearCacheConfiguration()</a></span> - Constructor for class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/NearCacheConfiguration.html" title="class in org.apache.ignite.configuration">NearCacheConfiguration</a></dt>
<dd>
<div class="block">Empty constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/NearCacheConfiguration.html#NearCacheConfiguration-org.apache.ignite.configuration.NearCacheConfiguration-">NearCacheConfiguration(NearCacheConfiguration<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/NearCacheConfiguration.html" title="class in org.apache.ignite.configuration">NearCacheConfiguration</a></dt>
<dd>
<div class="block">Creates near cache configuration copying properties from passed in configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#nearCacheEvictionPolicyFactory--">nearCacheEvictionPolicyFactory()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#nearCacheStartSize--">nearCacheStartSize()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#nearSize--">nearSize()</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 size of near cache key set.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/messages/RecoveryLastReceivedMessage.html#NEED_WAIT">NEED_WAIT</a></span> - Static variable in class org.apache.ignite.spi.communication.tcp.messages.<a href="org/apache/ignite/spi/communication/tcp/messages/RecoveryLastReceivedMessage.html" title="class in org.apache.ignite.spi.communication.tcp.messages">RecoveryLastReceivedMessage</a></dt>
<dd>
<div class="block">Need wait.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/context/EmptyContext.html#needToCompute--">needToCompute()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.evaluator.context.<a href="org/apache/ignite/ml/selection/scoring/evaluator/context/EmptyContext.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator.context">EmptyContext</a></dt>
<dd>
<div class="block">Returns true if this contexts should be evaluated through map-reduce.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/context/EvaluationContext.html#needToCompute--">needToCompute()</a></span> - Method in interface org.apache.ignite.ml.selection.scoring.evaluator.context.<a href="org/apache/ignite/ml/selection/scoring/evaluator/context/EvaluationContext.html" title="interface in org.apache.ignite.ml.selection.scoring.evaluator.context">EvaluationContext</a></dt>
<dd>
<div class="block">Returns true if this contexts should be evaluated through map-reduce.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/functions/Functions.html#NEGATE">NEGATE</a></span> - Static variable in class org.apache.ignite.ml.math.functions.<a href="org/apache/ignite/ml/math/functions/Functions.html" title="class in org.apache.ignite.ml.math.functions">Functions</a></dt>
<dd>
<div class="block">Function that returns <code>-a</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiMultiException.html#nestedCauses--">nestedCauses()</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">Gets nested causes for this multi-exception.</div>
</dd>
<dt><a href="org/apache/ignite/ml/optimization/updatecalculators/NesterovParameterUpdate.html" title="class in org.apache.ignite.ml.optimization.updatecalculators"><span class="typeNameLink">NesterovParameterUpdate</span></a> - Class in <a href="org/apache/ignite/ml/optimization/updatecalculators/package-summary.html">org.apache.ignite.ml.optimization.updatecalculators</a></dt>
<dd>
<div class="block">Data needed for Nesterov parameters updater.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/optimization/updatecalculators/NesterovParameterUpdate.html#NesterovParameterUpdate-int-">NesterovParameterUpdate(int)</a></span> - Constructor for class org.apache.ignite.ml.optimization.updatecalculators.<a href="org/apache/ignite/ml/optimization/updatecalculators/NesterovParameterUpdate.html" title="class in org.apache.ignite.ml.optimization.updatecalculators">NesterovParameterUpdate</a></dt>
<dd>
<div class="block">Construct NesterovParameterUpdate.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/optimization/updatecalculators/NesterovParameterUpdate.html#NesterovParameterUpdate-org.apache.ignite.ml.math.primitives.vector.Vector-">NesterovParameterUpdate(Vector)</a></span> - Constructor for class org.apache.ignite.ml.optimization.updatecalculators.<a href="org/apache/ignite/ml/optimization/updatecalculators/NesterovParameterUpdate.html" title="class in org.apache.ignite.ml.optimization.updatecalculators">NesterovParameterUpdate</a></dt>
<dd>
<div class="block">Construct NesterovParameterUpdate.</div>
</dd>
<dt><a href="org/apache/ignite/ml/optimization/updatecalculators/NesterovUpdateCalculator.html" title="class in org.apache.ignite.ml.optimization.updatecalculators"><span class="typeNameLink">NesterovUpdateCalculator</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/optimization/updatecalculators/NesterovUpdateCalculator.html" title="type parameter in NesterovUpdateCalculator">M</a> extends <a href="org/apache/ignite/ml/optimization/SmoothParametrized.html" title="interface in org.apache.ignite.ml.optimization">SmoothParametrized</a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/optimization/updatecalculators/NesterovUpdateCalculator.html" title="type parameter in NesterovUpdateCalculator">M</a><span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/optimization/updatecalculators/package-summary.html">org.apache.ignite.ml.optimization.updatecalculators</a></dt>
<dd>
<div class="block">Class encapsulating Nesterov algorithm for MLP parameters updateCache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/optimization/updatecalculators/NesterovUpdateCalculator.html#NesterovUpdateCalculator-double-double-">NesterovUpdateCalculator(double, double)</a></span> - Constructor for class org.apache.ignite.ml.optimization.updatecalculators.<a href="org/apache/ignite/ml/optimization/updatecalculators/NesterovUpdateCalculator.html" title="class in org.apache.ignite.ml.optimization.updatecalculators">NesterovUpdateCalculator</a></dt>
<dd>
<div class="block">Construct NesterovUpdateCalculator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#netTimeout">netTimeout</a></span> - 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">Network timeout.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/architecture/LayerArchitecture.html#neuronsCount--">neuronsCount()</a></span> - Method in class org.apache.ignite.ml.nn.architecture.<a href="org/apache/ignite/ml/nn/architecture/LayerArchitecture.html" title="class in org.apache.ignite.ml.nn.architecture">LayerArchitecture</a></dt>
<dd>
<div class="block">Get count of neurons in layer.</div>
</dd>
<dt><a href="org/apache/ignite/spi/failover/never/NeverFailoverSpi.html" title="class in org.apache.ignite.spi.failover.never"><span class="typeNameLink">NeverFailoverSpi</span></a> - Class in <a href="org/apache/ignite/spi/failover/never/package-summary.html">org.apache.ignite.spi.failover.never</a></dt>
<dd>
<div class="block">This class provides failover SPI implementation that never fails over.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/failover/never/NeverFailoverSpi.html#NeverFailoverSpi--">NeverFailoverSpi()</a></span> - Constructor for class org.apache.ignite.spi.failover.never.<a href="org/apache/ignite/spi/failover/never/NeverFailoverSpi.html" title="class in org.apache.ignite.spi.failover.never">NeverFailoverSpi</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/spi/failover/never/NeverFailoverSpiMBean.html" title="interface in org.apache.ignite.spi.failover.never"><span class="typeNameLink">NeverFailoverSpiMBean</span></a> - Interface in <a href="org/apache/ignite/spi/failover/never/package-summary.html">org.apache.ignite.spi.failover.never</a></dt>
<dd>
<div class="block">Management bean for <a href="org/apache/ignite/spi/failover/never/NeverFailoverSpi.html" title="class in org.apache.ignite.spi.failover.never"><code>NeverFailoverSpi</code></a>.</div>
</dd>
<dt><a href="org/apache/ignite/ml/clustering/gmm/NewComponentStatisticsAggregator.html" title="class in org.apache.ignite.ml.clustering.gmm"><span class="typeNameLink">NewComponentStatisticsAggregator</span></a> - Class in <a href="org/apache/ignite/ml/clustering/gmm/package-summary.html">org.apache.ignite.ml.clustering.gmm</a></dt>
<dd>
<div class="block">Class for aggregate statistics for finding new mean for GMM.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/gmm/NewComponentStatisticsAggregator.html#NewComponentStatisticsAggregator-long-long-org.apache.ignite.ml.math.primitives.vector.Vector-">NewComponentStatisticsAggregator(long, long, Vector)</a></span> - Constructor for class org.apache.ignite.ml.clustering.gmm.<a href="org/apache/ignite/ml/clustering/gmm/NewComponentStatisticsAggregator.html" title="class in org.apache.ignite.ml.clustering.gmm">NewComponentStatisticsAggregator</a></dt>
<dd>
<div class="block">Creates an instance of NewComponentStatisticsAggregator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/gmm/NewComponentStatisticsAggregator.html#NewComponentStatisticsAggregator--">NewComponentStatisticsAggregator()</a></span> - Constructor for class org.apache.ignite.ml.clustering.gmm.<a href="org/apache/ignite/ml/clustering/gmm/NewComponentStatisticsAggregator.html" title="class in org.apache.ignite.ml.clustering.gmm">NewComponentStatisticsAggregator</a></dt>
<dd>
<div class="block">Creates an instance of NewComponentStatisticsAggregator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteLock.html#newCondition--">newCondition()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteLock.html" title="interface in org.apache.ignite">IgniteLock</a></dt>
<dd>
<div class="block">This method is not supported in IgniteLock,
Any invocation of this method will result in <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/UnsupportedOperationException.html?is-external=true" title="class or interface in java.lang">UnsupportedOperationException</a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/ObjectHistogram.html#newInstance--">newInstance()</a></span> - Method in class org.apache.ignite.ml.dataset.feature.<a href="org/apache/ignite/ml/dataset/feature/ObjectHistogram.html" title="class in org.apache.ignite.ml.dataset.feature">ObjectHistogram</a></dt>
<dd>
<div class="block">Creates an instance of ObjectHistogram from child class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/impurity/basic/CountersHistogram.html#newInstance--">newInstance()</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.impurity.basic.<a href="org/apache/ignite/ml/tree/randomforest/data/impurity/basic/CountersHistogram.html" title="class in org.apache.ignite.ml.tree.randomforest.data.impurity.basic">CountersHistogram</a></dt>
<dd>
<div class="block">Creates an instance of ObjectHistogram from child class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoveryDataBag.html#newJoinerDiscoveryData-int-">newJoinerDiscoveryData(int)</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="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html#NEWLINE">NEWLINE</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#NEWLINE">NEWLINE</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgTreeContext.html#NEWLINE--">NEWLINE()</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgTreeContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgTreeContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgTreeContext.html#NEWLINE-int-">NEWLINE(int)</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgTreeContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgTreeContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/ClusterTagUpdatedEvent.html#newTag--">newTag()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/ClusterTagUpdatedEvent.html" title="class in org.apache.ignite.events">ClusterTagUpdatedEvent</a></dt>
<dd>
<div class="block">Value of cluster tag after update request that triggered this event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiThreadFactory.html#newThread-java.lang.Runnable-">newThread(Runnable)</a></span> - Method in class org.apache.ignite.spi.<a href="org/apache/ignite/spi/IgniteSpiThreadFactory.html" title="class in org.apache.ignite.spi">IgniteSpiThreadFactory</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/thread/IgniteThreadFactory.html#newThread-java.lang.Runnable-">newThread(Runnable)</a></span> - Method in class org.apache.ignite.thread.<a href="org/apache/ignite/thread/IgniteThreadFactory.html" title="class in org.apache.ignite.thread">IgniteThreadFactory</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/CacheEvent.html#newValue--">newValue()</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 new value for this event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/impl/cache/util/IteratorWithConcurrentModificationChecker.html#next--">next()</a></span> - Method in class org.apache.ignite.ml.dataset.impl.cache.util.<a href="org/apache/ignite/ml/dataset/impl/cache/util/IteratorWithConcurrentModificationChecker.html" title="class in org.apache.ignite.ml.dataset.impl.cache.util">IteratorWithConcurrentModificationChecker</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/scheduler/SchedulerFuture.html#nextExecutionTime--">nextExecutionTime()</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 next execution time of scheduled task.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/scheduler/SchedulerFuture.html#nextExecutionTimes-int-long-">nextExecutionTimes(int, long)</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 an array of the next execution times after passed <code>start</code> timestamp.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/ExponentialBackoffTimeoutStrategy.html#nextTimeout-long-">nextTimeout(long)</a></span> - Method in class org.apache.ignite.spi.<a href="org/apache/ignite/spi/ExponentialBackoffTimeoutStrategy.html" title="class in org.apache.ignite.spi">ExponentialBackoffTimeoutStrategy</a></dt>
<dd>
<div class="block">Get next timeout based on previously timeout calculated by strategy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/TimeoutStrategy.html#nextTimeout-long-">nextTimeout(long)</a></span> - Method in interface org.apache.ignite.spi.<a href="org/apache/ignite/spi/TimeoutStrategy.html" title="interface in org.apache.ignite.spi">TimeoutStrategy</a></dt>
<dd>
<div class="block">Get next timeout based on previously timeout calculated by strategy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/TimeoutStrategy.html#nextTimeout--">nextTimeout()</a></span> - Method in interface org.apache.ignite.spi.<a href="org/apache/ignite/spi/TimeoutStrategy.html" title="interface in org.apache.ignite.spi">TimeoutStrategy</a></dt>
<dd>
<div class="block">Get next timeout.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiOperationTimeoutHelper.html#nextTimeoutChunk-long-">nextTimeoutChunk(long)</a></span> - Method in class org.apache.ignite.spi.<a href="org/apache/ignite/spi/IgniteSpiOperationTimeoutHelper.html" title="class in org.apache.ignite.spi">IgniteSpiOperationTimeoutHelper</a></dt>
<dd>
<div class="block">Returns a timeout value to use for the next network operation.</div>
</dd>
<dt><a href="org/apache/ignite/ml/knn/NNClassificationModel.html" title="class in org.apache.ignite.ml.knn"><span class="typeNameLink">NNClassificationModel</span></a> - Class in <a href="org/apache/ignite/ml/knn/package-summary.html">org.apache.ignite.ml.knn</a></dt>
<dd>
<div class="block">Common methods and fields for all kNN and aNN models
to predict label based on neighbours' labels.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/NNClassificationModel.html#NNClassificationModel--">NNClassificationModel()</a></span> - Constructor for class org.apache.ignite.ml.knn.<a href="org/apache/ignite/ml/knn/NNClassificationModel.html" title="class in org.apache.ignite.ml.knn">NNClassificationModel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html#NO">NO</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#NO">NO</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgNodeContext.html#NO--">NO()</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgNodeContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgNodeContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/parallelism/ParallelismStrategy.html#NO_PARALLELISM">NO_PARALLELISM</a></span> - Static variable in interface org.apache.ignite.ml.environment.parallelism.<a href="org/apache/ignite/ml/environment/parallelism/ParallelismStrategy.html" title="interface in org.apache.ignite.ml.environment.parallelism">ParallelismStrategy</a></dt>
<dd>
<div class="block">No parallelism.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/exceptions/math/NoDataException.html" title="class in org.apache.ignite.ml.math.exceptions.math"><span class="typeNameLink">NoDataException</span></a> - Exception in <a href="org/apache/ignite/ml/math/exceptions/math/package-summary.html">org.apache.ignite.ml.math.exceptions.math</a></dt>
<dd>
<div class="block">This class is based on the corresponding class from Apache Common Math lib.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/exceptions/math/NoDataException.html#NoDataException--">NoDataException()</a></span> - Constructor for exception org.apache.ignite.ml.math.exceptions.math.<a href="org/apache/ignite/ml/math/exceptions/math/NoDataException.html" title="class in org.apache.ignite.ml.math.exceptions.math">NoDataException</a></dt>
<dd>
<div class="block">Construct the exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/exceptions/math/NoDataException.html#NoDataException-java.lang.String-">NoDataException(String)</a></span> - Constructor for exception org.apache.ignite.ml.math.exceptions.math.<a href="org/apache/ignite/ml/math/exceptions/math/NoDataException.html" title="class in org.apache.ignite.ml.math.exceptions.math">NoDataException</a></dt>
<dd>
<div class="block">Construct the exception with a specific message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateAccessStrategyFactory.html#node--">node()</a></span> - Method in class org.apache.ignite.cache.hibernate.<a href="org/apache/ignite/cache/hibernate/HibernateAccessStrategyFactory.html" title="class in org.apache.ignite.cache.hibernate">HibernateAccessStrategyFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientClusterGroup.html#node-java.util.UUID-">node(UUID)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientClusterGroup.html" title="interface in org.apache.ignite.client">ClientClusterGroup</a></dt>
<dd>
<div class="block">Gets a node for given ID from this cluster group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientClusterGroup.html#node--">node()</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientClusterGroup.html" title="interface in org.apache.ignite.client">ClientClusterGroup</a></dt>
<dd>
<div class="block">Gets first node from the list of nodes in this cluster group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterGroup.html#node-java.util.UUID-">node(UUID)</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterGroup.html" title="interface in org.apache.ignite.cluster">ClusterGroup</a></dt>
<dd>
<div class="block">Gets a node for given ID from this cluster group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterGroup.html#node--">node()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterGroup.html" title="interface in org.apache.ignite.cluster">ClusterGroup</a></dt>
<dd>
<div class="block">Gets first node from the list of nodes in this cluster group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/Event.html#node--">node()</a></span> - Method in interface org.apache.ignite.events.<a href="org/apache/ignite/events/Event.html" title="interface in org.apache.ignite.events">Event</a></dt>
<dd>
<div class="block">Node where event occurred and was recorded</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventAdapter.html#node-org.apache.ignite.cluster.ClusterNode-">node(ClusterNode)</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/EventAdapter.html" title="class in org.apache.ignite.events">EventAdapter</a></dt>
<dd>
<div class="block">Sets node where even is occurred (i.e. node local to the event).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventAdapter.html#node--">node()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/EventAdapter.html" title="class in org.apache.ignite.events">EventAdapter</a></dt>
<dd>
<div class="block">Node where event occurred and was recorded</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiContext.html#node-java.util.UUID-">node(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 a node instance based on its ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#NODE_ID_MSG_TYPE">NODE_ID_MSG_TYPE</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 ID message type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/metric/opencensus/OpenCensusMetricExporterSpi.html#NODE_ID_TAG">NODE_ID_TAG</a></span> - Static variable in class org.apache.ignite.spi.metric.opencensus.<a href="org/apache/ignite/spi/metric/opencensus/OpenCensusMetricExporterSpi.html" title="class in org.apache.ignite.spi.metric.opencensus">OpenCensusMetricExporterSpi</a></dt>
<dd>
<div class="block">Ignite node id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/messages/RecoveryLastReceivedMessage.html#NODE_STOPPING">NODE_STOPPING</a></span> - Static variable in class org.apache.ignite.spi.communication.tcp.messages.<a href="org/apache/ignite/spi/communication/tcp/messages/RecoveryLastReceivedMessage.html" title="class in org.apache.ignite.spi.communication.tcp.messages">RecoveryLastReceivedMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/loadbalancing/weightedrandom/WeightedRandomLoadBalancingSpi.html#NODE_WEIGHT_ATTR_NAME">NODE_WEIGHT_ATTR_NAME</a></span> - Static variable in class org.apache.ignite.spi.loadbalancing.weightedrandom.<a href="org/apache/ignite/spi/loadbalancing/weightedrandom/WeightedRandomLoadBalancingSpi.html" title="class in org.apache.ignite.spi.loadbalancing.weightedrandom">WeightedRandomLoadBalancingSpi</a></dt>
<dd>
<div class="block">Name of node attribute used to indicate load weight of a node
(value is <code>"ignite.node.weight.attr.name"</code>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#nodeAddresses-org.apache.ignite.cluster.ClusterNode-boolean-">nodeAddresses(ClusterNode, boolean)</a></span> - Method 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="memberNameLink"><a href="org/apache/ignite/plugin/security/AuthenticationContext.html#nodeAttributes--">nodeAttributes()</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 node attributes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/AuthenticationContext.html#nodeAttributes-java.util.Map-">nodeAttributes(Map<span class='angle_bracket'>&lt;</span>String, ?<span class='angle_bracket'>&gt;</span>)</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 node attributes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiContext.html#nodeAttributes--">nodeAttributes()</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="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#nodeAuth">nodeAuth</a></span> - 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 authenticator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/BaselineNodeAttributeView.html#nodeConsistentId--">nodeConsistentId()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/BaselineNodeAttributeView.html" title="class in org.apache.ignite.spi.systemview.view">BaselineNodeAttributeView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/tree/NodeData.html" title="class in org.apache.ignite.ml.tree"><span class="typeNameLink">NodeData</span></a> - Class in <a href="org/apache/ignite/ml/tree/package-summary.html">org.apache.ignite.ml.tree</a></dt>
<dd>
<div class="block">Presenting decision tree data in plain manner (For example: from one parquet row filled with NodeData in Spark DT model).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/NodeData.html#NodeData--">NodeData()</a></span> - Constructor for class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/NodeData.html" title="class in org.apache.ignite.ml.tree">NodeData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/services/ServiceConfiguration.html#nodeFilter">nodeFilter</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">Node filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheGroupView.html#nodeFilter--">nodeFilter()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheGroupView.html" title="class in org.apache.ignite.spi.systemview.view">CacheGroupView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheGroupView.html#nodeFilter-org.apache.ignite.configuration.CacheConfiguration-">nodeFilter(CacheConfiguration<span class='angle_bracket'>&lt;</span>?, ?<span class='angle_bracket'>&gt;</span>)</a></span> - Static method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheGroupView.html" title="class in org.apache.ignite.spi.systemview.view">CacheGroupView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#nodeFilter--">nodeFilter()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ServiceView.html#nodeFilter--">nodeFilter()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ServiceView.html" title="class in org.apache.ignite.spi.systemview.view">ServiceView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/java/JavaLoggerFileHandler.html#nodeId-java.util.UUID-java.lang.String-">nodeId(UUID, String)</a></span> - Method in class org.apache.ignite.logger.java.<a href="org/apache/ignite/logger/java/JavaLoggerFileHandler.html" title="class in org.apache.ignite.logger.java">JavaLoggerFileHandler</a></dt>
<dd>
<div class="block">Sets Node id and instantiates <a href="https://docs.oracle.com/javase/8/docs/api/java/util/logging/FileHandler.html?is-external=true" title="class or interface in java.util.logging"><code>FileHandler</code></a> delegate.</div>
</dd>
<dt><a href="org/apache/ignite/ml/tree/randomforest/data/NodeId.html" title="class in org.apache.ignite.ml.tree.randomforest.data"><span class="typeNameLink">NodeId</span></a> - Class in <a href="org/apache/ignite/ml/tree/randomforest/data/package-summary.html">org.apache.ignite.ml.tree.randomforest.data</a></dt>
<dd>
<div class="block">Class represents Node id in Random Forest consisting of tree id and node id in tree in according to
breadth-first search in tree.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/NodeId.html#NodeId-int-long-">NodeId(int, long)</a></span> - Constructor for class org.apache.ignite.ml.tree.randomforest.data.<a href="org/apache/ignite/ml/tree/randomforest/data/NodeId.html" title="class in org.apache.ignite.ml.tree.randomforest.data">NodeId</a></dt>
<dd>
<div class="block">Create an instance of NodeId.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/NodeId.html#NodeId--">NodeId()</a></span> - Constructor for class org.apache.ignite.ml.tree.randomforest.data.<a href="org/apache/ignite/ml/tree/randomforest/data/NodeId.html" title="class in org.apache.ignite.ml.tree.randomforest.data">NodeId</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/PluginValidationException.html#nodeId--">nodeId()</a></span> - Method in exception org.apache.ignite.plugin.<a href="org/apache/ignite/plugin/PluginValidationException.html" title="class in org.apache.ignite.plugin">PluginValidationException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeMessage.html#nodeId--">nodeId()</a></span> - Method in class org.apache.ignite.spi.communication.tcp.messages.<a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeMessage.html" title="class in org.apache.ignite.spi.communication.tcp.messages">HandshakeMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteNodeValidationResult.html#nodeId--">nodeId()</a></span> - Method in class org.apache.ignite.spi.<a href="org/apache/ignite/spi/IgniteNodeValidationResult.html" title="class in org.apache.ignite.spi">IgniteNodeValidationResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ClusterNodeView.html#nodeId--">nodeId()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ClusterNodeView.html" title="class in org.apache.ignite.spi.systemview.view">ClusterNodeView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ContinuousQueryView.html#nodeId--">nodeId()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ContinuousQueryView.html" title="class in org.apache.ignite.spi.systemview.view">ContinuousQueryView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/PartitionStateView.html#nodeId--">nodeId()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/PartitionStateView.html" title="class in org.apache.ignite.spi.systemview.view">PartitionStateView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/transactions/Transaction.html#nodeId--">nodeId()</a></span> - Method in interface org.apache.ignite.transactions.<a href="org/apache/ignite/transactions/Transaction.html" title="interface in org.apache.ignite.transactions">Transaction</a></dt>
<dd>
<div class="block">ID of the node on which this transaction started.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/IgniteContainer.html#nodeId">nodeId</a></span> - Variable in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/IgniteContainer.html" title="class in org.apache.ignite.yarn">IgniteContainer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/IgniteContainer.html#nodeId--">nodeId()</a></span> - Method in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/IgniteContainer.html" title="class in org.apache.ignite.yarn">IgniteContainer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/messages/NodeIdMessage.html#nodeIdBytes--">nodeIdBytes()</a></span> - Method in class org.apache.ignite.spi.communication.tcp.messages.<a href="org/apache/ignite/spi/communication/tcp/messages/NodeIdMessage.html" title="class in org.apache.ignite.spi.communication.tcp.messages">NodeIdMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/messages/NodeIdMessage.html#nodeIdBytesWithType-java.util.UUID-">nodeIdBytesWithType(UUID)</a></span> - Static method in class org.apache.ignite.spi.communication.tcp.messages.<a href="org/apache/ignite/spi/communication/tcp/messages/NodeIdMessage.html" title="class in org.apache.ignite.spi.communication.tcp.messages">NodeIdMessage</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/spi/communication/tcp/messages/NodeIdMessage.html" title="class in org.apache.ignite.spi.communication.tcp.messages"><span class="typeNameLink">NodeIdMessage</span></a> - Class in <a href="org/apache/ignite/spi/communication/tcp/messages/package-summary.html">org.apache.ignite.spi.communication.tcp.messages</a></dt>
<dd>
<div class="block">Node ID message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/messages/NodeIdMessage.html#NodeIdMessage--">NodeIdMessage()</a></span> - Constructor for class org.apache.ignite.spi.communication.tcp.messages.<a href="org/apache/ignite/spi/communication/tcp/messages/NodeIdMessage.html" title="class in org.apache.ignite.spi.communication.tcp.messages">NodeIdMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/messages/NodeIdMessage.html#NodeIdMessage-java.util.UUID-">NodeIdMessage(UUID)</a></span> - Constructor for class org.apache.ignite.spi.communication.tcp.messages.<a href="org/apache/ignite/spi/communication/tcp/messages/NodeIdMessage.html" title="class in org.apache.ignite.spi.communication.tcp.messages">NodeIdMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/visor/plugin/VisorPluginModel.html#nodeIds--">nodeIds()</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>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html#nodeIdsForAttribute-java.lang.String-java.lang.String-boolean-boolean-">nodeIdsForAttribute(String, String, boolean, boolean)</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/ClusterMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">ClusterMetricsMXBean</a></dt>
<dd>
<div class="block">Get node IDs with the given attribute value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/impurity/ImpurityHistogramsComputer.NodeImpurityHistograms.html#NodeImpurityHistograms-org.apache.ignite.ml.tree.randomforest.data.NodeId-">NodeImpurityHistograms(NodeId)</a></span> - Constructor for class org.apache.ignite.ml.tree.randomforest.data.impurity.<a href="org/apache/ignite/ml/tree/randomforest/data/impurity/ImpurityHistogramsComputer.NodeImpurityHistograms.html" title="class in org.apache.ignite.ml.tree.randomforest.data.impurity">ImpurityHistogramsComputer.NodeImpurityHistograms</a></dt>
<dd>
<div class="block">Create an instance of NodeImpurityHistograms.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCluster.html#nodeLocalMap--">nodeLocalMap()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCluster.html" title="interface in org.apache.ignite">IgniteCluster</a></dt>
<dd>
<div class="block">Gets node-local storage instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/marshaller/AbstractNodeNameAwareMarshaller.html#nodeName-java.lang.String-">nodeName(String)</a></span> - Method in class org.apache.ignite.marshaller.<a href="org/apache/ignite/marshaller/AbstractNodeNameAwareMarshaller.html" title="class in org.apache.ignite.marshaller">AbstractNodeNameAwareMarshaller</a></dt>
<dd>
<div class="block">Set node name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ClusterNodeView.html#nodeOrder--">nodeOrder()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ClusterNodeView.html" title="class in org.apache.ignite.spi.systemview.view">ClusterNodeView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientClusterGroup.html#nodes--">nodes()</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientClusterGroup.html" title="interface in org.apache.ignite.client">ClientClusterGroup</a></dt>
<dd>
<div class="block">Gets the read-only collection of nodes in this cluster group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterGroup.html#nodes--">nodes()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterGroup.html" title="interface in org.apache.ignite.cluster">ClusterGroup</a></dt>
<dd>
<div class="block">Gets the read-only collection of nodes in this cluster group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/PluginContext.html#nodes--">nodes()</a></span> - Method in interface org.apache.ignite.plugin.<a href="org/apache/ignite/plugin/PluginContext.html" title="interface in org.apache.ignite.plugin">PluginContext</a></dt>
<dd>
<div class="block">Gets a collection of all grid nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiContext.html#nodes--">nodes()</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 a collection of all grid nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/visor/plugin/VisorPluginComponentsFactory.html#nodesPanel-java.lang.String-java.lang.String-java.util.List-boolean-">nodesPanel(String, String, List<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>, boolean)</a></span> - Method in interface org.apache.ignite.visor.plugin.<a href="org/apache/ignite/visor/plugin/VisorPluginComponentsFactory.html" title="interface in org.apache.ignite.visor.plugin">VisorPluginComponentsFactory</a></dt>
<dd>
<div class="block">Create panel with nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoveryDataBag.GridDiscoveryData.html#nodeSpecificData--">nodeSpecificData()</a></span> - Method in interface org.apache.ignite.spi.discovery.<a href="org/apache/ignite/spi/discovery/DiscoveryDataBag.GridDiscoveryData.html" title="interface in org.apache.ignite.spi.discovery">DiscoveryDataBag.GridDiscoveryData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoveryDataBag.html#nodeSpecificData-java.util.Map-">nodeSpecificData(Map<span class='angle_bracket'>&lt;</span>UUID, Map<span class='angle_bracket'>&lt;</span>Integer, Serializable<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>)</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><a href="org/apache/ignite/ml/tree/randomforest/data/NodeSplit.html" title="class in org.apache.ignite.ml.tree.randomforest.data"><span class="typeNameLink">NodeSplit</span></a> - Class in <a href="org/apache/ignite/ml/tree/randomforest/data/package-summary.html">org.apache.ignite.ml.tree.randomforest.data</a></dt>
<dd>
<div class="block">Class represents a split point for decision tree.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/NodeSplit.html#NodeSplit--">NodeSplit()</a></span> - Constructor for class org.apache.ignite.ml.tree.randomforest.data.<a href="org/apache/ignite/ml/tree/randomforest/data/NodeSplit.html" title="class in org.apache.ignite.ml.tree.randomforest.data">NodeSplit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/NodeSplit.html#NodeSplit-int-double-double-">NodeSplit(int, double, double)</a></span> - Constructor for class org.apache.ignite.ml.tree.randomforest.data.<a href="org/apache/ignite/ml/tree/randomforest/data/NodeSplit.html" title="class in org.apache.ignite.ml.tree.randomforest.data">NodeSplit</a></dt>
<dd>
<div class="block">Creates an instance of NodeSplit.</div>
</dd>
<dt><a href="org/apache/ignite/events/NodeValidationFailedEvent.html" title="class in org.apache.ignite.events"><span class="typeNameLink">NodeValidationFailedEvent</span></a> - Class in <a href="org/apache/ignite/events/package-summary.html">org.apache.ignite.events</a></dt>
<dd>
<div class="block">This event is triggered if any of <code>GridComponent</code>s fail to validate the joining node
while join message processing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/NodeValidationFailedEvent.html#NodeValidationFailedEvent-org.apache.ignite.cluster.ClusterNode-org.apache.ignite.cluster.ClusterNode-org.apache.ignite.spi.IgniteNodeValidationResult-">NodeValidationFailedEvent(ClusterNode, ClusterNode, IgniteNodeValidationResult)</a></span> - Constructor for class org.apache.ignite.events.<a href="org/apache/ignite/events/NodeValidationFailedEvent.html" title="class in org.apache.ignite.events">NodeValidationFailedEvent</a></dt>
<dd>
<div class="block">Creates new node validation event with given parameters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGenerator.html#noisify-org.apache.ignite.ml.util.generators.primitives.scalar.RandomProducer-">noisify(RandomProducer)</a></span> - Method in interface org.apache.ignite.ml.util.generators.primitives.vector.<a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGenerator.html" title="interface in org.apache.ignite.ml.util.generators.primitives.vector">VectorGenerator</a></dt>
<dd>
<div class="block">Adds noize to all components of generated vectors.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/primitives/scalar/RandomProducer.html#noizify-org.apache.ignite.ml.math.functions.IgniteFunction-">noizify(IgniteFunction<span class='angle_bracket'>&lt;</span>Double, Double<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.ml.util.generators.primitives.scalar.<a href="org/apache/ignite/ml/util/generators/primitives/scalar/RandomProducer.html" title="interface in org.apache.ignite.ml.util.generators.primitives.scalar">RandomProducer</a></dt>
<dd>
<div class="block">Adds value generated by random producer to function value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/primitives/scalar/RandomProducer.html#noizify-org.apache.ignite.ml.math.primitives.vector.Vector-">noizify(Vector)</a></span> - Method in interface org.apache.ignite.ml.util.generators.primitives.scalar.<a href="org/apache/ignite/ml/util/generators/primitives/scalar/RandomProducer.html" title="interface in org.apache.ignite.ml.util.generators.primitives.scalar">RandomProducer</a></dt>
<dd>
<div class="block">Adds values generated by random producer to each vector value.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/exceptions/datastructures/NoLabelVectorException.html" title="class in org.apache.ignite.ml.math.exceptions.datastructures"><span class="typeNameLink">NoLabelVectorException</span></a> - Exception in <a href="org/apache/ignite/ml/math/exceptions/datastructures/package-summary.html">org.apache.ignite.ml.math.exceptions.datastructures</a></dt>
<dd>
<div class="block">This exception is used to indicate error with non-existing Labeled Vector in the given Labeled Dataset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/exceptions/datastructures/NoLabelVectorException.html#NoLabelVectorException-int-">NoLabelVectorException(int)</a></span> - Constructor for exception org.apache.ignite.ml.math.exceptions.datastructures.<a href="org/apache/ignite/ml/math/exceptions/datastructures/NoLabelVectorException.html" title="class in org.apache.ignite.ml.math.exceptions.datastructures">NoLabelVectorException</a></dt>
<dd>
<div class="block">Creates new exception.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/exceptions/preprocessing/NonDoubleVectorException.html" title="class in org.apache.ignite.ml.math.exceptions.preprocessing"><span class="typeNameLink">NonDoubleVectorException</span></a> - Exception in <a href="org/apache/ignite/ml/math/exceptions/preprocessing/package-summary.html">org.apache.ignite.ml.math.exceptions.preprocessing</a></dt>
<dd>
<div class="block">Indicates a vector with non-double data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/exceptions/preprocessing/NonDoubleVectorException.html#NonDoubleVectorException-org.apache.ignite.ml.math.primitives.vector.Vector-">NonDoubleVectorException(Vector)</a></span> - Constructor for exception org.apache.ignite.ml.math.exceptions.preprocessing.<a href="org/apache/ignite/ml/math/exceptions/preprocessing/NonDoubleVectorException.html" title="class in org.apache.ignite.ml.math.exceptions.preprocessing">NonDoubleVectorException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/math/exceptions/math/NonSquareMatrixException.html" title="class in org.apache.ignite.ml.math.exceptions.math"><span class="typeNameLink">NonSquareMatrixException</span></a> - Exception in <a href="org/apache/ignite/ml/math/exceptions/math/package-summary.html">org.apache.ignite.ml.math.exceptions.math</a></dt>
<dd>
<div class="block">Indicates that given matrix is not a square matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/exceptions/math/NonSquareMatrixException.html#NonSquareMatrixException-int-int-">NonSquareMatrixException(int, int)</a></span> - Constructor for exception org.apache.ignite.ml.math.exceptions.math.<a href="org/apache/ignite/ml/math/exceptions/math/NonSquareMatrixException.html" title="class in org.apache.ignite.ml.math.exceptions.math">NonSquareMatrixException</a></dt>
<dd>
<div class="block">Creates new square size violation exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#nonZeroElements--">nonZeroElements()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>
<div class="block">Gets number of non-zero elements in this matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/impl/SparseMatrix.html#nonZeroElements--">nonZeroElements()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.impl.<a href="org/apache/ignite/ml/math/primitives/matrix/impl/SparseMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix.impl">SparseMatrix</a></dt>
<dd>
<div class="block">Gets number of non-zero elements in this matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html#nonZeroElements--">nonZeroElements()</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">Matrix</a></dt>
<dd>
<div class="block">Gets number of non-zero elements in this matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#nonZeroElements--">nonZeroElements()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Gets number of non-zero elements in this vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#nonZeroElements--">nonZeroElements()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Gets number of non-zero elements in this vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html#nonZeroElements--">nonZeroElements()</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a></dt>
<dd>
<div class="block">Gets number of non-zero elements in this vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#nonZeroes--">nonZeroes()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Iterates ove all non-zero elements in this vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#nonZeroes--">nonZeroes()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Iterates ove all non-zero elements in this vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html#nonZeroes--">nonZeroes()</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a></dt>
<dd>
<div class="block">Iterates ove all non-zero elements in this vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#nonZeroSpliterator--">nonZeroSpliterator()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>
<div class="block">Gets spliterator for all non-zero values in this matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html#nonZeroSpliterator--">nonZeroSpliterator()</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">Matrix</a></dt>
<dd>
<div class="block">Gets spliterator for all non-zero values in this matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#nonZeroSpliterator--">nonZeroSpliterator()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Gets spliterator for all non-zero values in this vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#nonZeroSpliterator--">nonZeroSpliterator()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Gets spliterator for all non-zero values in this vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/SparseVector.html#nonZeroSpliterator--">nonZeroSpliterator()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/SparseVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">SparseVector</a></dt>
<dd>
<div class="block">Gets spliterator for all non-zero values in this vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html#nonZeroSpliterator--">nonZeroSpliterator()</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a></dt>
<dd>
<div class="block">Gets spliterator for all non-zero values in this vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/TracingConfigurationManager.html#NOOP_CONFIGURATION">NOOP_CONFIGURATION</a></span> - Static variable in interface org.apache.ignite.spi.tracing.<a href="org/apache/ignite/spi/tracing/TracingConfigurationManager.html" title="interface in org.apache.ignite.spi.tracing">TracingConfigurationManager</a></dt>
<dd>
<div class="block">Default noop configuration.</div>
</dd>
<dt><a href="org/apache/ignite/spi/checkpoint/noop/NoopCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.noop"><span class="typeNameLink">NoopCheckpointSpi</span></a> - Class in <a href="org/apache/ignite/spi/checkpoint/noop/package-summary.html">org.apache.ignite.spi.checkpoint.noop</a></dt>
<dd>
<div class="block">No-op implementation of <a href="org/apache/ignite/spi/checkpoint/CheckpointSpi.html" title="interface in org.apache.ignite.spi.checkpoint"><code>CheckpointSpi</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/noop/NoopCheckpointSpi.html#NoopCheckpointSpi--">NoopCheckpointSpi()</a></span> - Constructor for class org.apache.ignite.spi.checkpoint.noop.<a href="org/apache/ignite/spi/checkpoint/noop/NoopCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.noop">NoopCheckpointSpi</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/spi/collision/noop/NoopCollisionSpi.html" title="class in org.apache.ignite.spi.collision.noop"><span class="typeNameLink">NoopCollisionSpi</span></a> - Class in <a href="org/apache/ignite/spi/collision/noop/package-summary.html">org.apache.ignite.spi.collision.noop</a></dt>
<dd>
<div class="block">No-op implementation of <a href="org/apache/ignite/spi/collision/CollisionSpi.html" title="interface in org.apache.ignite.spi.collision"><code>CollisionSpi</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/noop/NoopCollisionSpi.html#NoopCollisionSpi--">NoopCollisionSpi()</a></span> - Constructor for class org.apache.ignite.spi.collision.noop.<a href="org/apache/ignite/spi/collision/noop/NoopCollisionSpi.html" title="class in org.apache.ignite.spi.collision.noop">NoopCollisionSpi</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/spi/encryption/noop/NoopEncryptionSpi.html" title="class in org.apache.ignite.spi.encryption.noop"><span class="typeNameLink">NoopEncryptionSpi</span></a> - Class in <a href="org/apache/ignite/spi/encryption/noop/package-summary.html">org.apache.ignite.spi.encryption.noop</a></dt>
<dd>
<div class="block">No operation <code>EncryptionSPI</code> implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/noop/NoopEncryptionSpi.html#NoopEncryptionSpi--">NoopEncryptionSpi()</a></span> - Constructor for class org.apache.ignite.spi.encryption.noop.<a href="org/apache/ignite/spi/encryption/noop/NoopEncryptionSpi.html" title="class in org.apache.ignite.spi.encryption.noop">NoopEncryptionSpi</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/spi/eventstorage/NoopEventStorageSpi.html" title="class in org.apache.ignite.spi.eventstorage"><span class="typeNameLink">NoopEventStorageSpi</span></a> - Class in <a href="org/apache/ignite/spi/eventstorage/package-summary.html">org.apache.ignite.spi.eventstorage</a></dt>
<dd>
<div class="block">No-op implementation of <a href="org/apache/ignite/spi/eventstorage/EventStorageSpi.html" title="interface in org.apache.ignite.spi.eventstorage"><code>EventStorageSpi</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/eventstorage/NoopEventStorageSpi.html#NoopEventStorageSpi--">NoopEventStorageSpi()</a></span> - Constructor for class org.apache.ignite.spi.eventstorage.<a href="org/apache/ignite/spi/eventstorage/NoopEventStorageSpi.html" title="class in org.apache.ignite.spi.eventstorage">NoopEventStorageSpi</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/failure/NoOpFailureHandler.html" title="class in org.apache.ignite.failure"><span class="typeNameLink">NoOpFailureHandler</span></a> - Class in <a href="org/apache/ignite/failure/package-summary.html">org.apache.ignite.failure</a></dt>
<dd>
<div class="block">Just ignores any failure.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/failure/NoOpFailureHandler.html#NoOpFailureHandler--">NoOpFailureHandler()</a></span> - Constructor for class org.apache.ignite.failure.<a href="org/apache/ignite/failure/NoOpFailureHandler.html" title="class in org.apache.ignite.failure">NoOpFailureHandler</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/spi/indexing/noop/NoopIndexingSpi.html" title="class in org.apache.ignite.spi.indexing.noop"><span class="typeNameLink">NoopIndexingSpi</span></a> - Class in <a href="org/apache/ignite/spi/indexing/noop/package-summary.html">org.apache.ignite.spi.indexing.noop</a></dt>
<dd>
<div class="block">Default implementation of <a href="org/apache/ignite/spi/indexing/IndexingSpi.html" title="interface in org.apache.ignite.spi.indexing"><code>IndexingSpi</code></a> which does not index cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/indexing/noop/NoopIndexingSpi.html#NoopIndexingSpi--">NoopIndexingSpi()</a></span> - Constructor for class org.apache.ignite.spi.indexing.noop.<a href="org/apache/ignite/spi/indexing/noop/NoopIndexingSpi.html" title="class in org.apache.ignite.spi.indexing.noop">NoopIndexingSpi</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/environment/logging/NoOpLogger.html" title="class in org.apache.ignite.ml.environment.logging"><span class="typeNameLink">NoOpLogger</span></a> - Class in <a href="org/apache/ignite/ml/environment/logging/package-summary.html">org.apache.ignite.ml.environment.logging</a></dt>
<dd>
<div class="block">MLLogger implementation skipping all logs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/logging/NoOpLogger.html#NoOpLogger--">NoOpLogger()</a></span> - Constructor for class org.apache.ignite.ml.environment.logging.<a href="org/apache/ignite/ml/environment/logging/NoOpLogger.html" title="class in org.apache.ignite.ml.environment.logging">NoOpLogger</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/spi/metric/noop/NoopMetricExporterSpi.html" title="class in org.apache.ignite.spi.metric.noop"><span class="typeNameLink">NoopMetricExporterSpi</span></a> - Class in <a href="org/apache/ignite/spi/metric/noop/package-summary.html">org.apache.ignite.spi.metric.noop</a></dt>
<dd>
<div class="block">No-op implementation of metric exporter SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/metric/noop/NoopMetricExporterSpi.html#NoopMetricExporterSpi--">NoopMetricExporterSpi()</a></span> - Constructor for class org.apache.ignite.spi.metric.noop.<a href="org/apache/ignite/spi/metric/noop/NoopMetricExporterSpi.html" title="class in org.apache.ignite.spi.metric.noop">NoopMetricExporterSpi</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/spi/tracing/NoopSpiSpecificSpan.html" title="class in org.apache.ignite.spi.tracing"><span class="typeNameLink">NoopSpiSpecificSpan</span></a> - Class in <a href="org/apache/ignite/spi/tracing/package-summary.html">org.apache.ignite.spi.tracing</a></dt>
<dd>
<div class="block">Noop and null-safe implementation of <a href="org/apache/ignite/spi/tracing/SpiSpecificSpan.html" title="interface in org.apache.ignite.spi.tracing"><code>SpiSpecificSpan</code></a>.</div>
</dd>
<dt><a href="org/apache/ignite/spi/tracing/NoopTracingSpi.html" title="class in org.apache.ignite.spi.tracing"><span class="typeNameLink">NoopTracingSpi</span></a> - Class in <a href="org/apache/ignite/spi/tracing/package-summary.html">org.apache.ignite.spi.tracing</a></dt>
<dd>
<div class="block">Noop and null-safe implementation of Tracing SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/NoopTracingSpi.html#NoopTracingSpi--">NoopTracingSpi()</a></span> - Constructor for class org.apache.ignite.spi.tracing.<a href="org/apache/ignite/spi/tracing/NoopTracingSpi.html" title="class in org.apache.ignite.spi.tracing">NoopTracingSpi</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/configuration/NoOpWarmUpConfiguration.html" title="class in org.apache.ignite.configuration"><span class="typeNameLink">NoOpWarmUpConfiguration</span></a> - Class in <a href="org/apache/ignite/configuration/package-summary.html">org.apache.ignite.configuration</a></dt>
<dd>
<div class="block">Noop warm-up configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/NoOpWarmUpConfiguration.html#NoOpWarmUpConfiguration--">NoOpWarmUpConfiguration()</a></span> - Constructor for class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/NoOpWarmUpConfiguration.html" title="class in org.apache.ignite.configuration">NoOpWarmUpConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/environment/parallelism/NoParallelismStrategy.html" title="class in org.apache.ignite.ml.environment.parallelism"><span class="typeNameLink">NoParallelismStrategy</span></a> - Class in <a href="org/apache/ignite/ml/environment/parallelism/package-summary.html">org.apache.ignite.ml.environment.parallelism</a></dt>
<dd>
<div class="block">All tasks should be processed in one thread.</div>
</dd>
<dt><a href="org/apache/ignite/ml/environment/parallelism/NoParallelismStrategy.Stub.html" title="class in org.apache.ignite.ml.environment.parallelism"><span class="typeNameLink">NoParallelismStrategy.Stub</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/environment/parallelism/NoParallelismStrategy.Stub.html" title="type parameter in NoParallelismStrategy.Stub">T</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/environment/parallelism/package-summary.html">org.apache.ignite.ml.environment.parallelism</a></dt>
<dd>
<div class="block">Stub for Future interface implementation.</div>
</dd>
<dt><a href="org/apache/ignite/ml/tree/randomforest/data/statistics/NormalDistributionStatistics.html" title="class in org.apache.ignite.ml.tree.randomforest.data.statistics"><span class="typeNameLink">NormalDistributionStatistics</span></a> - Class in <a href="org/apache/ignite/ml/tree/randomforest/data/statistics/package-summary.html">org.apache.ignite.ml.tree.randomforest.data.statistics</a></dt>
<dd>
<div class="block">Aggregator of normal distribution statistics for continual features.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/statistics/NormalDistributionStatistics.html#NormalDistributionStatistics-double-double-double-double-long-">NormalDistributionStatistics(double, double, double, double, long)</a></span> - Constructor for class org.apache.ignite.ml.tree.randomforest.data.statistics.<a href="org/apache/ignite/ml/tree/randomforest/data/statistics/NormalDistributionStatistics.html" title="class in org.apache.ignite.ml.tree.randomforest.data.statistics">NormalDistributionStatistics</a></dt>
<dd>
<div class="block">Creates an instance of NormalDistributionStatistics.</div>
</dd>
<dt><a href="org/apache/ignite/ml/tree/randomforest/data/statistics/NormalDistributionStatisticsComputer.html" title="class in org.apache.ignite.ml.tree.randomforest.data.statistics"><span class="typeNameLink">NormalDistributionStatisticsComputer</span></a> - Class in <a href="org/apache/ignite/ml/tree/randomforest/data/statistics/package-summary.html">org.apache.ignite.ml.tree.randomforest.data.statistics</a></dt>
<dd>
<div class="block">Normal distribution parameters computer logic.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/statistics/NormalDistributionStatisticsComputer.html#NormalDistributionStatisticsComputer--">NormalDistributionStatisticsComputer()</a></span> - Constructor for class org.apache.ignite.ml.tree.randomforest.data.statistics.<a href="org/apache/ignite/ml/tree/randomforest/data/statistics/NormalDistributionStatisticsComputer.html" title="class in org.apache.ignite.ml.tree.randomforest.data.statistics">NormalDistributionStatisticsComputer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/preprocessing/normalization/NormalizationPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.normalization"><span class="typeNameLink">NormalizationPreprocessor</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/preprocessing/normalization/NormalizationPreprocessor.html" title="type parameter in NormalizationPreprocessor">K</a>,<a href="org/apache/ignite/ml/preprocessing/normalization/NormalizationPreprocessor.html" title="type parameter in NormalizationPreprocessor">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/preprocessing/normalization/package-summary.html">org.apache.ignite.ml.preprocessing.normalization</a></dt>
<dd>
<div class="block">Preprocessing function that makes normalization.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/normalization/NormalizationPreprocessor.html#NormalizationPreprocessor-int-org.apache.ignite.ml.preprocessing.Preprocessor-">NormalizationPreprocessor(int, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.preprocessing.normalization.<a href="org/apache/ignite/ml/preprocessing/normalization/NormalizationPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.normalization">NormalizationPreprocessor</a></dt>
<dd>
<div class="block">Constructs a new instance of Normalization preprocessor.</div>
</dd>
<dt><a href="org/apache/ignite/ml/preprocessing/normalization/NormalizationTrainer.html" title="class in org.apache.ignite.ml.preprocessing.normalization"><span class="typeNameLink">NormalizationTrainer</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/preprocessing/normalization/NormalizationTrainer.html" title="type parameter in NormalizationTrainer">K</a>,<a href="org/apache/ignite/ml/preprocessing/normalization/NormalizationTrainer.html" title="type parameter in NormalizationTrainer">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/preprocessing/normalization/package-summary.html">org.apache.ignite.ml.preprocessing.normalization</a></dt>
<dd>
<div class="block">Trainer of the Normalization preprocessor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/normalization/NormalizationTrainer.html#NormalizationTrainer--">NormalizationTrainer()</a></span> - Constructor for class org.apache.ignite.ml.preprocessing.normalization.<a href="org/apache/ignite/ml/preprocessing/normalization/NormalizationTrainer.html" title="class in org.apache.ignite.ml.preprocessing.normalization">NormalizationTrainer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#normalize--">normalize()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Creates new vector containing the normalized (L_2 norm) values of this vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#normalize-double-">normalize(double)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Creates new vector containing the normalized (L_power norm) values of this vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#normalize--">normalize()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Creates new vector containing the normalized (L_2 norm) values of this vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#normalize-double-">normalize(double)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Creates new vector containing the normalized (L_power norm) values of this vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html#normalize--">normalize()</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a></dt>
<dd>
<div class="block">Creates new vector containing the normalized (L_2 norm) values of this vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html#normalize-double-">normalize(double)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a></dt>
<dd>
<div class="block">Creates new vector containing the normalized (L_power norm) values of this vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ContinuousQueryView.html#notifyExisting--">notifyExisting()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ContinuousQueryView.html" title="class in org.apache.ignite.spi.systemview.view">ContinuousQueryView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#notifyListener-java.util.UUID-org.apache.ignite.plugin.extensions.communication.Message-org.apache.ignite.lang.IgniteRunnable-">notifyListener(UUID, Message, IgniteRunnable)</a></span> - Method 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><a href="org/apache/ignite/ml/selection/scoring/metric/classification/Npv.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification"><span class="typeNameLink">Npv</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/selection/scoring/metric/classification/Npv.html" title="type parameter in Npv">L</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/selection/scoring/metric/classification/package-summary.html">org.apache.ignite.ml.selection.scoring.metric.classification</a></dt>
<dd>
<div class="block">NPV metric class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/Npv.html#Npv--">Npv()</a></span> - Constructor for class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/Npv.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">Npv</a></dt>
<dd>
<div class="block">Creates an instance of Npv class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/Npv.html#Npv-L-L-">Npv(L, L)</a></span> - Constructor for class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/Npv.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">Npv</a></dt>
<dd>
<div class="block">Creates an instance of TruePositiveAbsoluteValue class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlTableColumnView.html#nullable--">nullable()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlTableColumnView.html" title="class in org.apache.ignite.spi.systemview.view">SqlTableColumnView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlViewColumnView.html#nullable--">nullable()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlViewColumnView.html" title="class in org.apache.ignite.spi.systemview.view">SqlViewColumnView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/logger/NullLogger.html" title="class in org.apache.ignite.logger"><span class="typeNameLink">NullLogger</span></a> - Class in <a href="org/apache/ignite/logger/package-summary.html">org.apache.ignite.logger</a></dt>
<dd>
<div class="block">Logger which does not output anything.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/NullLogger.html#NullLogger--">NullLogger()</a></span> - Constructor for class org.apache.ignite.logger.<a href="org/apache/ignite/logger/NullLogger.html" title="class in org.apache.ignite.logger">NullLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/VectorUtils.html#num2Arr-double-">num2Arr(double)</a></span> - Static method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/VectorUtils.html" title="class in org.apache.ignite.ml.math.primitives.vector">VectorUtils</a></dt>
<dd>
<div class="block">Turn number to 1-sized array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/VectorUtils.html#num2Vec-double-">num2Vec(double)</a></span> - Static method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/VectorUtils.html" title="class in org.apache.ignite.ml.math.primitives.vector">VectorUtils</a></dt>
<dd>
<div class="block">Wrap specified value into vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/JdbcTypesTransformer.html#NUMERIC_TYPES">NUMERIC_TYPES</a></span> - Static variable in interface org.apache.ignite.cache.store.jdbc.<a href="org/apache/ignite/cache/store/jdbc/JdbcTypesTransformer.html" title="interface in org.apache.ignite.cache.store.jdbc">JdbcTypesTransformer</a></dt>
<dd>
<div class="block">Numeric types.</div>
</dd>
</dl>
<a name="I:O">
<!-- -->
</a>
<h2 class="title">O</h2>
<dl>
<dt><a href="org/apache/ignite/ml/dataset/feature/extractor/impl/ObjectArrayVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor.impl"><span class="typeNameLink">ObjectArrayVectorizer</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/dataset/feature/extractor/impl/ObjectArrayVectorizer.html" title="type parameter in ObjectArrayVectorizer">K</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/dataset/feature/extractor/impl/package-summary.html">org.apache.ignite.ml.dataset.feature.extractor.impl</a></dt>
<dd>
<div class="block">Vectorizer on arrays of objects.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/impl/ObjectArrayVectorizer.html#ObjectArrayVectorizer-java.lang.Integer...-">ObjectArrayVectorizer(Integer...)</a></span> - Constructor for class org.apache.ignite.ml.dataset.feature.extractor.impl.<a href="org/apache/ignite/ml/dataset/feature/extractor/impl/ObjectArrayVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor.impl">ObjectArrayVectorizer</a></dt>
<dd>
<div class="block">Creates an instance of Vectorizer.</div>
</dd>
<dt><a href="org/apache/ignite/ml/dataset/feature/ObjectHistogram.html" title="class in org.apache.ignite.ml.dataset.feature"><span class="typeNameLink">ObjectHistogram</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/dataset/feature/ObjectHistogram.html" title="type parameter in ObjectHistogram">T</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/dataset/feature/package-summary.html">org.apache.ignite.ml.dataset.feature</a></dt>
<dd>
<div class="block">Basic implementation of <a href="org/apache/ignite/ml/dataset/feature/Histogram.html" title="interface in org.apache.ignite.ml.dataset.feature"><code>Histogram</code></a> that implements also <a href="org/apache/ignite/ml/dataset/feature/DistributionComputer.html" title="interface in org.apache.ignite.ml.dataset.feature"><code>DistributionComputer</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/ObjectHistogram.html#ObjectHistogram--">ObjectHistogram()</a></span> - Constructor for class org.apache.ignite.ml.dataset.feature.<a href="org/apache/ignite/ml/dataset/feature/ObjectHistogram.html" title="class in org.apache.ignite.ml.dataset.feature">ObjectHistogram</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.ObjectLabelVectorizer.html#ObjectLabelVectorizer-C...-">ObjectLabelVectorizer(C...)</a></span> - Constructor for class org.apache.ignite.ml.dataset.feature.extractor.<a href="org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.ObjectLabelVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor">ExtractionUtils.ObjectLabelVectorizer</a></dt>
<dd>
<div class="block">Creates an instance of Vectorizer.</div>
</dd>
<dt><a href="org/apache/ignite/spi/metric/ObjectMetric.html" title="interface in org.apache.ignite.spi.metric"><span class="typeNameLink">ObjectMetric</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/spi/metric/ObjectMetric.html" title="type parameter in ObjectMetric">T</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/spi/metric/package-summary.html">org.apache.ignite.spi.metric</a></dt>
<dd>
<div class="block">Interface for the metrics that holds typed value.</div>
</dd>
<dt><a href="org/apache/ignite/ml/recommendation/ObjectSubjectPair.html" title="class in org.apache.ignite.ml.recommendation"><span class="typeNameLink">ObjectSubjectPair</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/recommendation/ObjectSubjectPair.html" title="type parameter in ObjectSubjectPair">O</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>,<a href="org/apache/ignite/ml/recommendation/ObjectSubjectPair.html" title="type parameter in ObjectSubjectPair">S</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/recommendation/package-summary.html">org.apache.ignite.ml.recommendation</a></dt>
<dd>
<div class="block">Object-subject pair.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/recommendation/ObjectSubjectPair.html#ObjectSubjectPair-O-S-">ObjectSubjectPair(O, S)</a></span> - Constructor for class org.apache.ignite.ml.recommendation.<a href="org/apache/ignite/ml/recommendation/ObjectSubjectPair.html" title="class in org.apache.ignite.ml.recommendation">ObjectSubjectPair</a></dt>
<dd>
<div class="block">Constructs a new instance of object-subject pair.</div>
</dd>
<dt><a href="org/apache/ignite/ml/recommendation/ObjectSubjectRatingTriplet.html" title="class in org.apache.ignite.ml.recommendation"><span class="typeNameLink">ObjectSubjectRatingTriplet</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/recommendation/ObjectSubjectRatingTriplet.html" title="type parameter in ObjectSubjectRatingTriplet">O</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>,<a href="org/apache/ignite/ml/recommendation/ObjectSubjectRatingTriplet.html" title="type parameter in ObjectSubjectRatingTriplet">S</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/recommendation/package-summary.html">org.apache.ignite.ml.recommendation</a></dt>
<dd>
<div class="block">Object-subject-rating triplet.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/recommendation/ObjectSubjectRatingTriplet.html#ObjectSubjectRatingTriplet-O-S-java.lang.Double-">ObjectSubjectRatingTriplet(O, S, Double)</a></span> - Constructor for class org.apache.ignite.ml.recommendation.<a href="org/apache/ignite/ml/recommendation/ObjectSubjectRatingTriplet.html" title="class in org.apache.ignite.ml.recommendation">ObjectSubjectRatingTriplet</a></dt>
<dd>
<div class="block">Constructs a new instance of object-subject-rating triplet.</div>
</dd>
<dt><a href="org/apache/ignite/configuration/OdbcConfiguration.html" title="class in org.apache.ignite.configuration"><span class="typeNameLink">OdbcConfiguration</span></a> - Class in <a href="org/apache/ignite/configuration/package-summary.html">org.apache.ignite.configuration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/OdbcConfiguration.html#OdbcConfiguration--">OdbcConfiguration()</a></span> - Constructor for class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/OdbcConfiguration.html" title="class in org.apache.ignite.configuration">OdbcConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Creates ODBC server configuration with all default values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/OdbcConfiguration.html#OdbcConfiguration-org.apache.ignite.configuration.OdbcConfiguration-">OdbcConfiguration(OdbcConfiguration)</a></span> - Constructor for class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/OdbcConfiguration.html" title="class in org.apache.ignite.configuration">OdbcConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Creates ODBC server configuration by copying all properties from given configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/combinators/parallel/TrainersParallelComposition.html#of-java.util.List-">of(List<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>)</a></span> - Static method in class org.apache.ignite.ml.composition.combinators.parallel.<a href="org/apache/ignite/ml/composition/combinators/parallel/TrainersParallelComposition.html" title="class in org.apache.ignite.ml.composition.combinators.parallel">TrainersParallelComposition</a></dt>
<dd>
<div class="block">Create parallel composition of trainers contained in a given list.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/VectorUtils.html#of-double...-">of(double...)</a></span> - Static method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/VectorUtils.html" title="class in org.apache.ignite.ml.math.primitives.vector">VectorUtils</a></dt>
<dd>
<div class="block">Creates dense local on heap vector based on array of doubles.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/VectorUtils.html#of-java.lang.Double:A-">of(Double[])</a></span> - Static method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/VectorUtils.html" title="class in org.apache.ignite.ml.math.primitives.vector">VectorUtils</a></dt>
<dd>
<div class="block">Creates vector based on array of Doubles.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/VectorUtils.html#of-java.util.Map-">of(Map<span class='angle_bracket'>&lt;</span>String, Double<span class='angle_bracket'>&gt;</span>)</a></span> - Static method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/VectorUtils.html" title="class in org.apache.ignite.ml.math.primitives.vector">VectorUtils</a></dt>
<dd>
<div class="block">Creates named vector based on map of keys and values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/trainers/AdaptableDatasetTrainer.html#of-org.apache.ignite.ml.trainers.DatasetTrainer-">of(DatasetTrainer<span class='angle_bracket'>&lt;</span>M, L<span class='angle_bracket'>&gt;</span>)</a></span> - Static method in class org.apache.ignite.ml.trainers.<a href="org/apache/ignite/ml/trainers/AdaptableDatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">AdaptableDatasetTrainer</a></dt>
<dd>
<div class="block">Construct instance of this class from a given <a href="org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers"><code>DatasetTrainer</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/logging/ConsoleLogger.Factory.html#OFF">OFF</a></span> - Static variable in class org.apache.ignite.ml.environment.logging.<a href="org/apache/ignite/ml/environment/logging/ConsoleLogger.Factory.html" title="class in org.apache.ignite.ml.environment.logging">ConsoleLogger.Factory</a></dt>
<dd>
<div class="block">Offset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteQueue.html#offer-T-">offer(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="memberNameLink"><a href="org/apache/ignite/IgniteQueue.html#offer-T-long-java.util.concurrent.TimeUnit-">offer(T, long, TimeUnit)</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="memberNameLink"><a href="org/apache/ignite/mesos/IgniteScheduler.html#offerRescinded-org.apache.mesos.SchedulerDriver-org.apache.mesos.Protos.OfferID-">offerRescinded(SchedulerDriver, Protos.OfferID)</a></span> - Method in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/IgniteScheduler.html" title="class in org.apache.ignite.mesos">IgniteScheduler</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#offHeapAllocatedSize--">offHeapAllocatedSize()</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 memory size allocated in off-heap.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#offHeapEntriesCount--">offHeapEntriesCount()</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 number of cache entries stored in off-heap memory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorViewStorage.html#offset--">offset()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorViewStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">VectorViewStorage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/combinators/sequential/ModelsSequentialComposition.html#ofSame-java.util.List-org.apache.ignite.ml.math.functions.IgniteFunction-">ofSame(List<span class='angle_bracket'>&lt;</span>? extends IgniteModel<span class='angle_bracket'>&lt;</span>I, O<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>, IgniteFunction<span class='angle_bracket'>&lt;</span>O, I<span class='angle_bracket'>&gt;</span>)</a></span> - Static method in class org.apache.ignite.ml.composition.combinators.sequential.<a href="org/apache/ignite/ml/composition/combinators/sequential/ModelsSequentialComposition.html" title="class in org.apache.ignite.ml.composition.combinators.sequential">ModelsSequentialComposition</a></dt>
<dd>
<div class="block">Get sequential composition of submodels with same type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html#ofSame-org.apache.ignite.ml.trainers.DatasetTrainer-org.apache.ignite.ml.math.functions.IgniteBiFunction-org.apache.ignite.lang.IgniteBiPredicate-org.apache.ignite.ml.math.functions.IgniteFunction-">ofSame(DatasetTrainer<span class='angle_bracket'>&lt;</span>? extends IgniteModel<span class='angle_bracket'>&lt;</span>I, O<span class='angle_bracket'>&gt;</span>, L<span class='angle_bracket'>&gt;</span>, IgniteBiFunction<span class='angle_bracket'>&lt;</span>Integer, ? super IgniteModel<span class='angle_bracket'>&lt;</span>I, O<span class='angle_bracket'>&gt;</span>, IgniteFunction<span class='angle_bracket'>&lt;</span>LabeledVector<span class='angle_bracket'>&lt;</span>L<span class='angle_bracket'>&gt;</span>, LabeledVector<span class='angle_bracket'>&lt;</span>L<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>, IgniteBiPredicate<span class='angle_bracket'>&lt;</span>Integer, IgniteModel<span class='angle_bracket'>&lt;</span>I, O<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>, IgniteFunction<span class='angle_bracket'>&lt;</span>O, I<span class='angle_bracket'>&gt;</span>)</a></span> - Static method in class org.apache.ignite.ml.composition.combinators.sequential.<a href="org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html" title="class in org.apache.ignite.ml.composition.combinators.sequential">TrainersSequentialComposition</a></dt>
<dd>
<div class="block">Construct sequential composition of same trainers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/CacheEvent.html#oldValue--">oldValue()</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 old value associated with this event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/CacheQueryReadEvent.html#oldValue--">oldValue()</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 read entry old value (applicable for continuous queries).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ContinuousQueryView.html#oldValueRequired--">oldValueRequired()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ContinuousQueryView.html" title="class in org.apache.ignite.spi.systemview.view">ContinuousQueryView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/parallelism/ParallelismStrategy.html#ON_DEFAULT_POOL">ON_DEFAULT_POOL</a></span> - Static variable in interface org.apache.ignite.ml.environment.parallelism.<a href="org/apache/ignite/ml/environment/parallelism/ParallelismStrategy.html" title="interface in org.apache.ignite.ml.environment.parallelism">ParallelismStrategy</a></dt>
<dd>
<div class="block">On default pool.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/Message.html#onAckReceived--">onAckReceived()</a></span> - Method in interface org.apache.ignite.plugin.extensions.communication.<a href="org/apache/ignite/plugin/extensions/communication/Message.html" title="interface in org.apache.ignite.plugin.extensions.communication">Message</a></dt>
<dd>
<div class="block">Method called when ack message received.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingRequest.html#onAckReceived--">onAckReceived()</a></span> - Method in class org.apache.ignite.spi.collision.jobstealing.<a href="org/apache/ignite/spi/collision/jobstealing/JobStealingRequest.html" title="class in org.apache.ignite.spi.collision.jobstealing">JobStealingRequest</a></dt>
<dd>
<div class="block">Method called when ack message received.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeMessage.html#onAckReceived--">onAckReceived()</a></span> - Method in class org.apache.ignite.spi.communication.tcp.messages.<a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeMessage.html" title="class in org.apache.ignite.spi.communication.tcp.messages">HandshakeMessage</a></dt>
<dd>
<div class="block">Method called when ack message received.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeWaitMessage.html#onAckReceived--">onAckReceived()</a></span> - Method in class org.apache.ignite.spi.communication.tcp.messages.<a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeWaitMessage.html" title="class in org.apache.ignite.spi.communication.tcp.messages">HandshakeWaitMessage</a></dt>
<dd>
<div class="block">Method called when ack message received.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/messages/NodeIdMessage.html#onAckReceived--">onAckReceived()</a></span> - Method in class org.apache.ignite.spi.communication.tcp.messages.<a href="org/apache/ignite/spi/communication/tcp/messages/NodeIdMessage.html" title="class in org.apache.ignite.spi.communication.tcp.messages">NodeIdMessage</a></dt>
<dd>
<div class="block">Method called when ack message received.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/messages/RecoveryLastReceivedMessage.html#onAckReceived--">onAckReceived()</a></span> - Method in class org.apache.ignite.spi.communication.tcp.messages.<a href="org/apache/ignite/spi/communication/tcp/messages/RecoveryLastReceivedMessage.html" title="class in org.apache.ignite.spi.communication.tcp.messages">RecoveryLastReceivedMessage</a></dt>
<dd>
<div class="block">Method called when ack message received.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheInterceptor.html#onAfterPut-javax.cache.Cache.Entry-">onAfterPut(Cache.Entry<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheInterceptor.html" title="interface in org.apache.ignite.cache">CacheInterceptor</a></dt>
<dd>
<div class="block">This method is called after new value has been stored.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheInterceptorAdapter.html#onAfterPut-javax.cache.Cache.Entry-">onAfterPut(Cache.Entry<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheInterceptorAdapter.html" title="class in org.apache.ignite.cache">CacheInterceptorAdapter</a></dt>
<dd>
<div class="block">This method is called after new value has been stored.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheInterceptor.html#onAfterRemove-javax.cache.Cache.Entry-">onAfterRemove(Cache.Entry<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheInterceptor.html" title="interface in org.apache.ignite.cache">CacheInterceptor</a></dt>
<dd>
<div class="block">This method is called after value has been removed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheInterceptorAdapter.html#onAfterRemove-javax.cache.Cache.Entry-">onAfterRemove(Cache.Entry<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheInterceptorAdapter.html" title="class in org.apache.ignite.cache">CacheInterceptorAdapter</a></dt>
<dd>
<div class="block">This method is called after value has been removed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/osgi/IgniteAbstractOsgiContextActivator.html#onAfterStart-org.osgi.framework.BundleContext-java.lang.Throwable-">onAfterStart(BundleContext, Throwable)</a></span> - Method in class org.apache.ignite.osgi.<a href="org/apache/ignite/osgi/IgniteAbstractOsgiContextActivator.html" title="class in org.apache.ignite.osgi">IgniteAbstractOsgiContextActivator</a></dt>
<dd>
<div class="block">This method is called after Ignite initialises, only if initialization succeeded.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/osgi/IgniteAbstractOsgiContextActivator.html#onAfterStop-org.osgi.framework.BundleContext-java.lang.Throwable-">onAfterStop(BundleContext, Throwable)</a></span> - Method in class org.apache.ignite.osgi.<a href="org/apache/ignite/osgi/IgniteAbstractOsgiContextActivator.html" title="class in org.apache.ignite.osgi">IgniteAbstractOsgiContextActivator</a></dt>
<dd>
<div class="block">This method is called after Ignite stops, only if the operation succeeded.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeTaskSessionAttributeListener.html#onAttributeSet-java.lang.Object-java.lang.Object-">onAttributeSet(Object, Object)</a></span> - Method in interface org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeTaskSessionAttributeListener.html" title="interface in org.apache.ignite.compute">ComputeTaskSessionAttributeListener</a></dt>
<dd>
<div class="block">Called on attribute change (set or update).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheInterceptor.html#onBeforePut-javax.cache.Cache.Entry-V-">onBeforePut(Cache.Entry<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, V)</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheInterceptor.html" title="interface in org.apache.ignite.cache">CacheInterceptor</a></dt>
<dd>
<div class="block">This method is called within <a href="org/apache/ignite/IgniteCache.html#put-K-V-"><code>IgniteCache.put(Object, Object)</code></a>
and similar operations before new value is stored in cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheInterceptorAdapter.html#onBeforePut-javax.cache.Cache.Entry-V-">onBeforePut(Cache.Entry<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, V)</a></span> - Method in class org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheInterceptorAdapter.html" title="class in org.apache.ignite.cache">CacheInterceptorAdapter</a></dt>
<dd>
<div class="block">This method is called within <a href="org/apache/ignite/IgniteCache.html#put-K-V-"><code>IgniteCache.put(Object, Object)</code></a>
and similar operations before new value is stored in cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheInterceptor.html#onBeforeRemove-javax.cache.Cache.Entry-">onBeforeRemove(Cache.Entry<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheInterceptor.html" title="interface in org.apache.ignite.cache">CacheInterceptor</a></dt>
<dd>
<div class="block">This method is called within <a href="org/apache/ignite/IgniteCache.html#remove-K-"><code>IgniteCache.remove(Object)</code></a>
and similar operations to provide control over returned value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheInterceptorAdapter.html#onBeforeRemove-javax.cache.Cache.Entry-">onBeforeRemove(Cache.Entry<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheInterceptorAdapter.html" title="class in org.apache.ignite.cache">CacheInterceptorAdapter</a></dt>
<dd>
<div class="block">This method is called within <a href="org/apache/ignite/IgniteCache.html#remove-K-"><code>IgniteCache.remove(Object)</code></a>
and similar operations to provide control over returned value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/osgi/IgniteAbstractOsgiContextActivator.html#onBeforeStart-org.osgi.framework.BundleContext-">onBeforeStart(BundleContext)</a></span> - Method in class org.apache.ignite.osgi.<a href="org/apache/ignite/osgi/IgniteAbstractOsgiContextActivator.html" title="class in org.apache.ignite.osgi">IgniteAbstractOsgiContextActivator</a></dt>
<dd>
<div class="block">This method is called before Ignite initialises.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiAdapter.html#onBeforeStart--">onBeforeStart()</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">This method is called by built-in managers implementation to avoid
repeating SPI start attempts.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/osgi/IgniteAbstractOsgiContextActivator.html#onBeforeStop-org.osgi.framework.BundleContext-">onBeforeStop(BundleContext)</a></span> - Method in class org.apache.ignite.osgi.<a href="org/apache/ignite/osgi/IgniteAbstractOsgiContextActivator.html" title="class in org.apache.ignite.osgi">IgniteAbstractOsgiContextActivator</a></dt>
<dd>
<div class="block">This method is called before Ignite stops.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/visor/plugin/VisorSelectionListener.html#onChange-java.util.Collection-">onChange(Collection<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.visor.plugin.<a href="org/apache/ignite/visor/plugin/VisorSelectionListener.html" title="interface in org.apache.ignite.visor.plugin">VisorSelectionListener</a></dt>
<dd>
<div class="block">On selection changed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/CheckpointListener.html#onCheckpointRemoved-java.lang.String-">onCheckpointRemoved(String)</a></span> - Method in interface org.apache.ignite.spi.checkpoint.<a href="org/apache/ignite/spi/checkpoint/CheckpointListener.html" title="interface in org.apache.ignite.spi.checkpoint">CheckpointListener</a></dt>
<dd>
<div class="block">Notification for removed checkpoint.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#onClientDisconnected-org.apache.ignite.lang.IgniteFuture-">onClientDisconnected(IgniteFuture<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>)</a></span> - Method 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">Client node disconnected callback.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpi.html#onClientDisconnected-org.apache.ignite.lang.IgniteFuture-">onClientDisconnected(IgniteFuture<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.spi.<a href="org/apache/ignite/spi/IgniteSpi.html" title="interface in org.apache.ignite.spi">IgniteSpi</a></dt>
<dd>
<div class="block">Client node disconnected callback.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiAdapter.html#onClientDisconnected-org.apache.ignite.lang.IgniteFuture-">onClientDisconnected(IgniteFuture<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>)</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">Client node disconnected callback.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#onClientReconnected-boolean-">onClientReconnected(boolean)</a></span> - Method 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">Client node reconnected callback.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpi.html#onClientReconnected-boolean-">onClientReconnected(boolean)</a></span> - Method in interface org.apache.ignite.spi.<a href="org/apache/ignite/spi/IgniteSpi.html" title="interface in org.apache.ignite.spi">IgniteSpi</a></dt>
<dd>
<div class="block">Client node reconnected callback.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiAdapter.html#onClientReconnected-boolean-">onClientReconnected(boolean)</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">Client node reconnected callback.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/visor/plugin/VisorPluggableTab.html#onClosed--">onClosed()</a></span> - Method in class org.apache.ignite.visor.plugin.<a href="org/apache/ignite/visor/plugin/VisorPluggableTab.html" title="class in org.apache.ignite.visor.plugin">VisorPluggableTab</a></dt>
<dd>
<div class="block">Will be executed on tab close.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/CollisionSpi.html#onCollision-org.apache.ignite.spi.collision.CollisionContext-">onCollision(CollisionContext)</a></span> - Method in interface org.apache.ignite.spi.collision.<a href="org/apache/ignite/spi/collision/CollisionSpi.html" title="interface in org.apache.ignite.spi.collision">CollisionSpi</a></dt>
<dd>
<div class="block">This is a callback called:
new grid job arrived
executing job finished its execution
topology changed
periodically (on <a href="org/apache/ignite/events/EventType.html#EVT_NODE_METRICS_UPDATED"><code>EventType.EVT_NODE_METRICS_UPDATED</code></a>)
When new job arrives it is added to the end of the wait list and this
method is called.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/fifoqueue/FifoQueueCollisionSpi.html#onCollision-org.apache.ignite.spi.collision.CollisionContext-">onCollision(CollisionContext)</a></span> - Method in class org.apache.ignite.spi.collision.fifoqueue.<a href="org/apache/ignite/spi/collision/fifoqueue/FifoQueueCollisionSpi.html" title="class in org.apache.ignite.spi.collision.fifoqueue">FifoQueueCollisionSpi</a></dt>
<dd>
<div class="block">This is a callback called:
new grid job arrived
executing job finished its execution
topology changed
periodically (on <a href="org/apache/ignite/events/EventType.html#EVT_NODE_METRICS_UPDATED"><code>EventType.EVT_NODE_METRICS_UPDATED</code></a>)
When new job arrives it is added to the end of the wait list and this
method is called.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpi.html#onCollision-org.apache.ignite.spi.collision.CollisionContext-">onCollision(CollisionContext)</a></span> - Method 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">This is a callback called:
new grid job arrived
executing job finished its execution
topology changed
periodically (on <a href="org/apache/ignite/events/EventType.html#EVT_NODE_METRICS_UPDATED"><code>EventType.EVT_NODE_METRICS_UPDATED</code></a>)
When new job arrives it is added to the end of the wait list and this
method is called.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/noop/NoopCollisionSpi.html#onCollision-org.apache.ignite.spi.collision.CollisionContext-">onCollision(CollisionContext)</a></span> - Method in class org.apache.ignite.spi.collision.noop.<a href="org/apache/ignite/spi/collision/noop/NoopCollisionSpi.html" title="class in org.apache.ignite.spi.collision.noop">NoopCollisionSpi</a></dt>
<dd>
<div class="block">This is a callback called:
new grid job arrived
executing job finished its execution
topology changed
periodically (on <a href="org/apache/ignite/events/EventType.html#EVT_NODE_METRICS_UPDATED"><code>EventType.EVT_NODE_METRICS_UPDATED</code></a>)
When new job arrives it is added to the end of the wait list and this
method is called.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html#onCollision-org.apache.ignite.spi.collision.CollisionContext-">onCollision(CollisionContext)</a></span> - Method in class org.apache.ignite.spi.collision.priorityqueue.<a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html" title="class in org.apache.ignite.spi.collision.priorityqueue">PriorityQueueCollisionSpi</a></dt>
<dd>
<div class="block">This is a callback called:
new grid job arrived
executing job finished its execution
topology changed
periodically (on <a href="org/apache/ignite/events/EventType.html#EVT_NODE_METRICS_UPDATED"><code>EventType.EVT_NODE_METRICS_UPDATED</code></a>)
When new job arrives it is added to the end of the wait list and this
method is called.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/visor/plugin/VisorExtensionPoint.html#onConnected--">onConnected()</a></span> - Method in class org.apache.ignite.visor.plugin.<a href="org/apache/ignite/visor/plugin/VisorExtensionPoint.html" title="class in org.apache.ignite.visor.plugin">VisorExtensionPoint</a></dt>
<dd>
<div class="block">Will be executed on Visor connect to grid.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ApplicationMaster.html#onContainersAllocated-java.util.List-">onContainersAllocated(List<span class='angle_bracket'>&lt;</span>Container<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ApplicationMaster.html" title="class in org.apache.ignite.yarn">ApplicationMaster</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ApplicationMaster.html#onContainersCompleted-java.util.List-">onContainersCompleted(List<span class='angle_bracket'>&lt;</span>ContainerStatus<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ApplicationMaster.html" title="class in org.apache.ignite.yarn">ApplicationMaster</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpi.html#onContextDestroyed--">onContextDestroyed()</a></span> - Method in interface org.apache.ignite.spi.<a href="org/apache/ignite/spi/IgniteSpi.html" title="interface in org.apache.ignite.spi">IgniteSpi</a></dt>
<dd>
<div class="block">Callback invoked prior to stopping grid before SPI context is destroyed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiAdapter.html#onContextDestroyed--">onContextDestroyed()</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">Callback invoked prior to stopping grid before SPI context is destroyed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/cache/CacheCheckpointSpi.html#onContextDestroyed0--">onContextDestroyed0()</a></span> - Method in 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>
<div class="block">Method to be called in the beginning of onContextDestroyed() method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html#onContextDestroyed0--">onContextDestroyed0()</a></span> - Method in class org.apache.ignite.spi.checkpoint.jdbc.<a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.jdbc">JdbcCheckpointSpi</a></dt>
<dd>
<div class="block">Method to be called in the beginning of onContextDestroyed() method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpi.html#onContextDestroyed0--">onContextDestroyed0()</a></span> - Method 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">Method to be called in the beginning of onContextDestroyed() method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#onContextDestroyed0--">onContextDestroyed0()</a></span> - Method 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">Method to be called in the beginning of onContextDestroyed() method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#onContextDestroyed0--">onContextDestroyed0()</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">Method to be called in the beginning of onContextDestroyed() method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiAdapter.html#onContextDestroyed0--">onContextDestroyed0()</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">Method to be called in the beginning of onContextDestroyed() method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/loadbalancing/adaptive/AdaptiveLoadBalancingSpi.html#onContextDestroyed0--">onContextDestroyed0()</a></span> - Method in 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>
<div class="block">Method to be called in the beginning of onContextDestroyed() method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/loadbalancing/roundrobin/RoundRobinLoadBalancingSpi.html#onContextDestroyed0--">onContextDestroyed0()</a></span> - Method in class org.apache.ignite.spi.loadbalancing.roundrobin.<a href="org/apache/ignite/spi/loadbalancing/roundrobin/RoundRobinLoadBalancingSpi.html" title="class in org.apache.ignite.spi.loadbalancing.roundrobin">RoundRobinLoadBalancingSpi</a></dt>
<dd>
<div class="block">Method to be called in the beginning of onContextDestroyed() method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/loadbalancing/weightedrandom/WeightedRandomLoadBalancingSpi.html#onContextDestroyed0--">onContextDestroyed0()</a></span> - Method in class org.apache.ignite.spi.loadbalancing.weightedrandom.<a href="org/apache/ignite/spi/loadbalancing/weightedrandom/WeightedRandomLoadBalancingSpi.html" title="class in org.apache.ignite.spi.loadbalancing.weightedrandom">WeightedRandomLoadBalancingSpi</a></dt>
<dd>
<div class="block">Method to be called in the beginning of onContextDestroyed() method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpi.html#onContextInitialized-org.apache.ignite.spi.IgniteSpiContext-">onContextInitialized(IgniteSpiContext)</a></span> - Method in interface org.apache.ignite.spi.<a href="org/apache/ignite/spi/IgniteSpi.html" title="interface in org.apache.ignite.spi">IgniteSpi</a></dt>
<dd>
<div class="block">Callback invoked when SPI context is initialized.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiAdapter.html#onContextInitialized-org.apache.ignite.spi.IgniteSpiContext-">onContextInitialized(IgniteSpiContext)</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">Callback invoked when SPI context is initialized.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/cache/CacheCheckpointSpi.html#onContextInitialized0-org.apache.ignite.spi.IgniteSpiContext-">onContextInitialized0(IgniteSpiContext)</a></span> - Method in 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>
<div class="block">Method to be called in the end of onContextInitialized method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpi.html#onContextInitialized0-org.apache.ignite.spi.IgniteSpiContext-">onContextInitialized0(IgniteSpiContext)</a></span> - Method 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">Method to be called in the end of onContextInitialized method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#onContextInitialized0-org.apache.ignite.spi.IgniteSpiContext-">onContextInitialized0(IgniteSpiContext)</a></span> - Method 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">Method to be called in the end of onContextInitialized method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/isolated/IsolatedDiscoverySpi.html#onContextInitialized0-org.apache.ignite.spi.IgniteSpiContext-">onContextInitialized0(IgniteSpiContext)</a></span> - Method in class org.apache.ignite.spi.discovery.isolated.<a href="org/apache/ignite/spi/discovery/isolated/IsolatedDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.isolated">IsolatedDiscoverySpi</a></dt>
<dd>
<div class="block">Method to be called in the end of onContextInitialized method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#onContextInitialized0-org.apache.ignite.spi.IgniteSpiContext-">onContextInitialized0(IgniteSpiContext)</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">Method to be called in the end of onContextInitialized method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html#onContextInitialized0-org.apache.ignite.spi.IgniteSpiContext-">onContextInitialized0(IgniteSpiContext)</a></span> - Method in class org.apache.ignite.spi.discovery.zk.<a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.zk">ZookeeperDiscoverySpi</a></dt>
<dd>
<div class="block">Method to be called in the end of onContextInitialized method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiAdapter.html#onContextInitialized0-org.apache.ignite.spi.IgniteSpiContext-">onContextInitialized0(IgniteSpiContext)</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">Method to be called in the end of onContextInitialized method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/loadbalancing/adaptive/AdaptiveLoadBalancingSpi.html#onContextInitialized0-org.apache.ignite.spi.IgniteSpiContext-">onContextInitialized0(IgniteSpiContext)</a></span> - Method in 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>
<div class="block">Method to be called in the end of onContextInitialized method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/loadbalancing/roundrobin/RoundRobinLoadBalancingSpi.html#onContextInitialized0-org.apache.ignite.spi.IgniteSpiContext-">onContextInitialized0(IgniteSpiContext)</a></span> - Method in class org.apache.ignite.spi.loadbalancing.roundrobin.<a href="org/apache/ignite/spi/loadbalancing/roundrobin/RoundRobinLoadBalancingSpi.html" title="class in org.apache.ignite.spi.loadbalancing.roundrobin">RoundRobinLoadBalancingSpi</a></dt>
<dd>
<div class="block">Method to be called in the end of onContextInitialized method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/loadbalancing/weightedrandom/WeightedRandomLoadBalancingSpi.html#onContextInitialized0-org.apache.ignite.spi.IgniteSpiContext-">onContextInitialized0(IgniteSpiContext)</a></span> - Method in class org.apache.ignite.spi.loadbalancing.weightedrandom.<a href="org/apache/ignite/spi/loadbalancing/weightedrandom/WeightedRandomLoadBalancingSpi.html" title="class in org.apache.ignite.spi.loadbalancing.weightedrandom">WeightedRandomLoadBalancingSpi</a></dt>
<dd>
<div class="block">Method to be called in the end of onContextInitialized method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/metric/opencensus/OpenCensusMetricExporterSpi.html#onContextInitialized0-org.apache.ignite.spi.IgniteSpiContext-">onContextInitialized0(IgniteSpiContext)</a></span> - Method in class org.apache.ignite.spi.metric.opencensus.<a href="org/apache/ignite/spi/metric/opencensus/OpenCensusMetricExporterSpi.html" title="class in org.apache.ignite.spi.metric.opencensus">OpenCensusMetricExporterSpi</a></dt>
<dd>
<div class="block">Method to be called in the end of onContextInitialized method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientDisconnectListener.html#onDisconnected-java.lang.Exception-">onDisconnected(Exception)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientDisconnectListener.html" title="interface in org.apache.ignite.client">ClientDisconnectListener</a></dt>
<dd>
<div class="block">Client disconnected callback.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/CommunicationListener.html#onDisconnected-java.util.UUID-">onDisconnected(UUID)</a></span> - Method in interface org.apache.ignite.spi.communication.<a href="org/apache/ignite/spi/communication/CommunicationListener.html" title="interface in org.apache.ignite.spi.communication">CommunicationListener</a></dt>
<dd>
<div class="block">Callback invoked when connection with remote node is lost.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/visor/plugin/VisorExtensionPoint.html#onDisconnected--">onDisconnected()</a></span> - Method in class org.apache.ignite.visor.plugin.<a href="org/apache/ignite/visor/plugin/VisorExtensionPoint.html" title="class in org.apache.ignite.visor.plugin">VisorExtensionPoint</a></dt>
<dd>
<div class="block">Will be executed on Visor disconnect from grid.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoverySpiListener.html#onDiscovery-org.apache.ignite.spi.discovery.DiscoveryNotification-">onDiscovery(DiscoveryNotification)</a></span> - Method in interface org.apache.ignite.spi.discovery.<a href="org/apache/ignite/spi/discovery/DiscoverySpiListener.html" title="interface in org.apache.ignite.spi.discovery">DiscoverySpiListener</a></dt>
<dd>
<div class="block">Notification for grid node discovery events.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/FeaturesCountSelectionStrategies.html#ONE_THIRD">ONE_THIRD</a></span> - Static variable in class org.apache.ignite.ml.tree.randomforest.data.<a href="org/apache/ignite/ml/tree/randomforest/data/FeaturesCountSelectionStrategies.html" title="class in org.apache.ignite.ml.tree.randomforest.data">FeaturesCountSelectionStrategies</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/preprocessing/encoding/onehotencoder/OneHotEncoderPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.encoding.onehotencoder"><span class="typeNameLink">OneHotEncoderPreprocessor</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/preprocessing/encoding/onehotencoder/OneHotEncoderPreprocessor.html" title="type parameter in OneHotEncoderPreprocessor">K</a>,<a href="org/apache/ignite/ml/preprocessing/encoding/onehotencoder/OneHotEncoderPreprocessor.html" title="type parameter in OneHotEncoderPreprocessor">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/preprocessing/encoding/onehotencoder/package-summary.html">org.apache.ignite.ml.preprocessing.encoding.onehotencoder</a></dt>
<dd>
<div class="block">Preprocessing function that makes one-hot encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/encoding/onehotencoder/OneHotEncoderPreprocessor.html#OneHotEncoderPreprocessor-java.util.Map:A-org.apache.ignite.ml.preprocessing.Preprocessor-java.util.Set-">OneHotEncoderPreprocessor(Map<span class='angle_bracket'>&lt;</span>String, Integer<span class='angle_bracket'>&gt;</span>[], Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Set<span class='angle_bracket'>&lt;</span>Integer<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.preprocessing.encoding.onehotencoder.<a href="org/apache/ignite/ml/preprocessing/encoding/onehotencoder/OneHotEncoderPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.encoding.onehotencoder">OneHotEncoderPreprocessor</a></dt>
<dd>
<div class="block">Constructs a new instance of One Hot Encoder preprocessor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/AbstractEvictionPolicy.html#onEntryAccessed-boolean-org.apache.ignite.cache.eviction.EvictableEntry-">onEntryAccessed(boolean, EvictableEntry<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in 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>
<div class="block">Callback for whenever entry is accessed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/EvictionPolicy.html#onEntryAccessed-boolean-org.apache.ignite.cache.eviction.EvictableEntry-">onEntryAccessed(boolean, EvictableEntry<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.cache.eviction.<a href="org/apache/ignite/cache/eviction/EvictionPolicy.html" title="interface in org.apache.ignite.cache.eviction">EvictionPolicy</a></dt>
<dd>
<div class="block">Callback for whenever entry is accessed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/thread/IgniteThread.html#onEntryProcessorEntered-boolean-">onEntryProcessorEntered(boolean)</a></span> - Static method in class org.apache.ignite.thread.<a href="org/apache/ignite/thread/IgniteThread.html" title="class in org.apache.ignite.thread">IgniteThread</a></dt>
<dd>
<div class="block">Callback before entry processor execution is started.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/thread/IgniteThread.html#onEntryProcessorLeft--">onEntryProcessorLeft()</a></span> - Static method in class org.apache.ignite.thread.<a href="org/apache/ignite/thread/IgniteThread.html" title="class in org.apache.ignite.thread">IgniteThread</a></dt>
<dd>
<div class="block">Callback after entry processor execution is finished.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/TransactionView.html#onePhaseCommit--">onePhaseCommit()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/TransactionView.html" title="class in org.apache.ignite.spi.systemview.view">TransactionView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/messaging/MessagingListenActor.html#onError-java.lang.Throwable-">onError(Throwable)</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">This method is called in case when method <a href="org/apache/ignite/messaging/MessagingListenActor.html#receive-java.util.UUID-T-"><code>MessagingListenActor.receive(UUID, Object)</code></a> threw an exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ApplicationMaster.html#onError-java.lang.Throwable-">onError(Throwable)</a></span> - Method in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ApplicationMaster.html" title="class in org.apache.ignite.yarn">ApplicationMaster</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/visor/plugin/VisorExtensionPoint.html#onEventsChanged--">onEventsChanged()</a></span> - Method in class org.apache.ignite.visor.plugin.<a href="org/apache/ignite/visor/plugin/VisorExtensionPoint.html" title="class in org.apache.ignite.visor.plugin">VisorExtensionPoint</a></dt>
<dd>
<div class="block">Will be executed on Visor events changed.</div>
</dd>
<dt><a href="org/apache/ignite/ml/multiclass/OneVsRestTrainer.html" title="class in org.apache.ignite.ml.multiclass"><span class="typeNameLink">OneVsRestTrainer</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/multiclass/OneVsRestTrainer.html" title="type parameter in OneVsRestTrainer">M</a> extends <a href="org/apache/ignite/ml/IgniteModel.html" title="interface in org.apache.ignite.ml">IgniteModel</a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a><span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/multiclass/package-summary.html">org.apache.ignite.ml.multiclass</a></dt>
<dd>
<div class="block">This is a common heuristic trainer for multi-class labeled models.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/multiclass/OneVsRestTrainer.html#OneVsRestTrainer-org.apache.ignite.ml.trainers.SingleLabelDatasetTrainer-">OneVsRestTrainer(SingleLabelDatasetTrainer<span class='angle_bracket'>&lt;</span>M<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.multiclass.<a href="org/apache/ignite/ml/multiclass/OneVsRestTrainer.html" title="class in org.apache.ignite.ml.multiclass">OneVsRestTrainer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoverySpiDataExchange.html#onExchange-org.apache.ignite.spi.discovery.DiscoveryDataBag-">onExchange(DiscoveryDataBag)</a></span> - Method in interface org.apache.ignite.spi.discovery.<a href="org/apache/ignite/spi/discovery/DiscoverySpiDataExchange.html" title="interface in org.apache.ignite.spi.discovery">DiscoverySpiDataExchange</a></dt>
<dd>
<div class="block">Notifies discovery manager about data received from remote node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#onExchange-org.apache.ignite.spi.discovery.tcp.internal.DiscoveryDataPacket-java.lang.ClassLoader-">onExchange(DiscoveryDataPacket, ClassLoader)</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="memberNameLink"><a href="org/apache/ignite/spi/collision/CollisionExternalListener.html#onExternalCollision--">onExternalCollision()</a></span> - Method in interface org.apache.ignite.spi.collision.<a href="org/apache/ignite/spi/collision/CollisionExternalListener.html" title="interface in org.apache.ignite.spi.collision">CollisionExternalListener</a></dt>
<dd>
<div class="block">Callback invoked by Collision SPI whenever an external collision
event occurs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/failure/AbstractFailureHandler.html#onFailure-org.apache.ignite.Ignite-org.apache.ignite.failure.FailureContext-">onFailure(Ignite, FailureContext)</a></span> - Method in class org.apache.ignite.failure.<a href="org/apache/ignite/failure/AbstractFailureHandler.html" title="class in org.apache.ignite.failure">AbstractFailureHandler</a></dt>
<dd>
<div class="block">Handles failure occurred on <code>ignite</code> instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/failure/FailureHandler.html#onFailure-org.apache.ignite.Ignite-org.apache.ignite.failure.FailureContext-">onFailure(Ignite, FailureContext)</a></span> - Method in interface org.apache.ignite.failure.<a href="org/apache/ignite/failure/FailureHandler.html" title="interface in org.apache.ignite.failure">FailureHandler</a></dt>
<dd>
<div class="block">Handles failure occurred on <code>ignite</code> instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/thread/IgniteThread.html#onForbidBinaryMetadataRequestSectionEntered--">onForbidBinaryMetadataRequestSectionEntered()</a></span> - Static method in class org.apache.ignite.thread.<a href="org/apache/ignite/thread/IgniteThread.html" title="class in org.apache.ignite.thread">IgniteThread</a></dt>
<dd>
<div class="block">Callback on entering critical section where binary metadata requests are forbidden.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/thread/IgniteThread.html#onForbidBinaryMetadataRequestSectionLeft--">onForbidBinaryMetadataRequestSectionLeft()</a></span> - Static method in class org.apache.ignite.thread.<a href="org/apache/ignite/thread/IgniteThread.html" title="class in org.apache.ignite.thread">IgniteThread</a></dt>
<dd>
<div class="block">Callback on leaving critical section where binary metadata requests are forbidden.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheInterceptor.html#onGet-K-V-">onGet(K, V)</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheInterceptor.html" title="interface in org.apache.ignite.cache">CacheInterceptor</a></dt>
<dd>
<div class="block">This method is called within <a href="org/apache/ignite/IgniteCache.html#get-K-"><code>IgniteCache.get(Object)</code></a>
and similar operations to provide control over returned value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheInterceptorAdapter.html#onGet-K-V-">onGet(K, V)</a></span> - Method in class org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheInterceptorAdapter.html" title="class in org.apache.ignite.cache">CacheInterceptorAdapter</a></dt>
<dd>
<div class="block">This method is called within <a href="org/apache/ignite/IgniteCache.html#get-K-"><code>IgniteCache.get(Object)</code></a>
and similar operations to provide control over returned value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageWriter.html#onHeaderWritten--">onHeaderWritten()</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 when header of the message is written.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/plugin/MLPluginProvider.html#onIgniteStart--">onIgniteStart()</a></span> - Method in class org.apache.ignite.ml.util.plugin.<a href="org/apache/ignite/ml/util/plugin/MLPluginProvider.html" title="class in org.apache.ignite.ml.util.plugin">MLPluginProvider</a></dt>
<dd>
<div class="block">Callback that notifies that Ignite has successfully started,
including all internal components.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/CachePluginProvider.html#onIgniteStart--">onIgniteStart()</a></span> - Method in interface org.apache.ignite.plugin.<a href="org/apache/ignite/plugin/CachePluginProvider.html" title="interface in org.apache.ignite.plugin">CachePluginProvider</a></dt>
<dd>
<div class="block">Callback that notifies that Ignite has successfully started,
including all internal components.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/PluginProvider.html#onIgniteStart--">onIgniteStart()</a></span> - Method in interface org.apache.ignite.plugin.<a href="org/apache/ignite/plugin/PluginProvider.html" title="interface in org.apache.ignite.plugin">PluginProvider</a></dt>
<dd>
<div class="block">Callback that notifies that Ignite has successfully started,
including all internal components.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/plugin/MLPluginProvider.html#onIgniteStop-boolean-">onIgniteStop(boolean)</a></span> - Method in class org.apache.ignite.ml.util.plugin.<a href="org/apache/ignite/ml/util/plugin/MLPluginProvider.html" title="class in org.apache.ignite.ml.util.plugin">MLPluginProvider</a></dt>
<dd>
<div class="block">Callback to notify that Ignite is about to stop.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/CachePluginProvider.html#onIgniteStop-boolean-">onIgniteStop(boolean)</a></span> - Method in interface org.apache.ignite.plugin.<a href="org/apache/ignite/plugin/CachePluginProvider.html" title="interface in org.apache.ignite.plugin">CachePluginProvider</a></dt>
<dd>
<div class="block">Callback to notify that Ignite is about to stop.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/PluginProvider.html#onIgniteStop-boolean-">onIgniteStop(boolean)</a></span> - Method in interface org.apache.ignite.plugin.<a href="org/apache/ignite/plugin/PluginProvider.html" title="interface in org.apache.ignite.plugin">PluginProvider</a></dt>
<dd>
<div class="block">Callback to notify that Ignite is about to stop.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lifecycle/LifecycleBean.html#onLifecycleEvent-org.apache.ignite.lifecycle.LifecycleEventType-">onLifecycleEvent(LifecycleEventType)</a></span> - Method in interface org.apache.ignite.lifecycle.<a href="org/apache/ignite/lifecycle/LifecycleBean.html" title="interface in org.apache.ignite.lifecycle">LifecycleBean</a></dt>
<dd>
<div class="block">This method is called when lifecycle event occurs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoverySpiListener.html#onLocalNodeInitialized-org.apache.ignite.cluster.ClusterNode-">onLocalNodeInitialized(ClusterNode)</a></span> - Method in interface org.apache.ignite.spi.discovery.<a href="org/apache/ignite/spi/discovery/DiscoverySpiListener.html" title="interface in org.apache.ignite.spi.discovery">DiscoverySpiListener</a></dt>
<dd>
<div class="block">Notification of local node initialization.</div>
</dd>
<dt><a href="org/apache/ignite/ml/composition/predictionsaggregator/OnMajorityPredictionsAggregator.html" title="class in org.apache.ignite.ml.composition.predictionsaggregator"><span class="typeNameLink">OnMajorityPredictionsAggregator</span></a> - Class in <a href="org/apache/ignite/ml/composition/predictionsaggregator/package-summary.html">org.apache.ignite.ml.composition.predictionsaggregator</a></dt>
<dd>
<div class="block">Predictions aggregator returning the most frequently prediction.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/predictionsaggregator/OnMajorityPredictionsAggregator.html#OnMajorityPredictionsAggregator--">OnMajorityPredictionsAggregator()</a></span> - Constructor for class org.apache.ignite.ml.composition.predictionsaggregator.<a href="org/apache/ignite/ml/composition/predictionsaggregator/OnMajorityPredictionsAggregator.html" title="class in org.apache.ignite.ml.composition.predictionsaggregator">OnMajorityPredictionsAggregator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeJobMasterLeaveAware.html#onMasterNodeLeft-org.apache.ignite.compute.ComputeTaskSession-">onMasterNodeLeft(ComputeTaskSession)</a></span> - Method in interface org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeJobMasterLeaveAware.html" title="interface in org.apache.ignite.compute">ComputeJobMasterLeaveAware</a></dt>
<dd>
<div class="block">A method which is executed in case master node has left topology during job execution.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/CommunicationListener.html#onMessage-java.util.UUID-T-org.apache.ignite.lang.IgniteRunnable-">onMessage(UUID, T, IgniteRunnable)</a></span> - Method in interface org.apache.ignite.spi.communication.<a href="org/apache/ignite/spi/communication/CommunicationListener.html" title="interface in org.apache.ignite.spi.communication">CommunicationListener</a></dt>
<dd>
<div class="block"><b>NOTE:</b> <a href="org/apache/ignite/spi/communication/CommunicationSpi.html" title="interface in org.apache.ignite.spi.communication"><code>CommunicationSpi</code></a> should ignore very first 4 bytes received from
sender node and pass the rest of the received message to the listener.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationMetricsListener.html#onMessageReceived-org.apache.ignite.plugin.extensions.communication.Message-java.lang.Object-">onMessageReceived(Message, Object)</a></span> - Method in class org.apache.ignite.spi.communication.tcp.<a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationMetricsListener.html" title="class in org.apache.ignite.spi.communication.tcp">TcpCommunicationMetricsListener</a></dt>
<dd>
<div class="block">Collects statistics for message received by SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationMetricsListener.html#onMessageSent-org.apache.ignite.plugin.extensions.communication.Message-java.lang.Object-">onMessageSent(Message, Object)</a></span> - Method in class org.apache.ignite.spi.communication.tcp.<a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationMetricsListener.html" title="class in org.apache.ignite.spi.communication.tcp">TcpCommunicationMetricsListener</a></dt>
<dd>
<div class="block">Collects statistics for message sent by SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/visor/plugin/VisorExtensionPoint.html#onModelChanged--">onModelChanged()</a></span> - Method in class org.apache.ignite.visor.plugin.<a href="org/apache/ignite/visor/plugin/VisorExtensionPoint.html" title="class in org.apache.ignite.visor.plugin">VisorExtensionPoint</a></dt>
<dd>
<div class="block">Will be executed on Visor model changed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/visor/plugin/VisorTopologyListener.html#onNodeFailed-java.util.UUID-">onNodeFailed(UUID)</a></span> - Method in interface org.apache.ignite.visor.plugin.<a href="org/apache/ignite/visor/plugin/VisorTopologyListener.html" title="interface in org.apache.ignite.visor.plugin">VisorTopologyListener</a></dt>
<dd>
<div class="block">Action that should be done on node failed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/visor/plugin/VisorTopologyListener.html#onNodeJoin-java.util.UUID-">onNodeJoin(UUID)</a></span> - Method in interface org.apache.ignite.visor.plugin.<a href="org/apache/ignite/visor/plugin/VisorTopologyListener.html" title="interface in org.apache.ignite.visor.plugin">VisorTopologyListener</a></dt>
<dd>
<div class="block">Action that should be done on node join.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationMetricsListener.html#onNodeLeft-java.lang.Object-">onNodeLeft(Object)</a></span> - Method in class org.apache.ignite.spi.communication.tcp.<a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationMetricsListener.html" title="class in org.apache.ignite.spi.communication.tcp">TcpCommunicationMetricsListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/visor/plugin/VisorTopologyListener.html#onNodeLeft-java.util.UUID-">onNodeLeft(UUID)</a></span> - Method in interface org.apache.ignite.visor.plugin.<a href="org/apache/ignite/visor/plugin/VisorTopologyListener.html" title="interface in org.apache.ignite.visor.plugin">VisorTopologyListener</a></dt>
<dd>
<div class="block">Action that should be done on node left.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/visor/plugin/VisorTopologyListener.html#onNodeSegmented-java.util.UUID-">onNodeSegmented(UUID)</a></span> - Method in interface org.apache.ignite.visor.plugin.<a href="org/apache/ignite/visor/plugin/VisorTopologyListener.html" title="interface in org.apache.ignite.visor.plugin">VisorTopologyListener</a></dt>
<dd>
<div class="block">Action that should be done on node segmented.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ApplicationMaster.html#onNodesUpdated-java.util.List-">onNodesUpdated(List<span class='angle_bracket'>&lt;</span>NodeReport<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ApplicationMaster.html" title="class in org.apache.ignite.yarn">ApplicationMaster</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ConnectorMessageInterceptor.html#onReceive-java.lang.Object-">onReceive(Object)</a></span> - Method in interface org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ConnectorMessageInterceptor.html" title="interface in org.apache.ignite.configuration">ConnectorMessageInterceptor</a></dt>
<dd>
<div class="block">Intercepts received objects.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ConnectorMessageInterceptor.html#onSend-java.lang.Object-">onSend(Object)</a></span> - Method in interface org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ConnectorMessageInterceptor.html" title="interface in org.apache.ignite.configuration">ConnectorMessageInterceptor</a></dt>
<dd>
<div class="block">Intercepts received objects.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/CacheStoreSessionListener.html#onSessionEnd-org.apache.ignite.cache.store.CacheStoreSession-boolean-">onSessionEnd(CacheStoreSession, boolean)</a></span> - Method in interface org.apache.ignite.cache.store.<a href="org/apache/ignite/cache/store/CacheStoreSessionListener.html" title="interface in org.apache.ignite.cache.store">CacheStoreSessionListener</a></dt>
<dd>
<div class="block">On session end callback.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcStoreSessionListener.html#onSessionEnd-org.apache.ignite.cache.store.CacheStoreSession-boolean-">onSessionEnd(CacheStoreSession, boolean)</a></span> - Method in 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>
<div class="block">On session end callback.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/spring/CacheSpringStoreSessionListener.html#onSessionEnd-org.apache.ignite.cache.store.CacheStoreSession-boolean-">onSessionEnd(CacheStoreSession, boolean)</a></span> - Method in class org.apache.ignite.cache.store.spring.<a href="org/apache/ignite/cache/store/spring/CacheSpringStoreSessionListener.html" title="class in org.apache.ignite.cache.store.spring">CacheSpringStoreSessionListener</a></dt>
<dd>
<div class="block">On session end callback.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/CacheStoreSessionListener.html#onSessionStart-org.apache.ignite.cache.store.CacheStoreSession-">onSessionStart(CacheStoreSession)</a></span> - Method in interface org.apache.ignite.cache.store.<a href="org/apache/ignite/cache/store/CacheStoreSessionListener.html" title="interface in org.apache.ignite.cache.store">CacheStoreSessionListener</a></dt>
<dd>
<div class="block">On session start callback.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcStoreSessionListener.html#onSessionStart-org.apache.ignite.cache.store.CacheStoreSession-">onSessionStart(CacheStoreSession)</a></span> - Method in 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>
<div class="block">On session start callback.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/spring/CacheSpringStoreSessionListener.html#onSessionStart-org.apache.ignite.cache.store.CacheStoreSession-">onSessionStart(CacheStoreSession)</a></span> - Method in class org.apache.ignite.cache.store.spring.<a href="org/apache/ignite/cache/store/spring/CacheSpringStoreSessionListener.html" title="class in org.apache.ignite.cache.store.spring">CacheSpringStoreSessionListener</a></dt>
<dd>
<div class="block">On session start callback.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ApplicationMaster.html#onShutdownRequest--">onShutdownRequest()</a></span> - Method in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ApplicationMaster.html" title="class in org.apache.ignite.yarn">ApplicationMaster</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/TcpDiscoveryIpFinder.html#onSpiContextDestroyed--">onSpiContextDestroyed()</a></span> - Method in interface org.apache.ignite.spi.discovery.tcp.ipfinder.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/TcpDiscoveryIpFinder.html" title="interface in org.apache.ignite.spi.discovery.tcp.ipfinder">TcpDiscoveryIpFinder</a></dt>
<dd>
<div class="block">Callback invoked prior to stopping grid before SPI context is destroyed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/TcpDiscoveryIpFinderAdapter.html#onSpiContextDestroyed--">onSpiContextDestroyed()</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/TcpDiscoveryIpFinderAdapter.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder">TcpDiscoveryIpFinderAdapter</a></dt>
<dd>
<div class="block">Callback invoked prior to stopping grid before SPI context is destroyed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/zk/TcpDiscoveryZookeeperIpFinder.html#onSpiContextDestroyed--">onSpiContextDestroyed()</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.zk.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/zk/TcpDiscoveryZookeeperIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.zk">TcpDiscoveryZookeeperIpFinder</a></dt>
<dd>
<div class="block">Callback invoked prior to stopping grid before SPI context is destroyed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/multicast/TcpDiscoveryMulticastIpFinder.html#onSpiContextInitialized-org.apache.ignite.spi.IgniteSpiContext-">onSpiContextInitialized(IgniteSpiContext)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.multicast.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/multicast/TcpDiscoveryMulticastIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.multicast">TcpDiscoveryMulticastIpFinder</a></dt>
<dd>
<div class="block">Callback invoked when SPI context is initialized after <a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#spiStart-java.lang.String-"><code>TcpDiscoverySpi.spiStart(String)</code></a>
method is completed, SPI context can be stored for future access.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/TcpDiscoveryIpFinder.html#onSpiContextInitialized-org.apache.ignite.spi.IgniteSpiContext-">onSpiContextInitialized(IgniteSpiContext)</a></span> - Method in interface org.apache.ignite.spi.discovery.tcp.ipfinder.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/TcpDiscoveryIpFinder.html" title="interface in org.apache.ignite.spi.discovery.tcp.ipfinder">TcpDiscoveryIpFinder</a></dt>
<dd>
<div class="block">Callback invoked when SPI context is initialized after <a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#spiStart-java.lang.String-"><code>TcpDiscoverySpi.spiStart(String)</code></a>
method is completed, SPI context can be stored for future access.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/TcpDiscoveryIpFinderAdapter.html#onSpiContextInitialized-org.apache.ignite.spi.IgniteSpiContext-">onSpiContextInitialized(IgniteSpiContext)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/TcpDiscoveryIpFinderAdapter.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder">TcpDiscoveryIpFinderAdapter</a></dt>
<dd>
<div class="block">Callback invoked when SPI context is initialized after <a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#spiStart-java.lang.String-"><code>TcpDiscoverySpi.spiStart(String)</code></a>
method is completed, SPI context can be stored for future access.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgnitionListener.html#onStateChange-java.lang.String-org.apache.ignite.IgniteState-">onStateChange(String, IgniteState)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgnitionListener.html" title="interface in org.apache.ignite">IgnitionListener</a></dt>
<dd>
<div class="block">Listener for grid factory state change notifications.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiTimeoutObject.html#onTimeout--">onTimeout()</a></span> - Method in interface org.apache.ignite.spi.<a href="org/apache/ignite/spi/IgniteSpiTimeoutObject.html" title="interface in org.apache.ignite.spi">IgniteSpiTimeoutObject</a></dt>
<dd>
<div class="block">Timeout callback.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/marshaller/AbstractMarshaller.html#onUndeploy-java.lang.ClassLoader-">onUndeploy(ClassLoader)</a></span> - Method in class org.apache.ignite.marshaller.<a href="org/apache/ignite/marshaller/AbstractMarshaller.html" title="class in org.apache.ignite.marshaller">AbstractMarshaller</a></dt>
<dd>
<div class="block">Undeployment callback invoked when class loader is being undeployed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/marshaller/jdk/JdkMarshaller.html#onUndeploy-java.lang.ClassLoader-">onUndeploy(ClassLoader)</a></span> - Method in class org.apache.ignite.marshaller.jdk.<a href="org/apache/ignite/marshaller/jdk/JdkMarshaller.html" title="class in org.apache.ignite.marshaller.jdk">JdkMarshaller</a></dt>
<dd>
<div class="block">Undeployment callback invoked when class loader is being undeployed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/deployment/DeploymentListener.html#onUnregistered-java.lang.ClassLoader-">onUnregistered(ClassLoader)</a></span> - Method in interface org.apache.ignite.spi.deployment.<a href="org/apache/ignite/spi/deployment/DeploymentListener.html" title="interface in org.apache.ignite.spi.deployment">DeploymentListener</a></dt>
<dd>
<div class="block">Called when a deployment has been unregistered..</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/ContinuousQueryWithTransformer.EventListener.html#onUpdated-java.lang.Iterable-">onUpdated(Iterable<span class='angle_bracket'>&lt;</span>? extends T<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/ContinuousQueryWithTransformer.EventListener.html" title="interface in org.apache.ignite.cache.query">ContinuousQueryWithTransformer.EventListener</a></dt>
<dd>
<div class="block">Called after one or more entries have been updated.</div>
</dd>
<dt><a href="org/apache/ignite/thread/OomExceptionHandler.html" title="class in org.apache.ignite.thread"><span class="typeNameLink">OomExceptionHandler</span></a> - Class in <a href="org/apache/ignite/thread/package-summary.html">org.apache.ignite.thread</a></dt>
<dd>
<div class="block">OOM exception handler for system threads.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/thread/OomExceptionHandler.html#OomExceptionHandler-org.apache.ignite.internal.GridKernalContext-">OomExceptionHandler(GridKernalContext)</a></span> - Constructor for class org.apache.ignite.thread.<a href="org/apache/ignite/thread/OomExceptionHandler.html" title="class in org.apache.ignite.thread">OomExceptionHandler</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/spi/metric/opencensus/OpenCensusMetricExporterSpi.html" title="class in org.apache.ignite.spi.metric.opencensus"><span class="typeNameLink">OpenCensusMetricExporterSpi</span></a> - Class in <a href="org/apache/ignite/spi/metric/opencensus/package-summary.html">org.apache.ignite.spi.metric.opencensus</a></dt>
<dd>
<div class="block"><a href="https://opencensus.io">OpenCensus</a> monitoring exporter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/metric/opencensus/OpenCensusMetricExporterSpi.html#OpenCensusMetricExporterSpi--">OpenCensusMetricExporterSpi()</a></span> - Constructor for class org.apache.ignite.spi.metric.opencensus.<a href="org/apache/ignite/spi/metric/opencensus/OpenCensusMetricExporterSpi.html" title="class in org.apache.ignite.spi.metric.opencensus">OpenCensusMetricExporterSpi</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/spi/tracing/opencensus/OpenCensusSpanAdapter.html" title="class in org.apache.ignite.spi.tracing.opencensus"><span class="typeNameLink">OpenCensusSpanAdapter</span></a> - Class in <a href="org/apache/ignite/spi/tracing/opencensus/package-summary.html">org.apache.ignite.spi.tracing.opencensus</a></dt>
<dd>
<div class="block">Span implementation based on OpenCensus library.</div>
</dd>
<dt><a href="org/apache/ignite/spi/tracing/opencensus/OpenCensusTraceExporter.html" title="class in org.apache.ignite.spi.tracing.opencensus"><span class="typeNameLink">OpenCensusTraceExporter</span></a> - Class in <a href="org/apache/ignite/spi/tracing/opencensus/package-summary.html">org.apache.ignite.spi.tracing.opencensus</a></dt>
<dd>
<div class="block">Wrapper of OpenCensus trace exporters adopted for Ignite lifecycle.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/opencensus/OpenCensusTraceExporter.html#OpenCensusTraceExporter-io.opencensus.trace.export.SpanExporter.Handler-">OpenCensusTraceExporter(SpanExporter.Handler)</a></span> - Constructor for class org.apache.ignite.spi.tracing.opencensus.<a href="org/apache/ignite/spi/tracing/opencensus/OpenCensusTraceExporter.html" title="class in org.apache.ignite.spi.tracing.opencensus">OpenCensusTraceExporter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/spi/tracing/opencensus/OpenCensusTracingSpi.html" title="class in org.apache.ignite.spi.tracing.opencensus"><span class="typeNameLink">OpenCensusTracingSpi</span></a> - Class in <a href="org/apache/ignite/spi/tracing/opencensus/package-summary.html">org.apache.ignite.spi.tracing.opencensus</a></dt>
<dd>
<div class="block">Tracing SPI implementation based on OpenCensus library.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/opencensus/OpenCensusTracingSpi.html#OpenCensusTracingSpi--">OpenCensusTracingSpi()</a></span> - Constructor for class org.apache.ignite.spi.tracing.opencensus.<a href="org/apache/ignite/spi/tracing/opencensus/OpenCensusTracingSpi.html" title="class in org.apache.ignite.spi.tracing.opencensus">OpenCensusTracingSpi</a></dt>
<dd>
<div class="block">This constructor is used if environment (JVM) already has OpenCensus tracing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/opencensus/OpenCensusTracingSpi.html#OpenCensusTracingSpi-io.opencensus.trace.export.SpanExporter.Handler...-">OpenCensusTracingSpi(SpanExporter.Handler...)</a></span> - Constructor for class org.apache.ignite.spi.tracing.opencensus.<a href="org/apache/ignite/spi/tracing/opencensus/OpenCensusTracingSpi.html" title="class in org.apache.ignite.spi.tracing.opencensus">OpenCensusTracingSpi</a></dt>
<dd>
<div class="block">This constructor is used if environment (JVM) hasn't OpenCensus tracing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#openChannel-org.apache.ignite.cluster.ClusterNode-org.apache.ignite.plugin.extensions.communication.Message-">openChannel(ClusterNode, Message)</a></span> - Method 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="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html#openConnection-boolean-">openConnection(boolean)</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">Gets connection from a pool.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ssl/SslContextFactory.html#openFileInputStream-java.lang.String-">openFileInputStream(String)</a></span> - Method in class org.apache.ignite.ssl.<a href="org/apache/ignite/ssl/SslContextFactory.html" title="class in org.apache.ignite.ssl">SslContextFactory</a></dt>
<dd>
<div class="block">By default, this method simply opens a raw file input stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#openSocket-java.net.InetSocketAddress-org.apache.ignite.spi.IgniteSpiOperationTimeoutHelper-">openSocket(InetSocketAddress, IgniteSpiOperationTimeoutHelper)</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="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#openSocket-java.net.Socket-java.net.InetSocketAddress-org.apache.ignite.spi.IgniteSpiOperationTimeoutHelper-">openSocket(Socket, InetSocketAddress, IgniteSpiOperationTimeoutHelper)</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">Connects to remote address sending <code>U.IGNITE_HEADER</code> when connection is established.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/BatchExecutionAssistant.html#operationName--">operationName()</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">Display name for the batch operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/BatchLoaderAssistant.html#operationName--">operationName()</a></span> - Method in interface org.apache.ignite.cache.store.cassandra.session.<a href="org/apache/ignite/cache/store/cassandra/session/BatchLoaderAssistant.html" title="interface in org.apache.ignite.cache.store.cassandra.session">BatchLoaderAssistant</a></dt>
<dd>
<div class="block">Returns name of the batch load operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/ExecutionAssistant.html#operationName--">operationName()</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">Returns operation name.</div>
</dd>
<dt><a href="org/apache/ignite/cache/store/jdbc/dialect/OracleDialect.html" title="class in org.apache.ignite.cache.store.jdbc.dialect"><span class="typeNameLink">OracleDialect</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">A dialect compatible with the Oracle database.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/dialect/OracleDialect.html#OracleDialect--">OracleDialect()</a></span> - Constructor for class org.apache.ignite.cache.store.jdbc.dialect.<a href="org/apache/ignite/cache/store/jdbc/dialect/OracleDialect.html" title="class in org.apache.ignite.cache.store.jdbc.dialect">OracleDialect</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/jdbc/OracleJdbcIpFinderDialect.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.jdbc"><span class="typeNameLink">OracleJdbcIpFinderDialect</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">Oracle 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="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/jdbc/OracleJdbcIpFinderDialect.html#OracleJdbcIpFinderDialect--">OracleJdbcIpFinderDialect()</a></span> - Constructor for class org.apache.ignite.spi.discovery.tcp.ipfinder.jdbc.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/jdbc/OracleJdbcIpFinderDialect.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.jdbc">OracleJdbcIpFinderDialect</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterNode.html#order--">order()</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">Node order within grid topology.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/isolated/IsolatedNode.html#order--">order()</a></span> - Method in class org.apache.ignite.spi.discovery.isolated.<a href="org/apache/ignite/spi/discovery/isolated/IsolatedNode.html" title="class in org.apache.ignite.spi.discovery.isolated">IsolatedNode</a></dt>
<dd>
<div class="block">Node order within grid topology.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/primitives/matrix/OrderedMatrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix"><span class="typeNameLink">OrderedMatrix</span></a> - Interface in <a href="org/apache/ignite/ml/math/primitives/matrix/package-summary.html">org.apache.ignite.ml.math.primitives.matrix</a></dt>
<dd>
<div class="block">Interface for matrix with particular order for storing entities.</div>
</dd>
<dt><a href="org/apache/ignite/package-summary.html">org.apache.ignite</a> - package org.apache.ignite</dt>
<dd>
<div class="block">Contains entry-point <b>Ignite & HPC APIs.</div>
</dd>
<dt><a href="org/apache/ignite/binary/package-summary.html">org.apache.ignite.binary</a> - package org.apache.ignite.binary</dt>
<dd>
<div class="block">Contains Ignite Binary Objects API classes.</div>
</dd>
<dt><a href="org/apache/ignite/cache/package-summary.html">org.apache.ignite.cache</a> - package org.apache.ignite.cache</dt>
<dd>
<div class="block">Contains main <b>Data Grid APIs.</div>
</dd>
<dt><a href="org/apache/ignite/cache/affinity/package-summary.html">org.apache.ignite.cache.affinity</a> - package org.apache.ignite.cache.affinity</dt>
<dd>
<div class="block">Contains cache node affinity implementations.</div>
</dd>
<dt><a href="org/apache/ignite/cache/affinity/rendezvous/package-summary.html">org.apache.ignite.cache.affinity.rendezvous</a> - package org.apache.ignite.cache.affinity.rendezvous</dt>
<dd>
<div class="block">Contains HRW-based cache affinity for partitioned cache.</div>
</dd>
<dt><a href="org/apache/ignite/cache/eviction/package-summary.html">org.apache.ignite.cache.eviction</a> - package org.apache.ignite.cache.eviction</dt>
<dd>
<div class="block">Contains cache eviction policy implementations.</div>
</dd>
<dt><a href="org/apache/ignite/cache/eviction/fifo/package-summary.html">org.apache.ignite.cache.eviction.fifo</a> - package org.apache.ignite.cache.eviction.fifo</dt>
<dd>
<div class="block">Contains cache FIFO eviction policy implementations.</div>
</dd>
<dt><a href="org/apache/ignite/cache/eviction/lru/package-summary.html">org.apache.ignite.cache.eviction.lru</a> - package org.apache.ignite.cache.eviction.lru</dt>
<dd>
<div class="block">Contains cache LRU eviction policy implementations.</div>
</dd>
<dt><a href="org/apache/ignite/cache/eviction/random/package-summary.html">org.apache.ignite.cache.eviction.random</a> - package org.apache.ignite.cache.eviction.random</dt>
<dd>
<div class="block">Contains cache randomized eviction policy implementations.</div>
</dd>
<dt><a href="org/apache/ignite/cache/eviction/sorted/package-summary.html">org.apache.ignite.cache.eviction.sorted</a> - package org.apache.ignite.cache.eviction.sorted</dt>
<dd>
<div class="block">Contains cache sorted eviction policy implementation.</div>
</dd>
<dt><a href="org/apache/ignite/cache/hibernate/package-summary.html">org.apache.ignite.cache.hibernate</a> - package org.apache.ignite.cache.hibernate</dt>
<dd>
<div class="block">Contains implementation of Hibernate L2 cache.</div>
</dd>
<dt><a href="org/apache/ignite/cache/jta/package-summary.html">org.apache.ignite.cache.jta</a> - package org.apache.ignite.cache.jta</dt>
<dd>
<div class="block">Contains JTA (Java Transaction API) related public classes and interfaces.</div>
</dd>
<dt><a href="org/apache/ignite/cache/jta/jndi/package-summary.html">org.apache.ignite.cache.jta.jndi</a> - package org.apache.ignite.cache.jta.jndi</dt>
<dd>
<div class="block">Contains JNDI-based transaction manager lookup.</div>
</dd>
<dt><a href="org/apache/ignite/cache/jta/reflect/package-summary.html">org.apache.ignite.cache.jta.reflect</a> - package org.apache.ignite.cache.jta.reflect</dt>
<dd>
<div class="block">Contains reflection-based transaction manager lookup.</div>
</dd>
<dt><a href="org/apache/ignite/cache/jta/websphere/package-summary.html">org.apache.ignite.cache.jta.websphere</a> - package org.apache.ignite.cache.jta.websphere</dt>
<dd>
<div class="block">Contains WebSphere integrations.</div>
</dd>
<dt><a href="org/apache/ignite/cache/query/package-summary.html">org.apache.ignite.cache.query</a> - package org.apache.ignite.cache.query</dt>
<dd>
<div class="block">Contains APIs for creating and executing cache queries.</div>
</dd>
<dt><a href="org/apache/ignite/cache/query/annotations/package-summary.html">org.apache.ignite.cache.query.annotations</a> - package org.apache.ignite.cache.query.annotations</dt>
<dd>
<div class="block">Contains query-related annotations.</div>
</dd>
<dt><a href="org/apache/ignite/cache/store/package-summary.html">org.apache.ignite.cache.store</a> - package org.apache.ignite.cache.store</dt>
<dd>
<div class="block">Contains cache store interfaces.</div>
</dd>
<dt><a href="org/apache/ignite/cache/store/cassandra/package-summary.html">org.apache.ignite.cache.store.cassandra</a> - package org.apache.ignite.cache.store.cassandra</dt>
<dd>
<div class="block">Contains <a href="org/apache/ignite/cache/store/CacheStore.html" title="interface in org.apache.ignite.cache.store"><code>CacheStore</code></a> implementation backed by Cassandra database</div>
</dd>
<dt><a href="org/apache/ignite/cache/store/cassandra/common/package-summary.html">org.apache.ignite.cache.store.cassandra.common</a> - package org.apache.ignite.cache.store.cassandra.common</dt>
<dd>
<div class="block">Contains commonly used helper classes</div>
</dd>
<dt><a href="org/apache/ignite/cache/store/cassandra/datasource/package-summary.html">org.apache.ignite.cache.store.cassandra.datasource</a> - package org.apache.ignite.cache.store.cassandra.datasource</dt>
<dd>
<div class="block">Contains data source implementation</div>
</dd>
<dt><a href="org/apache/ignite/cache/store/cassandra/persistence/package-summary.html">org.apache.ignite.cache.store.cassandra.persistence</a> - package org.apache.ignite.cache.store.cassandra.persistence</dt>
<dd>
<div class="block">Contains persistent settings configuration</div>
</dd>
<dt><a href="org/apache/ignite/cache/store/cassandra/serializer/package-summary.html">org.apache.ignite.cache.store.cassandra.serializer</a> - package org.apache.ignite.cache.store.cassandra.serializer</dt>
<dd>
<div class="block">Contains serializers implementation, to store BLOBs into Cassandra</div>
</dd>
<dt><a href="org/apache/ignite/cache/store/cassandra/session/package-summary.html">org.apache.ignite.cache.store.cassandra.session</a> - package org.apache.ignite.cache.store.cassandra.session</dt>
<dd>
<div class="block">Contains classes responsible for handling sessions and communication with Cassandra</div>
</dd>
<dt><a href="org/apache/ignite/cache/store/cassandra/session/pool/package-summary.html">org.apache.ignite.cache.store.cassandra.session.pool</a> - package org.apache.ignite.cache.store.cassandra.session.pool</dt>
<dd>
<div class="block">Contains session pool implenetation for Cassandra sessions</div>
</dd>
<dt><a href="org/apache/ignite/cache/store/cassandra/session/transaction/package-summary.html">org.apache.ignite.cache.store.cassandra.session.transaction</a> - package org.apache.ignite.cache.store.cassandra.session.transaction</dt>
<dd>
<div class="block">Contains mutations implementation, to store changes made inside Ignite transaction</div>
</dd>
<dt><a href="org/apache/ignite/cache/store/cassandra/utils/package-summary.html">org.apache.ignite.cache.store.cassandra.utils</a> - package org.apache.ignite.cache.store.cassandra.utils</dt>
<dd>
<div class="block">Contains utility classes</div>
</dd>
<dt><a href="org/apache/ignite/cache/store/jdbc/package-summary.html">org.apache.ignite.cache.store.jdbc</a> - package org.apache.ignite.cache.store.jdbc</dt>
<dd>
<div class="block">Contains reference JDBC-based cache store implementation.</div>
</dd>
<dt><a href="org/apache/ignite/cache/store/jdbc/dialect/package-summary.html">org.apache.ignite.cache.store.jdbc.dialect</a> - package org.apache.ignite.cache.store.jdbc.dialect</dt>
<dd>
<div class="block">Contains SQL dialects for different RDBMS.</div>
</dd>
<dt><a href="org/apache/ignite/cache/store/spring/package-summary.html">org.apache.ignite.cache.store.spring</a> - package org.apache.ignite.cache.store.spring</dt>
<dd>
<div class="block">Contains cache store session listener based on Spring transaction management.</div>
</dd>
<dt><a href="org/apache/ignite/cache/websession/package-summary.html">org.apache.ignite.cache.websession</a> - package org.apache.ignite.cache.websession</dt>
<dd>
<div class="block">Contains classes for <b>Web Sessions Caching</b>.</div>
</dd>
<dt><a href="org/apache/ignite/client/package-summary.html">org.apache.ignite.client</a> - package org.apache.ignite.client</dt>
<dd>
<div class="block">Contains Ignite Thin Client API classes.</div>
</dd>
<dt><a href="org/apache/ignite/cluster/package-summary.html">org.apache.ignite.cluster</a> - package org.apache.ignite.cluster</dt>
<dd>
<div class="block">Contains cluster-related classes.</div>
</dd>
<dt><a href="org/apache/ignite/compute/package-summary.html">org.apache.ignite.compute</a> - package org.apache.ignite.compute</dt>
<dd>
<div class="block">Contains <b>Compute Grid</b> functionality.</div>
</dd>
<dt><a href="org/apache/ignite/compute/gridify/package-summary.html">org.apache.ignite.compute.gridify</a> - package org.apache.ignite.compute.gridify</dt>
<dd>
<div class="block">Contains APIs utilized for AOP-based grid-enabling.</div>
</dd>
<dt><a href="org/apache/ignite/compute/gridify/aop/package-summary.html">org.apache.ignite.compute.gridify.aop</a> - package org.apache.ignite.compute.gridify.aop</dt>
<dd>
<div class="block">Contains common classes for different AOP providers.</div>
</dd>
<dt><a href="org/apache/ignite/compute/gridify/aop/aspectj/package-summary.html">org.apache.ignite.compute.gridify.aop.aspectj</a> - package org.apache.ignite.compute.gridify.aop.aspectj</dt>
<dd>
<div class="block">Contains all classes used by AspectJ AOP implementation.</div>
</dd>
<dt><a href="org/apache/ignite/compute/gridify/aop/spring/package-summary.html">org.apache.ignite.compute.gridify.aop.spring</a> - package org.apache.ignite.compute.gridify.aop.spring</dt>
<dd>
<div class="block">Contains all classes used by Spring AOP implementation.</div>
</dd>
<dt><a href="org/apache/ignite/configuration/package-summary.html">org.apache.ignite.configuration</a> - package org.apache.ignite.configuration</dt>
<dd>
<div class="block">Contains configuration-related classes.</div>
</dd>
<dt><a href="org/apache/ignite/development/utils/package-summary.html">org.apache.ignite.development.utils</a> - package org.apache.ignite.development.utils</dt>
<dd>
<div class="block">Contains development utilities for Ignite useful for PDS artifacts analysis.</div>
</dd>
<dt><a href="org/apache/ignite/events/package-summary.html">org.apache.ignite.events</a> - package org.apache.ignite.events</dt>
<dd>
<div class="block">Contains <b>Event Subscription</b> functionality together with various events emitted by Ignite.</div>
</dd>
<dt><a href="org/apache/ignite/failure/package-summary.html">org.apache.ignite.failure</a> - package org.apache.ignite.failure</dt>
<dd>
<div class="block">Contains <b>Failure handling public API</b> with standard FailureHandler implementations.</div>
</dd>
<dt><a href="org/apache/ignite/kubernetes/configuration/package-summary.html">org.apache.ignite.kubernetes.configuration</a> - package org.apache.ignite.kubernetes.configuration</dt>
<dd>
<div class="block">Contains Kubernetes configuration classes.</div>
</dd>
<dt><a href="org/apache/ignite/lang/package-summary.html">org.apache.ignite.lang</a> - package org.apache.ignite.lang</dt>
<dd>
<div class="block">Contains general language constructs and functional APIs for distributed computations.</div>
</dd>
<dt><a href="org/apache/ignite/lifecycle/package-summary.html">org.apache.ignite.lifecycle</a> - package org.apache.ignite.lifecycle</dt>
<dd>
<div class="block">Contains lifecycle-related classes.</div>
</dd>
<dt><a href="org/apache/ignite/logger/package-summary.html">org.apache.ignite.logger</a> - package org.apache.ignite.logger</dt>
<dd>
<div class="block">Contains logging functionality used throughout the system.</div>
</dd>
<dt><a href="org/apache/ignite/logger/java/package-summary.html">org.apache.ignite.logger.java</a> - package org.apache.ignite.logger.java</dt>
<dd>
<div class="block">Contains Java logging implementation for logging.</div>
</dd>
<dt><a href="org/apache/ignite/logger/jcl/package-summary.html">org.apache.ignite.logger.jcl</a> - package org.apache.ignite.logger.jcl</dt>
<dd>
<div class="block">Contains Jakarta commons logging implementation for logging.</div>
</dd>
<dt><a href="org/apache/ignite/logger/log4j/package-summary.html">org.apache.ignite.logger.log4j</a> - package org.apache.ignite.logger.log4j</dt>
<dd>
<div class="block">Contains <b>default</b> Log4j implementation for logging.</div>
</dd>
<dt><a href="org/apache/ignite/logger/log4j2/package-summary.html">org.apache.ignite.logger.log4j2</a> - package org.apache.ignite.logger.log4j2</dt>
<dd>
<div class="block">Contains <b>default</b> Log4j2 implementation for logging.</div>
</dd>
<dt><a href="org/apache/ignite/logger/slf4j/package-summary.html">org.apache.ignite.logger.slf4j</a> - package org.apache.ignite.logger.slf4j</dt>
<dd>
<div class="block">Contains SLF4J implementation for logging.</div>
</dd>
<dt><a href="org/apache/ignite/maintenance/package-summary.html">org.apache.ignite.maintenance</a> - package org.apache.ignite.maintenance</dt>
<dd>
<div class="block">Contains public interfaces for maintenance mechanism.</div>
</dd>
<dt><a href="org/apache/ignite/marshaller/package-summary.html">org.apache.ignite.marshaller</a> - package org.apache.ignite.marshaller</dt>
<dd>
<div class="block">Contains various supported marshallers.</div>
</dd>
<dt><a href="org/apache/ignite/marshaller/jdk/package-summary.html">org.apache.ignite.marshaller.jdk</a> - package org.apache.ignite.marshaller.jdk</dt>
<dd>
<div class="block">Contains JDK <tt>java.io</tt> based marshaller.</div>
</dd>
<dt><a href="org/apache/ignite/mesos/package-summary.html">org.apache.ignite.mesos</a> - package org.apache.ignite.mesos</dt>
<dd>
<div class="block">Contains classes to support integration with Apache Mesos.</div>
</dd>
<dt><a href="org/apache/ignite/mesos/resource/package-summary.html">org.apache.ignite.mesos.resource</a> - package org.apache.ignite.mesos.resource</dt>
<dd>
<div class="block">Contains classes provide access to resources.</div>
</dd>
<dt><a href="org/apache/ignite/messaging/package-summary.html">org.apache.ignite.messaging</a> - package org.apache.ignite.messaging</dt>
<dd>
<div class="block">Contains <b>Topic-based Messaging</b> functionality.</div>
</dd>
<dt><a href="org/apache/ignite/ml/package-summary.html">org.apache.ignite.ml</a> - package org.apache.ignite.ml</dt>
<dd>
<div class="block">Root ML package.</div>
</dd>
<dt><a href="org/apache/ignite/ml/catboost/package-summary.html">org.apache.ignite.ml.catboost</a> - package org.apache.ignite.ml.catboost</dt>
<dd>
<div class="block">Base package for XGBoost model parser, correspondent DTOs and util classes.</div>
</dd>
<dt><a href="org/apache/ignite/ml/clustering/package-summary.html">org.apache.ignite.ml.clustering</a> - package org.apache.ignite.ml.clustering</dt>
<dd>
<div class="block">Contains clustering algorithms.</div>
</dd>
<dt><a href="org/apache/ignite/ml/clustering/gmm/package-summary.html">org.apache.ignite.ml.clustering.gmm</a> - package org.apache.ignite.ml.clustering.gmm</dt>
<dd>
<div class="block">Contains Gauss Mixture Model clustering algorithm (see <a href="org/apache/ignite/ml/clustering/gmm/GmmModel.html" title="class in org.apache.ignite.ml.clustering.gmm"><code>GmmModel</code></a>).</div>
</dd>
<dt><a href="org/apache/ignite/ml/clustering/kmeans/package-summary.html">org.apache.ignite.ml.clustering.kmeans</a> - package org.apache.ignite.ml.clustering.kmeans</dt>
<dd>
<div class="block">Contains kMeans clustering algorithm.</div>
</dd>
<dt><a href="org/apache/ignite/ml/composition/package-summary.html">org.apache.ignite.ml.composition</a> - package org.apache.ignite.ml.composition</dt>
<dd>
<div class="block">Contains classes for ensemble of models implementation.</div>
</dd>
<dt><a href="org/apache/ignite/ml/composition/bagging/package-summary.html">org.apache.ignite.ml.composition.bagging</a> - package org.apache.ignite.ml.composition.bagging</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/composition/boosting/package-summary.html">org.apache.ignite.ml.composition.boosting</a> - package org.apache.ignite.ml.composition.boosting</dt>
<dd>
<div class="block">Contains Gradient Boosting regression and classification abstract classes
allowing regressor type selecting in child classes.</div>
</dd>
<dt><a href="org/apache/ignite/ml/composition/boosting/convergence/package-summary.html">org.apache.ignite.ml.composition.boosting.convergence</a> - package org.apache.ignite.ml.composition.boosting.convergence</dt>
<dd>
<div class="block">Package contains implementation of convergence checking algorithms for gradient boosting.</div>
</dd>
<dt><a href="org/apache/ignite/ml/composition/boosting/convergence/mean/package-summary.html">org.apache.ignite.ml.composition.boosting.convergence.mean</a> - package org.apache.ignite.ml.composition.boosting.convergence.mean</dt>
<dd>
<div class="block">Contains implementation of convergence checking computer by mean of absolute value of errors in dataset.</div>
</dd>
<dt><a href="org/apache/ignite/ml/composition/boosting/convergence/median/package-summary.html">org.apache.ignite.ml.composition.boosting.convergence.median</a> - package org.apache.ignite.ml.composition.boosting.convergence.median</dt>
<dd>
<div class="block">Contains implementation of convergence checking computer by median of medians of errors in dataset.</div>
</dd>
<dt><a href="org/apache/ignite/ml/composition/boosting/convergence/simple/package-summary.html">org.apache.ignite.ml.composition.boosting.convergence.simple</a> - package org.apache.ignite.ml.composition.boosting.convergence.simple</dt>
<dd>
<div class="block">Contains implementation of Stub for convergence checking.</div>
</dd>
<dt><a href="org/apache/ignite/ml/composition/boosting/loss/package-summary.html">org.apache.ignite.ml.composition.boosting.loss</a> - package org.apache.ignite.ml.composition.boosting.loss</dt>
<dd>
<div class="block">Contains loss functions for Gradient Boosting algorithms.</div>
</dd>
<dt><a href="org/apache/ignite/ml/composition/combinators/package-summary.html">org.apache.ignite.ml.composition.combinators</a> - package org.apache.ignite.ml.composition.combinators</dt>
<dd>
<div class="block">Contains various combiners (ensembles) of trainers and models.</div>
</dd>
<dt><a href="org/apache/ignite/ml/composition/combinators/parallel/package-summary.html">org.apache.ignite.ml.composition.combinators.parallel</a> - package org.apache.ignite.ml.composition.combinators.parallel</dt>
<dd>
<div class="block">Contains parallel combiners (ensembles) of trainers and models.</div>
</dd>
<dt><a href="org/apache/ignite/ml/composition/combinators/sequential/package-summary.html">org.apache.ignite.ml.composition.combinators.sequential</a> - package org.apache.ignite.ml.composition.combinators.sequential</dt>
<dd>
<div class="block">Contains sequential combinators of trainers and models.</div>
</dd>
<dt><a href="org/apache/ignite/ml/composition/predictionsaggregator/package-summary.html">org.apache.ignite.ml.composition.predictionsaggregator</a> - package org.apache.ignite.ml.composition.predictionsaggregator</dt>
<dd>
<div class="block">Contains classes for several predictions aggregation strategies
working with predictions vector from models ensemble.</div>
</dd>
<dt><a href="org/apache/ignite/ml/composition/stacking/package-summary.html">org.apache.ignite.ml.composition.stacking</a> - package org.apache.ignite.ml.composition.stacking</dt>
<dd>
<div class="block">Contains classes used for training with stacking technique.</div>
</dd>
<dt><a href="org/apache/ignite/ml/dataset/package-summary.html">org.apache.ignite.ml.dataset</a> - package org.apache.ignite.ml.dataset</dt>
<dd>
<div class="block">Base package for machine learning dataset classes.</div>
</dd>
<dt><a href="org/apache/ignite/ml/dataset/feature/package-summary.html">org.apache.ignite.ml.dataset.feature</a> - package org.apache.ignite.ml.dataset.feature</dt>
<dd>
<div class="block">Package for helper classes over features such as <a href="org/apache/ignite/ml/dataset/feature/ObjectHistogram.html" title="class in org.apache.ignite.ml.dataset.feature"><code>ObjectHistogram</code></a> or
<a href="org/apache/ignite/ml/dataset/feature/FeatureMeta.html" title="class in org.apache.ignite.ml.dataset.feature"><code>FeatureMeta</code></a>.</div>
</dd>
<dt><a href="org/apache/ignite/ml/dataset/feature/extractor/package-summary.html">org.apache.ignite.ml.dataset.feature.extractor</a> - package org.apache.ignite.ml.dataset.feature.extractor</dt>
<dd>
<div class="block">Package for upstream object vectorizations.</div>
</dd>
<dt><a href="org/apache/ignite/ml/dataset/feature/extractor/impl/package-summary.html">org.apache.ignite.ml.dataset.feature.extractor.impl</a> - package org.apache.ignite.ml.dataset.feature.extractor.impl</dt>
<dd>
<div class="block">Package contains default implementations of <a href="org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor"><code>Vectorizer</code></a>.</div>
</dd>
<dt><a href="org/apache/ignite/ml/dataset/impl/package-summary.html">org.apache.ignite.ml.dataset.impl</a> - package org.apache.ignite.ml.dataset.impl</dt>
<dd>
<div class="block">Base package for implementations of machine learning dataset.</div>
</dd>
<dt><a href="org/apache/ignite/ml/dataset/impl/bootstrapping/package-summary.html">org.apache.ignite.ml.dataset.impl.bootstrapping</a> - package org.apache.ignite.ml.dataset.impl.bootstrapping</dt>
<dd>
<div class="block">Base package for bootstrapped implementation of machine learning dataset.</div>
</dd>
<dt><a href="org/apache/ignite/ml/dataset/impl/cache/package-summary.html">org.apache.ignite.ml.dataset.impl.cache</a> - package org.apache.ignite.ml.dataset.impl.cache</dt>
<dd>
<div class="block">Base package for cache based implementation of machine learning dataset.</div>
</dd>
<dt><a href="org/apache/ignite/ml/dataset/impl/cache/util/package-summary.html">org.apache.ignite.ml.dataset.impl.cache.util</a> - package org.apache.ignite.ml.dataset.impl.cache.util</dt>
<dd>
<div class="block">Contains util classes used in cache based implementation of dataset.</div>
</dd>
<dt><a href="org/apache/ignite/ml/dataset/impl/local/package-summary.html">org.apache.ignite.ml.dataset.impl.local</a> - package org.apache.ignite.ml.dataset.impl.local</dt>
<dd>
<div class="block">Base package for local implementation of machine learning dataset.</div>
</dd>
<dt><a href="org/apache/ignite/ml/dataset/primitive/package-summary.html">org.apache.ignite.ml.dataset.primitive</a> - package org.apache.ignite.ml.dataset.primitive</dt>
<dd>
<div class="block">Package that contains basic primitives build on top of <a href="org/apache/ignite/ml/dataset/Dataset.html" title="interface in org.apache.ignite.ml.dataset"><code>Dataset</code></a>.</div>
</dd>
<dt><a href="org/apache/ignite/ml/dataset/primitive/builder/package-summary.html">org.apache.ignite.ml.dataset.primitive.builder</a> - package org.apache.ignite.ml.dataset.primitive.builder</dt>
<dd>
<div class="block">Base package for partition <code>data</code> and <code>context</code> builders.</div>
</dd>
<dt><a href="org/apache/ignite/ml/dataset/primitive/builder/context/package-summary.html">org.apache.ignite.ml.dataset.primitive.builder.context</a> - package org.apache.ignite.ml.dataset.primitive.builder.context</dt>
<dd>
<div class="block">Contains partition <code>context</code> builders.</div>
</dd>
<dt><a href="org/apache/ignite/ml/dataset/primitive/builder/data/package-summary.html">org.apache.ignite.ml.dataset.primitive.builder.data</a> - package org.apache.ignite.ml.dataset.primitive.builder.data</dt>
<dd>
<div class="block">Contains partition <code>data</code> builders.</div>
</dd>
<dt><a href="org/apache/ignite/ml/dataset/primitive/context/package-summary.html">org.apache.ignite.ml.dataset.primitive.context</a> - package org.apache.ignite.ml.dataset.primitive.context</dt>
<dd>
<div class="block">Contains implementation of partition <code>context</code>.</div>
</dd>
<dt><a href="org/apache/ignite/ml/dataset/primitive/data/package-summary.html">org.apache.ignite.ml.dataset.primitive.data</a> - package org.apache.ignite.ml.dataset.primitive.data</dt>
<dd>
<div class="block">Contains implementation of partition <code>data</code>.</div>
</dd>
<dt><a href="org/apache/ignite/ml/environment/package-summary.html">org.apache.ignite.ml.environment</a> - package org.apache.ignite.ml.environment</dt>
<dd>
<div class="block">Package contains environment utils for ML algorithms.</div>
</dd>
<dt><a href="org/apache/ignite/ml/environment/deploy/package-summary.html">org.apache.ignite.ml.environment.deploy</a> - package org.apache.ignite.ml.environment.deploy</dt>
<dd>
<div class="block">Package contains user-defined classes deploy support tools.</div>
</dd>
<dt><a href="org/apache/ignite/ml/environment/logging/package-summary.html">org.apache.ignite.ml.environment.logging</a> - package org.apache.ignite.ml.environment.logging</dt>
<dd>
<div class="block">Package contains several logging strategy realisations.</div>
</dd>
<dt><a href="org/apache/ignite/ml/environment/parallelism/package-summary.html">org.apache.ignite.ml.environment.parallelism</a> - package org.apache.ignite.ml.environment.parallelism</dt>
<dd>
<div class="block">Package contains realisations of parallelism strategies for multi-thread algorithms.</div>
</dd>
<dt><a href="org/apache/ignite/ml/h2o/package-summary.html">org.apache.ignite.ml.h2o</a> - package org.apache.ignite.ml.h2o</dt>
<dd>
<div class="block">Base package for H2O MOJO model parser.</div>
</dd>
<dt><a href="org/apache/ignite/ml/inference/package-summary.html">org.apache.ignite.ml.inference</a> - package org.apache.ignite.ml.inference</dt>
<dd>
<div class="block">Root package for model inference functionality.</div>
</dd>
<dt><a href="org/apache/ignite/ml/inference/builder/package-summary.html">org.apache.ignite.ml.inference.builder</a> - package org.apache.ignite.ml.inference.builder</dt>
<dd>
<div class="block">Root package for model inference builders.</div>
</dd>
<dt><a href="org/apache/ignite/ml/inference/json/package-summary.html">org.apache.ignite.ml.inference.json</a> - package org.apache.ignite.ml.inference.json</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/inference/parser/package-summary.html">org.apache.ignite.ml.inference.parser</a> - package org.apache.ignite.ml.inference.parser</dt>
<dd>
<div class="block">Root package for model inference parsers.</div>
</dd>
<dt><a href="org/apache/ignite/ml/inference/reader/package-summary.html">org.apache.ignite.ml.inference.reader</a> - package org.apache.ignite.ml.inference.reader</dt>
<dd>
<div class="block">Root package for model inference readers.</div>
</dd>
<dt><a href="org/apache/ignite/ml/inference/storage/package-summary.html">org.apache.ignite.ml.inference.storage</a> - package org.apache.ignite.ml.inference.storage</dt>
<dd>
<div class="block">Root package for inference model storages.</div>
</dd>
<dt><a href="org/apache/ignite/ml/inference/storage/descriptor/package-summary.html">org.apache.ignite.ml.inference.storage.descriptor</a> - package org.apache.ignite.ml.inference.storage.descriptor</dt>
<dd>
<div class="block">Root package for inference model descriptor storages.</div>
</dd>
<dt><a href="org/apache/ignite/ml/inference/storage/model/package-summary.html">org.apache.ignite.ml.inference.storage.model</a> - package org.apache.ignite.ml.inference.storage.model</dt>
<dd>
<div class="block">Root package for inference model storages.</div>
</dd>
<dt><a href="org/apache/ignite/ml/inference/util/package-summary.html">org.apache.ignite.ml.inference.util</a> - package org.apache.ignite.ml.inference.util</dt>
<dd>
<div class="block">Root package for util classes used in <a href="org/apache/ignite/ml/inference/package-summary.html"><code>org.apache.ignite.ml.inference</code></a> package.</div>
</dd>
<dt><a href="org/apache/ignite/ml/knn/package-summary.html">org.apache.ignite.ml.knn</a> - package org.apache.ignite.ml.knn</dt>
<dd>
<div class="block">Contains main APIs for kNN algorithms.</div>
</dd>
<dt><a href="org/apache/ignite/ml/knn/ann/package-summary.html">org.apache.ignite.ml.knn.ann</a> - package org.apache.ignite.ml.knn.ann</dt>
<dd>
<div class="block">Contains main APIs for ANN classification algorithms.</div>
</dd>
<dt><a href="org/apache/ignite/ml/knn/classification/package-summary.html">org.apache.ignite.ml.knn.classification</a> - package org.apache.ignite.ml.knn.classification</dt>
<dd>
<div class="block">Contains main APIs for kNN classification algorithms.</div>
</dd>
<dt><a href="org/apache/ignite/ml/knn/regression/package-summary.html">org.apache.ignite.ml.knn.regression</a> - package org.apache.ignite.ml.knn.regression</dt>
<dd>
<div class="block">Contains helper classes for kNN regression algorithms.</div>
</dd>
<dt><a href="org/apache/ignite/ml/knn/utils/package-summary.html">org.apache.ignite.ml.knn.utils</a> - package org.apache.ignite.ml.knn.utils</dt>
<dd>
<div class="block">Contains util functionality for kNN algorithms.</div>
</dd>
<dt><a href="org/apache/ignite/ml/knn/utils/indices/package-summary.html">org.apache.ignite.ml.knn.utils.indices</a> - package org.apache.ignite.ml.knn.utils.indices</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/math/package-summary.html">org.apache.ignite.ml.math</a> - package org.apache.ignite.ml.math</dt>
<dd>
<div class="block">Contains main APIs for matrix/vector algebra.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/distances/package-summary.html">org.apache.ignite.ml.math.distances</a> - package org.apache.ignite.ml.math.distances</dt>
<dd>
<div class="block">Contains main APIs for distances.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/exceptions/package-summary.html">org.apache.ignite.ml.math.exceptions</a> - package org.apache.ignite.ml.math.exceptions</dt>
<dd>
<div class="block">Contains exceptions for distributed ML.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/exceptions/datastructures/package-summary.html">org.apache.ignite.ml.math.exceptions.datastructures</a> - package org.apache.ignite.ml.math.exceptions.datastructures</dt>
<dd>
<div class="block">Contains exceptions for kNN algorithms.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/exceptions/math/package-summary.html">org.apache.ignite.ml.math.exceptions.math</a> - package org.apache.ignite.ml.math.exceptions.math</dt>
<dd>
<div class="block">Contains exceptions for distributed code algebra.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/exceptions/preprocessing/package-summary.html">org.apache.ignite.ml.math.exceptions.preprocessing</a> - package org.apache.ignite.ml.math.exceptions.preprocessing</dt>
<dd>
<div class="block">Contains exceptions for preprocessing.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/functions/package-summary.html">org.apache.ignite.ml.math.functions</a> - package org.apache.ignite.ml.math.functions</dt>
<dd>
<div class="block">Contains serializable functions for distributed code algebra.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/isolve/package-summary.html">org.apache.ignite.ml.math.isolve</a> - package org.apache.ignite.ml.math.isolve</dt>
<dd>
<div class="block">Contains iterative algorithms for solving linear systems.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/isolve/lsqr/package-summary.html">org.apache.ignite.ml.math.isolve.lsqr</a> - package org.apache.ignite.ml.math.isolve.lsqr</dt>
<dd>
<div class="block">Contains LSQR algorithm implementation.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/primitives/package-summary.html">org.apache.ignite.ml.math.primitives</a> - package org.apache.ignite.ml.math.primitives</dt>
<dd>
<div class="block">Contains classes for vector/matrix algebra.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/primitives/matrix/package-summary.html">org.apache.ignite.ml.math.primitives.matrix</a> - package org.apache.ignite.ml.math.primitives.matrix</dt>
<dd>
<div class="block">Contains matrix related classes.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/primitives/matrix/impl/package-summary.html">org.apache.ignite.ml.math.primitives.matrix.impl</a> - package org.apache.ignite.ml.math.primitives.matrix.impl</dt>
<dd>
<div class="block">Contains several matrix implementations.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/primitives/matrix/storage/package-summary.html">org.apache.ignite.ml.math.primitives.matrix.storage</a> - package org.apache.ignite.ml.math.primitives.matrix.storage</dt>
<dd>
<div class="block">Contains several matrix storages.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/primitives/vector/package-summary.html">org.apache.ignite.ml.math.primitives.vector</a> - package org.apache.ignite.ml.math.primitives.vector</dt>
<dd>
<div class="block">Contains vector related classes.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/primitives/vector/impl/package-summary.html">org.apache.ignite.ml.math.primitives.vector.impl</a> - package org.apache.ignite.ml.math.primitives.vector.impl</dt>
<dd>
<div class="block">Contains several vector implementations.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/primitives/vector/storage/package-summary.html">org.apache.ignite.ml.math.primitives.vector.storage</a> - package org.apache.ignite.ml.math.primitives.vector.storage</dt>
<dd>
<div class="block">Contains several vector storages.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/stat/package-summary.html">org.apache.ignite.ml.math.stat</a> - package org.apache.ignite.ml.math.stat</dt>
<dd>
<div class="block">Contains utility classes for distributions.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/util/package-summary.html">org.apache.ignite.ml.math.util</a> - package org.apache.ignite.ml.math.util</dt>
<dd>
<div class="block">Some math utils.</div>
</dd>
<dt><a href="org/apache/ignite/ml/multiclass/package-summary.html">org.apache.ignite.ml.multiclass</a> - package org.apache.ignite.ml.multiclass</dt>
<dd>
<div class="block">Contains various multi-classifier models and trainers.</div>
</dd>
<dt><a href="org/apache/ignite/ml/naivebayes/package-summary.html">org.apache.ignite.ml.naivebayes</a> - package org.apache.ignite.ml.naivebayes</dt>
<dd>
<div class="block">Contains various naive Bayes classifiers.</div>
</dd>
<dt><a href="org/apache/ignite/ml/naivebayes/compound/package-summary.html">org.apache.ignite.ml.naivebayes.compound</a> - package org.apache.ignite.ml.naivebayes.compound</dt>
<dd>
<div class="block">Contains Compound naive Bayes classifier.</div>
</dd>
<dt><a href="org/apache/ignite/ml/naivebayes/discrete/package-summary.html">org.apache.ignite.ml.naivebayes.discrete</a> - package org.apache.ignite.ml.naivebayes.discrete</dt>
<dd>
<div class="block">Contains Bernoulli naive Bayes classifier.</div>
</dd>
<dt><a href="org/apache/ignite/ml/naivebayes/gaussian/package-summary.html">org.apache.ignite.ml.naivebayes.gaussian</a> - package org.apache.ignite.ml.naivebayes.gaussian</dt>
<dd>
<div class="block">Contains Gaussian naive Bayes classifier.</div>
</dd>
<dt><a href="org/apache/ignite/ml/nn/package-summary.html">org.apache.ignite.ml.nn</a> - package org.apache.ignite.ml.nn</dt>
<dd>
<div class="block">Contains neural networks and related classes.</div>
</dd>
<dt><a href="org/apache/ignite/ml/nn/architecture/package-summary.html">org.apache.ignite.ml.nn.architecture</a> - package org.apache.ignite.ml.nn.architecture</dt>
<dd>
<div class="block">Contains multilayer perceptron architecture classes.</div>
</dd>
<dt><a href="org/apache/ignite/ml/nn/initializers/package-summary.html">org.apache.ignite.ml.nn.initializers</a> - package org.apache.ignite.ml.nn.initializers</dt>
<dd>
<div class="block">Contains multilayer perceptron parameters initializers.</div>
</dd>
<dt><a href="org/apache/ignite/ml/optimization/package-summary.html">org.apache.ignite.ml.optimization</a> - package org.apache.ignite.ml.optimization</dt>
<dd>
<div class="block">Contains implementations of optimization algorithms and related classes.</div>
</dd>
<dt><a href="org/apache/ignite/ml/optimization/updatecalculators/package-summary.html">org.apache.ignite.ml.optimization.updatecalculators</a> - package org.apache.ignite.ml.optimization.updatecalculators</dt>
<dd>
<div class="block">Contains update calculators.</div>
</dd>
<dt><a href="org/apache/ignite/ml/pipeline/package-summary.html">org.apache.ignite.ml.pipeline</a> - package org.apache.ignite.ml.pipeline</dt>
<dd>
<div class="block">Contains Pipeline API.</div>
</dd>
<dt><a href="org/apache/ignite/ml/preprocessing/package-summary.html">org.apache.ignite.ml.preprocessing</a> - package org.apache.ignite.ml.preprocessing</dt>
<dd>
<div class="block">Base package for machine learning preprocessing classes.</div>
</dd>
<dt><a href="org/apache/ignite/ml/preprocessing/binarization/package-summary.html">org.apache.ignite.ml.preprocessing.binarization</a> - package org.apache.ignite.ml.preprocessing.binarization</dt>
<dd>
<div class="block">Contains binarization preprocessor.</div>
</dd>
<dt><a href="org/apache/ignite/ml/preprocessing/developer/package-summary.html">org.apache.ignite.ml.preprocessing.developer</a> - package org.apache.ignite.ml.preprocessing.developer</dt>
<dd>
<div class="block">Contains Developer API preprocessors.</div>
</dd>
<dt><a href="org/apache/ignite/ml/preprocessing/encoding/package-summary.html">org.apache.ignite.ml.preprocessing.encoding</a> - package org.apache.ignite.ml.preprocessing.encoding</dt>
<dd>
<div class="block">Contains encoding preprocessors.</div>
</dd>
<dt><a href="org/apache/ignite/ml/preprocessing/encoding/frequency/package-summary.html">org.apache.ignite.ml.preprocessing.encoding.frequency</a> - package org.apache.ignite.ml.preprocessing.encoding.frequency</dt>
<dd>
<div class="block">Contains frequency encoding preprocessor.</div>
</dd>
<dt><a href="org/apache/ignite/ml/preprocessing/encoding/label/package-summary.html">org.apache.ignite.ml.preprocessing.encoding.label</a> - package org.apache.ignite.ml.preprocessing.encoding.label</dt>
<dd>
<div class="block">Contains label encoding preprocessor.</div>
</dd>
<dt><a href="org/apache/ignite/ml/preprocessing/encoding/onehotencoder/package-summary.html">org.apache.ignite.ml.preprocessing.encoding.onehotencoder</a> - package org.apache.ignite.ml.preprocessing.encoding.onehotencoder</dt>
<dd>
<div class="block">Contains one hot encoding preprocessor.</div>
</dd>
<dt><a href="org/apache/ignite/ml/preprocessing/encoding/stringencoder/package-summary.html">org.apache.ignite.ml.preprocessing.encoding.stringencoder</a> - package org.apache.ignite.ml.preprocessing.encoding.stringencoder</dt>
<dd>
<div class="block">Contains string encoding preprocessor.</div>
</dd>
<dt><a href="org/apache/ignite/ml/preprocessing/encoding/target/package-summary.html">org.apache.ignite.ml.preprocessing.encoding.target</a> - package org.apache.ignite.ml.preprocessing.encoding.target</dt>
<dd>
<div class="block">Contains frequency encoding preprocessor.</div>
</dd>
<dt><a href="org/apache/ignite/ml/preprocessing/finalization/package-summary.html">org.apache.ignite.ml.preprocessing.finalization</a> - package org.apache.ignite.ml.preprocessing.finalization</dt>
<dd>
<div class="block">Contains vector finalization preprocessor.</div>
</dd>
<dt><a href="org/apache/ignite/ml/preprocessing/imputing/package-summary.html">org.apache.ignite.ml.preprocessing.imputing</a> - package org.apache.ignite.ml.preprocessing.imputing</dt>
<dd>
<div class="block">Contains Imputer preprocessor.</div>
</dd>
<dt><a href="org/apache/ignite/ml/preprocessing/maxabsscaling/package-summary.html">org.apache.ignite.ml.preprocessing.maxabsscaling</a> - package org.apache.ignite.ml.preprocessing.maxabsscaling</dt>
<dd>
<div class="block">Contains Max Abs Scaler preprocessor.</div>
</dd>
<dt><a href="org/apache/ignite/ml/preprocessing/minmaxscaling/package-summary.html">org.apache.ignite.ml.preprocessing.minmaxscaling</a> - package org.apache.ignite.ml.preprocessing.minmaxscaling</dt>
<dd>
<div class="block">Contains Min Max Scaler preprocessor.</div>
</dd>
<dt><a href="org/apache/ignite/ml/preprocessing/normalization/package-summary.html">org.apache.ignite.ml.preprocessing.normalization</a> - package org.apache.ignite.ml.preprocessing.normalization</dt>
<dd>
<div class="block">Contains Normalizer preprocessor.</div>
</dd>
<dt><a href="org/apache/ignite/ml/preprocessing/standardscaling/package-summary.html">org.apache.ignite.ml.preprocessing.standardscaling</a> - package org.apache.ignite.ml.preprocessing.standardscaling</dt>
<dd>
<div class="block">Contains Standard scaler preprocessor.</div>
</dd>
<dt><a href="org/apache/ignite/ml/recommendation/package-summary.html">org.apache.ignite.ml.recommendation</a> - package org.apache.ignite.ml.recommendation</dt>
<dd>
<div class="block">Contains recommendation system framework.</div>
</dd>
<dt><a href="org/apache/ignite/ml/recommendation/util/package-summary.html">org.apache.ignite.ml.recommendation.util</a> - package org.apache.ignite.ml.recommendation.util</dt>
<dd>
<div class="block">Contains util classes used in recommendation system framework.</div>
</dd>
<dt><a href="org/apache/ignite/ml/regressions/package-summary.html">org.apache.ignite.ml.regressions</a> - package org.apache.ignite.ml.regressions</dt>
<dd>
<div class="block">Contains various regressions.</div>
</dd>
<dt><a href="org/apache/ignite/ml/regressions/linear/package-summary.html">org.apache.ignite.ml.regressions.linear</a> - package org.apache.ignite.ml.regressions.linear</dt>
<dd>
<div class="block">Contains various linear regressions.</div>
</dd>
<dt><a href="org/apache/ignite/ml/regressions/logistic/package-summary.html">org.apache.ignite.ml.regressions.logistic</a> - package org.apache.ignite.ml.regressions.logistic</dt>
<dd>
<div class="block">Contains various logistic regressions.</div>
</dd>
<dt><a href="org/apache/ignite/ml/selection/package-summary.html">org.apache.ignite.ml.selection</a> - package org.apache.ignite.ml.selection</dt>
<dd>
<div class="block">Root package for dataset splitters, cross validation and search through parameters.</div>
</dd>
<dt><a href="org/apache/ignite/ml/selection/cv/package-summary.html">org.apache.ignite.ml.selection.cv</a> - package org.apache.ignite.ml.selection.cv</dt>
<dd>
<div class="block">Root package for cross-validation algorithms.</div>
</dd>
<dt><a href="org/apache/ignite/ml/selection/paramgrid/package-summary.html">org.apache.ignite.ml.selection.paramgrid</a> - package org.apache.ignite.ml.selection.paramgrid</dt>
<dd>
<div class="block">Root package for parameter grid.</div>
</dd>
<dt><a href="org/apache/ignite/ml/selection/scoring/package-summary.html">org.apache.ignite.ml.selection.scoring</a> - package org.apache.ignite.ml.selection.scoring</dt>
<dd>
<div class="block">Root package for score calculators.</div>
</dd>
<dt><a href="org/apache/ignite/ml/selection/scoring/cursor/package-summary.html">org.apache.ignite.ml.selection.scoring.cursor</a> - package org.apache.ignite.ml.selection.scoring.cursor</dt>
<dd>
<div class="block">Util classes used for score calculation.</div>
</dd>
<dt><a href="org/apache/ignite/ml/selection/scoring/evaluator/package-summary.html">org.apache.ignite.ml.selection.scoring.evaluator</a> - package org.apache.ignite.ml.selection.scoring.evaluator</dt>
<dd>
<div class="block">Package for model evaluator classes.</div>
</dd>
<dt><a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/package-summary.html">org.apache.ignite.ml.selection.scoring.evaluator.aggregator</a> - package org.apache.ignite.ml.selection.scoring.evaluator.aggregator</dt>
<dd>
<div class="block">Package contains aggregators for metrics computation.</div>
</dd>
<dt><a href="org/apache/ignite/ml/selection/scoring/evaluator/context/package-summary.html">org.apache.ignite.ml.selection.scoring.evaluator.context</a> - package org.apache.ignite.ml.selection.scoring.evaluator.context</dt>
<dd>
<div class="block">Package for metric evaluation contexts.</div>
</dd>
<dt><a href="org/apache/ignite/ml/selection/scoring/metric/package-summary.html">org.apache.ignite.ml.selection.scoring.metric</a> - package org.apache.ignite.ml.selection.scoring.metric</dt>
<dd>
<div class="block">Package for metrics.</div>
</dd>
<dt><a href="org/apache/ignite/ml/selection/scoring/metric/classification/package-summary.html">org.apache.ignite.ml.selection.scoring.metric.classification</a> - package org.apache.ignite.ml.selection.scoring.metric.classification</dt>
<dd>
<div class="block">Package for classification metrics.</div>
</dd>
<dt><a href="org/apache/ignite/ml/selection/scoring/metric/regression/package-summary.html">org.apache.ignite.ml.selection.scoring.metric.regression</a> - package org.apache.ignite.ml.selection.scoring.metric.regression</dt>
<dd>
<div class="block">Package for regression metrics.</div>
</dd>
<dt><a href="org/apache/ignite/ml/selection/split/package-summary.html">org.apache.ignite.ml.selection.split</a> - package org.apache.ignite.ml.selection.split</dt>
<dd>
<div class="block">Root package for dataset splitters and cross validation.</div>
</dd>
<dt><a href="org/apache/ignite/ml/selection/split/mapper/package-summary.html">org.apache.ignite.ml.selection.split.mapper</a> - package org.apache.ignite.ml.selection.split.mapper</dt>
<dd>
<div class="block">Root package for mappers used in dataset splitters.</div>
</dd>
<dt><a href="org/apache/ignite/ml/sparkmodelparser/package-summary.html">org.apache.ignite.ml.sparkmodelparser</a> - package org.apache.ignite.ml.sparkmodelparser</dt>
<dd>
<div class="block">Base package for Spark model parser.</div>
</dd>
<dt><a href="org/apache/ignite/ml/sql/package-summary.html">org.apache.ignite.ml.sql</a> - package org.apache.ignite.ml.sql</dt>
<dd>
<div class="block">Contains util classes that help to work with machine learning models in SQL and train models on data from SQL tables.</div>
</dd>
<dt><a href="org/apache/ignite/ml/structures/package-summary.html">org.apache.ignite.ml.structures</a> - package org.apache.ignite.ml.structures</dt>
<dd>
<div class="block">Contains some internal utility structures.</div>
</dd>
<dt><a href="org/apache/ignite/ml/structures/partition/package-summary.html">org.apache.ignite.ml.structures.partition</a> - package org.apache.ignite.ml.structures.partition</dt>
<dd>
<div class="block">Contains internal APIs for dataset partitioned labeled datasets.</div>
</dd>
<dt><a href="org/apache/ignite/ml/structures/preprocessing/package-summary.html">org.apache.ignite.ml.structures.preprocessing</a> - package org.apache.ignite.ml.structures.preprocessing</dt>
<dd>
<div class="block">Contains internal APIs for dataset pre-processing.</div>
</dd>
<dt><a href="org/apache/ignite/ml/svm/package-summary.html">org.apache.ignite.ml.svm</a> - package org.apache.ignite.ml.svm</dt>
<dd>
<div class="block">Contains main APIs for SVM(support vector machines) algorithms.</div>
</dd>
<dt><a href="org/apache/ignite/ml/trainers/package-summary.html">org.apache.ignite.ml.trainers</a> - package org.apache.ignite.ml.trainers</dt>
<dd>
<div class="block">Contains model trainers.</div>
</dd>
<dt><a href="org/apache/ignite/ml/trainers/transformers/package-summary.html">org.apache.ignite.ml.trainers.transformers</a> - package org.apache.ignite.ml.trainers.transformers</dt>
<dd>
<div class="block">Various upstream transformers.</div>
</dd>
<dt><a href="org/apache/ignite/ml/tree/package-summary.html">org.apache.ignite.ml.tree</a> - package org.apache.ignite.ml.tree</dt>
<dd>
<div class="block">Root package for decision trees.</div>
</dd>
<dt><a href="org/apache/ignite/ml/tree/boosting/package-summary.html">org.apache.ignite.ml.tree.boosting</a> - package org.apache.ignite.ml.tree.boosting</dt>
<dd>
<div class="block">Contains implementation of gradient boosting on trees.</div>
</dd>
<dt><a href="org/apache/ignite/ml/tree/data/package-summary.html">org.apache.ignite.ml.tree.data</a> - package org.apache.ignite.ml.tree.data</dt>
<dd>
<div class="block">Contains data and data builder required for decision tree trainers built on top of partition based dataset.</div>
</dd>
<dt><a href="org/apache/ignite/ml/tree/impurity/package-summary.html">org.apache.ignite.ml.tree.impurity</a> - package org.apache.ignite.ml.tree.impurity</dt>
<dd>
<div class="block">Root package for decision tree impurity measures and calculators.</div>
</dd>
<dt><a href="org/apache/ignite/ml/tree/impurity/gini/package-summary.html">org.apache.ignite.ml.tree.impurity.gini</a> - package org.apache.ignite.ml.tree.impurity.gini</dt>
<dd>
<div class="block">Contains Gini impurity measure and calculator.</div>
</dd>
<dt><a href="org/apache/ignite/ml/tree/impurity/mse/package-summary.html">org.apache.ignite.ml.tree.impurity.mse</a> - package org.apache.ignite.ml.tree.impurity.mse</dt>
<dd>
<div class="block">Contains mean squared error impurity measure and calculator.</div>
</dd>
<dt><a href="org/apache/ignite/ml/tree/impurity/util/package-summary.html">org.apache.ignite.ml.tree.impurity.util</a> - package org.apache.ignite.ml.tree.impurity.util</dt>
<dd>
<div class="block">Contains util classes used in decision tree impurity calculators.</div>
</dd>
<dt><a href="org/apache/ignite/ml/tree/leaf/package-summary.html">org.apache.ignite.ml.tree.leaf</a> - package org.apache.ignite.ml.tree.leaf</dt>
<dd>
<div class="block">Root package for decision trees leaf builders.</div>
</dd>
<dt><a href="org/apache/ignite/ml/tree/randomforest/package-summary.html">org.apache.ignite.ml.tree.randomforest</a> - package org.apache.ignite.ml.tree.randomforest</dt>
<dd>
<div class="block">Contains random forest implementation classes.</div>
</dd>
<dt><a href="org/apache/ignite/ml/tree/randomforest/data/package-summary.html">org.apache.ignite.ml.tree.randomforest.data</a> - package org.apache.ignite.ml.tree.randomforest.data</dt>
<dd>
<div class="block">Package contains helper data structures for random forest implementation.</div>
</dd>
<dt><a href="org/apache/ignite/ml/tree/randomforest/data/impurity/package-summary.html">org.apache.ignite.ml.tree.randomforest.data.impurity</a> - package org.apache.ignite.ml.tree.randomforest.data.impurity</dt>
<dd>
<div class="block">Contains implementation of impurity computers based on histograms.</div>
</dd>
<dt><a href="org/apache/ignite/ml/tree/randomforest/data/impurity/basic/package-summary.html">org.apache.ignite.ml.tree.randomforest.data.impurity.basic</a> - package org.apache.ignite.ml.tree.randomforest.data.impurity.basic</dt>
<dd>
<div class="block">Contains implementation of basic classes for impurity computers.</div>
</dd>
<dt><a href="org/apache/ignite/ml/tree/randomforest/data/statistics/package-summary.html">org.apache.ignite.ml.tree.randomforest.data.statistics</a> - package org.apache.ignite.ml.tree.randomforest.data.statistics</dt>
<dd>
<div class="block">Contains implementation of statistics computers for Random Forest.</div>
</dd>
<dt><a href="org/apache/ignite/ml/util/package-summary.html">org.apache.ignite.ml.util</a> - package org.apache.ignite.ml.util</dt>
<dd>
<div class="block">Contains some utils for ML module.</div>
</dd>
<dt><a href="org/apache/ignite/ml/util/generators/package-summary.html">org.apache.ignite.ml.util.generators</a> - package org.apache.ignite.ml.util.generators</dt>
<dd>
<div class="block">Contains utility classes for data streams generation.</div>
</dd>
<dt><a href="org/apache/ignite/ml/util/generators/primitives/package-summary.html">org.apache.ignite.ml.util.generators.primitives</a> - package org.apache.ignite.ml.util.generators.primitives</dt>
<dd>
<div class="block">Contains primitives like random scalars and random vector generators for composing own data stream generator.</div>
</dd>
<dt><a href="org/apache/ignite/ml/util/generators/primitives/scalar/package-summary.html">org.apache.ignite.ml.util.generators.primitives.scalar</a> - package org.apache.ignite.ml.util.generators.primitives.scalar</dt>
<dd>
<div class="block">Contains generators of pseudo-random scalars in according to specific distribution.</div>
</dd>
<dt><a href="org/apache/ignite/ml/util/generators/primitives/vector/package-summary.html">org.apache.ignite.ml.util.generators.primitives.vector</a> - package org.apache.ignite.ml.util.generators.primitives.vector</dt>
<dd>
<div class="block">Contains generators of pseudo-random vectors in according to specific distribution.</div>
</dd>
<dt><a href="org/apache/ignite/ml/util/generators/standard/package-summary.html">org.apache.ignite.ml.util.generators.standard</a> - package org.apache.ignite.ml.util.generators.standard</dt>
<dd>
<div class="block">Contains classes for predefined data stream generators.</div>
</dd>
<dt><a href="org/apache/ignite/ml/util/genetic/package-summary.html">org.apache.ignite.ml.util.genetic</a> - package org.apache.ignite.ml.util.genetic</dt>
<dd>
<div class="block">Contains some genetic algorithms for discrete optimization task in ML module locally.</div>
</dd>
<dt><a href="org/apache/ignite/ml/util/plugin/package-summary.html">org.apache.ignite.ml.util.plugin</a> - package org.apache.ignite.ml.util.plugin</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/xgboost/package-summary.html">org.apache.ignite.ml.xgboost</a> - package org.apache.ignite.ml.xgboost</dt>
<dd>
<div class="block">Base package for XGBoost model parser, correspondent DTOs and util classes.</div>
</dd>
<dt><a href="org/apache/ignite/ml/xgboost/parser/package-summary.html">org.apache.ignite.ml.xgboost.parser</a> - package org.apache.ignite.ml.xgboost.parser</dt>
<dd>
<div class="block">Base package for XGBoost model parser implementation.</div>
</dd>
<dt><a href="org/apache/ignite/ml/xgboost/parser/visitor/package-summary.html">org.apache.ignite.ml.xgboost.parser.visitor</a> - package org.apache.ignite.ml.xgboost.parser.visitor</dt>
<dd>
<div class="block">Base package for XGBoost model parser ANTLR visitor.</div>
</dd>
<dt><a href="org/apache/ignite/mxbean/package-summary.html">org.apache.ignite.mxbean</a> - package org.apache.ignite.mxbean</dt>
<dd>
<div class="block">Contains annotations for Dynamic MBeans.</div>
</dd>
<dt><a href="org/apache/ignite/osgi/package-summary.html">org.apache.ignite.osgi</a> - package org.apache.ignite.osgi</dt>
<dd>
<div class="block">Contains OSGi related classes.</div>
</dd>
<dt><a href="org/apache/ignite/osgi/classloaders/package-summary.html">org.apache.ignite.osgi.classloaders</a> - package org.apache.ignite.osgi.classloaders</dt>
<dd>
<div class="block">Contains implementation of OSGi class loaders.</div>
</dd>
<dt><a href="org/apache/ignite/platform/package-summary.html">org.apache.ignite.platform</a> - package org.apache.ignite.platform</dt>
<dd>
<div class="block">Contains platform-related classes.</div>
</dd>
<dt><a href="org/apache/ignite/platform/cpp/package-summary.html">org.apache.ignite.platform.cpp</a> - package org.apache.ignite.platform.cpp</dt>
<dd>
<div class="block">Contains C++ platform-related classes.</div>
</dd>
<dt><a href="org/apache/ignite/platform/dotnet/package-summary.html">org.apache.ignite.platform.dotnet</a> - package org.apache.ignite.platform.dotnet</dt>
<dd>
<div class="block">Contains .Net platform-related classes.</div>
</dd>
<dt><a href="org/apache/ignite/plugin/package-summary.html">org.apache.ignite.plugin</a> - package org.apache.ignite.plugin</dt>
<dd>
<div class="block">Contains plugins management API.</div>
</dd>
<dt><a href="org/apache/ignite/plugin/extensions/communication/package-summary.html">org.apache.ignite.plugin.extensions.communication</a> - package org.apache.ignite.plugin.extensions.communication</dt>
<dd>
<div class="block">Contains extendable components for communication.</div>
</dd>
<dt><a href="org/apache/ignite/plugin/platform/package-summary.html">org.apache.ignite.plugin.platform</a> - package org.apache.ignite.plugin.platform</dt>
<dd>
<div class="block">Contains platform plugins management API.</div>
</dd>
<dt><a href="org/apache/ignite/plugin/security/package-summary.html">org.apache.ignite.plugin.security</a> - package org.apache.ignite.plugin.security</dt>
<dd>
<div class="block">Contains APIs for security, authentication, and authorization.</div>
</dd>
<dt><a href="org/apache/ignite/plugin/segmentation/package-summary.html">org.apache.ignite.plugin.segmentation</a> - package org.apache.ignite.plugin.segmentation</dt>
<dd>
<div class="block">Contains segmentation "split-brain" related classes.</div>
</dd>
<dt><a href="org/apache/ignite/resources/package-summary.html">org.apache.ignite.resources</a> - package org.apache.ignite.resources</dt>
<dd>
<div class="block">Contains resource injection annotations.</div>
</dd>
<dt><a href="org/apache/ignite/scheduler/package-summary.html">org.apache.ignite.scheduler</a> - package org.apache.ignite.scheduler</dt>
<dd>
<div class="block">Contains <b>Job Scheduling</b> functionality.</div>
</dd>
<dt><a href="org/apache/ignite/services/package-summary.html">org.apache.ignite.services</a> - package org.apache.ignite.services</dt>
<dd>
<div class="block">Contains main <b>Managed Services APIs.</div>
</dd>
<dt><a href="org/apache/ignite/spi/package-summary.html">org.apache.ignite.spi</a> - package org.apache.ignite.spi</dt>
<dd>
<div class="block">Contains common classes and interfaces for SPI implementations.</div>
</dd>
<dt><a href="org/apache/ignite/spi/checkpoint/package-summary.html">org.apache.ignite.spi.checkpoint</a> - package org.apache.ignite.spi.checkpoint</dt>
<dd>
<div class="block">Contains APIs for checkpoint SPI.</div>
</dd>
<dt><a href="org/apache/ignite/spi/checkpoint/cache/package-summary.html">org.apache.ignite.spi.checkpoint.cache</a> - package org.apache.ignite.spi.checkpoint.cache</dt>
<dd>
<div class="block">Contains cache-based implementation for checkpoint SPI.</div>
</dd>
<dt><a href="org/apache/ignite/spi/checkpoint/jdbc/package-summary.html">org.apache.ignite.spi.checkpoint.jdbc</a> - package org.apache.ignite.spi.checkpoint.jdbc</dt>
<dd>
<div class="block">Contains JDBC implementation for checkpoint SPI.</div>
</dd>
<dt><a href="org/apache/ignite/spi/checkpoint/noop/package-summary.html">org.apache.ignite.spi.checkpoint.noop</a> - package org.apache.ignite.spi.checkpoint.noop</dt>
<dd>
<div class="block">Contains <b>default</b> no-op checkpoint SPI implementation.</div>
</dd>
<dt><a href="org/apache/ignite/spi/checkpoint/s3/package-summary.html">org.apache.ignite.spi.checkpoint.s3</a> - package org.apache.ignite.spi.checkpoint.s3</dt>
<dd>
<div class="block">Contains S3-based implementation for checkpoint SPI.</div>
</dd>
<dt><a href="org/apache/ignite/spi/checkpoint/sharedfs/package-summary.html">org.apache.ignite.spi.checkpoint.sharedfs</a> - package org.apache.ignite.spi.checkpoint.sharedfs</dt>
<dd>
<div class="block">Contains shared file system implementation for checkpoint SPI.</div>
</dd>
<dt><a href="org/apache/ignite/spi/collision/package-summary.html">org.apache.ignite.spi.collision</a> - package org.apache.ignite.spi.collision</dt>
<dd>
<div class="block">Contains APIs for collision SPI.</div>
</dd>
<dt><a href="org/apache/ignite/spi/collision/fifoqueue/package-summary.html">org.apache.ignite.spi.collision.fifoqueue</a> - package org.apache.ignite.spi.collision.fifoqueue</dt>
<dd>
<div class="block">Contains FIFO based collision SPI implementation.</div>
</dd>
<dt><a href="org/apache/ignite/spi/collision/jobstealing/package-summary.html">org.apache.ignite.spi.collision.jobstealing</a> - package org.apache.ignite.spi.collision.jobstealing</dt>
<dd>
<div class="block">Contains job stealing collision SPI implementation.</div>
</dd>
<dt><a href="org/apache/ignite/spi/collision/noop/package-summary.html">org.apache.ignite.spi.collision.noop</a> - package org.apache.ignite.spi.collision.noop</dt>
<dd>
<div class="block">Contains <b>default</b> no-op collision SPI implementation.</div>
</dd>
<dt><a href="org/apache/ignite/spi/collision/priorityqueue/package-summary.html">org.apache.ignite.spi.collision.priorityqueue</a> - package org.apache.ignite.spi.collision.priorityqueue</dt>
<dd>
<div class="block">Contains priority based collision SPI implementation.</div>
</dd>
<dt><a href="org/apache/ignite/spi/communication/package-summary.html">org.apache.ignite.spi.communication</a> - package org.apache.ignite.spi.communication</dt>
<dd>
<div class="block">Contains APIs for grid communication SPI.</div>
</dd>
<dt><a href="org/apache/ignite/spi/communication/tcp/package-summary.html">org.apache.ignite.spi.communication.tcp</a> - package org.apache.ignite.spi.communication.tcp</dt>
<dd>
<div class="block">Contains <b>default</b> TCP/IP-based implementation for communication SPI.</div>
</dd>
<dt><a href="org/apache/ignite/spi/communication/tcp/messages/package-summary.html">org.apache.ignite.spi.communication.tcp.messages</a> - package org.apache.ignite.spi.communication.tcp.messages</dt>
<dd>
<div class="block">Contains implementation messages.</div>
</dd>
<dt><a href="org/apache/ignite/spi/deployment/package-summary.html">org.apache.ignite.spi.deployment</a> - package org.apache.ignite.spi.deployment</dt>
<dd>
<div class="block">Contains APIs for deployment SPI.</div>
</dd>
<dt><a href="org/apache/ignite/spi/deployment/local/package-summary.html">org.apache.ignite.spi.deployment.local</a> - package org.apache.ignite.spi.deployment.local</dt>
<dd>
<div class="block">Contains <b>default</b> local deployment SPI implementation.</div>
</dd>
<dt><a href="org/apache/ignite/spi/deployment/uri/package-summary.html">org.apache.ignite.spi.deployment.uri</a> - package org.apache.ignite.spi.deployment.uri</dt>
<dd>
<div class="block">Contains URI-based deployment SPI implementation.</div>
</dd>
<dt><a href="org/apache/ignite/spi/discovery/package-summary.html">org.apache.ignite.spi.discovery</a> - package org.apache.ignite.spi.discovery</dt>
<dd>
<div class="block">Contains APIs for topology manager SPI.</div>
</dd>
<dt><a href="org/apache/ignite/spi/discovery/isolated/package-summary.html">org.apache.ignite.spi.discovery.isolated</a> - package org.apache.ignite.spi.discovery.isolated</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/spi/discovery/tcp/package-summary.html">org.apache.ignite.spi.discovery.tcp</a> - package org.apache.ignite.spi.discovery.tcp</dt>
<dd>
<div class="block">Contains <b>default</b> TCP/IP implementation for discovery SPI.</div>
</dd>
<dt><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/package-summary.html">org.apache.ignite.spi.discovery.tcp.ipfinder</a> - package org.apache.ignite.spi.discovery.tcp.ipfinder</dt>
<dd>
<div class="block">Contains IP finder interface and adapter.</div>
</dd>
<dt><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/cloud/package-summary.html">org.apache.ignite.spi.discovery.tcp.ipfinder.cloud</a> - package org.apache.ignite.spi.discovery.tcp.ipfinder.cloud</dt>
<dd>
<div class="block">Contains Apache jclouds based IP finder.</div>
</dd>
<dt><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/elb/package-summary.html">org.apache.ignite.spi.discovery.tcp.ipfinder.elb</a> - package org.apache.ignite.spi.discovery.tcp.ipfinder.elb</dt>
<dd>
<div class="block">Contains AWS ELB-based IP finder.</div>
</dd>
<dt><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/gce/package-summary.html">org.apache.ignite.spi.discovery.tcp.ipfinder.gce</a> - package org.apache.ignite.spi.discovery.tcp.ipfinder.gce</dt>
<dd>
<div class="block">Contains Google Cloud Storage IP finder.</div>
</dd>
<dt><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/jdbc/package-summary.html">org.apache.ignite.spi.discovery.tcp.ipfinder.jdbc</a> - package org.apache.ignite.spi.discovery.tcp.ipfinder.jdbc</dt>
<dd>
<div class="block">Contains JDBC IP finder implementation.</div>
</dd>
<dt><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/kubernetes/package-summary.html">org.apache.ignite.spi.discovery.tcp.ipfinder.kubernetes</a> - package org.apache.ignite.spi.discovery.tcp.ipfinder.kubernetes</dt>
<dd>
<div class="block">Contains Kubernetes IP finder implementation.</div>
</dd>
<dt><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/multicast/package-summary.html">org.apache.ignite.spi.discovery.tcp.ipfinder.multicast</a> - package org.apache.ignite.spi.discovery.tcp.ipfinder.multicast</dt>
<dd>
<div class="block">Contains multicast-based IP finder.</div>
</dd>
<dt><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/package-summary.html">org.apache.ignite.spi.discovery.tcp.ipfinder.s3</a> - package org.apache.ignite.spi.discovery.tcp.ipfinder.s3</dt>
<dd>
<div class="block">Contains AWS S3-based IP finder.</div>
</dd>
<dt><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/encrypt/package-summary.html">org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt</a> - package org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt</dt>
<dd>
<div class="block">Contains Encryption services.</div>
</dd>
<dt><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/sharedfs/package-summary.html">org.apache.ignite.spi.discovery.tcp.ipfinder.sharedfs</a> - package org.apache.ignite.spi.discovery.tcp.ipfinder.sharedfs</dt>
<dd>
<div class="block">Contains shared filesystem-based IP finder.</div>
</dd>
<dt><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/vm/package-summary.html">org.apache.ignite.spi.discovery.tcp.ipfinder.vm</a> - package org.apache.ignite.spi.discovery.tcp.ipfinder.vm</dt>
<dd>
<div class="block">Contains local JVM-based IP finder.</div>
</dd>
<dt><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/zk/package-summary.html">org.apache.ignite.spi.discovery.tcp.ipfinder.zk</a> - package org.apache.ignite.spi.discovery.tcp.ipfinder.zk</dt>
<dd>
<div class="block">Contains TCP Discovery IP Finder uses Apache ZooKeeper (ZK) to locate peer nodes.</div>
</dd>
<dt><a href="org/apache/ignite/spi/discovery/zk/package-summary.html">org.apache.ignite.spi.discovery.zk</a> - package org.apache.ignite.spi.discovery.zk</dt>
<dd>
<div class="block">Contains <b>Zookeeper Discovery Spi</b> classes and interfaces.</div>
</dd>
<dt><a href="org/apache/ignite/spi/encryption/package-summary.html">org.apache.ignite.spi.encryption</a> - package org.apache.ignite.spi.encryption</dt>
<dd>
<div class="block">Contains APIs for encryption SPI.</div>
</dd>
<dt><a href="org/apache/ignite/spi/encryption/keystore/package-summary.html">org.apache.ignite.spi.encryption.keystore</a> - package org.apache.ignite.spi.encryption.keystore</dt>
<dd>
<div class="block">Contains encryption SPI implementation based on standard jdk keystore.</div>
</dd>
<dt><a href="org/apache/ignite/spi/encryption/noop/package-summary.html">org.apache.ignite.spi.encryption.noop</a> - package org.apache.ignite.spi.encryption.noop</dt>
<dd>
<div class="block">Contains no-op encryption SPI implementation.</div>
</dd>
<dt><a href="org/apache/ignite/spi/eventstorage/package-summary.html">org.apache.ignite.spi.eventstorage</a> - package org.apache.ignite.spi.eventstorage</dt>
<dd>
<div class="block">Contains APIs for event storage SPI.</div>
</dd>
<dt><a href="org/apache/ignite/spi/eventstorage/memory/package-summary.html">org.apache.ignite.spi.eventstorage.memory</a> - package org.apache.ignite.spi.eventstorage.memory</dt>
<dd>
<div class="block">Contains <b>default</b> in-memory implementation for event storage SPI.</div>
</dd>
<dt><a href="org/apache/ignite/spi/failover/package-summary.html">org.apache.ignite.spi.failover</a> - package org.apache.ignite.spi.failover</dt>
<dd>
<div class="block">Contains APIs for failover SPI.</div>
</dd>
<dt><a href="org/apache/ignite/spi/failover/always/package-summary.html">org.apache.ignite.spi.failover.always</a> - package org.apache.ignite.spi.failover.always</dt>
<dd>
<div class="block">Contains <b>default</b> "always" failover SPI.</div>
</dd>
<dt><a href="org/apache/ignite/spi/failover/jobstealing/package-summary.html">org.apache.ignite.spi.failover.jobstealing</a> - package org.apache.ignite.spi.failover.jobstealing</dt>
<dd>
<div class="block">Contains job stealing failover SPI.</div>
</dd>
<dt><a href="org/apache/ignite/spi/failover/never/package-summary.html">org.apache.ignite.spi.failover.never</a> - package org.apache.ignite.spi.failover.never</dt>
<dd>
<div class="block">Contains "never" failover SPI.</div>
</dd>
<dt><a href="org/apache/ignite/spi/indexing/package-summary.html">org.apache.ignite.spi.indexing</a> - package org.apache.ignite.spi.indexing</dt>
<dd>
<div class="block">Contains APIs for indexing SPI.</div>
</dd>
<dt><a href="org/apache/ignite/spi/indexing/noop/package-summary.html">org.apache.ignite.spi.indexing.noop</a> - package org.apache.ignite.spi.indexing.noop</dt>
<dd>
<div class="block">Contains default no-op indexing SPI implementation.</div>
</dd>
<dt><a href="org/apache/ignite/spi/loadbalancing/package-summary.html">org.apache.ignite.spi.loadbalancing</a> - package org.apache.ignite.spi.loadbalancing</dt>
<dd>
<div class="block">Contains APIs for load balancing SPI.</div>
</dd>
<dt><a href="org/apache/ignite/spi/loadbalancing/adaptive/package-summary.html">org.apache.ignite.spi.loadbalancing.adaptive</a> - package org.apache.ignite.spi.loadbalancing.adaptive</dt>
<dd>
<div class="block">Contains adaptive load balancing SPI.</div>
</dd>
<dt><a href="org/apache/ignite/spi/loadbalancing/roundrobin/package-summary.html">org.apache.ignite.spi.loadbalancing.roundrobin</a> - package org.apache.ignite.spi.loadbalancing.roundrobin</dt>
<dd>
<div class="block">Contains <b>default</b> round-robin implementation for load balancing SPI.</div>
</dd>
<dt><a href="org/apache/ignite/spi/loadbalancing/weightedrandom/package-summary.html">org.apache.ignite.spi.loadbalancing.weightedrandom</a> - package org.apache.ignite.spi.loadbalancing.weightedrandom</dt>
<dd>
<div class="block">Contains weighted random-base implementation for load balancing SPI.</div>
</dd>
<dt><a href="org/apache/ignite/spi/metric/package-summary.html">org.apache.ignite.spi.metric</a> - package org.apache.ignite.spi.metric</dt>
<dd>
<div class="block">Contains common classes and interfaces for metric SPI implementations.</div>
</dd>
<dt><a href="org/apache/ignite/spi/metric/jmx/package-summary.html">org.apache.ignite.spi.metric.jmx</a> - package org.apache.ignite.spi.metric.jmx</dt>
<dd>
<div class="block">Contains JMX based implementation of MetricExporterSpi.</div>
</dd>
<dt><a href="org/apache/ignite/spi/metric/log/package-summary.html">org.apache.ignite.spi.metric.log</a> - package org.apache.ignite.spi.metric.log</dt>
<dd>
<div class="block">Contains push to log implementation of MetricExporterSpi.</div>
</dd>
<dt><a href="org/apache/ignite/spi/metric/noop/package-summary.html">org.apache.ignite.spi.metric.noop</a> - package org.apache.ignite.spi.metric.noop</dt>
<dd>
<div class="block">Contains no-op implementation of MetricExporterSpi.</div>
</dd>
<dt><a href="org/apache/ignite/spi/metric/opencensus/package-summary.html">org.apache.ignite.spi.metric.opencensus</a> - package org.apache.ignite.spi.metric.opencensus</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/spi/systemview/package-summary.html">org.apache.ignite.spi.systemview</a> - package org.apache.ignite.spi.systemview</dt>
<dd>
<div class="block">Contains common classes and interfaces for system view SPI implementations.</div>
</dd>
<dt><a href="org/apache/ignite/spi/systemview/view/package-summary.html">org.apache.ignite.spi.systemview.view</a> - package org.apache.ignite.spi.systemview.view</dt>
<dd>
<div class="block">Contains <a href="org/apache/ignite/spi/systemview/view/SystemView.html" title="interface in org.apache.ignite.spi.systemview.view"><code>SystemView</code></a> clases that exists in Ignite.</div>
</dd>
<dt><a href="org/apache/ignite/spi/systemview/view/datastructures/package-summary.html">org.apache.ignite.spi.systemview.view.datastructures</a> - package org.apache.ignite.spi.systemview.view.datastructures</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/spi/tracing/package-summary.html">org.apache.ignite.spi.tracing</a> - package org.apache.ignite.spi.tracing</dt>
<dd>
<div class="block">Contains common classes and interfaces for tracing SPI implementations.</div>
</dd>
<dt><a href="org/apache/ignite/spi/tracing/opencensus/package-summary.html">org.apache.ignite.spi.tracing.opencensus</a> - package org.apache.ignite.spi.tracing.opencensus</dt>
<dd>
<div class="block">Contains API for OpenCensus Tracing framework integration.</div>
</dd>
<dt><a href="org/apache/ignite/ssl/package-summary.html">org.apache.ignite.ssl</a> - package org.apache.ignite.ssl</dt>
<dd>
<div class="block">Contains classes for working with SSL.</div>
</dd>
<dt><a href="org/apache/ignite/startup/package-summary.html">org.apache.ignite.startup</a> - package org.apache.ignite.startup</dt>
<dd>
<div class="block">Contains Ignite runtime startup classes.</div>
</dd>
<dt><a href="org/apache/ignite/startup/cmdline/package-summary.html">org.apache.ignite.startup.cmdline</a> - package org.apache.ignite.startup.cmdline</dt>
<dd>
<div class="block">Contains <b>default</b> command line startup.</div>
</dd>
<dt><a href="org/apache/ignite/startup/servlet/package-summary.html">org.apache.ignite.startup.servlet</a> - package org.apache.ignite.startup.servlet</dt>
<dd>
<div class="block">Contains servlet-based startup.</div>
</dd>
<dt><a href="org/apache/ignite/stream/package-summary.html">org.apache.ignite.stream</a> - package org.apache.ignite.stream</dt>
<dd>
<div class="block">Contains Ignite Streamer classes.</div>
</dd>
<dt><a href="org/apache/ignite/stream/socket/package-summary.html">org.apache.ignite.stream.socket</a> - package org.apache.ignite.stream.socket</dt>
<dd>
<div class="block">Contains socket streamer implementation.</div>
</dd>
<dt><a href="org/apache/ignite/thread/package-summary.html">org.apache.ignite.thread</a> - package org.apache.ignite.thread</dt>
<dd>
<div class="block">Contains threads-related utility classes.</div>
</dd>
<dt><a href="org/apache/ignite/transactions/package-summary.html">org.apache.ignite.transactions</a> - package org.apache.ignite.transactions</dt>
<dd>
<div class="block">Contains transaction-related classes.</div>
</dd>
<dt><a href="org/apache/ignite/visor/plugin/package-summary.html">org.apache.ignite.visor.plugin</a> - package org.apache.ignite.visor.plugin</dt>
<dd>
<div class="block">Contains <b>Visor Plugin</b> extension functionality.</div>
</dd>
<dt><a href="org/apache/ignite/yarn/package-summary.html">org.apache.ignite.yarn</a> - package org.apache.ignite.yarn</dt>
<dd>
<div class="block">Contains classes to support integration with Apache Hadoop Yarn.</div>
</dd>
<dt><a href="org/apache/ignite/yarn/utils/package-summary.html">org.apache.ignite.yarn.utils</a> - package org.apache.ignite.yarn.utils</dt>
<dd>
<div class="block">Utility and helper classes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/TransactionView.html#originatingNodeId--">originatingNodeId()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/TransactionView.html" title="class in org.apache.ignite.spi.systemview.view">TransactionView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/services/ServiceDescriptor.html#originNodeId--">originNodeId()</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 ID of grid node that initiated the service deployment.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ComputeJobView.html#originNodeId--">originNodeId()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ComputeJobView.html" title="class in org.apache.ignite.spi.systemview.view">ComputeJobView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ScanQueryView.html#originNodeId--">originNodeId()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ScanQueryView.html" title="class in org.apache.ignite.spi.systemview.view">ScanQueryView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ServiceView.html#originNodeId--">originNodeId()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ServiceView.html" title="class in org.apache.ignite.spi.systemview.view">ServiceView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlQueryView.html#originNodeId--">originNodeId()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlQueryView.html" title="class in org.apache.ignite.spi.systemview.view">SqlQueryView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#OS_INFO_DESC">OS_INFO_DESC</a></span> - Static variable 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="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#OS_USER_DESC">OS_USER_DESC</a></span> - Static variable 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="memberNameLink"><a href="org/apache/ignite/osgi/IgniteAbstractOsgiContextActivator.html#OSGI_SERVICE_PROP_IGNITE_NAME">OSGI_SERVICE_PROP_IGNITE_NAME</a></span> - Static variable in class org.apache.ignite.osgi.<a href="org/apache/ignite/osgi/IgniteAbstractOsgiContextActivator.html" title="class in org.apache.ignite.osgi">IgniteAbstractOsgiContextActivator</a></dt>
<dd>
<div class="block">OSGI service property name.</div>
</dd>
<dt><a href="org/apache/ignite/osgi/classloaders/OsgiClassLoadingStrategyType.html" title="enum in org.apache.ignite.osgi.classloaders"><span class="typeNameLink">OsgiClassLoadingStrategyType</span></a> - Enum in <a href="org/apache/ignite/osgi/classloaders/package-summary.html">org.apache.ignite.osgi.classloaders</a></dt>
<dd>
<div class="block">Enum for the user to indicate which type of <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang"><code>ClassLoader</code></a> Ignite should use.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/TransactionView.html#otherNodeId--">otherNodeId()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/TransactionView.html" title="class in org.apache.ignite.spi.systemview.view">TransactionView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#OUT_OF_RESOURCES_TCP_MSG">OUT_OF_RESOURCES_TCP_MSG</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">IPC error message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/architecture/MLPArchitecture.html#outputSize--">outputSize()</a></span> - Method in class org.apache.ignite.ml.nn.architecture.<a href="org/apache/ignite/ml/nn/architecture/MLPArchitecture.html" title="class in org.apache.ignite.ml.nn.architecture">MLPArchitecture</a></dt>
<dd>
<div class="block">Size of output of MLP.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/functions/Functions.html#outputSupplier-org.apache.ignite.ml.math.functions.IgniteFunction-">outputSupplier(IgniteFunction<span class='angle_bracket'>&lt;</span>A, B<span class='angle_bracket'>&gt;</span>)</a></span> - Static method in class org.apache.ignite.ml.math.functions.<a href="org/apache/ignite/ml/math/functions/Functions.html" title="class in org.apache.ignite.ml.math.functions">Functions</a></dt>
<dd>
<div class="block">Transform function of form a -> b into a -> (() -> b).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/functions/Functions.html#outputSupplier-org.apache.ignite.ml.math.functions.IgniteBiFunction-">outputSupplier(IgniteBiFunction<span class='angle_bracket'>&lt;</span>A, B, C<span class='angle_bracket'>&gt;</span>)</a></span> - Static method in class org.apache.ignite.ml.math.functions.<a href="org/apache/ignite/ml/math/functions/Functions.html" title="class in org.apache.ignite.ml.math.functions">Functions</a></dt>
<dd>
<div class="block">Transform function of form (a, b) -> c into (a, b) - () -> c.</div>
</dd>
</dl>
<a name="I:P">
<!-- -->
</a>
<h2 class="title">P</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/normalization/NormalizationPreprocessor.html#p--">p()</a></span> - Method in class org.apache.ignite.ml.preprocessing.normalization.<a href="org/apache/ignite/ml/preprocessing/normalization/NormalizationPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.normalization">NormalizationPreprocessor</a></dt>
<dd>
<div class="block">Gets the degree of L^p space parameter value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/normalization/NormalizationTrainer.html#p--">p()</a></span> - Method in class org.apache.ignite.ml.preprocessing.normalization.<a href="org/apache/ignite/ml/preprocessing/normalization/NormalizationTrainer.html" title="class in org.apache.ignite.ml.preprocessing.normalization">NormalizationTrainer</a></dt>
<dd>
<div class="block">Gets the degree of L space parameter value.</div>
</dd>
<dt><a href="org/apache/ignite/configuration/PageReplacementMode.html" title="enum in org.apache.ignite.configuration"><span class="typeNameLink">PageReplacementMode</span></a> - Enum in <a href="org/apache/ignite/configuration/package-summary.html">org.apache.ignite.configuration</a></dt>
<dd>
<div class="block">Defines memory page replacement algorithm.</div>
</dd>
<dt><a href="org/apache/ignite/events/PageReplacementStartedEvent.html" title="class in org.apache.ignite.events"><span class="typeNameLink">PageReplacementStartedEvent</span></a> - Class in <a href="org/apache/ignite/events/package-summary.html">org.apache.ignite.events</a></dt>
<dd>
<div class="block">Event type indicating that page replacement started in one of the configured data regions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/PageReplacementStartedEvent.html#PageReplacementStartedEvent-org.apache.ignite.cluster.ClusterNode-java.lang.String-java.lang.String-">PageReplacementStartedEvent(ClusterNode, String, String)</a></span> - Constructor for class org.apache.ignite.events.<a href="org/apache/ignite/events/PageReplacementStartedEvent.html" title="class in org.apache.ignite.events">PageReplacementStartedEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ScanQueryView.html#pageSize--">pageSize()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ScanQueryView.html" title="class in org.apache.ignite.spi.systemview.view">ScanQueryView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/spi/systemview/view/PagesListView.html" title="class in org.apache.ignite.spi.systemview.view"><span class="typeNameLink">PagesListView</span></a> - Class in <a href="org/apache/ignite/spi/systemview/view/package-summary.html">org.apache.ignite.spi.systemview.view</a></dt>
<dd>
<div class="block">Pages-list representation for a <a href="org/apache/ignite/spi/systemview/view/SystemView.html" title="interface in org.apache.ignite.spi.systemview.view"><code>SystemView</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/PagesListView.html#PagesListView-org.apache.ignite.internal.processors.cache.persistence.freelist.PagesList-int-">PagesListView(PagesList, int)</a></span> - Constructor for class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/PagesListView.html" title="class in org.apache.ignite.spi.systemview.view">PagesListView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/AttributeNames.html#pairedConnection--">pairedConnection()</a></span> - Method in class org.apache.ignite.spi.communication.tcp.<a href="org/apache/ignite/spi/communication/tcp/AttributeNames.html" title="class in org.apache.ignite.spi.communication.tcp">AttributeNames</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/LearningEnvironment.html#parallelismStrategy--">parallelismStrategy()</a></span> - Method in interface org.apache.ignite.ml.environment.<a href="org/apache/ignite/ml/environment/LearningEnvironment.html" title="interface in org.apache.ignite.ml.environment">LearningEnvironment</a></dt>
<dd>
<div class="block">Returns Parallelism Strategy instance.</div>
</dd>
<dt><a href="org/apache/ignite/ml/environment/parallelism/ParallelismStrategy.html" title="interface in org.apache.ignite.ml.environment.parallelism"><span class="typeNameLink">ParallelismStrategy</span></a> - Interface in <a href="org/apache/ignite/ml/environment/parallelism/package-summary.html">org.apache.ignite.ml.environment.parallelism</a></dt>
<dd>
<div class="block">Specifies the behaviour of processes in ML-algorithms that can may be parallelized such as parallel learning in
bagging, learning submodels for One-vs-All model, Cross-Validation etc.</div>
</dd>
<dt><a href="org/apache/ignite/ml/environment/parallelism/ParallelismStrategy.Type.html" title="enum in org.apache.ignite.ml.environment.parallelism"><span class="typeNameLink">ParallelismStrategy.Type</span></a> - Enum in <a href="org/apache/ignite/ml/environment/parallelism/package-summary.html">org.apache.ignite.ml.environment.parallelism</a></dt>
<dd>
<div class="block">The type of parallelism.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGeneratorPrimitives.html#parallelogram-org.apache.ignite.ml.math.primitives.vector.Vector-">parallelogram(Vector)</a></span> - Static method in class org.apache.ignite.ml.util.generators.primitives.vector.<a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGeneratorPrimitives.html" title="class in org.apache.ignite.ml.util.generators.primitives.vector">VectorGeneratorPrimitives</a></dt>
<dd>
<div class="block">Returns vector generator of vectors from multidimensional uniform distribution around zero.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGeneratorPrimitives.html#parallelogram-org.apache.ignite.ml.math.primitives.vector.Vector-long-">parallelogram(Vector, long)</a></span> - Static method in class org.apache.ignite.ml.util.generators.primitives.vector.<a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGeneratorPrimitives.html" title="class in org.apache.ignite.ml.util.generators.primitives.vector">VectorGeneratorPrimitives</a></dt>
<dd>
<div class="block">Returns vector generator of vectors from multidimensional uniform distribution around zero.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcDriver.html#PARAM_ENFORCE_JOIN_ORDER">PARAM_ENFORCE_JOIN_ORDER</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcDriver.html" title="class in org.apache.ignite">IgniteJdbcDriver</a></dt>
<dd>
<div class="block">Parameter: enforce join order flag (SQL hint).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcDriver.html#PARAM_LAZY">PARAM_LAZY</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcDriver.html" title="class in org.apache.ignite">IgniteJdbcDriver</a></dt>
<dd>
<div class="block">Parameter: replicated only flag (SQL hint).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcDriver.html#PARAM_SCHEMA">PARAM_SCHEMA</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcDriver.html" title="class in org.apache.ignite">IgniteJdbcDriver</a></dt>
<dd>
<div class="block">Parameter: schema name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/maintenance/MaintenanceTask.html#parameters--">parameters()</a></span> - Method in class org.apache.ignite.maintenance.<a href="org/apache/ignite/maintenance/MaintenanceTask.html" title="class in org.apache.ignite.maintenance">MaintenanceTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/MultilayerPerceptron.html#parameters--">parameters()</a></span> - Method in class org.apache.ignite.ml.nn.<a href="org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</a></dt>
<dd>
<div class="block">Get parameters vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/architecture/MLPArchitecture.html#parametersCount--">parametersCount()</a></span> - Method in class org.apache.ignite.ml.nn.architecture.<a href="org/apache/ignite/ml/nn/architecture/MLPArchitecture.html" title="class in org.apache.ignite.ml.nn.architecture">MLPArchitecture</a></dt>
<dd>
<div class="block">Count of parameters in this MLP architecture.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/MultilayerPerceptron.html#parametersCount--">parametersCount()</a></span> - Method in class org.apache.ignite.ml.nn.<a href="org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</a></dt>
<dd>
<div class="block">Get count of parameters of this model.</div>
</dd>
<dt><a href="org/apache/ignite/ml/selection/paramgrid/ParameterSetGenerator.html" title="class in org.apache.ignite.ml.selection.paramgrid"><span class="typeNameLink">ParameterSetGenerator</span></a> - Class in <a href="org/apache/ignite/ml/selection/paramgrid/package-summary.html">org.apache.ignite.ml.selection.paramgrid</a></dt>
<dd>
<div class="block">Generates tuples of hyper parameter values by given map.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/paramgrid/ParameterSetGenerator.html#ParameterSetGenerator-java.util.Map-">ParameterSetGenerator(Map<span class='angle_bracket'>&lt;</span>Integer, Double[]<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.selection.paramgrid.<a href="org/apache/ignite/ml/selection/paramgrid/ParameterSetGenerator.html" title="class in org.apache.ignite.ml.selection.paramgrid">ParameterSetGenerator</a></dt>
<dd>
<div class="block">Creates an instance of the generator.</div>
</dd>
<dt><a href="org/apache/ignite/ml/optimization/updatecalculators/ParameterUpdateCalculator.html" title="interface in org.apache.ignite.ml.optimization.updatecalculators"><span class="typeNameLink">ParameterUpdateCalculator</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/optimization/updatecalculators/ParameterUpdateCalculator.html" title="type parameter in ParameterUpdateCalculator">M</a>,<a href="org/apache/ignite/ml/optimization/updatecalculators/ParameterUpdateCalculator.html" title="type parameter in ParameterUpdateCalculator">P</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/ml/optimization/updatecalculators/package-summary.html">org.apache.ignite.ml.optimization.updatecalculators</a></dt>
<dd>
<div class="block">Interface for classes encapsulating parameters updateCache logic.</div>
</dd>
<dt><a href="org/apache/ignite/ml/util/generators/primitives/vector/ParametricVectorGenerator.html" title="class in org.apache.ignite.ml.util.generators.primitives.vector"><span class="typeNameLink">ParametricVectorGenerator</span></a> - Class in <a href="org/apache/ignite/ml/util/generators/primitives/vector/package-summary.html">org.apache.ignite.ml.util.generators.primitives.vector</a></dt>
<dd>
<div class="block">Generate vectors having components generated by parametrized function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/primitives/vector/ParametricVectorGenerator.html#ParametricVectorGenerator-org.apache.ignite.ml.util.generators.primitives.scalar.RandomProducer-org.apache.ignite.ml.math.functions.IgniteFunction...-">ParametricVectorGenerator(RandomProducer, IgniteFunction<span class='angle_bracket'>&lt;</span>Double, Double<span class='angle_bracket'>&gt;</span>...)</a></span> - Constructor for class org.apache.ignite.ml.util.generators.primitives.vector.<a href="org/apache/ignite/ml/util/generators/primitives/vector/ParametricVectorGenerator.html" title="class in org.apache.ignite.ml.util.generators.primitives.vector">ParametricVectorGenerator</a></dt>
<dd>
<div class="block">Create an instance of ParametricVectorGenerator.</div>
</dd>
<dt><a href="org/apache/ignite/ml/optimization/Parametrized.html" title="interface in org.apache.ignite.ml.optimization"><span class="typeNameLink">Parametrized</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/optimization/Parametrized.html" title="type parameter in Parametrized">M</a> extends <a href="org/apache/ignite/ml/optimization/Parametrized.html" title="interface in org.apache.ignite.ml.optimization">Parametrized</a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/optimization/Parametrized.html" title="type parameter in Parametrized">M</a><span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/ml/optimization/package-summary.html">org.apache.ignite.ml.optimization</a></dt>
<dd>
<div class="block">Interface for parametrized models.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html#paramGrid">paramGrid</a></span> - Variable in class org.apache.ignite.ml.selection.cv.<a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html" title="class in org.apache.ignite.ml.selection.cv">AbstractCrossValidation</a></dt>
<dd>
<div class="block">Parameter grid.</div>
</dd>
<dt><a href="org/apache/ignite/ml/selection/paramgrid/ParamGrid.html" title="class in org.apache.ignite.ml.selection.paramgrid"><span class="typeNameLink">ParamGrid</span></a> - Class in <a href="org/apache/ignite/ml/selection/paramgrid/package-summary.html">org.apache.ignite.ml.selection.paramgrid</a></dt>
<dd>
<div class="block">Keeps the grid of parameters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/paramgrid/ParamGrid.html#ParamGrid--">ParamGrid()</a></span> - Constructor for class org.apache.ignite.ml.selection.paramgrid.<a href="org/apache/ignite/ml/selection/paramgrid/ParamGrid.html" title="class in org.apache.ignite.ml.selection.paramgrid">ParamGrid</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/CacheLoadOnlyStoreAdapter.html#parse-I-java.lang.Object...-">parse(I, Object...)</a></span> - Method in 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>
<div class="block">This method should transform raw data records into valid key-value pairs
to be stored into cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/development/utils/IgniteWalConverterArguments.html#parse-java.io.PrintStream-java.lang.String...-">parse(PrintStream, String...)</a></span> - Static method in class org.apache.ignite.development.utils.<a href="org/apache/ignite/development/utils/IgniteWalConverterArguments.html" title="class in org.apache.ignite.development.utils">IgniteWalConverterArguments</a></dt>
<dd>
<div class="block">Parse command line arguments and return filled IgniteWalConverterArguments</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/catboost/CatboostClassificationModelParser.html#parse-byte:A-">parse(byte[])</a></span> - Method in class org.apache.ignite.ml.catboost.<a href="org/apache/ignite/ml/catboost/CatboostClassificationModelParser.html" title="class in org.apache.ignite.ml.catboost">CatboostClassificationModelParser</a></dt>
<dd>
<div class="block">Accepts serialized model represented by byte array, parses it and returns <a href="org/apache/ignite/ml/inference/Model.html" title="interface in org.apache.ignite.ml.inference"><code>Model</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/catboost/CatboostRegressionModelParser.html#parse-byte:A-">parse(byte[])</a></span> - Method in class org.apache.ignite.ml.catboost.<a href="org/apache/ignite/ml/catboost/CatboostRegressionModelParser.html" title="class in org.apache.ignite.ml.catboost">CatboostRegressionModelParser</a></dt>
<dd>
<div class="block">Accepts serialized model represented by byte array, parses it and returns <a href="org/apache/ignite/ml/inference/Model.html" title="interface in org.apache.ignite.ml.inference"><code>Model</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/h2o/H2OMojoModelParser.html#parse-byte:A-">parse(byte[])</a></span> - Method in class org.apache.ignite.ml.h2o.<a href="org/apache/ignite/ml/h2o/H2OMojoModelParser.html" title="class in org.apache.ignite.ml.h2o">H2OMojoModelParser</a></dt>
<dd>
<div class="block">Accepts serialized model represented by byte array, parses it and returns <a href="org/apache/ignite/ml/inference/Model.html" title="interface in org.apache.ignite.ml.inference"><code>Model</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/parser/IgniteModelParser.html#parse-byte:A-">parse(byte[])</a></span> - Method in class org.apache.ignite.ml.inference.parser.<a href="org/apache/ignite/ml/inference/parser/IgniteModelParser.html" title="class in org.apache.ignite.ml.inference.parser">IgniteModelParser</a></dt>
<dd>
<div class="block">Accepts serialized model represented by byte array, parses it and returns <a href="org/apache/ignite/ml/inference/Model.html" title="interface in org.apache.ignite.ml.inference"><code>Model</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/parser/ModelParser.html#parse-byte:A-">parse(byte[])</a></span> - Method in interface org.apache.ignite.ml.inference.parser.<a href="org/apache/ignite/ml/inference/parser/ModelParser.html" title="interface in org.apache.ignite.ml.inference.parser">ModelParser</a></dt>
<dd>
<div class="block">Accepts serialized model represented by byte array, parses it and returns <a href="org/apache/ignite/ml/inference/Model.html" title="interface in org.apache.ignite.ml.inference"><code>Model</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/sparkmodelparser/SparkModelParser.html#parse-java.lang.String-org.apache.ignite.ml.sparkmodelparser.SupportedSparkModels-org.apache.ignite.ml.environment.LearningEnvironment-">parse(String, SupportedSparkModels, LearningEnvironment)</a></span> - Static method in class org.apache.ignite.ml.sparkmodelparser.<a href="org/apache/ignite/ml/sparkmodelparser/SparkModelParser.html" title="class in org.apache.ignite.ml.sparkmodelparser">SparkModelParser</a></dt>
<dd>
<div class="block">Load model from parquet (presented as a directory).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/sparkmodelparser/SparkModelParser.html#parse-java.lang.String-org.apache.ignite.ml.sparkmodelparser.SupportedSparkModels-">parse(String, SupportedSparkModels)</a></span> - Static method in class org.apache.ignite.ml.sparkmodelparser.<a href="org/apache/ignite/ml/sparkmodelparser/SparkModelParser.html" title="class in org.apache.ignite.ml.sparkmodelparser">SparkModelParser</a></dt>
<dd>
<div class="block">Load model from parquet (presented as a directory).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGModelParser.html#parse-byte:A-">parse(byte[])</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGModelParser.html" title="class in org.apache.ignite.ml.xgboost.parser">XGModelParser</a></dt>
<dd>
<div class="block">Accepts serialized model represented by byte array, parses it and returns <a href="org/apache/ignite/ml/inference/Model.html" title="interface in org.apache.ignite.ml.inference"><code>Model</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataRegionMetricsProvider.html#partiallyFilledPagesFreeSpace--">partiallyFilledPagesFreeSpace()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/DataRegionMetricsProvider.html" title="interface in org.apache.ignite">DataRegionMetricsProvider</a></dt>
<dd>
<div class="block">Calculates free space of partially filled pages for this data region.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/affinity/Affinity.html#partition-K-">partition(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">Gets partition id for the given key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/affinity/AffinityFunction.html#partition-java.lang.Object-">partition(Object)</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 partition number for a given key starting from <code>0</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/affinity/rendezvous/RendezvousAffinityFunction.html#partition-java.lang.Object-">partition(Object)</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 partition number for a given key starting from <code>0</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/CacheEvent.html#partition--">partition()</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 partition for the event which is the partition the key belongs to.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/CacheRebalancingEvent.html#partition--">partition()</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 partition for the event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/impl/cache/util/DatasetAffinityFunctionWrapper.html#partition-java.lang.Object-">partition(Object)</a></span> - Method in class org.apache.ignite.ml.dataset.impl.cache.util.<a href="org/apache/ignite/ml/dataset/impl/cache/util/DatasetAffinityFunctionWrapper.html" title="class in org.apache.ignite.ml.dataset.impl.cache.util">DatasetAffinityFunctionWrapper</a></dt>
<dd>
<div class="block">Returns key as a partition index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/LearningEnvironment.html#partition--">partition()</a></span> - Method in interface org.apache.ignite.ml.environment.<a href="org/apache/ignite/ml/environment/LearningEnvironment.html" title="interface in org.apache.ignite.ml.environment">LearningEnvironment</a></dt>
<dd>
<div class="block">Gets current partition.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetAffinityFunction.html#partition-java.lang.Object-">partition(Object)</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 partition number for a given key starting from <code>0</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/failover/FailoverContext.html#partition--">partition()</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">Gets partition for <a href="org/apache/ignite/IgniteCompute.html#affinityRun-java.util.Collection-int-org.apache.ignite.lang.IgniteRunnable-"><code>IgniteCompute.affinityRun(Collection, int, IgniteRunnable)</code></a>
and <a href="org/apache/ignite/IgniteCompute.html#affinityCall-java.util.Collection-int-org.apache.ignite.lang.IgniteCallable-"><code>IgniteCompute.affinityCall(Collection, int, IgniteCallable)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiContext.html#partition-java.lang.String-java.lang.Object-">partition(String, Object)</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">Calculates partition number for given key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ScanQueryView.html#partition--">partition()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ScanQueryView.html" title="class in org.apache.ignite.spi.systemview.view">ScanQueryView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/dataset/PartitionContextBuilder.html" title="interface in org.apache.ignite.ml.dataset"><span class="typeNameLink">PartitionContextBuilder</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/dataset/PartitionContextBuilder.html" title="type parameter in PartitionContextBuilder">K</a>,<a href="org/apache/ignite/ml/dataset/PartitionContextBuilder.html" title="type parameter in PartitionContextBuilder">V</a>,<a href="org/apache/ignite/ml/dataset/PartitionContextBuilder.html" title="type parameter in PartitionContextBuilder">C</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/ml/dataset/package-summary.html">org.apache.ignite.ml.dataset</a></dt>
<dd>
<div class="block">Builder that accepts a partition <code>upstream</code> data and makes partition <code>context</code>.</div>
</dd>
<dt><a href="org/apache/ignite/ml/dataset/PartitionDataBuilder.html" title="interface in org.apache.ignite.ml.dataset"><span class="typeNameLink">PartitionDataBuilder</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/dataset/PartitionDataBuilder.html" title="type parameter in PartitionDataBuilder">K</a>,<a href="org/apache/ignite/ml/dataset/PartitionDataBuilder.html" title="type parameter in PartitionDataBuilder">V</a>,<a href="org/apache/ignite/ml/dataset/PartitionDataBuilder.html" title="type parameter in PartitionDataBuilder">C</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>,<a href="org/apache/ignite/ml/dataset/PartitionDataBuilder.html" title="type parameter in PartitionDataBuilder">D</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseable.html?is-external=true" title="class or interface in java.lang">AutoCloseable</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/ml/dataset/package-summary.html">org.apache.ignite.ml.dataset</a></dt>
<dd>
<div class="block">Builder that accepts a partition <code>upstream</code> data and partition <code>context</code> and makes partition
<code>data</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CachePagesListView.html#partitionId--">partitionId()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CachePagesListView.html" title="class in org.apache.ignite.spi.systemview.view">CachePagesListView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/PartitionStateView.html#partitionId--">partitionId()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/PartitionStateView.html" title="class in org.apache.ignite.spi.systemview.view">PartitionStateView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/cache/PartitionLossPolicy.html" title="enum in org.apache.ignite.cache"><span class="typeNameLink">PartitionLossPolicy</span></a> - Enum in <a href="org/apache/ignite/cache/package-summary.html">org.apache.ignite.cache</a></dt>
<dd>
<div class="block">Partition loss policy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheGroupView.html#partitionLossPolicy--">partitionLossPolicy()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheGroupView.html" title="class in org.apache.ignite.spi.systemview.view">CacheGroupView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#partitionLossPolicy--">partitionLossPolicy()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/affinity/Affinity.html#partitions--">partitions()</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 number of partitions in cache according to configured affinity function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/affinity/AffinityFunction.html#partitions--">partitions()</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 total number of partitions available.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/affinity/rendezvous/RendezvousAffinityFunction.html#partitions--">partitions()</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 total number of partitions available.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/impl/cache/util/DatasetAffinityFunctionWrapper.html#partitions--">partitions()</a></span> - Method in class org.apache.ignite.ml.dataset.impl.cache.util.<a href="org/apache/ignite/ml/dataset/impl/cache/util/DatasetAffinityFunctionWrapper.html" title="class in org.apache.ignite.ml.dataset.impl.cache.util">DatasetAffinityFunctionWrapper</a></dt>
<dd>
<div class="block">Gets total number of partitions available.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetAffinityFunction.html#partitions--">partitions()</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 total number of partitions available.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheGroupView.html#partitionsCount--">partitionsCount()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheGroupView.html" title="class in org.apache.ignite.spi.systemview.view">CacheGroupView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/spi/systemview/view/PartitionStateView.html" title="class in org.apache.ignite.spi.systemview.view"><span class="typeNameLink">PartitionStateView</span></a> - Class in <a href="org/apache/ignite/spi/systemview/view/package-summary.html">org.apache.ignite.spi.systemview.view</a></dt>
<dd>
<div class="block">Partition state representation for a <a href="org/apache/ignite/spi/systemview/view/SystemView.html" title="interface in org.apache.ignite.spi.systemview.view"><code>SystemView</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/PartitionStateView.html#PartitionStateView-int-java.util.UUID-int-org.apache.ignite.internal.processors.cache.distributed.dht.topology.GridDhtPartitionState-boolean-">PartitionStateView(int, UUID, int, GridDhtPartitionState, boolean)</a></span> - Constructor for class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/PartitionStateView.html" title="class in org.apache.ignite.spi.systemview.view">PartitionStateView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html#parts">parts</a></span> - Variable in class org.apache.ignite.ml.selection.cv.<a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html" title="class in org.apache.ignite.ml.selection.cv">AbstractCrossValidation</a></dt>
<dd>
<div class="block">Parts.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryEntityPatch.html#patch-java.util.Collection-">patch(Collection<span class='angle_bracket'>&lt;</span>SchemaAbstractOperation<span class='angle_bracket'>&gt;</span>)</a></span> - Static method in class org.apache.ignite.cache.<a href="org/apache/ignite/cache/QueryEntityPatch.html" title="class in org.apache.ignite.cache">QueryEntityPatch</a></dt>
<dd>
<div class="block">Builder method for patch with operations.</div>
</dd>
<dt><a href="org/apache/ignite/ml/preprocessing/developer/PatchedPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.developer"><span class="typeNameLink">PatchedPreprocessor</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/preprocessing/developer/PatchedPreprocessor.html" title="type parameter in PatchedPreprocessor">K</a>,<a href="org/apache/ignite/ml/preprocessing/developer/PatchedPreprocessor.html" title="type parameter in PatchedPreprocessor">V</a>,<a href="org/apache/ignite/ml/preprocessing/developer/PatchedPreprocessor.html" title="type parameter in PatchedPreprocessor">L1</a>,<a href="org/apache/ignite/ml/preprocessing/developer/PatchedPreprocessor.html" title="type parameter in PatchedPreprocessor">L2</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/preprocessing/developer/package-summary.html">org.apache.ignite.ml.preprocessing.developer</a></dt>
<dd>
<div class="block">Preprocessing function that makes binarization.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/developer/PatchedPreprocessor.html#PatchedPreprocessor-org.apache.ignite.ml.math.functions.IgniteFunction-org.apache.ignite.ml.preprocessing.Preprocessor-">PatchedPreprocessor(IgniteFunction<span class='angle_bracket'>&lt;</span>LabeledVector<span class='angle_bracket'>&lt;</span>L1<span class='angle_bracket'>&gt;</span>, LabeledVector<span class='angle_bracket'>&lt;</span>L2<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.preprocessing.developer.<a href="org/apache/ignite/ml/preprocessing/developer/PatchedPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.developer">PatchedPreprocessor</a></dt>
<dd>
<div class="block">Constructs a new instance of Binarization preprocessor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/scheduler/SchedulerFuture.html#pattern--">pattern()</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 scheduling pattern.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteQueue.html#peek--">peek()</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><a href="org/apache/ignite/mxbean/PerformanceStatisticsMBean.html" title="interface in org.apache.ignite.mxbean"><span class="typeNameLink">PerformanceStatisticsMBean</span></a> - Interface in <a href="org/apache/ignite/mxbean/package-summary.html">org.apache.ignite.mxbean</a></dt>
<dd>
<div class="block">MBean that provides access to performance statistics management.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/SecuritySubject.html#permissions--">permissions()</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">Authorized permission set for the subject.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteDataStreamer.html#perNodeBufferSize--">perNodeBufferSize()</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 size of per node key-value pairs buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteDataStreamer.html#perNodeBufferSize-int-">perNodeBufferSize(int)</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 size of per node key-value pairs buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteDataStreamer.html#perNodeParallelOperations--">perNodeParallelOperations()</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 maximum number of parallel stream operations for a single node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteDataStreamer.html#perNodeParallelOperations-int-">perNodeParallelOperations(int)</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 maximum number of parallel stream operations for a single node.</div>
</dd>
<dt><a href="org/apache/ignite/cache/store/cassandra/persistence/PersistenceController.html" title="class in org.apache.ignite.cache.store.cassandra.persistence"><span class="typeNameLink">PersistenceController</span></a> - Class in <a href="org/apache/ignite/cache/store/cassandra/persistence/package-summary.html">org.apache.ignite.cache.store.cassandra.persistence</a></dt>
<dd>
<div class="block">Intermediate layer between persistent store (Cassandra) and Ignite cache key/value classes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PersistenceController.html#PersistenceController-org.apache.ignite.cache.store.cassandra.persistence.KeyValuePersistenceSettings-">PersistenceController(KeyValuePersistenceSettings)</a></span> - Constructor for 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">Constructs persistence controller from Ignite cache persistence settings.</div>
</dd>
<dt><a href="org/apache/ignite/PersistenceMetrics.html" title="interface in org.apache.ignite"><span class="typeNameLink">PersistenceMetrics</span></a> - Interface in <a href="org/apache/ignite/package-summary.html">org.apache.ignite</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Check the <a href="org/apache/ignite/spi/metric/ReadOnlyMetricRegistry.html" title="interface in org.apache.ignite.spi.metric"><code>ReadOnlyMetricRegistry</code></a> with "name=io.datastorage" instead.</span></div>
</div>
</dd>
<dt><a href="org/apache/ignite/mxbean/PersistenceMetricsMXBean.html" title="interface in org.apache.ignite.mxbean"><span class="typeNameLink">PersistenceMetricsMXBean</span></a> - Interface in <a href="org/apache/ignite/mxbean/package-summary.html">org.apache.ignite.mxbean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Part of old API. Metrics are accessible through <a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html" title="interface in org.apache.ignite.mxbean"><code>DataStorageMetricsMXBean</code></a>.</span></div>
</div>
</dd>
<dt><a href="org/apache/ignite/cache/store/cassandra/persistence/PersistenceSettings.html" title="class in org.apache.ignite.cache.store.cassandra.persistence"><span class="typeNameLink">PersistenceSettings</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/cache/store/cassandra/persistence/PersistenceSettings.html" title="type parameter in PersistenceSettings">F</a> extends <a href="org/apache/ignite/cache/store/cassandra/persistence/PojoField.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">PojoField</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/cache/store/cassandra/persistence/package-summary.html">org.apache.ignite.cache.store.cassandra.persistence</a></dt>
<dd>
<div class="block">Stores persistence settings, which describes how particular key/value
from Ignite cache should be stored in Cassandra.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PersistenceSettings.html#PersistenceSettings-org.w3c.dom.Element-">PersistenceSettings(Element)</a></span> - Constructor for class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/PersistenceSettings.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">PersistenceSettings</a></dt>
<dd>
<div class="block">Constructs persistence settings from corresponding XML element.</div>
</dd>
<dt><a href="org/apache/ignite/cache/store/cassandra/persistence/PersistenceStrategy.html" title="enum in org.apache.ignite.cache.store.cassandra.persistence"><span class="typeNameLink">PersistenceStrategy</span></a> - Enum in <a href="org/apache/ignite/cache/store/cassandra/persistence/package-summary.html">org.apache.ignite.cache.store.cassandra.persistence</a></dt>
<dd>
<div class="block">Describes persistence strategy to be used to persist object data into Cassandra.</div>
</dd>
<dt><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration"><span class="typeNameLink">PersistentStoreConfiguration</span></a> - Class in <a href="org/apache/ignite/configuration/package-summary.html">org.apache.ignite.configuration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration"><code>DataStorageConfiguration</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#PersistentStoreConfiguration--">PersistentStoreConfiguration()</a></span> - Constructor for class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignite.html#persistentStoreMetrics--">persistentStoreMetrics()</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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Check the <a href="org/apache/ignite/spi/metric/ReadOnlyMetricRegistry.html" title="interface in org.apache.ignite.spi.metric"><code>ReadOnlyMetricRegistry</code></a> with "name=io.dataregion.{data_region_name}" instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#persistentStoreMetrics--">persistentStoreMetrics()</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="memberNameLink"><a href="org/apache/ignite/IgniteDataStreamer.html#perThreadBufferSize-int-">perThreadBufferSize(int)</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">Allows to set buffer size for thread in case of stream by <a href="org/apache/ignite/IgniteDataStreamer.html#addData-K-V-"><code>IgniteDataStreamer.addData(Object, Object)</code></a> call.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteDataStreamer.html#perThreadBufferSize--">perThreadBufferSize()</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 buffer size set by <a href="org/apache/ignite/IgniteDataStreamer.html#perThreadBufferSize-int-"><code>IgniteDataStreamer.perThreadBufferSize(int)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCluster.html#pingNode-java.util.UUID-">pingNode(UUID)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCluster.html" title="interface in org.apache.ignite">IgniteCluster</a></dt>
<dd>
<div class="block">Pings a remote node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#pingNode-java.lang.String-">pingNode(String)</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">Pings node with given node ID to see whether it is alive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoverySpi.html#pingNode-java.util.UUID-">pingNode(UUID)</a></span> - Method in interface org.apache.ignite.spi.discovery.<a href="org/apache/ignite/spi/discovery/DiscoverySpi.html" title="interface in org.apache.ignite.spi.discovery">DiscoverySpi</a></dt>
<dd>
<div class="block">Pings the remote node to see if it's alive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/isolated/IsolatedDiscoverySpi.html#pingNode-java.util.UUID-">pingNode(UUID)</a></span> - Method in class org.apache.ignite.spi.discovery.isolated.<a href="org/apache/ignite/spi/discovery/isolated/IsolatedDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.isolated">IsolatedDiscoverySpi</a></dt>
<dd>
<div class="block">Pings the remote node to see if it's alive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#pingNode-java.util.UUID-">pingNode(UUID)</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">Pings the remote node to see if it's alive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html#pingNode-java.util.UUID-">pingNode(UUID)</a></span> - Method in class org.apache.ignite.spi.discovery.zk.<a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.zk">ZookeeperDiscoverySpi</a></dt>
<dd>
<div class="block">Pings the remote node to see if it's alive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiContext.html#pingNode-java.util.UUID-">pingNode(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">Pings a remote node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#pingNodeByAddress-java.lang.String-">pingNodeByAddress(String)</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">Pings node with given host name to see if it is alive.</div>
</dd>
<dt><a href="org/apache/ignite/ml/pipeline/Pipeline.html" title="class in org.apache.ignite.ml.pipeline"><span class="typeNameLink">Pipeline</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/pipeline/Pipeline.html" title="type parameter in Pipeline">K</a>,<a href="org/apache/ignite/ml/pipeline/Pipeline.html" title="type parameter in Pipeline">V</a>,<a href="org/apache/ignite/ml/pipeline/Pipeline.html" title="type parameter in Pipeline">C</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>,<a href="org/apache/ignite/ml/pipeline/Pipeline.html" title="type parameter in Pipeline">L</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/pipeline/package-summary.html">org.apache.ignite.ml.pipeline</a></dt>
<dd>
<div class="block">A simple pipeline, which acts as a global trainer which produce a Pipeline Model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/pipeline/Pipeline.html#Pipeline--">Pipeline()</a></span> - Constructor for class org.apache.ignite.ml.pipeline.<a href="org/apache/ignite/ml/pipeline/Pipeline.html" title="class in org.apache.ignite.ml.pipeline">Pipeline</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html#pipeline">pipeline</a></span> - Variable in class org.apache.ignite.ml.selection.cv.<a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html" title="class in org.apache.ignite.ml.selection.cv">AbstractCrossValidation</a></dt>
<dd>
<div class="block">Pipeline.</div>
</dd>
<dt><a href="org/apache/ignite/ml/pipeline/PipelineMdl.html" title="class in org.apache.ignite.ml.pipeline"><span class="typeNameLink">PipelineMdl</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/pipeline/PipelineMdl.html" title="type parameter in PipelineMdl">K</a>,<a href="org/apache/ignite/ml/pipeline/PipelineMdl.html" title="type parameter in PipelineMdl">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/pipeline/package-summary.html">org.apache.ignite.ml.pipeline</a></dt>
<dd>
<div class="block">Wraps the model produced by <a href="org/apache/ignite/ml/pipeline/Pipeline.html" title="class in org.apache.ignite.ml.pipeline"><code>Pipeline</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/pipeline/PipelineMdl.html#PipelineMdl--">PipelineMdl()</a></span> - Constructor for class org.apache.ignite.ml.pipeline.<a href="org/apache/ignite/ml/pipeline/PipelineMdl.html" title="class in org.apache.ignite.ml.pipeline">PipelineMdl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlTableColumnView.html#pk--">pk()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlTableColumnView.html" title="class in org.apache.ignite.spi.systemview.view">SqlTableColumnView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/cache/store/cassandra/datasource/PlainCredentials.html" title="class in org.apache.ignite.cache.store.cassandra.datasource"><span class="typeNameLink">PlainCredentials</span></a> - Class in <a href="org/apache/ignite/cache/store/cassandra/datasource/package-summary.html">org.apache.ignite.cache.store.cassandra.datasource</a></dt>
<dd>
<div class="block">Simple implementation of <a href="org/apache/ignite/cache/store/cassandra/datasource/Credentials.html" title="interface in org.apache.ignite.cache.store.cassandra.datasource"><code>Credentials</code></a> which just uses its constructor to hold user/password values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/datasource/PlainCredentials.html#PlainCredentials-java.lang.String-java.lang.String-">PlainCredentials(String, String)</a></span> - Constructor for class org.apache.ignite.cache.store.cassandra.datasource.<a href="org/apache/ignite/cache/store/cassandra/datasource/PlainCredentials.html" title="class in org.apache.ignite.cache.store.cassandra.datasource">PlainCredentials</a></dt>
<dd>
<div class="block">Creates credentials object.</div>
</dd>
<dt><a href="org/apache/ignite/configuration/PlatformCacheConfiguration.html" title="class in org.apache.ignite.configuration"><span class="typeNameLink">PlatformCacheConfiguration</span></a> - Class in <a href="org/apache/ignite/configuration/package-summary.html">org.apache.ignite.configuration</a></dt>
<dd>
<div class="block">Platform cache configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PlatformCacheConfiguration.html#PlatformCacheConfiguration--">PlatformCacheConfiguration()</a></span> - Constructor for class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PlatformCacheConfiguration.html" title="class in org.apache.ignite.configuration">PlatformCacheConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/plugin/platform/PlatformCachePluginConfigurationClosure.html" title="interface in org.apache.ignite.plugin.platform"><span class="typeNameLink">PlatformCachePluginConfigurationClosure</span></a> - Interface in <a href="org/apache/ignite/plugin/platform/package-summary.html">org.apache.ignite.plugin.platform</a></dt>
<dd>
<div class="block">Platform cache configuration handler:
updates plugin configuration using data sent from platform code.</div>
</dd>
<dt><a href="org/apache/ignite/plugin/platform/PlatformCachePluginConfigurationClosureFactory.html" title="interface in org.apache.ignite.plugin.platform"><span class="typeNameLink">PlatformCachePluginConfigurationClosureFactory</span></a> - Interface in <a href="org/apache/ignite/plugin/platform/package-summary.html">org.apache.ignite.plugin.platform</a></dt>
<dd>
<div class="block">Factory for @<a href="org/apache/ignite/plugin/platform/PlatformCachePluginConfigurationClosure.html" title="interface in org.apache.ignite.plugin.platform"><code>PlatformCachePluginConfigurationClosure</code></a> with a unique id.</div>
</dd>
<dt><a href="org/apache/ignite/configuration/PlatformConfiguration.html" title="interface in org.apache.ignite.configuration"><span class="typeNameLink">PlatformConfiguration</span></a> - Interface in <a href="org/apache/ignite/configuration/package-summary.html">org.apache.ignite.configuration</a></dt>
<dd>
<div class="block">Platform configuration marker interface.</div>
</dd>
<dt><a href="org/apache/ignite/platform/cpp/PlatformCppConfiguration.html" title="class in org.apache.ignite.platform.cpp"><span class="typeNameLink">PlatformCppConfiguration</span></a> - Class in <a href="org/apache/ignite/platform/cpp/package-summary.html">org.apache.ignite.platform.cpp</a></dt>
<dd>
<div class="block">Platform CPP configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/cpp/PlatformCppConfiguration.html#PlatformCppConfiguration--">PlatformCppConfiguration()</a></span> - Constructor for class org.apache.ignite.platform.cpp.<a href="org/apache/ignite/platform/cpp/PlatformCppConfiguration.html" title="class in org.apache.ignite.platform.cpp">PlatformCppConfiguration</a></dt>
<dd>
<div class="block">Default constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/cpp/PlatformCppConfiguration.html#PlatformCppConfiguration-org.apache.ignite.configuration.PlatformConfiguration-">PlatformCppConfiguration(PlatformConfiguration)</a></span> - Constructor for class org.apache.ignite.platform.cpp.<a href="org/apache/ignite/platform/cpp/PlatformCppConfiguration.html" title="class in org.apache.ignite.platform.cpp">PlatformCppConfiguration</a></dt>
<dd>
<div class="block">Copying constructor.</div>
</dd>
<dt><a href="org/apache/ignite/platform/dotnet/PlatformDotNetAffinityFunction.html" title="class in org.apache.ignite.platform.dotnet"><span class="typeNameLink">PlatformDotNetAffinityFunction</span></a> - Class in <a href="org/apache/ignite/platform/dotnet/package-summary.html">org.apache.ignite.platform.dotnet</a></dt>
<dd>
<div class="block">AffinityFunction implementation which can be used to configure .NET affinity function in Java Spring configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetAffinityFunction.html#PlatformDotNetAffinityFunction--">PlatformDotNetAffinityFunction()</a></span> - Constructor for 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>&nbsp;</dd>
<dt><a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryConfiguration.html" title="class in org.apache.ignite.platform.dotnet"><span class="typeNameLink">PlatformDotNetBinaryConfiguration</span></a> - Class in <a href="org/apache/ignite/platform/dotnet/package-summary.html">org.apache.ignite.platform.dotnet</a></dt>
<dd>
<div class="block">Mirror of .Net class BinaryConfiguration.cs</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryConfiguration.html#PlatformDotNetBinaryConfiguration--">PlatformDotNetBinaryConfiguration()</a></span> - Constructor for class org.apache.ignite.platform.dotnet.<a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryConfiguration.html" title="class in org.apache.ignite.platform.dotnet">PlatformDotNetBinaryConfiguration</a></dt>
<dd>
<div class="block">Default constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryConfiguration.html#PlatformDotNetBinaryConfiguration-org.apache.ignite.platform.dotnet.PlatformDotNetBinaryConfiguration-">PlatformDotNetBinaryConfiguration(PlatformDotNetBinaryConfiguration)</a></span> - Constructor for class org.apache.ignite.platform.dotnet.<a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryConfiguration.html" title="class in org.apache.ignite.platform.dotnet">PlatformDotNetBinaryConfiguration</a></dt>
<dd>
<div class="block">Copy constructor.</div>
</dd>
<dt><a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryTypeConfiguration.html" title="class in org.apache.ignite.platform.dotnet"><span class="typeNameLink">PlatformDotNetBinaryTypeConfiguration</span></a> - Class in <a href="org/apache/ignite/platform/dotnet/package-summary.html">org.apache.ignite.platform.dotnet</a></dt>
<dd>
<div class="block">Mirror of .Net class BinaryTypeConfiguration.cs</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryTypeConfiguration.html#PlatformDotNetBinaryTypeConfiguration--">PlatformDotNetBinaryTypeConfiguration()</a></span> - Constructor for class org.apache.ignite.platform.dotnet.<a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryTypeConfiguration.html" title="class in org.apache.ignite.platform.dotnet">PlatformDotNetBinaryTypeConfiguration</a></dt>
<dd>
<div class="block">Default constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryTypeConfiguration.html#PlatformDotNetBinaryTypeConfiguration-org.apache.ignite.platform.dotnet.PlatformDotNetBinaryTypeConfiguration-">PlatformDotNetBinaryTypeConfiguration(PlatformDotNetBinaryTypeConfiguration)</a></span> - Constructor for class org.apache.ignite.platform.dotnet.<a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryTypeConfiguration.html" title="class in org.apache.ignite.platform.dotnet">PlatformDotNetBinaryTypeConfiguration</a></dt>
<dd>
<div class="block">Copy constructor.</div>
</dd>
<dt><a href="org/apache/ignite/platform/dotnet/PlatformDotNetCacheStoreFactory.html" title="class in org.apache.ignite.platform.dotnet"><span class="typeNameLink">PlatformDotNetCacheStoreFactory</span></a> - Class in <a href="org/apache/ignite/platform/dotnet/package-summary.html">org.apache.ignite.platform.dotnet</a></dt>
<dd>
<div class="block">Wrapper for .NET cache store implementations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetCacheStoreFactory.html#PlatformDotNetCacheStoreFactory--">PlatformDotNetCacheStoreFactory()</a></span> - Constructor for class org.apache.ignite.platform.dotnet.<a href="org/apache/ignite/platform/dotnet/PlatformDotNetCacheStoreFactory.html" title="class in org.apache.ignite.platform.dotnet">PlatformDotNetCacheStoreFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/platform/dotnet/PlatformDotNetCacheStoreFactoryNative.html" title="class in org.apache.ignite.platform.dotnet"><span class="typeNameLink">PlatformDotNetCacheStoreFactoryNative</span></a> - Class in <a href="org/apache/ignite/platform/dotnet/package-summary.html">org.apache.ignite.platform.dotnet</a></dt>
<dd>
<div class="block">Cache store factory that wraps native factory object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetCacheStoreFactoryNative.html#PlatformDotNetCacheStoreFactoryNative-java.lang.Object-">PlatformDotNetCacheStoreFactoryNative(Object)</a></span> - Constructor for class org.apache.ignite.platform.dotnet.<a href="org/apache/ignite/platform/dotnet/PlatformDotNetCacheStoreFactoryNative.html" title="class in org.apache.ignite.platform.dotnet">PlatformDotNetCacheStoreFactoryNative</a></dt>
<dd>
<div class="block">Ctor.</div>
</dd>
<dt><a href="org/apache/ignite/platform/dotnet/PlatformDotNetConfiguration.html" title="class in org.apache.ignite.platform.dotnet"><span class="typeNameLink">PlatformDotNetConfiguration</span></a> - Class in <a href="org/apache/ignite/platform/dotnet/package-summary.html">org.apache.ignite.platform.dotnet</a></dt>
<dd>
<div class="block">Mirror of .Net class IgniteConfiguration.cs</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetConfiguration.html#PlatformDotNetConfiguration--">PlatformDotNetConfiguration()</a></span> - Constructor for class org.apache.ignite.platform.dotnet.<a href="org/apache/ignite/platform/dotnet/PlatformDotNetConfiguration.html" title="class in org.apache.ignite.platform.dotnet">PlatformDotNetConfiguration</a></dt>
<dd>
<div class="block">Default constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetConfiguration.html#PlatformDotNetConfiguration-org.apache.ignite.platform.dotnet.PlatformDotNetConfiguration-">PlatformDotNetConfiguration(PlatformDotNetConfiguration)</a></span> - Constructor for class org.apache.ignite.platform.dotnet.<a href="org/apache/ignite/platform/dotnet/PlatformDotNetConfiguration.html" title="class in org.apache.ignite.platform.dotnet">PlatformDotNetConfiguration</a></dt>
<dd>
<div class="block">Copy constructor.</div>
</dd>
<dt><a href="org/apache/ignite/platform/dotnet/PlatformDotNetLifecycleBean.html" title="class in org.apache.ignite.platform.dotnet"><span class="typeNameLink">PlatformDotNetLifecycleBean</span></a> - Class in <a href="org/apache/ignite/platform/dotnet/package-summary.html">org.apache.ignite.platform.dotnet</a></dt>
<dd>
<div class="block">Lifecycle bean implementation which can be used to configure .Net lifecycle beans in Java Spring configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetLifecycleBean.html#PlatformDotNetLifecycleBean--">PlatformDotNetLifecycleBean()</a></span> - Constructor for class org.apache.ignite.platform.dotnet.<a href="org/apache/ignite/platform/dotnet/PlatformDotNetLifecycleBean.html" title="class in org.apache.ignite.platform.dotnet">PlatformDotNetLifecycleBean</a></dt>
<dd>
<div class="block">Constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetLifecycleBean.html#PlatformDotNetLifecycleBean-java.lang.String-">PlatformDotNetLifecycleBean(String)</a></span> - Constructor for class org.apache.ignite.platform.dotnet.<a href="org/apache/ignite/platform/dotnet/PlatformDotNetLifecycleBean.html" title="class in org.apache.ignite.platform.dotnet">PlatformDotNetLifecycleBean</a></dt>
<dd>
<div class="block">Constructor.</div>
</dd>
<dt><a href="org/apache/ignite/platform/PlatformJavaObjectFactory.html" title="interface in org.apache.ignite.platform"><span class="typeNameLink">PlatformJavaObjectFactory</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/platform/PlatformJavaObjectFactory.html" title="type parameter in PlatformJavaObjectFactory">T</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/platform/package-summary.html">org.apache.ignite.platform</a></dt>
<dd>
<div class="block">Object factory used for advanced interop between platform and Java.</div>
</dd>
<dt><a href="org/apache/ignite/plugin/platform/PlatformPluginConfigurationClosure.html" title="interface in org.apache.ignite.plugin.platform"><span class="typeNameLink">PlatformPluginConfigurationClosure</span></a> - Interface in <a href="org/apache/ignite/plugin/platform/package-summary.html">org.apache.ignite.plugin.platform</a></dt>
<dd>
<div class="block">Platform configuration handler:
updates plugin configuration using data sent from platform code.</div>
</dd>
<dt><a href="org/apache/ignite/plugin/platform/PlatformPluginConfigurationClosureFactory.html" title="interface in org.apache.ignite.plugin.platform"><span class="typeNameLink">PlatformPluginConfigurationClosureFactory</span></a> - Interface in <a href="org/apache/ignite/plugin/platform/package-summary.html">org.apache.ignite.plugin.platform</a></dt>
<dd>
<div class="block">Factory for @<a href="org/apache/ignite/plugin/platform/PlatformPluginConfigurationClosure.html" title="interface in org.apache.ignite.plugin.platform"><code>PlatformPluginConfigurationClosure</code></a> with a unique id.</div>
</dd>
<dt><a href="org/apache/ignite/platform/PlatformServiceMethod.html" title="annotation in org.apache.ignite.platform"><span class="typeNameLink">PlatformServiceMethod</span></a> - Annotation Type in <a href="org/apache/ignite/platform/package-summary.html">org.apache.ignite.platform</a></dt>
<dd>
<div class="block">Annotation for setting mapping between java interface's method and platform service's method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignite.html#plugin-java.lang.String-">plugin(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 deployed Ignite plugin.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#plugin-java.lang.String-">plugin(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 deployed Ignite plugin.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/plugin/MLPluginProvider.html#plugin--">plugin()</a></span> - Method in class org.apache.ignite.ml.util.plugin.<a href="org/apache/ignite/ml/util/plugin/MLPluginProvider.html" title="class in org.apache.ignite.ml.util.plugin">MLPluginProvider</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/PluginProvider.html#plugin--">plugin()</a></span> - Method in interface org.apache.ignite.plugin.<a href="org/apache/ignite/plugin/PluginProvider.html" title="interface in org.apache.ignite.plugin">PluginProvider</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/plugin/PluginConfiguration.html" title="interface in org.apache.ignite.plugin"><span class="typeNameLink">PluginConfiguration</span></a> - Interface in <a href="org/apache/ignite/plugin/package-summary.html">org.apache.ignite.plugin</a></dt>
<dd>
<div class="block">Plugin configuration.</div>
</dd>
<dt><a href="org/apache/ignite/plugin/PluginContext.html" title="interface in org.apache.ignite.plugin"><span class="typeNameLink">PluginContext</span></a> - Interface in <a href="org/apache/ignite/plugin/package-summary.html">org.apache.ignite.plugin</a></dt>
<dd>
<div class="block">Plugin context.</div>
</dd>
<dt><a href="org/apache/ignite/plugin/PluginNotFoundException.html" title="class in org.apache.ignite.plugin"><span class="typeNameLink">PluginNotFoundException</span></a> - Exception in <a href="org/apache/ignite/plugin/package-summary.html">org.apache.ignite.plugin</a></dt>
<dd>
<div class="block">Exception thrown if plugin is not found.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/PluginNotFoundException.html#PluginNotFoundException-java.lang.String-">PluginNotFoundException(String)</a></span> - Constructor for exception org.apache.ignite.plugin.<a href="org/apache/ignite/plugin/PluginNotFoundException.html" title="class in org.apache.ignite.plugin">PluginNotFoundException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/plugin/PluginProvider.html" title="interface in org.apache.ignite.plugin"><span class="typeNameLink">PluginProvider</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/plugin/PluginProvider.html" title="type parameter in PluginProvider">C</a> extends <a href="org/apache/ignite/plugin/PluginConfiguration.html" title="interface in org.apache.ignite.plugin">PluginConfiguration</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/plugin/package-summary.html">org.apache.ignite.plugin</a></dt>
<dd>
<div class="block">Pluggable Ignite component.</div>
</dd>
<dt><a href="org/apache/ignite/plugin/PluginValidationException.html" title="class in org.apache.ignite.plugin"><span class="typeNameLink">PluginValidationException</span></a> - Exception in <a href="org/apache/ignite/plugin/package-summary.html">org.apache.ignite.plugin</a></dt>
<dd>
<div class="block">Plugin validation exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/PluginValidationException.html#PluginValidationException-java.lang.String-java.lang.String-java.util.UUID-">PluginValidationException(String, String, UUID)</a></span> - Constructor for exception org.apache.ignite.plugin.<a href="org/apache/ignite/plugin/PluginValidationException.html" title="class in org.apache.ignite.plugin">PluginValidationException</a></dt>
<dd>
<div class="block">Constructs invalid plugin exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/Histogram.html#plus-H-">plus(H)</a></span> - Method in interface org.apache.ignite.ml.dataset.feature.<a href="org/apache/ignite/ml/dataset/feature/Histogram.html" title="interface in org.apache.ignite.ml.dataset.feature">Histogram</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/ObjectHistogram.html#plus-org.apache.ignite.ml.dataset.feature.ObjectHistogram-">plus(ObjectHistogram<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.dataset.feature.<a href="org/apache/ignite/ml/dataset/feature/ObjectHistogram.html" title="class in org.apache.ignite.ml.dataset.feature">ObjectHistogram</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/functions/Functions.html#PLUS">PLUS</a></span> - Static variable in class org.apache.ignite.ml.math.functions.<a href="org/apache/ignite/ml/math/functions/Functions.html" title="class in org.apache.ignite.ml.math.functions">Functions</a></dt>
<dd>
<div class="block">Function that returns <code>a + b</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/functions/Functions.html#plus-double-">plus(double)</a></span> - Static method in class org.apache.ignite.ml.math.functions.<a href="org/apache/ignite/ml/math/functions/Functions.html" title="class in org.apache.ignite.ml.math.functions">Functions</a></dt>
<dd>
<div class="block">Function that returns <code>a + b</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#plus-double-">plus(double)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>
<div class="block">Creates new matrix where each value is a sum of the corresponding value of this matrix and
argument value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#plus-org.apache.ignite.ml.math.primitives.matrix.Matrix-">plus(Matrix)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>
<div class="block">Creates new matrix where each value is a sum of corresponding values of this matrix and
passed in argument matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html#plus-double-">plus(double)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">Matrix</a></dt>
<dd>
<div class="block">Creates new matrix where each value is a sum of the corresponding value of this matrix and
argument value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html#plus-org.apache.ignite.ml.math.primitives.matrix.Matrix-">plus(Matrix)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">Matrix</a></dt>
<dd>
<div class="block">Creates new matrix where each value is a sum of corresponding values of this matrix and
passed in argument matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#plus-double-">plus(double)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Creates new vector containing sum of each element in this vector and argument.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#plus-org.apache.ignite.ml.math.primitives.vector.Vector-">plus(Vector)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Creates new vector containing element by element sum from both vectors.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#plus-double-">plus(double)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Creates new vector containing sum of each element in this vector and argument.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#plus-org.apache.ignite.ml.math.primitives.vector.Vector-">plus(Vector)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Creates new vector containing element by element sum from both vectors.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html#plus-double-">plus(double)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a></dt>
<dd>
<div class="block">Creates new vector containing sum of each element in this vector and argument.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html#plus-org.apache.ignite.ml.math.primitives.vector.Vector-">plus(Vector)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a></dt>
<dd>
<div class="block">Creates new vector containing element by element sum from both vectors.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/impurity/GiniHistogram.html#plus-org.apache.ignite.ml.tree.randomforest.data.impurity.GiniHistogram-">plus(GiniHistogram)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.impurity.<a href="org/apache/ignite/ml/tree/randomforest/data/impurity/GiniHistogram.html" title="class in org.apache.ignite.ml.tree.randomforest.data.impurity">GiniHistogram</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/impurity/ImpurityHistogramsComputer.NodeImpurityHistograms.html#plus-org.apache.ignite.ml.tree.randomforest.data.impurity.ImpurityHistogramsComputer.NodeImpurityHistograms-">plus(ImpurityHistogramsComputer.NodeImpurityHistograms<span class='angle_bracket'>&lt;</span>S<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.impurity.<a href="org/apache/ignite/ml/tree/randomforest/data/impurity/ImpurityHistogramsComputer.NodeImpurityHistograms.html" title="class in org.apache.ignite.ml.tree.randomforest.data.impurity">ImpurityHistogramsComputer.NodeImpurityHistograms</a></dt>
<dd>
<div class="block">Store features statistics from other instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/impurity/MSEHistogram.html#plus-org.apache.ignite.ml.tree.randomforest.data.impurity.MSEHistogram-">plus(MSEHistogram)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.impurity.<a href="org/apache/ignite/ml/tree/randomforest/data/impurity/MSEHistogram.html" title="class in org.apache.ignite.ml.tree.randomforest.data.impurity">MSEHistogram</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/statistics/NormalDistributionStatistics.html#plus-org.apache.ignite.ml.tree.randomforest.data.statistics.NormalDistributionStatistics-">plus(NormalDistributionStatistics)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.statistics.<a href="org/apache/ignite/ml/tree/randomforest/data/statistics/NormalDistributionStatistics.html" title="class in org.apache.ignite.ml.tree.randomforest.data.statistics">NormalDistributionStatistics</a></dt>
<dd>
<div class="block">Returns plus of normal distribution statistics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGenerator.html#plus-org.apache.ignite.ml.util.generators.primitives.vector.VectorGenerator-">plus(VectorGenerator)</a></span> - Method in interface org.apache.ignite.ml.util.generators.primitives.vector.<a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGenerator.html" title="interface in org.apache.ignite.ml.util.generators.primitives.vector">VectorGenerator</a></dt>
<dd>
<div class="block">Creates new generator by sum of vectors of this generator and other.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html#PLUS">PLUS</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#PLUS">PLUS</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/functions/Functions.html#PLUS_ABS">PLUS_ABS</a></span> - Static variable in class org.apache.ignite.ml.math.functions.<a href="org/apache/ignite/ml/math/functions/Functions.html" title="class in org.apache.ignite.ml.math.functions">Functions</a></dt>
<dd>
<div class="block">Function that returns <code>Math.abs(a) + Math.abs(b)</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/functions/Functions.html#plusMult-double-">plusMult(double)</a></span> - Static method in class org.apache.ignite.ml.math.functions.<a href="org/apache/ignite/ml/math/functions/Functions.html" title="class in org.apache.ignite.ml.math.functions">Functions</a></dt>
<dd>
<div class="block">Function that returns <code>a + b*constant</code>.</div>
</dd>
<dt><a href="org/apache/ignite/ml/knn/utils/PointWithDistance.html" title="class in org.apache.ignite.ml.knn.utils"><span class="typeNameLink">PointWithDistance</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/knn/utils/PointWithDistance.html" title="type parameter in PointWithDistance">L</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/knn/utils/package-summary.html">org.apache.ignite.ml.knn.utils</a></dt>
<dd>
<div class="block">Utils class to be used in heap to compare two point using their distances to target point.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/utils/PointWithDistance.html#PointWithDistance-org.apache.ignite.ml.structures.LabeledVector-double-">PointWithDistance(LabeledVector<span class='angle_bracket'>&lt;</span>L<span class='angle_bracket'>&gt;</span>, double)</a></span> - Constructor for class org.apache.ignite.ml.knn.utils.<a href="org/apache/ignite/ml/knn/utils/PointWithDistance.html" title="class in org.apache.ignite.ml.knn.utils">PointWithDistance</a></dt>
<dd>
<div class="block">Constructs a new instance of data point with distance.</div>
</dd>
<dt><a href="org/apache/ignite/ml/knn/utils/PointWithDistanceUtil.html" title="class in org.apache.ignite.ml.knn.utils"><span class="typeNameLink">PointWithDistanceUtil</span></a> - Class in <a href="org/apache/ignite/ml/knn/utils/package-summary.html">org.apache.ignite.ml.knn.utils</a></dt>
<dd>
<div class="block">Util class with method that help working with <a href="org/apache/ignite/ml/knn/utils/PointWithDistance.html" title="class in org.apache.ignite.ml.knn.utils"><code>PointWithDistance</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/utils/PointWithDistanceUtil.html#PointWithDistanceUtil--">PointWithDistanceUtil()</a></span> - Constructor for class org.apache.ignite.ml.knn.utils.<a href="org/apache/ignite/ml/knn/utils/PointWithDistanceUtil.html" title="class in org.apache.ignite.ml.knn.utils">PointWithDistanceUtil</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/cache/store/cassandra/persistence/PojoField.html" title="class in org.apache.ignite.cache.store.cassandra.persistence"><span class="typeNameLink">PojoField</span></a> - Class in <a href="org/apache/ignite/cache/store/cassandra/persistence/package-summary.html">org.apache.ignite.cache.store.cassandra.persistence</a></dt>
<dd>
<div class="block">Descriptor for particular field in a POJO object, specifying how this field
should be written to or loaded from Cassandra.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PojoField.html#PojoField-org.w3c.dom.Element-java.lang.Class-">PojoField(Element, Class<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/PojoField.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">PojoField</a></dt>
<dd>
<div class="block">Creates instance of <a href="org/apache/ignite/cache/store/cassandra/persistence/PojoField.html" title="class in org.apache.ignite.cache.store.cassandra.persistence"><code>PojoField</code></a> based on it's description in XML element.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PojoField.html#PojoField-org.apache.ignite.cache.store.cassandra.persistence.PojoFieldAccessor-">PojoField(PojoFieldAccessor)</a></span> - Constructor for class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/PojoField.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">PojoField</a></dt>
<dd>
<div class="block">Creates instance of <a href="org/apache/ignite/cache/store/cassandra/persistence/PojoField.html" title="class in org.apache.ignite.cache.store.cassandra.persistence"><code>PojoField</code></a> from its field accessor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PojoField.html#PojoField-org.apache.ignite.cache.store.cassandra.persistence.PojoField-java.lang.Class-">PojoField(PojoField, Class<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/PojoField.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">PojoField</a></dt>
<dd>
<div class="block">Creates instance of <a href="org/apache/ignite/cache/store/cassandra/persistence/PojoField.html" title="class in org.apache.ignite.cache.store.cassandra.persistence"><code>PojoField</code></a> from the other instance
and java class.</div>
</dd>
<dt><a href="org/apache/ignite/cache/store/cassandra/persistence/PojoFieldAccessor.html" title="class in org.apache.ignite.cache.store.cassandra.persistence"><span class="typeNameLink">PojoFieldAccessor</span></a> - Class in <a href="org/apache/ignite/cache/store/cassandra/persistence/package-summary.html">org.apache.ignite.cache.store.cassandra.persistence</a></dt>
<dd>
<div class="block">Property accessor provides read/write access to POJO object properties defined through:
1) Getter/setter methods
2) Raw class members</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PojoFieldAccessor.html#PojoFieldAccessor-java.beans.PropertyDescriptor-java.lang.reflect.Field-">PojoFieldAccessor(PropertyDescriptor, Field)</a></span> - Constructor for class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/PojoFieldAccessor.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">PojoFieldAccessor</a></dt>
<dd>
<div class="block">Constructs object instance from Java Bean property descriptor, providing access to getter/setter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PojoFieldAccessor.html#PojoFieldAccessor-java.lang.reflect.Field-">PojoFieldAccessor(Field)</a></span> - Constructor for class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/PojoFieldAccessor.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">PojoFieldAccessor</a></dt>
<dd>
<div class="block">Constructs object instance from Field, providing direct access to class member.</div>
</dd>
<dt><a href="org/apache/ignite/cache/store/cassandra/persistence/PojoKeyField.html" title="class in org.apache.ignite.cache.store.cassandra.persistence"><span class="typeNameLink">PojoKeyField</span></a> - Class in <a href="org/apache/ignite/cache/store/cassandra/persistence/package-summary.html">org.apache.ignite.cache.store.cassandra.persistence</a></dt>
<dd>
<div class="block">Descriptor for Ignite key POJO class</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PojoKeyField.html#PojoKeyField-org.w3c.dom.Element-java.lang.Class-">PojoKeyField(Element, Class)</a></span> - Constructor for class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/PojoKeyField.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">PojoKeyField</a></dt>
<dd>
<div class="block">Constructs Ignite cache key POJO object descriptor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PojoKeyField.html#PojoKeyField-org.apache.ignite.cache.store.cassandra.persistence.PojoKeyField-java.lang.Class-">PojoKeyField(PojoKeyField, Class<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/PojoKeyField.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">PojoKeyField</a></dt>
<dd>
<div class="block">Constructs instance of <code>PojoKeyField</code> based on the other instance and java class
to initialize accessor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PojoKeyField.html#PojoKeyField-org.apache.ignite.cache.store.cassandra.persistence.PojoFieldAccessor-">PojoKeyField(PojoFieldAccessor)</a></span> - Constructor for class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/PojoKeyField.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">PojoKeyField</a></dt>
<dd>
<div class="block">Constructs Ignite cache key POJO object descriptor.</div>
</dd>
<dt><a href="org/apache/ignite/cache/store/cassandra/persistence/PojoKeyField.SortOrder.html" title="enum in org.apache.ignite.cache.store.cassandra.persistence"><span class="typeNameLink">PojoKeyField.SortOrder</span></a> - Enum in <a href="org/apache/ignite/cache/store/cassandra/persistence/package-summary.html">org.apache.ignite.cache.store.cassandra.persistence</a></dt>
<dd>
<div class="block">Specifies sort order for POJO key field</div>
</dd>
<dt><a href="org/apache/ignite/cache/store/cassandra/persistence/PojoValueField.html" title="class in org.apache.ignite.cache.store.cassandra.persistence"><span class="typeNameLink">PojoValueField</span></a> - Class in <a href="org/apache/ignite/cache/store/cassandra/persistence/package-summary.html">org.apache.ignite.cache.store.cassandra.persistence</a></dt>
<dd>
<div class="block">Descriptor for Ignite value POJO class</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PojoValueField.html#PojoValueField-org.w3c.dom.Element-java.lang.Class-">PojoValueField(Element, Class)</a></span> - Constructor for class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/PojoValueField.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">PojoValueField</a></dt>
<dd>
<div class="block">Constructs Ignite cache value field descriptor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PojoValueField.html#PojoValueField-org.apache.ignite.cache.store.cassandra.persistence.PojoFieldAccessor-">PojoValueField(PojoFieldAccessor)</a></span> - Constructor for class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/PojoValueField.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">PojoValueField</a></dt>
<dd>
<div class="block">Constructs Ignite cache value field descriptor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PojoValueField.html#PojoValueField-org.apache.ignite.cache.store.cassandra.persistence.PojoValueField-java.lang.Class-">PojoValueField(PojoValueField, Class<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/PojoValueField.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">PojoValueField</a></dt>
<dd>
<div class="block">Constructs instance of <code>PojoValueField</code> based on the other instance and java class
to initialize accessor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/thread/IgniteThread.html#policy--">policy()</a></span> - Method in class org.apache.ignite.thread.<a href="org/apache/ignite/thread/IgniteThread.html" title="class in org.apache.ignite.thread">IgniteThread</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteQueue.html#poll--">poll()</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="memberNameLink"><a href="org/apache/ignite/IgniteQueue.html#poll-long-java.util.concurrent.TimeUnit-">poll(long, TimeUnit)</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><a href="org/apache/ignite/ml/util/genetic/Population.html" title="class in org.apache.ignite.ml.util.genetic"><span class="typeNameLink">Population</span></a> - Class in <a href="org/apache/ignite/ml/util/genetic/package-summary.html">org.apache.ignite.ml.util.genetic</a></dt>
<dd>
<div class="block">Represents a populations of chromosomes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/genetic/Population.html#Population-int-">Population(int)</a></span> - Constructor for class org.apache.ignite.ml.util.genetic.<a href="org/apache/ignite/ml/util/genetic/Population.html" title="class in org.apache.ignite.ml.util.genetic">Population</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/AttributeNames.html#port--">port()</a></span> - Method in class org.apache.ignite.spi.communication.tcp.<a href="org/apache/ignite/spi/communication/tcp/AttributeNames.html" title="class in org.apache.ignite.spi.communication.tcp">AttributeNames</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/functions/Functions.html#pow-double-">pow(double)</a></span> - Static method in class org.apache.ignite.ml.math.functions.<a href="org/apache/ignite/ml/math/functions/Functions.html" title="class in org.apache.ignite.ml.math.functions">Functions</a></dt>
<dd>
<div class="block">Function that returns <code>Math.pow(a, b)</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/convergence/ConvergenceCheckerFactory.html#precision">precision</a></span> - Variable in class org.apache.ignite.ml.composition.boosting.convergence.<a href="org/apache/ignite/ml/composition/boosting/convergence/ConvergenceCheckerFactory.html" title="class in org.apache.ignite.ml.composition.boosting.convergence">ConvergenceCheckerFactory</a></dt>
<dd>
<div class="block">Precision of error checking.</div>
</dd>
<dt><a href="org/apache/ignite/ml/selection/scoring/metric/classification/Precision.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification"><span class="typeNameLink">Precision</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/selection/scoring/metric/classification/Precision.html" title="type parameter in Precision">L</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/selection/scoring/metric/classification/package-summary.html">org.apache.ignite.ml.selection.scoring.metric.classification</a></dt>
<dd>
<div class="block">Precision metric class for binary classification.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/Precision.html#Precision-L-L-">Precision(L, L)</a></span> - Constructor for class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/Precision.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">Precision</a></dt>
<dd>
<div class="block">Creates an instance Precision class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/Precision.html#Precision--">Precision()</a></span> - Constructor for class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/Precision.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">Precision</a></dt>
<dd>
<div class="block">Creates an instance Precision class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlTableColumnView.html#precision--">precision()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlTableColumnView.html" title="class in org.apache.ignite.spi.systemview.view">SqlTableColumnView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlViewColumnView.html#precision--">precision()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlViewColumnView.html" title="class in org.apache.ignite.spi.systemview.view">SqlViewColumnView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlSchemaView.html#predefined--">predefined()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlSchemaView.html" title="class in org.apache.ignite.spi.systemview.view">SqlSchemaView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterGroup.html#predicate--">predicate()</a></span> - Method in interface org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterGroup.html" title="interface in org.apache.ignite.cluster">ClusterGroup</a></dt>
<dd>
<div class="block">Gets predicate that defines a subset of nodes for this cluster group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/catboost/CatboostClassificationModel.html#predict-org.apache.ignite.ml.math.primitives.vector.NamedVector-">predict(NamedVector)</a></span> - Method in class org.apache.ignite.ml.catboost.<a href="org/apache/ignite/ml/catboost/CatboostClassificationModel.html" title="class in org.apache.ignite.ml.catboost">CatboostClassificationModel</a></dt>
<dd>
<div class="block">Make a prediction for the specified input arguments.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/catboost/CatboostRegressionModel.html#predict-org.apache.ignite.ml.math.primitives.vector.NamedVector-">predict(NamedVector)</a></span> - Method in class org.apache.ignite.ml.catboost.<a href="org/apache/ignite/ml/catboost/CatboostRegressionModel.html" title="class in org.apache.ignite.ml.catboost">CatboostRegressionModel</a></dt>
<dd>
<div class="block">Make a prediction for the specified input arguments.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/gmm/GmmModel.html#predict-org.apache.ignite.ml.math.primitives.vector.Vector-">predict(Vector)</a></span> - Method in class org.apache.ignite.ml.clustering.gmm.<a href="org/apache/ignite/ml/clustering/gmm/GmmModel.html" title="class in org.apache.ignite.ml.clustering.gmm">GmmModel</a></dt>
<dd>
<div class="block">Make a prediction for the specified input arguments.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/kmeans/KMeansModel.html#predict-org.apache.ignite.ml.math.primitives.vector.Vector-">predict(Vector)</a></span> - Method in class org.apache.ignite.ml.clustering.kmeans.<a href="org/apache/ignite/ml/clustering/kmeans/KMeansModel.html" title="class in org.apache.ignite.ml.clustering.kmeans">KMeansModel</a></dt>
<dd>
<div class="block">Make a prediction for the specified input arguments.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/bagging/BaggedModel.html#predict-org.apache.ignite.ml.math.primitives.vector.Vector-">predict(Vector)</a></span> - Method in class org.apache.ignite.ml.composition.bagging.<a href="org/apache/ignite/ml/composition/bagging/BaggedModel.html" title="class in org.apache.ignite.ml.composition.bagging">BaggedModel</a></dt>
<dd>
<div class="block">Make a prediction for the specified input arguments.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/GDBModel.html#predict-org.apache.ignite.ml.math.primitives.vector.Vector-">predict(Vector)</a></span> - Method in class org.apache.ignite.ml.composition.boosting.<a href="org/apache/ignite/ml/composition/boosting/GDBModel.html" title="class in org.apache.ignite.ml.composition.boosting">GDBModel</a></dt>
<dd>
<div class="block">Applies containing models to features and aggregate them to one prediction.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/combinators/parallel/ModelsParallelComposition.html#predict-I-">predict(I)</a></span> - Method in class org.apache.ignite.ml.composition.combinators.parallel.<a href="org/apache/ignite/ml/composition/combinators/parallel/ModelsParallelComposition.html" title="class in org.apache.ignite.ml.composition.combinators.parallel">ModelsParallelComposition</a></dt>
<dd>
<div class="block">Make a prediction for the specified input arguments.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/combinators/sequential/ModelsSequentialComposition.html#predict-I-">predict(I)</a></span> - Method in class org.apache.ignite.ml.composition.combinators.sequential.<a href="org/apache/ignite/ml/composition/combinators/sequential/ModelsSequentialComposition.html" title="class in org.apache.ignite.ml.composition.combinators.sequential">ModelsSequentialComposition</a></dt>
<dd>
<div class="block">Make a prediction for the specified input arguments.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/ModelOnFeaturesSubspace.html#predict-org.apache.ignite.ml.math.primitives.vector.Vector-">predict(Vector)</a></span> - Method in class org.apache.ignite.ml.composition.<a href="org/apache/ignite/ml/composition/ModelOnFeaturesSubspace.html" title="class in org.apache.ignite.ml.composition">ModelOnFeaturesSubspace</a></dt>
<dd>
<div class="block">Projects features vector to subspace in according to mapping and apply model to it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/ModelsComposition.html#predict-org.apache.ignite.ml.math.primitives.vector.Vector-">predict(Vector)</a></span> - Method in class org.apache.ignite.ml.composition.<a href="org/apache/ignite/ml/composition/ModelsComposition.html" title="class in org.apache.ignite.ml.composition">ModelsComposition</a></dt>
<dd>
<div class="block">Applies containing models to features and aggregate them to one prediction.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/stacking/StackedModel.html#predict-IS-">predict(IS)</a></span> - Method in class org.apache.ignite.ml.composition.stacking.<a href="org/apache/ignite/ml/composition/stacking/StackedModel.html" title="class in org.apache.ignite.ml.composition.stacking">StackedModel</a></dt>
<dd>
<div class="block">Make a prediction for the specified input arguments.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/h2o/H2OMojoModel.html#predict-org.apache.ignite.ml.math.primitives.vector.NamedVector-">predict(NamedVector)</a></span> - Method in class org.apache.ignite.ml.h2o.<a href="org/apache/ignite/ml/h2o/H2OMojoModel.html" title="class in org.apache.ignite.ml.h2o">H2OMojoModel</a></dt>
<dd>
<div class="block">Make a prediction for the specified input arguments.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/Model.html#predict-I-">predict(I)</a></span> - Method in interface org.apache.ignite.ml.inference.<a href="org/apache/ignite/ml/inference/Model.html" title="interface in org.apache.ignite.ml.inference">Model</a></dt>
<dd>
<div class="block">Make a prediction for the specified input arguments.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/ann/ANNClassificationModel.html#predict-org.apache.ignite.ml.math.primitives.vector.Vector-">predict(Vector)</a></span> - Method in class org.apache.ignite.ml.knn.ann.<a href="org/apache/ignite/ml/knn/ann/ANNClassificationModel.html" title="class in org.apache.ignite.ml.knn.ann">ANNClassificationModel</a></dt>
<dd>
<div class="block">Make a prediction for the specified input arguments.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/classification/KNNClassificationModel.html#predict-org.apache.ignite.ml.math.primitives.vector.Vector-">predict(Vector)</a></span> - Method in class org.apache.ignite.ml.knn.classification.<a href="org/apache/ignite/ml/knn/classification/KNNClassificationModel.html" title="class in org.apache.ignite.ml.knn.classification">KNNClassificationModel</a></dt>
<dd>
<div class="block">Make a prediction for the specified input arguments.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/regression/KNNRegressionModel.html#predict-org.apache.ignite.ml.math.primitives.vector.Vector-">predict(Vector)</a></span> - Method in class org.apache.ignite.ml.knn.regression.<a href="org/apache/ignite/ml/knn/regression/KNNRegressionModel.html" title="class in org.apache.ignite.ml.knn.regression">KNNRegressionModel</a></dt>
<dd>
<div class="block">Make a prediction for the specified input arguments.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/multiclass/MultiClassModel.html#predict-org.apache.ignite.ml.math.primitives.vector.Vector-">predict(Vector)</a></span> - Method in class org.apache.ignite.ml.multiclass.<a href="org/apache/ignite/ml/multiclass/MultiClassModel.html" title="class in org.apache.ignite.ml.multiclass">MultiClassModel</a></dt>
<dd>
<div class="block">Make a prediction for the specified input arguments.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/compound/CompoundNaiveBayesModel.html#predict-org.apache.ignite.ml.math.primitives.vector.Vector-">predict(Vector)</a></span> - Method in class org.apache.ignite.ml.naivebayes.compound.<a href="org/apache/ignite/ml/naivebayes/compound/CompoundNaiveBayesModel.html" title="class in org.apache.ignite.ml.naivebayes.compound">CompoundNaiveBayesModel</a></dt>
<dd>
<div class="block">Make a prediction for the specified input arguments.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/discrete/DiscreteNaiveBayesModel.html#predict-org.apache.ignite.ml.math.primitives.vector.Vector-">predict(Vector)</a></span> - Method in class org.apache.ignite.ml.naivebayes.discrete.<a href="org/apache/ignite/ml/naivebayes/discrete/DiscreteNaiveBayesModel.html" title="class in org.apache.ignite.ml.naivebayes.discrete">DiscreteNaiveBayesModel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/gaussian/GaussianNaiveBayesModel.html#predict-org.apache.ignite.ml.math.primitives.vector.Vector-">predict(Vector)</a></span> - Method in class org.apache.ignite.ml.naivebayes.gaussian.<a href="org/apache/ignite/ml/naivebayes/gaussian/GaussianNaiveBayesModel.html" title="class in org.apache.ignite.ml.naivebayes.gaussian">GaussianNaiveBayesModel</a></dt>
<dd>
<div class="block">Returns a number of class to which the input belongs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/MultilayerPerceptron.html#predict-org.apache.ignite.ml.math.primitives.matrix.Matrix-">predict(Matrix)</a></span> - Method in class org.apache.ignite.ml.nn.<a href="org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</a></dt>
<dd>
<div class="block">Makes a prediction for the given objects.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/pipeline/PipelineMdl.html#predict-org.apache.ignite.ml.math.primitives.vector.Vector-">predict(Vector)</a></span> - Method in class org.apache.ignite.ml.pipeline.<a href="org/apache/ignite/ml/pipeline/PipelineMdl.html" title="class in org.apache.ignite.ml.pipeline">PipelineMdl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/recommendation/RecommendationModel.html#predict-org.apache.ignite.ml.recommendation.ObjectSubjectPair-">predict(ObjectSubjectPair<span class='angle_bracket'>&lt;</span>O, S<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.recommendation.<a href="org/apache/ignite/ml/recommendation/RecommendationModel.html" title="class in org.apache.ignite.ml.recommendation">RecommendationModel</a></dt>
<dd>
<div class="block">Make a prediction for the specified input arguments.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/linear/LinearRegressionModel.html#predict-org.apache.ignite.ml.math.primitives.vector.Vector-">predict(Vector)</a></span> - Method in class org.apache.ignite.ml.regressions.linear.<a href="org/apache/ignite/ml/regressions/linear/LinearRegressionModel.html" title="class in org.apache.ignite.ml.regressions.linear">LinearRegressionModel</a></dt>
<dd>
<div class="block">Make a prediction for the specified input arguments.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionModel.html#predict-org.apache.ignite.ml.math.primitives.vector.Vector-">predict(Vector)</a></span> - Method in class org.apache.ignite.ml.regressions.logistic.<a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionModel.html" title="class in org.apache.ignite.ml.regressions.logistic">LogisticRegressionModel</a></dt>
<dd>
<div class="block">Make a prediction for the specified input arguments.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/sql/SQLFunctions.html#predict-java.lang.String-java.lang.Double...-">predict(String, Double...)</a></span> - Static method in class org.apache.ignite.ml.sql.<a href="org/apache/ignite/ml/sql/SQLFunctions.html" title="class in org.apache.ignite.ml.sql">SQLFunctions</a></dt>
<dd>
<div class="block">Makes prediction using specified model name to extract model from model storage and specified input values
as input object for prediction.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/svm/SVMLinearClassificationModel.html#predict-org.apache.ignite.ml.math.primitives.vector.Vector-">predict(Vector)</a></span> - Method in class org.apache.ignite.ml.svm.<a href="org/apache/ignite/ml/svm/SVMLinearClassificationModel.html" title="class in org.apache.ignite.ml.svm">SVMLinearClassificationModel</a></dt>
<dd>
<div class="block">Make a prediction for the specified input arguments.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/trainers/AdaptableDatasetModel.html#predict-I-">predict(I)</a></span> - Method in class org.apache.ignite.ml.trainers.<a href="org/apache/ignite/ml/trainers/AdaptableDatasetModel.html" title="class in org.apache.ignite.ml.trainers">AdaptableDatasetModel</a></dt>
<dd>
<div class="block">Result of this model application is a result of composition <code>before `andThen` inner mdl `andThen` after</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/DecisionTreeConditionalNode.html#predict-org.apache.ignite.ml.math.primitives.vector.Vector-">predict(Vector)</a></span> - Method in class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/DecisionTreeConditionalNode.html" title="class in org.apache.ignite.ml.tree">DecisionTreeConditionalNode</a></dt>
<dd>
<div class="block">Make a prediction for the specified input arguments.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/DecisionTreeLeafNode.html#predict-org.apache.ignite.ml.math.primitives.vector.Vector-">predict(Vector)</a></span> - Method in class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/DecisionTreeLeafNode.html" title="class in org.apache.ignite.ml.tree">DecisionTreeLeafNode</a></dt>
<dd>
<div class="block">Make a prediction for the specified input arguments.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/DecisionTreeModel.html#predict-org.apache.ignite.ml.math.primitives.vector.Vector-">predict(Vector)</a></span> - Method in class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/DecisionTreeModel.html" title="class in org.apache.ignite.ml.tree">DecisionTreeModel</a></dt>
<dd>
<div class="block">Make a prediction for the specified input arguments.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/RandomForestTreeModel.html#predict-org.apache.ignite.ml.math.primitives.vector.Vector-">predict(Vector)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.<a href="org/apache/ignite/ml/tree/randomforest/data/RandomForestTreeModel.html" title="class in org.apache.ignite.ml.tree.randomforest.data">RandomForestTreeModel</a></dt>
<dd>
<div class="block">Make a prediction for the specified input arguments.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/TreeNode.html#predict-org.apache.ignite.ml.math.primitives.vector.Vector-">predict(Vector)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.<a href="org/apache/ignite/ml/tree/randomforest/data/TreeNode.html" title="class in org.apache.ignite.ml.tree.randomforest.data">TreeNode</a></dt>
<dd>
<div class="block">Make a prediction for the specified input arguments.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/XGModelComposition.html#predict-org.apache.ignite.ml.math.primitives.vector.NamedVector-">predict(NamedVector)</a></span> - Method in class org.apache.ignite.ml.xgboost.<a href="org/apache/ignite/ml/xgboost/XGModelComposition.html" title="class in org.apache.ignite.ml.xgboost">XGModelComposition</a></dt>
<dd>
<div class="block">Make a prediction for the specified input arguments.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/NodeData.html#prediction">prediction</a></span> - Variable in class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/NodeData.html" title="class in org.apache.ignite.ml.tree">NodeData</a></dt>
<dd>
<div class="block">Prediction.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/ModelsComposition.html#predictionsAggregator">predictionsAggregator</a></span> - Variable in class org.apache.ignite.ml.composition.<a href="org/apache/ignite/ml/composition/ModelsComposition.html" title="class in org.apache.ignite.ml.composition">ModelsComposition</a></dt>
<dd>
<div class="block">Predictions aggregator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/ModelsCompositionFormat.html#predictionsAggregator--">predictionsAggregator()</a></span> - Method in class org.apache.ignite.ml.composition.<a href="org/apache/ignite/ml/composition/ModelsCompositionFormat.html" title="class in org.apache.ignite.ml.composition">ModelsCompositionFormat</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/composition/predictionsaggregator/PredictionsAggregator.html" title="interface in org.apache.ignite.ml.composition.predictionsaggregator"><span class="typeNameLink">PredictionsAggregator</span></a> - Interface in <a href="org/apache/ignite/ml/composition/predictionsaggregator/package-summary.html">org.apache.ignite.ml.composition.predictionsaggregator</a></dt>
<dd>
<div class="block">Predictions aggregator interface.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/TreeNode.html#predictNextNodeKey-org.apache.ignite.ml.math.primitives.vector.Vector-">predictNextNodeKey(Vector)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.<a href="org/apache/ignite/ml/tree/randomforest/data/TreeNode.html" title="class in org.apache.ignite.ml.tree.randomforest.data">TreeNode</a></dt>
<dd>
<div class="block">Returns leaf node for feature vector in according to decision tree.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/sql/SQLFunctions.html#predictRecommendation-java.lang.String-java.lang.Integer-java.lang.Integer-">predictRecommendation(String, Integer, Integer)</a></span> - Static method in class org.apache.ignite.ml.sql.<a href="org/apache/ignite/ml/sql/SQLFunctions.html" title="class in org.apache.ignite.ml.sql">SQLFunctions</a></dt>
<dd>
<div class="block">Makes prediction using specified model name to extract model from model storage and specified input values
as input object for prediction.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#preloadPartition-int-">preloadPartition(int)</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">Preload cache partition.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#preloadPartition-int-">preloadPartition(int)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Efficiently preloads cache primary partition into page memory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#preloadPartitionAsync-int-">preloadPartitionAsync(int)</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">Preload cache partition.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#preloadPartitionAsync-int-">preloadPartitionAsync(int)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Efficiently preloads cache partition into page memory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/Query.html#prepare-int:A-">prepare(int[])</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/Query.html" title="class in org.apache.ignite.cache.query">Query</a></dt>
<dd>
<div class="block">Prepares the partitions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/maintenance/MaintenanceRegistry.html#prepareAndExecuteMaintenance--">prepareAndExecuteMaintenance()</a></span> - Method in interface org.apache.ignite.maintenance.<a href="org/apache/ignite/maintenance/MaintenanceRegistry.html" title="interface in org.apache.ignite.maintenance">MaintenanceRegistry</a></dt>
<dd>
<div class="block">Examine all components if they need to execute maintenance actions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html#prepareBuilders-java.lang.String-java.util.Collection-">prepareBuilders(String, Collection<span class='angle_bracket'>&lt;</span>JdbcType<span class='angle_bracket'>&gt;</span>)</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">Prepare internal store specific builders for provided types metadata.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcPojoStore.html#prepareBuilders-java.lang.String-java.util.Collection-">prepareBuilders(String, Collection<span class='angle_bracket'>&lt;</span>JdbcType<span class='angle_bracket'>&gt;</span>)</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">Prepare internal store specific builders for provided types metadata.</div>
</dd>
<dt><a href="org/apache/ignite/ml/preprocessing/PreprocessingTrainer.html" title="interface in org.apache.ignite.ml.preprocessing"><span class="typeNameLink">PreprocessingTrainer</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/preprocessing/PreprocessingTrainer.html" title="type parameter in PreprocessingTrainer">K</a>,<a href="org/apache/ignite/ml/preprocessing/PreprocessingTrainer.html" title="type parameter in PreprocessingTrainer">V</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/ml/preprocessing/package-summary.html">org.apache.ignite.ml.preprocessing</a></dt>
<dd>
<div class="block">Trainer for preprocessor.</div>
</dd>
<dt><a href="org/apache/ignite/ml/preprocessing/Preprocessor.html" title="interface in org.apache.ignite.ml.preprocessing"><span class="typeNameLink">Preprocessor</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/preprocessing/Preprocessor.html" title="type parameter in Preprocessor">K</a>,<a href="org/apache/ignite/ml/preprocessing/Preprocessor.html" title="type parameter in Preprocessor">V</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/ml/preprocessing/package-summary.html">org.apache.ignite.ml.preprocessing</a></dt>
<dd>
<div class="block">Basic interface in Preprocessor Hierarchy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html#preprocessor">preprocessor</a></span> - Variable in class org.apache.ignite.ml.selection.cv.<a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html" title="class in org.apache.ignite.ml.selection.cv">AbstractCrossValidation</a></dt>
<dd>
<div class="block">Preprocessor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/affinity/AffinityFunctionContext.html#previousAssignment-int-">previousAssignment(int)</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 affinity assignment for given partition on previous topology version.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/ClusterStateChangeEvent.html#previousState--">previousState()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/ClusterStateChangeEvent.html" title="class in org.apache.ignite.events">ClusterStateChangeEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/ClusterStateChangeStartedEvent.html#previousState--">previousState()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/ClusterStateChangeStartedEvent.html" title="class in org.apache.ignite.events">ClusterStateChangeStartedEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/ClusterTagUpdatedEvent.html#previousTag--">previousTag()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/ClusterTagUpdatedEvent.html" title="class in org.apache.ignite.events">ClusterTagUpdatedEvent</a></dt>
<dd>
<div class="block">Value of cluster tag before update request that triggered this event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/optimization/updatecalculators/RPropParameterUpdate.html#prevIterationGradient">prevIterationGradient</a></span> - Variable in class org.apache.ignite.ml.optimization.updatecalculators.<a href="org/apache/ignite/ml/optimization/updatecalculators/RPropParameterUpdate.html" title="class in org.apache.ignite.ml.optimization.updatecalculators">RPropParameterUpdate</a></dt>
<dd>
<div class="block">Previous iteration model partial derivatives by parameters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/optimization/updatecalculators/NesterovParameterUpdate.html#prevIterationUpdates">prevIterationUpdates</a></span> - Variable in class org.apache.ignite.ml.optimization.updatecalculators.<a href="org/apache/ignite/ml/optimization/updatecalculators/NesterovParameterUpdate.html" title="class in org.apache.ignite.ml.optimization.updatecalculators">NesterovParameterUpdate</a></dt>
<dd>
<div class="block">Previous step weights updates.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/optimization/updatecalculators/NesterovParameterUpdate.html#prevIterationUpdates--">prevIterationUpdates()</a></span> - Method in class org.apache.ignite.ml.optimization.updatecalculators.<a href="org/apache/ignite/ml/optimization/updatecalculators/NesterovParameterUpdate.html" title="class in org.apache.ignite.ml.optimization.updatecalculators">NesterovParameterUpdate</a></dt>
<dd>
<div class="block">Get previous step parameters updates.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/optimization/updatecalculators/RPropParameterUpdate.html#prevIterationUpdates">prevIterationUpdates</a></span> - Variable in class org.apache.ignite.ml.optimization.updatecalculators.<a href="org/apache/ignite/ml/optimization/updatecalculators/RPropParameterUpdate.html" title="class in org.apache.ignite.ml.optimization.updatecalculators">RPropParameterUpdate</a></dt>
<dd>
<div class="block">Previous iteration parameters updates.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/affinity/Affinity.html#primaryPartitions-org.apache.ignite.cluster.ClusterNode-">primaryPartitions(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 the given cluster node has primary ownership.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#primarySize--">primarySize()</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 the number of all primary entries cached on this node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#primarySizeLong--">primarySizeLong()</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 the number of all primary entries cached on this node as a long value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#printLastErrors--">printLastErrors()</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">Prints errors.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiMultiException.html#printStackTrace-java.io.PrintStream-">printStackTrace(PrintStream)</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/DecisionTreeTrainer.html#printTree-org.apache.ignite.ml.tree.DecisionTreeNode-boolean-">printTree(DecisionTreeNode, boolean)</a></span> - Static method in class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/DecisionTreeTrainer.html" title="class in org.apache.ignite.ml.tree">DecisionTreeTrainer</a></dt>
<dd>
<div class="block">Represents DecisionTree as String.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/RandomForestTreeModel.html#printTree-org.apache.ignite.ml.tree.randomforest.data.TreeNode-boolean-">printTree(TreeNode, boolean)</a></span> - Static method in class org.apache.ignite.ml.tree.randomforest.data.<a href="org/apache/ignite/ml/tree/randomforest/data/RandomForestTreeModel.html" title="class in org.apache.ignite.ml.tree.randomforest.data">RandomForestTreeModel</a></dt>
<dd>
<div class="block">Represents DecisionTree as String.</div>
</dd>
<dt><a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html" title="class in org.apache.ignite.spi.collision.priorityqueue"><span class="typeNameLink">PriorityQueueCollisionSpi</span></a> - Class in <a href="org/apache/ignite/spi/collision/priorityqueue/package-summary.html">org.apache.ignite.spi.collision.priorityqueue</a></dt>
<dd>
<div class="block">This class provides implementation for Collision SPI based on priority queue.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html#PriorityQueueCollisionSpi--">PriorityQueueCollisionSpi()</a></span> - Constructor for class org.apache.ignite.spi.collision.priorityqueue.<a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html" title="class in org.apache.ignite.spi.collision.priorityqueue">PriorityQueueCollisionSpi</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpiMBean.html" title="interface in org.apache.ignite.spi.collision.priorityqueue"><span class="typeNameLink">PriorityQueueCollisionSpiMBean</span></a> - Interface in <a href="org/apache/ignite/spi/collision/priorityqueue/package-summary.html">org.apache.ignite.spi.collision.priorityqueue</a></dt>
<dd>
<div class="block">Management bean that provides access to the priority queue collision SPI configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/stat/Distribution.html#prob-org.apache.ignite.ml.math.primitives.vector.Vector-">prob(Vector)</a></span> - Method in interface org.apache.ignite.ml.math.stat.<a href="org/apache/ignite/ml/math/stat/Distribution.html" title="interface in org.apache.ignite.ml.math.stat">Distribution</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/stat/DistributionMixture.html#prob-org.apache.ignite.ml.math.primitives.vector.Vector-">prob(Vector)</a></span> - Method in class org.apache.ignite.ml.math.stat.<a href="org/apache/ignite/ml/math/stat/DistributionMixture.html" title="class in org.apache.ignite.ml.math.stat">DistributionMixture</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/stat/MultivariateGaussianDistribution.html#prob-org.apache.ignite.ml.math.primitives.vector.Vector-">prob(Vector)</a></span> - Method in class org.apache.ignite.ml.math.stat.<a href="org/apache/ignite/ml/math/stat/MultivariateGaussianDistribution.html" title="class in org.apache.ignite.ml.math.stat">MultivariateGaussianDistribution</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/BayesModel.html#probabilityPowers-FEATURES-">probabilityPowers(FEATURES)</a></span> - Method in interface org.apache.ignite.ml.naivebayes.<a href="org/apache/ignite/ml/naivebayes/BayesModel.html" title="interface in org.apache.ignite.ml.naivebayes">BayesModel</a></dt>
<dd>
<div class="block">Returns an array where the index correapons a label, and value corresponds <code>log(probability)</code> to be this label.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/discrete/DiscreteNaiveBayesModel.html#probabilityPowers-org.apache.ignite.ml.math.primitives.vector.Vector-">probabilityPowers(Vector)</a></span> - Method in class org.apache.ignite.ml.naivebayes.discrete.<a href="org/apache/ignite/ml/naivebayes/discrete/DiscreteNaiveBayesModel.html" title="class in org.apache.ignite.ml.naivebayes.discrete">DiscreteNaiveBayesModel</a></dt>
<dd>
<div class="block">Returns an array where the index correapons a label, and value corresponds <code>log(probability)</code> to be this label.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/gaussian/GaussianNaiveBayesModel.html#probabilityPowers-org.apache.ignite.ml.math.primitives.vector.Vector-">probabilityPowers(Vector)</a></span> - Method in class org.apache.ignite.ml.naivebayes.gaussian.<a href="org/apache/ignite/ml/naivebayes/gaussian/GaussianNaiveBayesModel.html" title="class in org.apache.ignite.ml.naivebayes.gaussian">GaussianNaiveBayesModel</a></dt>
<dd>
<div class="block">Returns an array where the index correapons a label, and value corresponds <code>log(probability)</code> to be this label.</div>
</dd>
<dt><a href="org/apache/ignite/ml/knn/ann/ProbableLabel.html" title="class in org.apache.ignite.ml.knn.ann"><span class="typeNameLink">ProbableLabel</span></a> - Class in <a href="org/apache/ignite/ml/knn/ann/package-summary.html">org.apache.ignite.ml.knn.ann</a></dt>
<dd>
<div class="block">The special class for fuzzy labels presenting the probability distribution
over the class labels.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/ann/ProbableLabel.html#ProbableLabel--">ProbableLabel()</a></span> - Constructor for class org.apache.ignite.ml.knn.ann.<a href="org/apache/ignite/ml/knn/ann/ProbableLabel.html" title="class in org.apache.ignite.ml.knn.ann">ProbableLabel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/ann/ProbableLabel.html#ProbableLabel-java.util.TreeMap-">ProbableLabel(TreeMap<span class='angle_bracket'>&lt;</span>Double, Double<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.knn.ann.<a href="org/apache/ignite/ml/knn/ann/ProbableLabel.html" title="class in org.apache.ignite.ml.knn.ann">ProbableLabel</a></dt>
<dd>
<div class="block">The key is class label,
the value is the probability to be an item of this class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/BatchExecutionAssistant.html#process-com.datastax.driver.core.Row-int-">process(Row, 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">Processes particular row inside batch operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/BatchLoaderAssistant.html#process-com.datastax.driver.core.Row-">process(Row)</a></span> - Method in interface org.apache.ignite.cache.store.cassandra.session.<a href="org/apache/ignite/cache/store/cassandra/session/BatchLoaderAssistant.html" title="interface in org.apache.ignite.cache.store.cassandra.session">BatchLoaderAssistant</a></dt>
<dd>
<div class="block">Processes each row returned by batch load operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/ExecutionAssistant.html#process-com.datastax.driver.core.Row-">process(Row)</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">Processes Cassandra database table row returned by specified CQL statement.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/GenericBatchExecutionAssistant.html#process-com.datastax.driver.core.Row-int-">process(Row, 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">Processes particular row inside batch operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/GenericBatchExecutionAssistant.html#process-com.datastax.driver.core.Row-">process(Row)</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">Processes particular row inside batch operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/BatchExecutionAssistant.html#processedCount--">processedCount()</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>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/GenericBatchExecutionAssistant.html#processedCount--">processedCount()</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/BatchExecutionAssistant.html#processedData--">processedData()</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>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/GenericBatchExecutionAssistant.html#processedData--">processedData()</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DefragmentationMXBean.html#processedPartitions--">processedPartitions()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DefragmentationMXBean.html" title="interface in org.apache.ignite.mxbean">DefragmentationMXBean</a></dt>
<dd>
<div class="block">Get count of processed partitions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#processSessionCreationError-org.apache.ignite.cluster.ClusterNode-java.util.Collection-org.apache.ignite.IgniteCheckedException-">processSessionCreationError(ClusterNode, Collection<span class='angle_bracket'>&lt;</span>InetSocketAddress<span class='angle_bracket'>&gt;</span>, IgniteCheckedException)</a></span> - Method 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">Process errors if TCP/IP <code>GridNioSession</code> creation to remote node hasn't been performed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/marshaller/MarshallerUtils.html#processSystemClasses-java.lang.ClassLoader-java.util.Collection-java.util.function.Consumer-">processSystemClasses(ClassLoader, Collection<span class='angle_bracket'>&lt;</span>PluginProvider<span class='angle_bracket'>&gt;</span>, Consumer<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>)</a></span> - Static method in class org.apache.ignite.marshaller.<a href="org/apache/ignite/marshaller/MarshallerUtils.html" title="class in org.apache.ignite.marshaller">MarshallerUtils</a></dt>
<dd>
<div class="block">Find all system class names (for JDK or Ignite classes) and process them with a given consumer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteProducer.html#produce--">produce()</a></span> - Method in interface org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteProducer.html" title="interface in org.apache.ignite.lang">IgniteProducer</a></dt>
<dd>
<div class="block">Produce value.</div>
</dd>
<dt><a href="org/apache/ignite/ml/environment/parallelism/Promise.html" title="interface in org.apache.ignite.ml.environment.parallelism"><span class="typeNameLink">Promise</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/environment/parallelism/Promise.html" title="type parameter in Promise">T</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/ml/environment/parallelism/package-summary.html">org.apache.ignite.ml.environment.parallelism</a></dt>
<dd>
<div class="block">Future interface extension for lambda-friendly interface.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcDriver.html#PROP_CACHE">PROP_CACHE</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcDriver.html" title="class in org.apache.ignite">IgniteJdbcDriver</a></dt>
<dd>
<div class="block">Cache name property name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcDriver.html#PROP_CFG">PROP_CFG</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcDriver.html" title="class in org.apache.ignite">IgniteJdbcDriver</a></dt>
<dd>
<div class="block">Cache name property name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcDriver.html#PROP_COLLOCATED">PROP_COLLOCATED</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcDriver.html" title="class in org.apache.ignite">IgniteJdbcDriver</a></dt>
<dd>
<div class="block">Collocated property name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcDriver.html#PROP_DISTRIBUTED_JOINS">PROP_DISTRIBUTED_JOINS</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcDriver.html" title="class in org.apache.ignite">IgniteJdbcDriver</a></dt>
<dd>
<div class="block">Distributed joins property name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcDriver.html#PROP_ENFORCE_JOIN_ORDER">PROP_ENFORCE_JOIN_ORDER</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcDriver.html" title="class in org.apache.ignite">IgniteJdbcDriver</a></dt>
<dd>
<div class="block">Transactions allowed property name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcDriver.html#PROP_HOST">PROP_HOST</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcDriver.html" title="class in org.apache.ignite">IgniteJdbcDriver</a></dt>
<dd>
<div class="block">Hostname property name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcDriver.html#PROP_LAZY">PROP_LAZY</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcDriver.html" title="class in org.apache.ignite">IgniteJdbcDriver</a></dt>
<dd>
<div class="block">Lazy property name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcDriver.html#PROP_LOCAL">PROP_LOCAL</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcDriver.html" title="class in org.apache.ignite">IgniteJdbcDriver</a></dt>
<dd>
<div class="block">Local property name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcDriver.html#PROP_MULTIPLE_STMTS">PROP_MULTIPLE_STMTS</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcDriver.html" title="class in org.apache.ignite">IgniteJdbcDriver</a></dt>
<dd>
<div class="block">Allow query with multiple statements.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcDriver.html#PROP_NODE_ID">PROP_NODE_ID</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcDriver.html" title="class in org.apache.ignite">IgniteJdbcDriver</a></dt>
<dd>
<div class="block">Node ID property name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcDriver.html#PROP_PORT">PROP_PORT</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcDriver.html" title="class in org.apache.ignite">IgniteJdbcDriver</a></dt>
<dd>
<div class="block">Port number property name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcDriver.html#PROP_SCHEMA">PROP_SCHEMA</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcDriver.html" title="class in org.apache.ignite">IgniteJdbcDriver</a></dt>
<dd>
<div class="block">Schema property name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcDriver.html#PROP_SKIP_REDUCER_ON_UPDATE">PROP_SKIP_REDUCER_ON_UPDATE</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcDriver.html" title="class in org.apache.ignite">IgniteJdbcDriver</a></dt>
<dd>
<div class="block">Skip reducer on update update property name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcDriver.html#PROP_STREAMING">PROP_STREAMING</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcDriver.html" title="class in org.apache.ignite">IgniteJdbcDriver</a></dt>
<dd>
<div class="block">DML streaming property name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcDriver.html#PROP_STREAMING_ALLOW_OVERWRITE">PROP_STREAMING_ALLOW_OVERWRITE</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcDriver.html" title="class in org.apache.ignite">IgniteJdbcDriver</a></dt>
<dd>
<div class="block">Whether DML streaming will overwrite existing cache entries.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcDriver.html#PROP_STREAMING_FLUSH_FREQ">PROP_STREAMING_FLUSH_FREQ</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcDriver.html" title="class in org.apache.ignite">IgniteJdbcDriver</a></dt>
<dd>
<div class="block">DML stream auto flush frequency property name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcDriver.html#PROP_STREAMING_PER_NODE_BUF_SIZE">PROP_STREAMING_PER_NODE_BUF_SIZE</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcDriver.html" title="class in org.apache.ignite">IgniteJdbcDriver</a></dt>
<dd>
<div class="block">DML stream node buffer size property name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcDriver.html#PROP_STREAMING_PER_NODE_PAR_OPS">PROP_STREAMING_PER_NODE_PAR_OPS</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcDriver.html" title="class in org.apache.ignite">IgniteJdbcDriver</a></dt>
<dd>
<div class="block">DML stream parallel operations per node property name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcDriver.html#PROP_TX_ALLOWED">PROP_TX_ALLOWED</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcDriver.html" title="class in org.apache.ignite">IgniteJdbcDriver</a></dt>
<dd>
<div class="block">Transactions allowed property name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/zk/TcpDiscoveryZookeeperIpFinder.html#PROP_ZK_CONNECTION_STRING">PROP_ZK_CONNECTION_STRING</a></span> - Static variable in class org.apache.ignite.spi.discovery.tcp.ipfinder.zk.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/zk/TcpDiscoveryZookeeperIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.zk">TcpDiscoveryZookeeperIpFinder</a></dt>
<dd>
<div class="block">System property name to provide the ZK Connection String.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/CacheStoreSession.html#properties--">properties()</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">Gets current session properties.</div>
</dd>
<dt><a href="org/apache/ignite/cache/store/cassandra/common/PropertyMappingHelper.html" title="class in org.apache.ignite.cache.store.cassandra.common"><span class="typeNameLink">PropertyMappingHelper</span></a> - Class in <a href="org/apache/ignite/cache/store/cassandra/common/package-summary.html">org.apache.ignite.cache.store.cassandra.common</a></dt>
<dd>
<div class="block">Helper class providing bunch of methods to discover fields of POJO objects and
map builtin Java types to appropriate Cassandra types.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/common/PropertyMappingHelper.html#PropertyMappingHelper--">PropertyMappingHelper()</a></span> - Constructor for class org.apache.ignite.cache.store.cassandra.common.<a href="org/apache/ignite/cache/store/cassandra/common/PropertyMappingHelper.html" title="class in org.apache.ignite.cache.store.cassandra.common">PropertyMappingHelper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/plugin/MLPluginProvider.html#provideDiscoveryData-java.util.UUID-">provideDiscoveryData(UUID)</a></span> - Method in class org.apache.ignite.ml.util.plugin.<a href="org/apache/ignite/ml/util/plugin/MLPluginProvider.html" title="class in org.apache.ignite.ml.util.plugin">MLPluginProvider</a></dt>
<dd>
<div class="block">Gets plugin discovery data object that will be sent to the new node
during discovery process.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/PluginProvider.html#provideDiscoveryData-java.util.UUID-">provideDiscoveryData(UUID)</a></span> - Method in interface org.apache.ignite.plugin.<a href="org/apache/ignite/plugin/PluginProvider.html" title="interface in org.apache.ignite.plugin">PluginProvider</a></dt>
<dd>
<div class="block">Gets plugin discovery data object that will be sent to the new node
during discovery process.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/java/JavaLoggerFileHandler.html#publish-java.util.logging.LogRecord-">publish(LogRecord)</a></span> - Method in class org.apache.ignite.logger.java.<a href="org/apache/ignite/logger/java/JavaLoggerFileHandler.html" title="class in org.apache.ignite.logger.java">JavaLoggerFileHandler</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#put-java.lang.Object-java.lang.Object-">put(Object, Object)</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">Stores given key-value pair in cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/pool/SessionPool.html#put-org.apache.ignite.cache.store.cassandra.session.CassandraSessionImpl-com.datastax.driver.core.Session-long-">put(CassandraSessionImpl, Session, long)</a></span> - Static method in class org.apache.ignite.cache.store.cassandra.session.pool.<a href="org/apache/ignite/cache/store/cassandra/session/pool/SessionPool.html" title="class in org.apache.ignite.cache.store.cassandra.session.pool">SessionPool</a></dt>
<dd>
<div class="block">Returns Cassandra driver session to sessions pool.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCache.html#put-K-V-">put(K, V)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a></dt>
<dd>
<div class="block">Associates the specified value with the specified key in the cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#put-K-V-">put(K, V)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteQueue.html#put-T-">put(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="memberNameLink"><a href="org/apache/ignite/lang/IgniteBiTuple.html#put-V1-V2-">put(V1, V2)</a></span> - Method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteBiTuple.html" title="class in org.apache.ignite.lang">IgniteBiTuple</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/storage/descriptor/IgniteModelDescriptorStorage.html#put-java.lang.String-org.apache.ignite.ml.inference.ModelDescriptor-">put(String, ModelDescriptor)</a></span> - Method in class org.apache.ignite.ml.inference.storage.descriptor.<a href="org/apache/ignite/ml/inference/storage/descriptor/IgniteModelDescriptorStorage.html" title="class in org.apache.ignite.ml.inference.storage.descriptor">IgniteModelDescriptorStorage</a></dt>
<dd>
<div class="block">Saves the specified model descriptor with the specified model identifier.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/storage/descriptor/LocalModelDescriptorStorage.html#put-java.lang.String-org.apache.ignite.ml.inference.ModelDescriptor-">put(String, ModelDescriptor)</a></span> - Method in class org.apache.ignite.ml.inference.storage.descriptor.<a href="org/apache/ignite/ml/inference/storage/descriptor/LocalModelDescriptorStorage.html" title="class in org.apache.ignite.ml.inference.storage.descriptor">LocalModelDescriptorStorage</a></dt>
<dd>
<div class="block">Saves the specified model descriptor with the specified model identifier.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/storage/descriptor/ModelDescriptorStorage.html#put-java.lang.String-org.apache.ignite.ml.inference.ModelDescriptor-">put(String, ModelDescriptor)</a></span> - Method in interface org.apache.ignite.ml.inference.storage.descriptor.<a href="org/apache/ignite/ml/inference/storage/descriptor/ModelDescriptorStorage.html" title="interface in org.apache.ignite.ml.inference.storage.descriptor">ModelDescriptorStorage</a></dt>
<dd>
<div class="block">Saves the specified model descriptor with the specified model identifier.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/storage/model/IgniteModelStorageProvider.html#put-java.lang.String-org.apache.ignite.ml.inference.storage.model.FileOrDirectory-">put(String, FileOrDirectory)</a></span> - Method in class org.apache.ignite.ml.inference.storage.model.<a href="org/apache/ignite/ml/inference/storage/model/IgniteModelStorageProvider.html" title="class in org.apache.ignite.ml.inference.storage.model">IgniteModelStorageProvider</a></dt>
<dd>
<div class="block">Saves file or directory associated with the specified path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/storage/model/LocalModelStorageProvider.html#put-java.lang.String-org.apache.ignite.ml.inference.storage.model.FileOrDirectory-">put(String, FileOrDirectory)</a></span> - Method in class org.apache.ignite.ml.inference.storage.model.<a href="org/apache/ignite/ml/inference/storage/model/LocalModelStorageProvider.html" title="class in org.apache.ignite.ml.inference.storage.model">LocalModelStorageProvider</a></dt>
<dd>
<div class="block">Saves file or directory associated with the specified path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/storage/model/ModelStorageProvider.html#put-java.lang.String-org.apache.ignite.ml.inference.storage.model.FileOrDirectory-">put(String, FileOrDirectory)</a></span> - Method in interface org.apache.ignite.ml.inference.storage.model.<a href="org/apache/ignite/ml/inference/storage/model/ModelStorageProvider.html" title="interface in org.apache.ignite.ml.inference.storage.model">ModelStorageProvider</a></dt>
<dd>
<div class="block">Saves file or directory associated with the specified path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiContext.html#put-java.lang.String-K-V-long-">put(String, K, V, long)</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">Puts object in cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#putAll-java.util.Map-">putAll(Map)</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">Stores given key-value pairs in cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCache.html#putAll-java.util.Map-">putAll(Map<span class='angle_bracket'>&lt;</span>? extends K, ? extends V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a></dt>
<dd>
<div class="block">Copies all of the entries from the specified map to the <a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client"><code>ClientCache</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#putAll-java.util.Map-">putAll(Map<span class='angle_bracket'>&lt;</span>? extends K, ? extends V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">
Keys are locked in the order in which they appear in map.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteBiTuple.html#putAll-java.util.Map-">putAll(Map<span class='angle_bracket'>&lt;</span>? extends V1, ? extends V2<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteBiTuple.html" title="class in org.apache.ignite.lang">IgniteBiTuple</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#putAllAsync-java.util.Map-">putAllAsync(Map)</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">Asynchronously stores given key-value pairs in cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCache.html#putAllAsync-java.util.Map-">putAllAsync(Map<span class='angle_bracket'>&lt;</span>? extends K, ? extends V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a></dt>
<dd>
<div class="block">Copies all of the entries from the specified map to the <a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client"><code>ClientCache</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#putAllAsync-java.util.Map-">putAllAsync(Map<span class='angle_bracket'>&lt;</span>? extends K, ? extends V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Asynchronously copies all of the entries from the specified map to the <code>Cache</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#putAllConflict-java.util.Map-">putAllConflict(Map)</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">Store DR data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#putAllConflictAsync-java.util.Map-">putAllConflictAsync(Map)</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">Store DR data asynchronously.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#putAsync-java.lang.Object-java.lang.Object-">putAsync(Object, Object)</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">Stores given key-value pair in cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCache.html#putAsync-K-V-">putAsync(K, V)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a></dt>
<dd>
<div class="block">Associates the specified value with the specified key in the cache asynchronously.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#putAsync-K-V-">putAsync(K, V)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Asynchronously associates the specified value with the specified key in the cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/NNClassificationModel.html#putDistanceIdxPair-java.util.Map-int-double-">putDistanceIdxPair(Map<span class='angle_bracket'>&lt;</span>Double, Set<span class='angle_bracket'>&lt;</span>Integer<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>, int, double)</a></span> - Method in class org.apache.ignite.ml.knn.<a href="org/apache/ignite/ml/knn/NNClassificationModel.html" title="class in org.apache.ignite.ml.knn">NNClassificationModel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/storage/model/DefaultModelStorage.html#putFile-java.lang.String-byte:A-boolean-">putFile(String, byte[], boolean)</a></span> - Method in class org.apache.ignite.ml.inference.storage.model.<a href="org/apache/ignite/ml/inference/storage/model/DefaultModelStorage.html" title="class in org.apache.ignite.ml.inference.storage.model">DefaultModelStorage</a></dt>
<dd>
<div class="block">Creates a new or replaces existing file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/storage/model/ModelStorage.html#putFile-java.lang.String-byte:A-boolean-">putFile(String, byte[], boolean)</a></span> - Method in interface org.apache.ignite.ml.inference.storage.model.<a href="org/apache/ignite/ml/inference/storage/model/ModelStorage.html" title="interface in org.apache.ignite.ml.inference.storage.model">ModelStorage</a></dt>
<dd>
<div class="block">Creates a new or replaces existing file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/storage/model/ModelStorage.html#putFile-java.lang.String-byte:A-">putFile(String, byte[])</a></span> - Method in interface org.apache.ignite.ml.inference.storage.model.<a href="org/apache/ignite/ml/inference/storage/model/ModelStorage.html" title="interface in org.apache.ignite.ml.inference.storage.model">ModelStorage</a></dt>
<dd>
<div class="block">Creates a new or replaces existing file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateAccessStrategyAdapter.html#putFromLoad-java.lang.Object-java.lang.Object-boolean-">putFromLoad(Object, Object, boolean)</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>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateAccessStrategyAdapter.html#putFromLoad-java.lang.Object-java.lang.Object-">putFromLoad(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">Puts in cache value loaded from the database.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateReadWriteAccessStrategy.html#putFromLoad-java.lang.Object-java.lang.Object-">putFromLoad(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">Puts in cache value loaded from the database.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateTransactionalAccessStrategy.html#putFromLoad-java.lang.Object-java.lang.Object-">putFromLoad(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">Puts in cache value loaded from the database.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#putIfAbsent-java.lang.Object-java.lang.Object-">putIfAbsent(Object, Object)</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">Stores given key-value pair in cache only if cache had no previous mapping for it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCache.html#putIfAbsent-K-V-">putIfAbsent(K, V)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a></dt>
<dd>
<div class="block">Atomically associates the specified key with the given value if it is not already associated with a value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#putIfAbsent-K-V-">putIfAbsent(K, V)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">
For <a href="org/apache/ignite/cache/CacheAtomicityMode.html#ATOMIC"><code>CacheAtomicityMode.ATOMIC</code></a> return
value on primary node crash may be incorrect because of the automatic retries.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/storage/descriptor/IgniteModelDescriptorStorage.html#putIfAbsent-java.lang.String-org.apache.ignite.ml.inference.ModelDescriptor-">putIfAbsent(String, ModelDescriptor)</a></span> - Method in class org.apache.ignite.ml.inference.storage.descriptor.<a href="org/apache/ignite/ml/inference/storage/descriptor/IgniteModelDescriptorStorage.html" title="class in org.apache.ignite.ml.inference.storage.descriptor">IgniteModelDescriptorStorage</a></dt>
<dd>
<div class="block">Saves the specified model descriptor with the specified model identifier if it's not saved yet.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/storage/descriptor/LocalModelDescriptorStorage.html#putIfAbsent-java.lang.String-org.apache.ignite.ml.inference.ModelDescriptor-">putIfAbsent(String, ModelDescriptor)</a></span> - Method in class org.apache.ignite.ml.inference.storage.descriptor.<a href="org/apache/ignite/ml/inference/storage/descriptor/LocalModelDescriptorStorage.html" title="class in org.apache.ignite.ml.inference.storage.descriptor">LocalModelDescriptorStorage</a></dt>
<dd>
<div class="block">Saves the specified model descriptor with the specified model identifier if it's not saved yet.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/storage/descriptor/ModelDescriptorStorage.html#putIfAbsent-java.lang.String-org.apache.ignite.ml.inference.ModelDescriptor-">putIfAbsent(String, ModelDescriptor)</a></span> - Method in interface org.apache.ignite.ml.inference.storage.descriptor.<a href="org/apache/ignite/ml/inference/storage/descriptor/ModelDescriptorStorage.html" title="interface in org.apache.ignite.ml.inference.storage.descriptor">ModelDescriptorStorage</a></dt>
<dd>
<div class="block">Saves the specified model descriptor with the specified model identifier if it's not saved yet.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiContext.html#putIfAbsent-java.lang.String-K-V-long-">putIfAbsent(String, K, V, long)</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">Puts object into cache if there was no previous object associated with
given key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#putIfAbsentAsync-java.lang.Object-java.lang.Object-">putIfAbsentAsync(Object, Object)</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">Asynchronously stores given key-value pair in cache only if cache had no previous mapping for it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCache.html#putIfAbsentAsync-K-V-">putIfAbsentAsync(K, V)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a></dt>
<dd>
<div class="block">Atomically associates the specified key with the given value if it is not already associated with a value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#putIfAbsentAsync-K-V-">putIfAbsentAsync(K, V)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Asynchronously associates the specified key with the given value if it is
not already associated with a value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/EvictableEntry.html#putMetaIfAbsent-T-">putMetaIfAbsent(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 given metadata value only if it was absent.</div>
</dd>
</dl>
<a name="I:Q">
<!-- -->
</a>
<h2 class="title">Q</h2>
<dl>
<dt><a href="org/apache/ignite/cache/query/Query.html" title="class in org.apache.ignite.cache.query"><span class="typeNameLink">Query</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/cache/query/Query.html" title="type parameter in Query">R</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/cache/query/package-summary.html">org.apache.ignite.cache.query</a></dt>
<dd>
<div class="block">Main API for configuring and executing cache queries.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/QueryDetailMetrics.html#query--">query()</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="memberNameLink"><a href="org/apache/ignite/client/ClientCache.html#query-org.apache.ignite.cache.query.Query-">query(Query<span class='angle_bracket'>&lt;</span>R<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a></dt>
<dd>
<div class="block">Queries cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCache.html#query-org.apache.ignite.cache.query.ContinuousQuery-org.apache.ignite.client.ClientDisconnectListener-">query(ContinuousQuery<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, ClientDisconnectListener)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a></dt>
<dd>
<div class="block">Start <a href="org/apache/ignite/cache/query/ContinuousQuery.html" title="class in org.apache.ignite.cache.query"><code>ContinuousQuery</code></a> on the cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCache.html#query-org.apache.ignite.cache.query.SqlFieldsQuery-">query(SqlFieldsQuery)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a></dt>
<dd>
<div class="block">Convenience method to execute <a href="org/apache/ignite/cache/query/SqlFieldsQuery.html" title="class in org.apache.ignite.cache.query"><code>SqlFieldsQuery</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/IgniteClient.html#query-org.apache.ignite.cache.query.SqlFieldsQuery-">query(SqlFieldsQuery)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/IgniteClient.html" title="interface in org.apache.ignite.client">IgniteClient</a></dt>
<dd>
<div class="block">Execute SQL query and get cursor to iterate over results.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#query-org.apache.ignite.cache.query.Query-">query(Query<span class='angle_bracket'>&lt;</span>R<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Queries cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#query-org.apache.ignite.cache.query.SqlFieldsQuery-">query(SqlFieldsQuery)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Queries cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#query-org.apache.ignite.cache.query.Query-org.apache.ignite.lang.IgniteClosure-">query(Query<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>, IgniteClosure<span class='angle_bracket'>&lt;</span>T, R<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Queries the cache transforming the entries on the server nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteClientSpringBean.html#query-org.apache.ignite.cache.query.SqlFieldsQuery-">query(SqlFieldsQuery)</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteClientSpringBean.html" title="class in org.apache.ignite">IgniteClientSpringBean</a></dt>
<dd>
<div class="block">Execute SQL query and get cursor to iterate over results.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/indexing/IndexingSpi.html#query-java.lang.String-java.util.Collection-org.apache.ignite.spi.indexing.IndexingQueryFilter-">query(String, Collection<span class='angle_bracket'>&lt;</span>Object<span class='angle_bracket'>&gt;</span>, IndexingQueryFilter)</a></span> - Method in interface org.apache.ignite.spi.indexing.<a href="org/apache/ignite/spi/indexing/IndexingSpi.html" title="interface in org.apache.ignite.spi.indexing">IndexingSpi</a></dt>
<dd>
<div class="block">Executes query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/indexing/noop/NoopIndexingSpi.html#query-java.lang.String-java.util.Collection-org.apache.ignite.spi.indexing.IndexingQueryFilter-">query(String, Collection<span class='angle_bracket'>&lt;</span>Object<span class='angle_bracket'>&gt;</span>, IndexingQueryFilter)</a></span> - Method in class org.apache.ignite.spi.indexing.noop.<a href="org/apache/ignite/spi/indexing/noop/NoopIndexingSpi.html" title="class in org.apache.ignite.spi.indexing.noop">NoopIndexingSpi</a></dt>
<dd>
<div class="block">Executes query.</div>
</dd>
<dt><a href="org/apache/ignite/cache/query/QueryCancelledException.html" title="class in org.apache.ignite.cache.query"><span class="typeNameLink">QueryCancelledException</span></a> - Exception in <a href="org/apache/ignite/cache/query/package-summary.html">org.apache.ignite.cache.query</a></dt>
<dd>
<div class="block">The exception is thrown if a query was cancelled or timed out while executing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/QueryCancelledException.html#QueryCancelledException--">QueryCancelledException()</a></span> - Constructor for exception org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/QueryCancelledException.html" title="class in org.apache.ignite.cache.query">QueryCancelledException</a></dt>
<dd>
<div class="block">Default constructor.</div>
</dd>
<dt><a href="org/apache/ignite/cache/query/QueryCursor.html" title="interface in org.apache.ignite.cache.query"><span class="typeNameLink">QueryCursor</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/cache/query/QueryCursor.html" title="type parameter in QueryCursor">T</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/cache/query/package-summary.html">org.apache.ignite.cache.query</a></dt>
<dd>
<div class="block">Query result cursor.</div>
</dd>
<dt><a href="org/apache/ignite/cache/query/QueryDetailMetrics.html" title="interface in org.apache.ignite.cache.query"><span class="typeNameLink">QueryDetailMetrics</span></a> - Interface in <a href="org/apache/ignite/cache/query/package-summary.html">org.apache.ignite.cache.query</a></dt>
<dd>
<div class="block">Query metrics aggregated by query type and its textual representation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#queryDetailMetrics--">queryDetailMetrics()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Gets query detail metrics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#queryDetailMetricsSize--">queryDetailMetricsSize()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/cache/QueryEntity.html" title="class in org.apache.ignite.cache"><span class="typeNameLink">QueryEntity</span></a> - Class in <a href="org/apache/ignite/cache/package-summary.html">org.apache.ignite.cache</a></dt>
<dd>
<div class="block">Query entity is a description of <a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite"><code>cache</code></a> entry (composed of key and value)
in a way of how it must be indexed and can be queried.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryEntity.html#QueryEntity--">QueryEntity()</a></span> - Constructor for 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">Creates an empty query entity.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryEntity.html#QueryEntity-org.apache.ignite.cache.QueryEntity-">QueryEntity(QueryEntity)</a></span> - Constructor for 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">Copy constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryEntity.html#QueryEntity-java.lang.String-java.lang.String-">QueryEntity(String, String)</a></span> - Constructor for 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">Creates a query entity with the given key and value types.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryEntity.html#QueryEntity-java.lang.Class-java.lang.Class-">QueryEntity(Class<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>, Class<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for 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">Creates a query entity with the given key and value types.</div>
</dd>
<dt><a href="org/apache/ignite/cache/QueryEntityPatch.html" title="class in org.apache.ignite.cache"><span class="typeNameLink">QueryEntityPatch</span></a> - Class in <a href="org/apache/ignite/cache/package-summary.html">org.apache.ignite.cache</a></dt>
<dd>
<div class="block">Query entity patch which contain <code>SchemaAbstractOperation</code> operations for changing query entity.</div>
</dd>
<dt><a href="org/apache/ignite/cache/query/annotations/QueryGroupIndex.html" title="annotation in org.apache.ignite.cache.query.annotations"><span class="typeNameLink">QueryGroupIndex</span></a> - Annotation Type in <a href="org/apache/ignite/cache/query/annotations/package-summary.html">org.apache.ignite.cache.query.annotations</a></dt>
<dd>
<div class="block">Describes group index.</div>
</dd>
<dt><a href="org/apache/ignite/cache/query/annotations/QueryGroupIndex.List.html" title="annotation in org.apache.ignite.cache.query.annotations"><span class="typeNameLink">QueryGroupIndex.List</span></a> - Annotation Type in <a href="org/apache/ignite/cache/query/annotations/package-summary.html">org.apache.ignite.cache.query.annotations</a></dt>
<dd>
<div class="block">List of group indexes for type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ScanQueryView.html#queryId--">queryId()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ScanQueryView.html" title="class in org.apache.ignite.spi.systemview.view">ScanQueryView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlQueryView.html#queryId--">queryId()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlQueryView.html" title="class in org.apache.ignite.spi.systemview.view">SqlQueryView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/cache/QueryIndex.html" title="class in org.apache.ignite.cache"><span class="typeNameLink">QueryIndex</span></a> - Class in <a href="org/apache/ignite/cache/package-summary.html">org.apache.ignite.cache</a></dt>
<dd>
<div class="block">Contains list of fields to be indexed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryIndex.html#QueryIndex--">QueryIndex()</a></span> - Constructor for class org.apache.ignite.cache.<a href="org/apache/ignite/cache/QueryIndex.html" title="class in org.apache.ignite.cache">QueryIndex</a></dt>
<dd>
<div class="block">Creates an empty index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryIndex.html#QueryIndex-java.lang.String-">QueryIndex(String)</a></span> - Constructor for class org.apache.ignite.cache.<a href="org/apache/ignite/cache/QueryIndex.html" title="class in org.apache.ignite.cache">QueryIndex</a></dt>
<dd>
<div class="block">Creates single-field sorted ascending index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryIndex.html#QueryIndex-java.lang.String-boolean-">QueryIndex(String, boolean)</a></span> - Constructor for class org.apache.ignite.cache.<a href="org/apache/ignite/cache/QueryIndex.html" title="class in org.apache.ignite.cache">QueryIndex</a></dt>
<dd>
<div class="block">Creates single-field sorted index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryIndex.html#QueryIndex-java.lang.String-boolean-java.lang.String-">QueryIndex(String, boolean, String)</a></span> - Constructor for class org.apache.ignite.cache.<a href="org/apache/ignite/cache/QueryIndex.html" title="class in org.apache.ignite.cache">QueryIndex</a></dt>
<dd>
<div class="block">Creates single-field sorted index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryIndex.html#QueryIndex-java.lang.String-org.apache.ignite.cache.QueryIndexType-">QueryIndex(String, QueryIndexType)</a></span> - Constructor for class org.apache.ignite.cache.<a href="org/apache/ignite/cache/QueryIndex.html" title="class in org.apache.ignite.cache">QueryIndex</a></dt>
<dd>
<div class="block">Creates index for one field.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryIndex.html#QueryIndex-java.lang.String-org.apache.ignite.cache.QueryIndexType-boolean-">QueryIndex(String, QueryIndexType, boolean)</a></span> - Constructor for class org.apache.ignite.cache.<a href="org/apache/ignite/cache/QueryIndex.html" title="class in org.apache.ignite.cache">QueryIndex</a></dt>
<dd>
<div class="block">Creates index for one field.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryIndex.html#QueryIndex-java.lang.String-org.apache.ignite.cache.QueryIndexType-boolean-java.lang.String-">QueryIndex(String, QueryIndexType, boolean, String)</a></span> - Constructor for class org.apache.ignite.cache.<a href="org/apache/ignite/cache/QueryIndex.html" title="class in org.apache.ignite.cache">QueryIndex</a></dt>
<dd>
<div class="block">Creates index for one field.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryIndex.html#QueryIndex-java.util.Collection-org.apache.ignite.cache.QueryIndexType-">QueryIndex(Collection<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>, QueryIndexType)</a></span> - Constructor for class org.apache.ignite.cache.<a href="org/apache/ignite/cache/QueryIndex.html" title="class in org.apache.ignite.cache">QueryIndex</a></dt>
<dd>
<div class="block">Creates index for a collection of fields.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryIndex.html#QueryIndex-java.util.LinkedHashMap-org.apache.ignite.cache.QueryIndexType-">QueryIndex(LinkedHashMap<span class='angle_bracket'>&lt;</span>String, Boolean<span class='angle_bracket'>&gt;</span>, QueryIndexType)</a></span> - Constructor for class org.apache.ignite.cache.<a href="org/apache/ignite/cache/QueryIndex.html" title="class in org.apache.ignite.cache">QueryIndex</a></dt>
<dd>
<div class="block">Creates index for a collection of fields.</div>
</dd>
<dt><a href="org/apache/ignite/cache/QueryIndexType.html" title="enum in org.apache.ignite.cache"><span class="typeNameLink">QueryIndexType</span></a> - Enum in <a href="org/apache/ignite/cache/package-summary.html">org.apache.ignite.cache</a></dt>
<dd>
<div class="block">Index type.</div>
</dd>
<dt><a href="org/apache/ignite/cache/query/QueryMetrics.html" title="interface in org.apache.ignite.cache.query"><span class="typeNameLink">QueryMetrics</span></a> - Interface in <a href="org/apache/ignite/cache/query/package-summary.html">org.apache.ignite.cache.query</a></dt>
<dd>
<div class="block">Cache query metrics used to obtain statistics on query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#queryMetrics--">queryMetrics()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Gets query metrics.</div>
</dd>
<dt><a href="org/apache/ignite/mxbean/QueryMXBean.html" title="interface in org.apache.ignite.mxbean"><span class="typeNameLink">QueryMXBean</span></a> - Interface in <a href="org/apache/ignite/mxbean/package-summary.html">org.apache.ignite.mxbean</a></dt>
<dd>
<div class="block">Query MXBean interface.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#queryParallelism--">queryParallelism()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/cache/query/QueryRetryException.html" title="class in org.apache.ignite.cache.query"><span class="typeNameLink">QueryRetryException</span></a> - Exception in <a href="org/apache/ignite/cache/query/package-summary.html">org.apache.ignite.cache.query</a></dt>
<dd>
<div class="block">The exception is thrown if a query was cancelled or timed out while executing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/QueryRetryException.html#QueryRetryException-java.lang.String-">QueryRetryException(String)</a></span> - Constructor for exception org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/QueryRetryException.html" title="class in org.apache.ignite.cache.query">QueryRetryException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/cache/query/annotations/QuerySqlField.html" title="annotation in org.apache.ignite.cache.query.annotations"><span class="typeNameLink">QuerySqlField</span></a> - Annotation Type in <a href="org/apache/ignite/cache/query/annotations/package-summary.html">org.apache.ignite.cache.query.annotations</a></dt>
<dd>
<div class="block">Annotates fields for SQL queries.</div>
</dd>
<dt><a href="org/apache/ignite/cache/query/annotations/QuerySqlField.Group.html" title="annotation in org.apache.ignite.cache.query.annotations"><span class="typeNameLink">QuerySqlField.Group</span></a> - Annotation Type in <a href="org/apache/ignite/cache/query/annotations/package-summary.html">org.apache.ignite.cache.query.annotations</a></dt>
<dd>
<div class="block">Describes group of index and position of field in this group.</div>
</dd>
<dt><a href="org/apache/ignite/cache/query/annotations/QuerySqlFunction.html" title="annotation in org.apache.ignite.cache.query.annotations"><span class="typeNameLink">QuerySqlFunction</span></a> - Annotation Type in <a href="org/apache/ignite/cache/query/annotations/package-summary.html">org.apache.ignite.cache.query.annotations</a></dt>
<dd>
<div class="block">Annotates public static methods in classes to be used in SQL queries as custom functions.</div>
</dd>
<dt><a href="org/apache/ignite/cache/query/annotations/QueryTextField.html" title="annotation in org.apache.ignite.cache.query.annotations"><span class="typeNameLink">QueryTextField</span></a> - Annotation Type in <a href="org/apache/ignite/cache/query/annotations/package-summary.html">org.apache.ignite.cache.query.annotations</a></dt>
<dd>
<div class="block">Annotation for fields to be indexed for full text
search using Lucene.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/QueryDetailMetrics.html#queryType--">queryType()</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="memberNameLink"><a href="org/apache/ignite/events/CacheQueryExecutedEvent.html#queryType--">queryType()</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 type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/CacheQueryReadEvent.html#queryType--">queryType()</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 type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/fifo/FifoEvictionPolicy.html#queue--">queue()</a></span> - Method in class org.apache.ignite.cache.eviction.fifo.<a href="org/apache/ignite/cache/eviction/fifo/FifoEvictionPolicy.html" title="class in org.apache.ignite.cache.eviction.fifo">FifoEvictionPolicy</a></dt>
<dd>
<div class="block">Gets read-only view on internal <code>FIFO</code> queue in proper order.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/lru/LruEvictionPolicy.html#queue--">queue()</a></span> - Method in class org.apache.ignite.cache.eviction.lru.<a href="org/apache/ignite/cache/eviction/lru/LruEvictionPolicy.html" title="class in org.apache.ignite.cache.eviction.lru">LruEvictionPolicy</a></dt>
<dd>
<div class="block">Gets read-only view on internal <code>FIFO</code> queue in proper order.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicy.html#queue--">queue()</a></span> - Method in class org.apache.ignite.cache.eviction.sorted.<a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicy.html" title="class in org.apache.ignite.cache.eviction.sorted">SortedEvictionPolicy</a></dt>
<dd>
<div class="block">Gets read-only view of backed queue in proper order.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignite.html#queue-java.lang.String-int-org.apache.ignite.configuration.CollectionConfiguration-">queue(String, int, CollectionConfiguration)</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 named queue from cache and create one if it has not been created yet and <code>cfg</code> is not
<code>null</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#queue-java.lang.String-int-org.apache.ignite.configuration.CollectionConfiguration-">queue(String, int, CollectionConfiguration)</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 named queue from cache and create one if it has not been created yet and <code>cfg</code> is not
<code>null</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/datastructures/SemaphoreView.html#queueLength--">queueLength()</a></span> - Method in class org.apache.ignite.spi.systemview.view.datastructures.<a href="org/apache/ignite/spi/systemview/view/datastructures/SemaphoreView.html" title="class in org.apache.ignite.spi.systemview.view.datastructures">SemaphoreView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/spi/systemview/view/datastructures/QueueView.html" title="class in org.apache.ignite.spi.systemview.view.datastructures"><span class="typeNameLink">QueueView</span></a> - Class in <a href="org/apache/ignite/spi/systemview/view/datastructures/package-summary.html">org.apache.ignite.spi.systemview.view.datastructures</a></dt>
<dd>
<div class="block">Queue representation for a <a href="org/apache/ignite/spi/systemview/view/SystemView.html" title="interface in org.apache.ignite.spi.systemview.view"><code>SystemView</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/datastructures/QueueView.html#QueueView-org.apache.ignite.internal.processors.datastructures.GridCacheQueueProxy-">QueueView(GridCacheQueueProxy<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.spi.systemview.view.datastructures.<a href="org/apache/ignite/spi/systemview/view/datastructures/QueueView.html" title="class in org.apache.ignite.spi.systemview.view.datastructures">QueueView</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:R">
<!-- -->
</a>
<h2 class="title">R</h2>
<dl>
<dt><a href="org/apache/ignite/ml/selection/scoring/metric/regression/R2.html" title="class in org.apache.ignite.ml.selection.scoring.metric.regression"><span class="typeNameLink">R2</span></a> - Class in <a href="org/apache/ignite/ml/selection/scoring/metric/regression/package-summary.html">org.apache.ignite.ml.selection.scoring.metric.regression</a></dt>
<dd>
<div class="block">Class for coefficient of determination metric.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/regression/R2.html#R2--">R2()</a></span> - Constructor for class org.apache.ignite.ml.selection.scoring.metric.regression.<a href="org/apache/ignite/ml/selection/scoring/metric/regression/R2.html" title="class in org.apache.ignite.ml.selection.scoring.metric.regression">R2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/StorageConstants.html#RANDOM_ACCESS_MODE">RANDOM_ACCESS_MODE</a></span> - Static variable in interface org.apache.ignite.ml.math.<a href="org/apache/ignite/ml/math/StorageConstants.html" title="interface in org.apache.ignite.ml.math">StorageConstants</a></dt>
<dd>
<div class="block">Storage mode optimized for random access.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/primitives/scalar/DiscreteRandomProducer.html#randomDistribution-int-">randomDistribution(int)</a></span> - Static method in class org.apache.ignite.ml.util.generators.primitives.scalar.<a href="org/apache/ignite/ml/util/generators/primitives/scalar/DiscreteRandomProducer.html" title="class in org.apache.ignite.ml.util.generators.primitives.scalar">DiscreteRandomProducer</a></dt>
<dd>
<div class="block">Generates pseudorandom discrete distribution.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/primitives/scalar/DiscreteRandomProducer.html#randomDistribution-int-long-">randomDistribution(int, long)</a></span> - Static method in class org.apache.ignite.ml.util.generators.primitives.scalar.<a href="org/apache/ignite/ml/util/generators/primitives/scalar/DiscreteRandomProducer.html" title="class in org.apache.ignite.ml.util.generators.primitives.scalar">DiscreteRandomProducer</a></dt>
<dd>
<div class="block">Generates pseudorandom discrete distribution.</div>
</dd>
<dt><a href="org/apache/ignite/ml/tree/randomforest/RandomForestClassifierTrainer.html" title="class in org.apache.ignite.ml.tree.randomforest"><span class="typeNameLink">RandomForestClassifierTrainer</span></a> - Class in <a href="org/apache/ignite/ml/tree/randomforest/package-summary.html">org.apache.ignite.ml.tree.randomforest</a></dt>
<dd>
<div class="block">Classifier trainer based on RandomForest algorithm.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/RandomForestClassifierTrainer.html#RandomForestClassifierTrainer-java.util.List-">RandomForestClassifierTrainer(List<span class='angle_bracket'>&lt;</span>FeatureMeta<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.tree.randomforest.<a href="org/apache/ignite/ml/tree/randomforest/RandomForestClassifierTrainer.html" title="class in org.apache.ignite.ml.tree.randomforest">RandomForestClassifierTrainer</a></dt>
<dd>
<div class="block">Constructs an instance of RandomForestClassifierTrainer.</div>
</dd>
<dt><a href="org/apache/ignite/ml/tree/randomforest/RandomForestModel.html" title="class in org.apache.ignite.ml.tree.randomforest"><span class="typeNameLink">RandomForestModel</span></a> - Class in <a href="org/apache/ignite/ml/tree/randomforest/package-summary.html">org.apache.ignite.ml.tree.randomforest</a></dt>
<dd>
<div class="block">Random Forest Model class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/RandomForestModel.html#RandomForestModel--">RandomForestModel()</a></span> - Constructor for class org.apache.ignite.ml.tree.randomforest.<a href="org/apache/ignite/ml/tree/randomforest/RandomForestModel.html" title="class in org.apache.ignite.ml.tree.randomforest">RandomForestModel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/RandomForestModel.html#RandomForestModel-java.util.List-org.apache.ignite.ml.composition.predictionsaggregator.PredictionsAggregator-">RandomForestModel(List<span class='angle_bracket'>&lt;</span>RandomForestTreeModel<span class='angle_bracket'>&gt;</span>, PredictionsAggregator)</a></span> - Constructor for class org.apache.ignite.ml.tree.randomforest.<a href="org/apache/ignite/ml/tree/randomforest/RandomForestModel.html" title="class in org.apache.ignite.ml.tree.randomforest">RandomForestModel</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/tree/randomforest/RandomForestRegressionTrainer.html" title="class in org.apache.ignite.ml.tree.randomforest"><span class="typeNameLink">RandomForestRegressionTrainer</span></a> - Class in <a href="org/apache/ignite/ml/tree/randomforest/package-summary.html">org.apache.ignite.ml.tree.randomforest</a></dt>
<dd>
<div class="block">Regression trainer based on RandomForest algorithm.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/RandomForestRegressionTrainer.html#RandomForestRegressionTrainer-java.util.List-">RandomForestRegressionTrainer(List<span class='angle_bracket'>&lt;</span>FeatureMeta<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.tree.randomforest.<a href="org/apache/ignite/ml/tree/randomforest/RandomForestRegressionTrainer.html" title="class in org.apache.ignite.ml.tree.randomforest">RandomForestRegressionTrainer</a></dt>
<dd>
<div class="block">Constructs an instance of RandomForestRegressionTrainer.</div>
</dd>
<dt><a href="org/apache/ignite/ml/tree/randomforest/RandomForestTrainer.html" title="class in org.apache.ignite.ml.tree.randomforest"><span class="typeNameLink">RandomForestTrainer</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/tree/randomforest/RandomForestTrainer.html" title="type parameter in RandomForestTrainer">L</a>,<a href="org/apache/ignite/ml/tree/randomforest/RandomForestTrainer.html" title="type parameter in RandomForestTrainer">S</a> extends <a href="org/apache/ignite/ml/tree/randomforest/data/impurity/ImpurityComputer.html" title="interface in org.apache.ignite.ml.tree.randomforest.data.impurity">ImpurityComputer</a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/dataset/impl/bootstrapping/BootstrappedVector.html" title="class in org.apache.ignite.ml.dataset.impl.bootstrapping">BootstrappedVector</a>,<a href="org/apache/ignite/ml/tree/randomforest/RandomForestTrainer.html" title="type parameter in RandomForestTrainer">S</a><span class='angle_bracket'>&gt;</span>,<a href="org/apache/ignite/ml/tree/randomforest/RandomForestTrainer.html" title="type parameter in RandomForestTrainer">T</a> extends <a href="org/apache/ignite/ml/tree/randomforest/RandomForestTrainer.html" title="class in org.apache.ignite.ml.tree.randomforest">RandomForestTrainer</a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/tree/randomforest/RandomForestTrainer.html" title="type parameter in RandomForestTrainer">L</a>,<a href="org/apache/ignite/ml/tree/randomforest/RandomForestTrainer.html" title="type parameter in RandomForestTrainer">S</a>,<a href="org/apache/ignite/ml/tree/randomforest/RandomForestTrainer.html" title="type parameter in RandomForestTrainer">T</a><span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/tree/randomforest/package-summary.html">org.apache.ignite.ml.tree.randomforest</a></dt>
<dd>
<div class="block">Class represents a realization of Random Forest algorithm.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/RandomForestTrainer.html#RandomForestTrainer-java.util.List-">RandomForestTrainer(List<span class='angle_bracket'>&lt;</span>FeatureMeta<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.tree.randomforest.<a href="org/apache/ignite/ml/tree/randomforest/RandomForestTrainer.html" title="class in org.apache.ignite.ml.tree.randomforest">RandomForestTrainer</a></dt>
<dd>
<div class="block">Create an instance of RandomForestTrainer.</div>
</dd>
<dt><a href="org/apache/ignite/ml/tree/randomforest/data/RandomForestTreeModel.html" title="class in org.apache.ignite.ml.tree.randomforest.data"><span class="typeNameLink">RandomForestTreeModel</span></a> - Class in <a href="org/apache/ignite/ml/tree/randomforest/data/package-summary.html">org.apache.ignite.ml.tree.randomforest.data</a></dt>
<dd>
<div class="block">Tree root class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/RandomForestTreeModel.html#RandomForestTreeModel-org.apache.ignite.ml.tree.randomforest.data.TreeNode-java.util.Set-">RandomForestTreeModel(TreeNode, Set<span class='angle_bracket'>&lt;</span>Integer<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.tree.randomforest.data.<a href="org/apache/ignite/ml/tree/randomforest/data/RandomForestTreeModel.html" title="class in org.apache.ignite.ml.tree.randomforest.data">RandomForestTreeModel</a></dt>
<dd>
<div class="block">Create an instance of TreeRoot.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/RandomForestTreeModel.html#RandomForestTreeModel--">RandomForestTreeModel()</a></span> - Constructor for class org.apache.ignite.ml.tree.randomforest.data.<a href="org/apache/ignite/ml/tree/randomforest/data/RandomForestTreeModel.html" title="class in org.apache.ignite.ml.tree.randomforest.data">RandomForestTreeModel</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/nn/initializers/RandomInitializer.html" title="class in org.apache.ignite.ml.nn.initializers"><span class="typeNameLink">RandomInitializer</span></a> - Class in <a href="org/apache/ignite/ml/nn/initializers/package-summary.html">org.apache.ignite.ml.nn.initializers</a></dt>
<dd>
<div class="block">Class for initialization of MLP parameters with random uniformly distributed numbers from -1 to 1.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/initializers/RandomInitializer.html#RandomInitializer-java.util.Random-">RandomInitializer(Random)</a></span> - Constructor for class org.apache.ignite.ml.nn.initializers.<a href="org/apache/ignite/ml/nn/initializers/RandomInitializer.html" title="class in org.apache.ignite.ml.nn.initializers">RandomInitializer</a></dt>
<dd>
<div class="block">Construct RandomInitializer from given RNG.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/initializers/RandomInitializer.html#RandomInitializer-long-">RandomInitializer(long)</a></span> - Constructor for class org.apache.ignite.ml.nn.initializers.<a href="org/apache/ignite/ml/nn/initializers/RandomInitializer.html" title="class in org.apache.ignite.ml.nn.initializers">RandomInitializer</a></dt>
<dd>
<div class="block">Constructs RandomInitializer with the given seed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/initializers/RandomInitializer.html#RandomInitializer--">RandomInitializer()</a></span> - Constructor for class org.apache.ignite.ml.nn.initializers.<a href="org/apache/ignite/ml/nn/initializers/RandomInitializer.html" title="class in org.apache.ignite.ml.nn.initializers">RandomInitializer</a></dt>
<dd>
<div class="block">Constructs RandomInitializer with random seed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/LearningEnvironment.html#randomNumbersGenerator--">randomNumbersGenerator()</a></span> - Method in interface org.apache.ignite.ml.environment.<a href="org/apache/ignite/ml/environment/LearningEnvironment.html" title="interface in org.apache.ignite.ml.environment">LearningEnvironment</a></dt>
<dd>
<div class="block">Random numbers generator.</div>
</dd>
<dt><a href="org/apache/ignite/ml/util/generators/primitives/scalar/RandomProducer.html" title="interface in org.apache.ignite.ml.util.generators.primitives.scalar"><span class="typeNameLink">RandomProducer</span></a> - Interface in <a href="org/apache/ignite/ml/util/generators/primitives/scalar/package-summary.html">org.apache.ignite.ml.util.generators.primitives.scalar</a></dt>
<dd>
<div class="block">Represents a generator of pseudo-random scalar values.</div>
</dd>
<dt><a href="org/apache/ignite/cache/store/cassandra/common/RandomSleeper.html" title="class in org.apache.ignite.cache.store.cassandra.common"><span class="typeNameLink">RandomSleeper</span></a> - Class in <a href="org/apache/ignite/cache/store/cassandra/common/package-summary.html">org.apache.ignite.cache.store.cassandra.common</a></dt>
<dd>
<div class="block">Provides sleep method with randomly selected sleep time from specified range and
incrementally shifts sleep time range for each next sleep attempt</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/common/RandomSleeper.html#RandomSleeper-int-int-int-org.apache.ignite.IgniteLogger-">RandomSleeper(int, int, int, IgniteLogger)</a></span> - Constructor for class org.apache.ignite.cache.store.cassandra.common.<a href="org/apache/ignite/cache/store/cassandra/common/RandomSleeper.html" title="class in org.apache.ignite.cache.store.cassandra.common">RandomSleeper</a></dt>
<dd>
<div class="block">Creates sleeper instance.</div>
</dd>
<dt><a href="org/apache/ignite/ml/selection/paramgrid/RandomStrategy.html" title="class in org.apache.ignite.ml.selection.paramgrid"><span class="typeNameLink">RandomStrategy</span></a> - Class in <a href="org/apache/ignite/ml/selection/paramgrid/package-summary.html">org.apache.ignite.ml.selection.paramgrid</a></dt>
<dd>
<div class="block">This strategy enables the random search in hyper-parameter space.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/paramgrid/RandomStrategy.html#RandomStrategy--">RandomStrategy()</a></span> - Constructor for class org.apache.ignite.ml.selection.paramgrid.<a href="org/apache/ignite/ml/selection/paramgrid/RandomStrategy.html" title="class in org.apache.ignite.ml.selection.paramgrid">RandomStrategy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteUuid.html#randomUuid--">randomUuid()</a></span> - Static method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteUuid.html" title="class in org.apache.ignite.lang">IgniteUuid</a></dt>
<dd>
<div class="block">Creates new pseudo-random ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html#rateTimeInterval-long-">rateTimeInterval(long)</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataRegionMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/mxbean/MetricsMxBean.html#configureHitRateMetric-java.lang.String-long-"><code>MetricsMxBean.configureHitRateMetric(String, long)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html#rateTimeInterval-long-">rateTimeInterval(long)</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataStorageMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/mxbean/MetricsMxBean.html#configureHitRateMetric-java.lang.String-long-"><code>MetricsMxBean.configureHitRateMetric(String, long)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/MemoryMetricsMXBean.html#rateTimeInterval-long-">rateTimeInterval(long)</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/MemoryMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">MemoryMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets time interval for <a href="org/apache/ignite/mxbean/MemoryMetricsMXBean.html#getAllocationRate--"><code>MemoryMetricsMXBean.getAllocationRate()</code></a> and <a href="org/apache/ignite/mxbean/MemoryMetricsMXBean.html#getEvictionRate--"><code>MemoryMetricsMXBean.getEvictionRate()</code></a> monitoring purposes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/PersistenceMetricsMXBean.html#rateTimeInterval-long-">rateTimeInterval(long)</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/PersistenceMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">PersistenceMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets time interval for rate-based metrics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/DenseVectorStorage.html#rawData--">rawData()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/DenseVectorStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">DenseVectorStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/SparseVectorStorage.html#rawData--">rawData()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/SparseVectorStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">SparseVectorStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorViewStorage.html#rawData--">rawData()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorViewStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">VectorViewStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/VectorStorage.html#rawData--">rawData()</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/VectorStorage.html" title="interface in org.apache.ignite.ml.math.primitives.vector">VectorStorage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryReader.html#rawReader--">rawReader()</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryReader.html" title="interface in org.apache.ignite.binary">BinaryReader</a></dt>
<dd>
<div class="block">Gets raw reader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryWriter.html#rawWriter--">rawWriter()</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryWriter.html" title="interface in org.apache.ignite.binary">BinaryWriter</a></dt>
<dd>
<div class="block">Gets raw writer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html#RBRACK">RBRACK</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#RBRACK">RBRACK</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgHeaderContext.html#RBRACK--">RBRACK()</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgHeaderContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgHeaderContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgNodeContext.html#RBRACK--">RBRACK()</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgNodeContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgNodeContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/reader/FileSystemModelReader.html#read--">read()</a></span> - Method in class org.apache.ignite.ml.inference.reader.<a href="org/apache/ignite/ml/inference/reader/FileSystemModelReader.html" title="class in org.apache.ignite.ml.inference.reader">FileSystemModelReader</a></dt>
<dd>
<div class="block">Rads model and returns it in serialized form as byte array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/reader/InMemoryModelReader.html#read--">read()</a></span> - Method in class org.apache.ignite.ml.inference.reader.<a href="org/apache/ignite/ml/inference/reader/InMemoryModelReader.html" title="class in org.apache.ignite.ml.inference.reader">InMemoryModelReader</a></dt>
<dd>
<div class="block">Rads model and returns it in serialized form as byte array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/reader/ModelReader.html#read--">read()</a></span> - Method in interface org.apache.ignite.ml.inference.reader.<a href="org/apache/ignite/ml/inference/reader/ModelReader.html" title="interface in org.apache.ignite.ml.inference.reader">ModelReader</a></dt>
<dd>
<div class="block">Rads model and returns it in serialized form as byte array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/reader/ModelStorageModelReader.html#read--">read()</a></span> - Method in class org.apache.ignite.ml.inference.reader.<a href="org/apache/ignite/ml/inference/reader/ModelStorageModelReader.html" title="class in org.apache.ignite.ml.inference.reader">ModelStorageModelReader</a></dt>
<dd>
<div class="block">Rads model and returns it in serialized form as byte array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#READ_ONLY_MODE_DESC">READ_ONLY_MODE_DESC</a></span> - Static variable 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="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#READ_ONLY_MODE_DURATION_DESC">READ_ONLY_MODE_DURATION_DESC</a></span> - Static variable 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="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageReader.html#readAffinityTopologyVersion-java.lang.String-">readAffinityTopologyVersion(String)</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">Reads <code>AffinityTopologyVersion</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/json/JacksonHelper.html#readAndValidateBasicJsonModelProperties-java.nio.file.Path-com.fasterxml.jackson.databind.ObjectMapper-java.lang.String-">readAndValidateBasicJsonModelProperties(Path, ObjectMapper, String)</a></span> - Static method in class org.apache.ignite.ml.inference.json.<a href="org/apache/ignite/ml/inference/json/JacksonHelper.html" title="class in org.apache.ignite.ml.inference.json">JacksonHelper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/Binarylizable.html#readBinary-org.apache.ignite.binary.BinaryReader-">readBinary(BinaryReader)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/Binarylizable.html" title="interface in org.apache.ignite.binary">Binarylizable</a></dt>
<dd>
<div class="block">Reads fields from provided reader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryReflectiveSerializer.html#readBinary-java.lang.Object-org.apache.ignite.binary.BinaryReader-">readBinary(Object, BinaryReader)</a></span> - Method in class org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryReflectiveSerializer.html" title="class in org.apache.ignite.binary">BinaryReflectiveSerializer</a></dt>
<dd>
<div class="block">Reads fields from provided reader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinarySerializer.html#readBinary-java.lang.Object-org.apache.ignite.binary.BinaryReader-">readBinary(Object, BinaryReader)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinarySerializer.html" title="interface in org.apache.ignite.binary">BinarySerializer</a></dt>
<dd>
<div class="block">Reads fields from provided reader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteUuid.html#readBinary-org.apache.ignite.binary.BinaryReader-">readBinary(BinaryReader)</a></span> - Method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteUuid.html" title="class in org.apache.ignite.lang">IgniteUuid</a></dt>
<dd>
<div class="block">Reads fields from provided reader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageReader.html#readBitSet-java.lang.String-">readBitSet(String)</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">Reads <a href="https://docs.oracle.com/javase/8/docs/api/java/util/BitSet.html?is-external=true" title="class or interface in java.util"><code>BitSet</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawReader.html#readBoolean--">readBoolean()</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawReader.html" title="interface in org.apache.ignite.binary">BinaryRawReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryReader.html#readBoolean-java.lang.String-">readBoolean(String)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryReader.html" title="interface in org.apache.ignite.binary">BinaryReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageReader.html#readBoolean-java.lang.String-">readBoolean(String)</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">Reads <code>boolean</code> value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawReader.html#readBooleanArray--">readBooleanArray()</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawReader.html" title="interface in org.apache.ignite.binary">BinaryRawReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryReader.html#readBooleanArray-java.lang.String-">readBooleanArray(String)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryReader.html" title="interface in org.apache.ignite.binary">BinaryReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageReader.html#readBooleanArray-java.lang.String-">readBooleanArray(String)</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">Reads <code>boolean</code> array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawReader.html#readByte--">readByte()</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawReader.html" title="interface in org.apache.ignite.binary">BinaryRawReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryReader.html#readByte-java.lang.String-">readByte(String)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryReader.html" title="interface in org.apache.ignite.binary">BinaryReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageReader.html#readByte-java.lang.String-">readByte(String)</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">Reads <code>byte</code> value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawReader.html#readByteArray--">readByteArray()</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawReader.html" title="interface in org.apache.ignite.binary">BinaryRawReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryReader.html#readByteArray-java.lang.String-">readByteArray(String)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryReader.html" title="interface in org.apache.ignite.binary">BinaryReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageReader.html#readByteArray-java.lang.String-">readByteArray(String)</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">Reads <code>byte</code> array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawReader.html#readChar--">readChar()</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawReader.html" title="interface in org.apache.ignite.binary">BinaryRawReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryReader.html#readChar-java.lang.String-">readChar(String)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryReader.html" title="interface in org.apache.ignite.binary">BinaryReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageReader.html#readChar-java.lang.String-">readChar(String)</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">Reads <code>char</code> value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawReader.html#readCharArray--">readCharArray()</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawReader.html" title="interface in org.apache.ignite.binary">BinaryRawReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryReader.html#readCharArray-java.lang.String-">readCharArray(String)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryReader.html" title="interface in org.apache.ignite.binary">BinaryReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageReader.html#readCharArray-java.lang.String-">readCharArray(String)</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">Reads <code>char</code> array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawReader.html#readCollection--">readCollection()</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawReader.html" title="interface in org.apache.ignite.binary">BinaryRawReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawReader.html#readCollection-org.apache.ignite.binary.BinaryCollectionFactory-">readCollection(BinaryCollectionFactory<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawReader.html" title="interface in org.apache.ignite.binary">BinaryRawReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryReader.html#readCollection-java.lang.String-">readCollection(String)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryReader.html" title="interface in org.apache.ignite.binary">BinaryReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryReader.html#readCollection-java.lang.String-org.apache.ignite.binary.BinaryCollectionFactory-">readCollection(String, BinaryCollectionFactory<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryReader.html" title="interface in org.apache.ignite.binary">BinaryReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageReader.html#readCollection-java.lang.String-org.apache.ignite.plugin.extensions.communication.MessageCollectionItemType-">readCollection(String, MessageCollectionItemType)</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">Reads collection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawReader.html#readDate--">readDate()</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawReader.html" title="interface in org.apache.ignite.binary">BinaryRawReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryReader.html#readDate-java.lang.String-">readDate(String)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryReader.html" title="interface in org.apache.ignite.binary">BinaryReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawReader.html#readDateArray--">readDateArray()</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawReader.html" title="interface in org.apache.ignite.binary">BinaryRawReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryReader.html#readDateArray-java.lang.String-">readDateArray(String)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryReader.html" title="interface in org.apache.ignite.binary">BinaryReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawReader.html#readDecimal--">readDecimal()</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawReader.html" title="interface in org.apache.ignite.binary">BinaryRawReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryReader.html#readDecimal-java.lang.String-">readDecimal(String)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryReader.html" title="interface in org.apache.ignite.binary">BinaryReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawReader.html#readDecimalArray--">readDecimalArray()</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawReader.html" title="interface in org.apache.ignite.binary">BinaryRawReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryReader.html#readDecimalArray-java.lang.String-">readDecimalArray(String)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryReader.html" title="interface in org.apache.ignite.binary">BinaryReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawReader.html#readDouble--">readDouble()</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawReader.html" title="interface in org.apache.ignite.binary">BinaryRawReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryReader.html#readDouble-java.lang.String-">readDouble(String)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryReader.html" title="interface in org.apache.ignite.binary">BinaryReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageReader.html#readDouble-java.lang.String-">readDouble(String)</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">Reads <code>double</code> value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawReader.html#readDoubleArray--">readDoubleArray()</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawReader.html" title="interface in org.apache.ignite.binary">BinaryRawReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryReader.html#readDoubleArray-java.lang.String-">readDoubleArray(String)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryReader.html" title="interface in org.apache.ignite.binary">BinaryReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageReader.html#readDoubleArray-java.lang.String-">readDoubleArray(String)</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">Reads <code>double</code> array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawReader.html#readEnum--">readEnum()</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawReader.html" title="interface in org.apache.ignite.binary">BinaryRawReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryReader.html#readEnum-java.lang.String-">readEnum(String)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryReader.html" title="interface in org.apache.ignite.binary">BinaryReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawReader.html#readEnumArray--">readEnumArray()</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawReader.html" title="interface in org.apache.ignite.binary">BinaryRawReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryReader.html#readEnumArray-java.lang.String-">readEnumArray(String)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryReader.html" title="interface in org.apache.ignite.binary">BinaryReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageFormatter.html#reader-java.util.UUID-org.apache.ignite.plugin.extensions.communication.MessageFactory-">reader(UUID, MessageFactory)</a></span> - Method in interface org.apache.ignite.plugin.extensions.communication.<a href="org/apache/ignite/plugin/extensions/communication/MessageFormatter.html" title="interface in org.apache.ignite.plugin.extensions.communication">MessageFormatter</a></dt>
<dd>
<div class="block">Creates new message reader instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/affinity/AffinityKey.html#readExternal-java.io.ObjectInput-">readExternal(ObjectInput)</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/AbstractEvictionPolicy.html#readExternal-java.io.ObjectInput-">readExternal(ObjectInput)</a></span> - Method in 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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicy.html#readExternal-java.io.ObjectInput-">readExternal(ObjectInput)</a></span> - Method in class org.apache.ignite.cache.eviction.sorted.<a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicy.html" title="class in org.apache.ignite.cache.eviction.sorted">SortedEvictionPolicy</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html#readExternal-java.io.ObjectInput-">readExternal(ObjectInput)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.datasource.<a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html" title="class in org.apache.ignite.cache.store.cassandra.datasource">DataSource</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#readExternal-java.io.ObjectInput-">readExternal(ObjectInput)</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="memberNameLink"><a href="org/apache/ignite/lang/IgniteBiTuple.html#readExternal-java.io.ObjectInput-">readExternal(ObjectInput)</a></span> - Method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteBiTuple.html" title="class in org.apache.ignite.lang">IgniteBiTuple</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteProductVersion.html#readExternal-java.io.ObjectInput-">readExternal(ObjectInput)</a></span> - Method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteProductVersion.html" title="class in org.apache.ignite.lang">IgniteProductVersion</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteUuid.html#readExternal-java.io.ObjectInput-">readExternal(ObjectInput)</a></span> - Method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteUuid.html" title="class in org.apache.ignite.lang">IgniteUuid</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/impl/bootstrapping/BootstrappedVector.html#readExternal-java.io.ObjectInput-">readExternal(ObjectInput)</a></span> - Method in class org.apache.ignite.ml.dataset.impl.bootstrapping.<a href="org/apache/ignite/ml/dataset/impl/bootstrapping/BootstrappedVector.html" title="class in org.apache.ignite.ml.dataset.impl.bootstrapping">BootstrappedVector</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/distances/DistanceMeasure.html#readExternal-java.io.ObjectInput-">readExternal(ObjectInput)</a></span> - Method in interface org.apache.ignite.ml.math.distances.<a href="org/apache/ignite/ml/math/distances/DistanceMeasure.html" title="interface in org.apache.ignite.ml.math.distances">DistanceMeasure</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#readExternal-java.io.ObjectInput-">readExternal(ObjectInput)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/storage/DenseMatrixStorage.html#readExternal-java.io.ObjectInput-">readExternal(ObjectInput)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.storage.<a href="org/apache/ignite/ml/math/primitives/matrix/storage/DenseMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.matrix.storage">DenseMatrixStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/storage/SparseMatrixStorage.html#readExternal-java.io.ObjectInput-">readExternal(ObjectInput)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.storage.<a href="org/apache/ignite/ml/math/primitives/matrix/storage/SparseMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.matrix.storage">SparseMatrixStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/storage/ViewMatrixStorage.html#readExternal-java.io.ObjectInput-">readExternal(ObjectInput)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.storage.<a href="org/apache/ignite/ml/math/primitives/matrix/storage/ViewMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.matrix.storage">ViewMatrixStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#readExternal-java.io.ObjectInput-">readExternal(ObjectInput)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingNamedVector.html#readExternal-java.io.ObjectInput-">readExternal(ObjectInput)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingNamedVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingNamedVector</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#readExternal-java.io.ObjectInput-">readExternal(ObjectInput)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/VectorizedViewMatrix.html#readExternal-java.io.ObjectInput-">readExternal(ObjectInput)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/VectorizedViewMatrix.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">VectorizedViewMatrix</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/DenseVectorStorage.html#readExternal-java.io.ObjectInput-">readExternal(ObjectInput)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/DenseVectorStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">DenseVectorStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/SparseVectorStorage.html#readExternal-java.io.ObjectInput-">readExternal(ObjectInput)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/SparseVectorStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">SparseVectorStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorizedViewMatrixStorage.html#readExternal-java.io.ObjectInput-">readExternal(ObjectInput)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorizedViewMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">VectorizedViewMatrixStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorViewStorage.html#readExternal-java.io.ObjectInput-">readExternal(ObjectInput)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorViewStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">VectorViewStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/Dataset.html#readExternal-java.io.ObjectInput-">readExternal(ObjectInput)</a></span> - Method in class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/Dataset.html" title="class in org.apache.ignite.ml.structures">Dataset</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/DatasetRow.html#readExternal-java.io.ObjectInput-">readExternal(ObjectInput)</a></span> - Method in class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/DatasetRow.html" title="class in org.apache.ignite.ml.structures">DatasetRow</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/FeatureMetadata.html#readExternal-java.io.ObjectInput-">readExternal(ObjectInput)</a></span> - Method in class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/FeatureMetadata.html" title="class in org.apache.ignite.ml.structures">FeatureMetadata</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/LabeledVector.html#readExternal-java.io.ObjectInput-">readExternal(ObjectInput)</a></span> - Method in class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/LabeledVector.html" title="class in org.apache.ignite.ml.structures">LabeledVector</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetAffinityFunction.html#readExternal-java.io.ObjectInput-">readExternal(ObjectInput)</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/SecurityCredentials.html#readExternal-java.io.ObjectInput-">readExternal(ObjectInput)</a></span> - Method in class org.apache.ignite.plugin.security.<a href="org/apache/ignite/plugin/security/SecurityCredentials.html" title="class in org.apache.ignite.plugin.security">SecurityCredentials</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawReader.html#readFloat--">readFloat()</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawReader.html" title="interface in org.apache.ignite.binary">BinaryRawReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryReader.html#readFloat-java.lang.String-">readFloat(String)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryReader.html" title="interface in org.apache.ignite.binary">BinaryReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageReader.html#readFloat-java.lang.String-">readFloat(String)</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">Reads <code>float</code> value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawReader.html#readFloatArray--">readFloatArray()</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawReader.html" title="interface in org.apache.ignite.binary">BinaryRawReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryReader.html#readFloatArray-java.lang.String-">readFloatArray(String)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryReader.html" title="interface in org.apache.ignite.binary">BinaryReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageReader.html#readFloatArray-java.lang.String-">readFloatArray(String)</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">Reads <code>float</code> array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/Message.html#readFrom-java.nio.ByteBuffer-org.apache.ignite.plugin.extensions.communication.MessageReader-">readFrom(ByteBuffer, MessageReader)</a></span> - Method in interface org.apache.ignite.plugin.extensions.communication.<a href="org/apache/ignite/plugin/extensions/communication/Message.html" title="interface in org.apache.ignite.plugin.extensions.communication">Message</a></dt>
<dd>
<div class="block">Reads this message from provided byte buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingRequest.html#readFrom-java.nio.ByteBuffer-org.apache.ignite.plugin.extensions.communication.MessageReader-">readFrom(ByteBuffer, MessageReader)</a></span> - Method in class org.apache.ignite.spi.collision.jobstealing.<a href="org/apache/ignite/spi/collision/jobstealing/JobStealingRequest.html" title="class in org.apache.ignite.spi.collision.jobstealing">JobStealingRequest</a></dt>
<dd>
<div class="block">Reads this message from provided byte buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeMessage.html#readFrom-java.nio.ByteBuffer-org.apache.ignite.plugin.extensions.communication.MessageReader-">readFrom(ByteBuffer, MessageReader)</a></span> - Method in class org.apache.ignite.spi.communication.tcp.messages.<a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeMessage.html" title="class in org.apache.ignite.spi.communication.tcp.messages">HandshakeMessage</a></dt>
<dd>
<div class="block">Reads this message from provided byte buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeMessage2.html#readFrom-java.nio.ByteBuffer-org.apache.ignite.plugin.extensions.communication.MessageReader-">readFrom(ByteBuffer, MessageReader)</a></span> - Method in class org.apache.ignite.spi.communication.tcp.messages.<a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeMessage2.html" title="class in org.apache.ignite.spi.communication.tcp.messages">HandshakeMessage2</a></dt>
<dd>
<div class="block">Reads this message from provided byte buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeWaitMessage.html#readFrom-java.nio.ByteBuffer-org.apache.ignite.plugin.extensions.communication.MessageReader-">readFrom(ByteBuffer, MessageReader)</a></span> - Method in class org.apache.ignite.spi.communication.tcp.messages.<a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeWaitMessage.html" title="class in org.apache.ignite.spi.communication.tcp.messages">HandshakeWaitMessage</a></dt>
<dd>
<div class="block">Reads this message from provided byte buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/messages/NodeIdMessage.html#readFrom-java.nio.ByteBuffer-org.apache.ignite.plugin.extensions.communication.MessageReader-">readFrom(ByteBuffer, MessageReader)</a></span> - Method in class org.apache.ignite.spi.communication.tcp.messages.<a href="org/apache/ignite/spi/communication/tcp/messages/NodeIdMessage.html" title="class in org.apache.ignite.spi.communication.tcp.messages">NodeIdMessage</a></dt>
<dd>
<div class="block">Reads this message from provided byte buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/messages/RecoveryLastReceivedMessage.html#readFrom-java.nio.ByteBuffer-org.apache.ignite.plugin.extensions.communication.MessageReader-">readFrom(ByteBuffer, MessageReader)</a></span> - Method in class org.apache.ignite.spi.communication.tcp.messages.<a href="org/apache/ignite/spi/communication/tcp/messages/RecoveryLastReceivedMessage.html" title="class in org.apache.ignite.spi.communication.tcp.messages">RecoveryLastReceivedMessage</a></dt>
<dd>
<div class="block">Reads this message from provided byte buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageReader.html#readIgniteUuid-java.lang.String-">readIgniteUuid(String)</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">Reads <a href="org/apache/ignite/lang/IgniteUuid.html" title="class in org.apache.ignite.lang"><code>IgniteUuid</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawReader.html#readInt--">readInt()</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawReader.html" title="interface in org.apache.ignite.binary">BinaryRawReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryReader.html#readInt-java.lang.String-">readInt(String)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryReader.html" title="interface in org.apache.ignite.binary">BinaryReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageReader.html#readInt-java.lang.String-">readInt(String)</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">Reads <code>int</code> value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageReader.html#readInt-java.lang.String-int-">readInt(String, int)</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">Reads <code>int</code> value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawReader.html#readIntArray--">readIntArray()</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawReader.html" title="interface in org.apache.ignite.binary">BinaryRawReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryReader.html#readIntArray-java.lang.String-">readIntArray(String)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryReader.html" title="interface in org.apache.ignite.binary">BinaryReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageReader.html#readIntArray-java.lang.String-">readIntArray(String)</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">Reads <code>int</code> array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawReader.html#readLong--">readLong()</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawReader.html" title="interface in org.apache.ignite.binary">BinaryRawReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryReader.html#readLong-java.lang.String-">readLong(String)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryReader.html" title="interface in org.apache.ignite.binary">BinaryReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageReader.html#readLong-java.lang.String-">readLong(String)</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">Reads <code>long</code> value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawReader.html#readLongArray--">readLongArray()</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawReader.html" title="interface in org.apache.ignite.binary">BinaryRawReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryReader.html#readLongArray-java.lang.String-">readLongArray(String)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryReader.html" title="interface in org.apache.ignite.binary">BinaryReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageReader.html#readLongArray-java.lang.String-">readLongArray(String)</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">Reads <code>long</code> array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawReader.html#readMap--">readMap()</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawReader.html" title="interface in org.apache.ignite.binary">BinaryRawReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawReader.html#readMap-org.apache.ignite.binary.BinaryMapFactory-">readMap(BinaryMapFactory<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawReader.html" title="interface in org.apache.ignite.binary">BinaryRawReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryReader.html#readMap-java.lang.String-">readMap(String)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryReader.html" title="interface in org.apache.ignite.binary">BinaryReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryReader.html#readMap-java.lang.String-org.apache.ignite.binary.BinaryMapFactory-">readMap(String, BinaryMapFactory<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryReader.html" title="interface in org.apache.ignite.binary">BinaryReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageReader.html#readMap-java.lang.String-org.apache.ignite.plugin.extensions.communication.MessageCollectionItemType-org.apache.ignite.plugin.extensions.communication.MessageCollectionItemType-boolean-">readMap(String, MessageCollectionItemType, MessageCollectionItemType, 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">Reads map.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageReader.html#readMessage-java.lang.String-">readMessage(String)</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">Reads nested message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#readMessage-java.net.Socket-java.io.InputStream-long-">readMessage(Socket, InputStream, long)</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">Reads message from the socket limiting read time.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawReader.html#readObject--">readObject()</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawReader.html" title="interface in org.apache.ignite.binary">BinaryRawReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryReader.html#readObject-java.lang.String-">readObject(String)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryReader.html" title="interface in org.apache.ignite.binary">BinaryReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawReader.html#readObjectArray--">readObjectArray()</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawReader.html" title="interface in org.apache.ignite.binary">BinaryRawReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryReader.html#readObjectArray-java.lang.String-">readObjectArray(String)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryReader.html" title="interface in org.apache.ignite.binary">BinaryReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageReader.html#readObjectArray-java.lang.String-org.apache.ignite.plugin.extensions.communication.MessageCollectionItemType-java.lang.Class-">readObjectArray(String, MessageCollectionItemType, Class<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>)</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">Reads array of objects.</div>
</dd>
<dt><a href="org/apache/ignite/spi/metric/jmx/ReadOnlyDynamicMBean.html" title="class in org.apache.ignite.spi.metric.jmx"><span class="typeNameLink">ReadOnlyDynamicMBean</span></a> - Class in <a href="org/apache/ignite/spi/metric/jmx/package-summary.html">org.apache.ignite.spi.metric.jmx</a></dt>
<dd>
<div class="block">Base class for read only <a href="https://docs.oracle.com/javase/8/docs/api/javax/management/DynamicMBean.html?is-external=true" title="class or interface in javax.management"><code>DynamicMBean</code></a> implementations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/metric/jmx/ReadOnlyDynamicMBean.html#ReadOnlyDynamicMBean--">ReadOnlyDynamicMBean()</a></span> - Constructor for class org.apache.ignite.spi.metric.jmx.<a href="org/apache/ignite/spi/metric/jmx/ReadOnlyDynamicMBean.html" title="class in org.apache.ignite.spi.metric.jmx">ReadOnlyDynamicMBean</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/spi/metric/ReadOnlyMetricManager.html" title="interface in org.apache.ignite.spi.metric"><span class="typeNameLink">ReadOnlyMetricManager</span></a> - Interface in <a href="org/apache/ignite/spi/metric/package-summary.html">org.apache.ignite.spi.metric</a></dt>
<dd>
<div class="block">Read only metric manager.</div>
</dd>
<dt><a href="org/apache/ignite/spi/metric/ReadOnlyMetricRegistry.html" title="interface in org.apache.ignite.spi.metric"><span class="typeNameLink">ReadOnlyMetricRegistry</span></a> - Interface in <a href="org/apache/ignite/spi/metric/package-summary.html">org.apache.ignite.spi.metric</a></dt>
<dd>
<div class="block">Read only metric registry.</div>
</dd>
<dt><a href="org/apache/ignite/spi/systemview/ReadOnlySystemViewRegistry.html" title="interface in org.apache.ignite.spi.systemview"><span class="typeNameLink">ReadOnlySystemViewRegistry</span></a> - Interface in <a href="org/apache/ignite/spi/systemview/package-summary.html">org.apache.ignite.spi.systemview</a></dt>
<dd>
<div class="block">Read only system view registry.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#readReceipt-java.net.Socket-long-">readReceipt(Socket, long)</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">Reads message delivery receipt from the socket.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawReader.html#readShort--">readShort()</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawReader.html" title="interface in org.apache.ignite.binary">BinaryRawReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryReader.html#readShort-java.lang.String-">readShort(String)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryReader.html" title="interface in org.apache.ignite.binary">BinaryReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageReader.html#readShort-java.lang.String-">readShort(String)</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">Reads <code>short</code> value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawReader.html#readShortArray--">readShortArray()</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawReader.html" title="interface in org.apache.ignite.binary">BinaryRawReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryReader.html#readShortArray-java.lang.String-">readShortArray(String)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryReader.html" title="interface in org.apache.ignite.binary">BinaryReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageReader.html#readShortArray-java.lang.String-">readShortArray(String)</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">Reads <code>short</code> array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawReader.html#readString--">readString()</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawReader.html" title="interface in org.apache.ignite.binary">BinaryRawReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryReader.html#readString-java.lang.String-">readString(String)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryReader.html" title="interface in org.apache.ignite.binary">BinaryReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageReader.html#readString-java.lang.String-">readString(String)</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">Reads <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawReader.html#readStringArray--">readStringArray()</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawReader.html" title="interface in org.apache.ignite.binary">BinaryRawReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryReader.html#readStringArray-java.lang.String-">readStringArray(String)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryReader.html" title="interface in org.apache.ignite.binary">BinaryReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawReader.html#readTime--">readTime()</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawReader.html" title="interface in org.apache.ignite.binary">BinaryRawReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryReader.html#readTime-java.lang.String-">readTime(String)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryReader.html" title="interface in org.apache.ignite.binary">BinaryReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawReader.html#readTimeArray--">readTimeArray()</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawReader.html" title="interface in org.apache.ignite.binary">BinaryRawReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryReader.html#readTimeArray-java.lang.String-">readTimeArray(String)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryReader.html" title="interface in org.apache.ignite.binary">BinaryReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawReader.html#readTimestamp--">readTimestamp()</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawReader.html" title="interface in org.apache.ignite.binary">BinaryRawReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryReader.html#readTimestamp-java.lang.String-">readTimestamp(String)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryReader.html" title="interface in org.apache.ignite.binary">BinaryReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawReader.html#readTimestampArray--">readTimestampArray()</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawReader.html" title="interface in org.apache.ignite.binary">BinaryRawReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryReader.html#readTimestampArray-java.lang.String-">readTimestampArray(String)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryReader.html" title="interface in org.apache.ignite.binary">BinaryReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawReader.html#readUuid--">readUuid()</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawReader.html" title="interface in org.apache.ignite.binary">BinaryRawReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryReader.html#readUuid-java.lang.String-">readUuid(String)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryReader.html" title="interface in org.apache.ignite.binary">BinaryReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageReader.html#readUuid-java.lang.String-">readUuid(String)</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">Reads <a href="https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html?is-external=true" title="class or interface in java.util"><code>UUID</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawReader.html#readUuidArray--">readUuidArray()</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawReader.html" title="interface in org.apache.ignite.binary">BinaryRawReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryReader.html#readUuidArray-java.lang.String-">readUuidArray(String)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryReader.html" title="interface in org.apache.ignite.binary">BinaryReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#rebalance--">rebalance()</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">Forces this cache node to re-balance its partitions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#rebalance--">rebalance()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">This cache node to re-balance its partitions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#rebalanceBatchesPrefetchCount--">rebalanceBatchesPrefetchCount()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#rebalanceBatchSize--">rebalanceBatchSize()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheGroupView.html#rebalanceDelay--">rebalanceDelay()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheGroupView.html" title="class in org.apache.ignite.spi.systemview.view">CacheGroupView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#rebalanceDelay--">rebalanceDelay()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#rebalanceEnabled-boolean-">rebalanceEnabled(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>
<div class="block">Enable or disable cache partition rebalance per node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheGroupView.html#rebalanceMode--">rebalanceMode()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheGroupView.html" title="class in org.apache.ignite.spi.systemview.view">CacheGroupView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#rebalanceMode--">rebalanceMode()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheGroupView.html#rebalanceOrder--">rebalanceOrder()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheGroupView.html" title="class in org.apache.ignite.spi.systemview.view">CacheGroupView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#rebalanceOrder--">rebalanceOrder()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#rebalanceThrottle--">rebalanceThrottle()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#rebalanceTimeout--">rebalanceTimeout()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMetrics.html#rebalancingStartTime--">rebalancingStartTime()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache">CacheMetrics</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><a href="org/apache/ignite/ml/selection/scoring/metric/classification/Recall.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification"><span class="typeNameLink">Recall</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/selection/scoring/metric/classification/Recall.html" title="type parameter in Recall">L</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/selection/scoring/metric/classification/package-summary.html">org.apache.ignite.ml.selection.scoring.metric.classification</a></dt>
<dd>
<div class="block">Recall metric class for binary classification.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/Recall.html#Recall-L-L-">Recall(L, L)</a></span> - Constructor for class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/Recall.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">Recall</a></dt>
<dd>
<div class="block">Creates an instance Recall class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/Recall.html#Recall--">Recall()</a></span> - Constructor for class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/Recall.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">Recall</a></dt>
<dd>
<div class="block">Creates an instance Recall class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/messaging/MessagingListenActor.html#receive-java.util.UUID-T-">receive(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">This method receives the message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/stream/StreamReceiver.html#receive-org.apache.ignite.IgniteCache-java.util.Collection-">receive(IgniteCache<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Collection<span class='angle_bracket'>&lt;</span>Map.Entry<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.stream.<a href="org/apache/ignite/stream/StreamReceiver.html" title="interface in org.apache.ignite.stream">StreamReceiver</a></dt>
<dd>
<div class="block">Updates cache with batch of entries.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/stream/StreamTransformer.html#receive-org.apache.ignite.IgniteCache-java.util.Collection-">receive(IgniteCache<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Collection<span class='angle_bracket'>&lt;</span>Map.Entry<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.stream.<a href="org/apache/ignite/stream/StreamTransformer.html" title="class in org.apache.ignite.stream">StreamTransformer</a></dt>
<dd>
<div class="block">Updates cache with batch of entries.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/stream/StreamVisitor.html#receive-org.apache.ignite.IgniteCache-java.util.Collection-">receive(IgniteCache<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Collection<span class='angle_bracket'>&lt;</span>Map.Entry<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.stream.<a href="org/apache/ignite/stream/StreamVisitor.html" title="class in org.apache.ignite.stream">StreamVisitor</a></dt>
<dd>
<div class="block">Updates cache with batch of entries.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeMessage.html#received--">received()</a></span> - Method in class org.apache.ignite.spi.communication.tcp.messages.<a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeMessage.html" title="class in org.apache.ignite.spi.communication.tcp.messages">HandshakeMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/messages/RecoveryLastReceivedMessage.html#received--">received()</a></span> - Method in class org.apache.ignite.spi.communication.tcp.messages.<a href="org/apache/ignite/spi/communication/tcp/messages/RecoveryLastReceivedMessage.html" title="class in org.apache.ignite.spi.communication.tcp.messages">RecoveryLastReceivedMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#RECEIVED_MESSAGES_BY_NODE_CONSISTENT_ID_METRIC_DESC">RECEIVED_MESSAGES_BY_NODE_CONSISTENT_ID_METRIC_DESC</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">Received messages by node consistent id metric description.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#RECEIVED_MESSAGES_BY_NODE_CONSISTENT_ID_METRIC_NAME">RECEIVED_MESSAGES_BY_NODE_CONSISTENT_ID_METRIC_NAME</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">Received messages by node consistent id metric name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#RECEIVED_MESSAGES_BY_TYPE_METRIC_DESC">RECEIVED_MESSAGES_BY_TYPE_METRIC_DESC</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">Received messages by type metric description.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#RECEIVED_MESSAGES_BY_TYPE_METRIC_NAME">RECEIVED_MESSAGES_BY_TYPE_METRIC_NAME</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">Received messages by type metric name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#RECEIVED_MESSAGES_METRIC_DESC">RECEIVED_MESSAGES_METRIC_DESC</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">Received messages metric description.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#RECEIVED_MESSAGES_METRIC_NAME">RECEIVED_MESSAGES_METRIC_NAME</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">Received messages metric name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationMetricsListener.html#receivedBytesCount--">receivedBytesCount()</a></span> - Method in class org.apache.ignite.spi.communication.tcp.<a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationMetricsListener.html" title="class in org.apache.ignite.spi.communication.tcp">TcpCommunicationMetricsListener</a></dt>
<dd>
<div class="block">Gets received bytes count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/plugin/MLPluginProvider.html#receiveDiscoveryData-java.util.UUID-java.io.Serializable-">receiveDiscoveryData(UUID, Serializable)</a></span> - Method in class org.apache.ignite.ml.util.plugin.<a href="org/apache/ignite/ml/util/plugin/MLPluginProvider.html" title="class in org.apache.ignite.ml.util.plugin">MLPluginProvider</a></dt>
<dd>
<div class="block">Receives plugin discovery data object from remote nodes (called
on new node during discovery process).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/PluginProvider.html#receiveDiscoveryData-java.util.UUID-java.io.Serializable-">receiveDiscoveryData(UUID, Serializable)</a></span> - Method in interface org.apache.ignite.plugin.<a href="org/apache/ignite/plugin/PluginProvider.html" title="interface in org.apache.ignite.plugin">PluginProvider</a></dt>
<dd>
<div class="block">Receives plugin discovery data object from remote nodes (called
on new node during discovery process).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationMetricsListener.html#receivedMessagesByNode--">receivedMessagesByNode()</a></span> - Method in class org.apache.ignite.spi.communication.tcp.<a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationMetricsListener.html" title="class in org.apache.ignite.spi.communication.tcp">TcpCommunicationMetricsListener</a></dt>
<dd>
<div class="block">Gets received messages counts (grouped by node).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationMetricsListener.html#receivedMessagesByType--">receivedMessagesByType()</a></span> - Method in class org.apache.ignite.spi.communication.tcp.<a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationMetricsListener.html" title="class in org.apache.ignite.spi.communication.tcp">TcpCommunicationMetricsListener</a></dt>
<dd>
<div class="block">Gets received messages counts (grouped by type).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationMetricsListener.html#receivedMessagesByTypeMetricName-java.lang.Short-">receivedMessagesByTypeMetricName(Short)</a></span> - Static method in class org.apache.ignite.spi.communication.tcp.<a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationMetricsListener.html" title="class in org.apache.ignite.spi.communication.tcp">TcpCommunicationMetricsListener</a></dt>
<dd>
<div class="block">Generate metric name by message direct type id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationMetricsListener.html#receivedMessagesCount--">receivedMessagesCount()</a></span> - Method in class org.apache.ignite.spi.communication.tcp.<a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationMetricsListener.html" title="class in org.apache.ignite.spi.communication.tcp">TcpCommunicationMetricsListener</a></dt>
<dd>
<div class="block">Gets received messages count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteDataStreamer.html#receiver-org.apache.ignite.stream.StreamReceiver-">receiver(StreamReceiver<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</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 custom stream receiver to this data streamer.</div>
</dd>
<dt><a href="org/apache/ignite/ml/recommendation/util/RecommendationBinaryDatasetDataBuilder.html" title="class in org.apache.ignite.ml.recommendation.util"><span class="typeNameLink">RecommendationBinaryDatasetDataBuilder</span></a> - Class in <a href="org/apache/ignite/ml/recommendation/util/package-summary.html">org.apache.ignite.ml.recommendation.util</a></dt>
<dd>
<div class="block">Recommendation binary dataset data builder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/recommendation/util/RecommendationBinaryDatasetDataBuilder.html#RecommendationBinaryDatasetDataBuilder-java.lang.String-java.lang.String-java.lang.String-">RecommendationBinaryDatasetDataBuilder(String, String, String)</a></span> - Constructor for class org.apache.ignite.ml.recommendation.util.<a href="org/apache/ignite/ml/recommendation/util/RecommendationBinaryDatasetDataBuilder.html" title="class in org.apache.ignite.ml.recommendation.util">RecommendationBinaryDatasetDataBuilder</a></dt>
<dd>
<div class="block">Constructs a new instance of recommendation binary dataset data builder.</div>
</dd>
<dt><a href="org/apache/ignite/ml/recommendation/util/RecommendationDatasetData.html" title="class in org.apache.ignite.ml.recommendation.util"><span class="typeNameLink">RecommendationDatasetData</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/recommendation/util/RecommendationDatasetData.html" title="type parameter in RecommendationDatasetData">O</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>,<a href="org/apache/ignite/ml/recommendation/util/RecommendationDatasetData.html" title="type parameter in RecommendationDatasetData">S</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/recommendation/util/package-summary.html">org.apache.ignite.ml.recommendation.util</a></dt>
<dd>
<div class="block">A partition <code>data</code> of a dataset required in <a href="org/apache/ignite/ml/recommendation/RecommendationTrainer.html" title="class in org.apache.ignite.ml.recommendation"><code>RecommendationTrainer</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/recommendation/util/RecommendationDatasetData.html#RecommendationDatasetData-java.util.List-">RecommendationDatasetData(List<span class='angle_bracket'>&lt;</span>? extends ObjectSubjectRatingTriplet<span class='angle_bracket'>&lt;</span>O, S<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.recommendation.util.<a href="org/apache/ignite/ml/recommendation/util/RecommendationDatasetData.html" title="class in org.apache.ignite.ml.recommendation.util">RecommendationDatasetData</a></dt>
<dd>
<div class="block">Constructs a new instance of recommendation dataset data.</div>
</dd>
<dt><a href="org/apache/ignite/ml/recommendation/util/RecommendationDatasetDataBuilder.html" title="class in org.apache.ignite.ml.recommendation.util"><span class="typeNameLink">RecommendationDatasetDataBuilder</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/recommendation/util/RecommendationDatasetDataBuilder.html" title="type parameter in RecommendationDatasetDataBuilder">K</a>,<a href="org/apache/ignite/ml/recommendation/util/RecommendationDatasetDataBuilder.html" title="type parameter in RecommendationDatasetDataBuilder">O</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>,<a href="org/apache/ignite/ml/recommendation/util/RecommendationDatasetDataBuilder.html" title="type parameter in RecommendationDatasetDataBuilder">S</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>,<a href="org/apache/ignite/ml/recommendation/util/RecommendationDatasetDataBuilder.html" title="type parameter in RecommendationDatasetDataBuilder">Z</a> extends <a href="org/apache/ignite/ml/recommendation/ObjectSubjectRatingTriplet.html" title="class in org.apache.ignite.ml.recommendation">ObjectSubjectRatingTriplet</a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/recommendation/util/RecommendationDatasetDataBuilder.html" title="type parameter in RecommendationDatasetDataBuilder">O</a>,<a href="org/apache/ignite/ml/recommendation/util/RecommendationDatasetDataBuilder.html" title="type parameter in RecommendationDatasetDataBuilder">S</a><span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/recommendation/util/package-summary.html">org.apache.ignite.ml.recommendation.util</a></dt>
<dd>
<div class="block">A partition <code>data</code> builder that makes <a href="org/apache/ignite/ml/dataset/primitive/data/SimpleDatasetData.html" title="class in org.apache.ignite.ml.dataset.primitive.data"><code>SimpleDatasetData</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/recommendation/util/RecommendationDatasetDataBuilder.html#RecommendationDatasetDataBuilder--">RecommendationDatasetDataBuilder()</a></span> - Constructor for class org.apache.ignite.ml.recommendation.util.<a href="org/apache/ignite/ml/recommendation/util/RecommendationDatasetDataBuilder.html" title="class in org.apache.ignite.ml.recommendation.util">RecommendationDatasetDataBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/recommendation/RecommendationModel.html" title="class in org.apache.ignite.ml.recommendation"><span class="typeNameLink">RecommendationModel</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/recommendation/RecommendationModel.html" title="type parameter in RecommendationModel">O</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>,<a href="org/apache/ignite/ml/recommendation/RecommendationModel.html" title="type parameter in RecommendationModel">S</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/recommendation/package-summary.html">org.apache.ignite.ml.recommendation</a></dt>
<dd>
<div class="block">Recommendation model that predicts rating for <a href="org/apache/ignite/ml/recommendation/ObjectSubjectPair.html" title="class in org.apache.ignite.ml.recommendation"><code>ObjectSubjectPair</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/recommendation/RecommendationModel.html#RecommendationModel-java.util.Map-java.util.Map-">RecommendationModel(Map<span class='angle_bracket'>&lt;</span>O, Vector<span class='angle_bracket'>&gt;</span>, Map<span class='angle_bracket'>&lt;</span>S, Vector<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.recommendation.<a href="org/apache/ignite/ml/recommendation/RecommendationModel.html" title="class in org.apache.ignite.ml.recommendation">RecommendationModel</a></dt>
<dd>
<div class="block">Constructs a new instance of recommendation model.</div>
</dd>
<dt><a href="org/apache/ignite/ml/recommendation/RecommendationTrainer.html" title="class in org.apache.ignite.ml.recommendation"><span class="typeNameLink">RecommendationTrainer</span></a> - Class in <a href="org/apache/ignite/ml/recommendation/package-summary.html">org.apache.ignite.ml.recommendation</a></dt>
<dd>
<div class="block">Trainer of the recommendation system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/recommendation/RecommendationTrainer.html#RecommendationTrainer--">RecommendationTrainer()</a></span> - Constructor for class org.apache.ignite.ml.recommendation.<a href="org/apache/ignite/ml/recommendation/RecommendationTrainer.html" title="class in org.apache.ignite.ml.recommendation">RecommendationTrainer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteClientDisconnectedException.html#reconnectFuture--">reconnectFuture()</a></span> - Method in exception org.apache.ignite.<a href="org/apache/ignite/IgniteClientDisconnectedException.html" title="class in org.apache.ignite">IgniteClientDisconnectedException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/eventstorage/EventStorageSpi.html#record-org.apache.ignite.events.Event-">record(Event)</a></span> - Method in interface org.apache.ignite.spi.eventstorage.<a href="org/apache/ignite/spi/eventstorage/EventStorageSpi.html" title="interface in org.apache.ignite.spi.eventstorage">EventStorageSpi</a></dt>
<dd>
<div class="block">Records single event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/eventstorage/memory/MemoryEventStorageSpi.html#record-org.apache.ignite.events.Event-">record(Event)</a></span> - Method in class org.apache.ignite.spi.eventstorage.memory.<a href="org/apache/ignite/spi/eventstorage/memory/MemoryEventStorageSpi.html" title="class in org.apache.ignite.spi.eventstorage.memory">MemoryEventStorageSpi</a></dt>
<dd>
<div class="block">Records single event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/eventstorage/NoopEventStorageSpi.html#record-org.apache.ignite.events.Event-">record(Event)</a></span> - Method in class org.apache.ignite.spi.eventstorage.<a href="org/apache/ignite/spi/eventstorage/NoopEventStorageSpi.html" title="class in org.apache.ignite.spi.eventstorage">NoopEventStorageSpi</a></dt>
<dd>
<div class="block">Records single event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiContext.html#recordEvent-org.apache.ignite.events.Event-">recordEvent(Event)</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">Records local event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteEvents.html#recordLocal-org.apache.ignite.events.Event-">recordLocal(Event)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteEvents.html" title="interface in org.apache.ignite">IgniteEvents</a></dt>
<dd>
<div class="block">Records customer user generated event.</div>
</dd>
<dt><a href="org/apache/ignite/development/utils/RecordSizeCountStat.html" title="class in org.apache.ignite.development.utils"><span class="typeNameLink">RecordSizeCountStat</span></a> - Class in <a href="org/apache/ignite/development/utils/package-summary.html">org.apache.ignite.development.utils</a></dt>
<dd>
<div class="block">Statistic for record size, used to accumulate information about several record and calculating average.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/development/utils/RecordSizeCountStat.html#RecordSizeCountStat--">RecordSizeCountStat()</a></span> - Constructor for class org.apache.ignite.development.utils.<a href="org/apache/ignite/development/utils/RecordSizeCountStat.html" title="class in org.apache.ignite.development.utils">RecordSizeCountStat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#RECOVERY_LAST_ID_MSG_TYPE">RECOVERY_LAST_ID_MSG_TYPE</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">Recovery last received ID message type.</div>
</dd>
<dt><a href="org/apache/ignite/spi/communication/tcp/messages/RecoveryLastReceivedMessage.html" title="class in org.apache.ignite.spi.communication.tcp.messages"><span class="typeNameLink">RecoveryLastReceivedMessage</span></a> - Class in <a href="org/apache/ignite/spi/communication/tcp/messages/package-summary.html">org.apache.ignite.spi.communication.tcp.messages</a></dt>
<dd>
<div class="block">Recovery acknowledgment message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/messages/RecoveryLastReceivedMessage.html#RecoveryLastReceivedMessage--">RecoveryLastReceivedMessage()</a></span> - Constructor for class org.apache.ignite.spi.communication.tcp.messages.<a href="org/apache/ignite/spi/communication/tcp/messages/RecoveryLastReceivedMessage.html" title="class in org.apache.ignite.spi.communication.tcp.messages">RecoveryLastReceivedMessage</a></dt>
<dd>
<div class="block">Default constructor required by <a href="org/apache/ignite/plugin/extensions/communication/Message.html" title="interface in org.apache.ignite.plugin.extensions.communication"><code>Message</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/messages/RecoveryLastReceivedMessage.html#RecoveryLastReceivedMessage-long-">RecoveryLastReceivedMessage(long)</a></span> - Constructor for class org.apache.ignite.spi.communication.tcp.messages.<a href="org/apache/ignite/spi/communication/tcp/messages/RecoveryLastReceivedMessage.html" title="class in org.apache.ignite.spi.communication.tcp.messages">RecoveryLastReceivedMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeTask.html#reduce-java.util.List-">reduce(List<span class='angle_bracket'>&lt;</span>ComputeJobResult<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeTask.html" title="interface in org.apache.ignite.compute">ComputeTask</a></dt>
<dd>
<div class="block">Reduces (or aggregates) results received so far into one compound result to be returned to
caller via <a href="org/apache/ignite/compute/ComputeTaskFuture.html#get--"><code>ComputeTaskFuture.get()</code></a> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/aop/GridifyDefaultRangeTask.html#reduce-java.util.List-">reduce(List<span class='angle_bracket'>&lt;</span>ComputeJobResult<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.compute.gridify.aop.<a href="org/apache/ignite/compute/gridify/aop/GridifyDefaultRangeTask.html" title="class in org.apache.ignite.compute.gridify.aop">GridifyDefaultRangeTask</a></dt>
<dd>
<div class="block">Reduces (or aggregates) results received so far into one compound result to be returned to
caller via <a href="org/apache/ignite/compute/ComputeTaskFuture.html#get--"><code>ComputeTaskFuture.get()</code></a> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/aop/GridifyDefaultTask.html#reduce-java.util.List-">reduce(List<span class='angle_bracket'>&lt;</span>ComputeJobResult<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.compute.gridify.aop.<a href="org/apache/ignite/compute/gridify/aop/GridifyDefaultTask.html" title="class in org.apache.ignite.compute.gridify.aop">GridifyDefaultTask</a></dt>
<dd>
<div class="block">Reduces (or aggregates) results received so far into one compound result to be returned to
caller via <a href="org/apache/ignite/compute/ComputeTaskFuture.html#get--"><code>ComputeTaskFuture.get()</code></a> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteReducer.html#reduce--">reduce()</a></span> - Method in interface org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteReducer.html" title="interface in org.apache.ignite.lang">IgniteReducer</a></dt>
<dd>
<div class="block">Reduces collected values into one.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/statistics/NormalDistributionStatisticsComputer.html#reduceStats-java.util.List-java.util.List-java.util.List-">reduceStats(List<span class='angle_bracket'>&lt;</span>NormalDistributionStatistics<span class='angle_bracket'>&gt;</span>, List<span class='angle_bracket'>&lt;</span>NormalDistributionStatistics<span class='angle_bracket'>&gt;</span>, List<span class='angle_bracket'>&lt;</span>FeatureMeta<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.statistics.<a href="org/apache/ignite/ml/tree/randomforest/data/statistics/NormalDistributionStatisticsComputer.html" title="class in org.apache.ignite.ml.tree.randomforest.data.statistics">NormalDistributionStatisticsComputer</a></dt>
<dd>
<div class="block">Merges statistics on features from two partitions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignite.html#reentrantLock-java.lang.String-boolean-boolean-boolean-">reentrantLock(String, boolean, boolean, 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">Gets or creates reentrant lock.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#reentrantLock-java.lang.String-boolean-boolean-boolean-">reentrantLock(String, boolean, boolean, 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">Gets or creates reentrant lock.</div>
</dd>
<dt><a href="org/apache/ignite/spi/systemview/view/datastructures/ReentrantLockView.html" title="class in org.apache.ignite.spi.systemview.view.datastructures"><span class="typeNameLink">ReentrantLockView</span></a> - Class in <a href="org/apache/ignite/spi/systemview/view/datastructures/package-summary.html">org.apache.ignite.spi.systemview.view.datastructures</a></dt>
<dd>
<div class="block"><a href="org/apache/ignite/IgniteLock.html" title="interface in org.apache.ignite"><code>IgniteLock</code></a> representation for a <a href="org/apache/ignite/spi/systemview/view/SystemView.html" title="interface in org.apache.ignite.spi.systemview.view"><code>SystemView</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/datastructures/ReentrantLockView.html#ReentrantLockView-org.apache.ignite.internal.processors.datastructures.GridCacheRemovable-">ReentrantLockView(GridCacheRemovable)</a></span> - Constructor for class org.apache.ignite.spi.systemview.view.datastructures.<a href="org/apache/ignite/spi/systemview/view/datastructures/ReentrantLockView.html" title="class in org.apache.ignite.spi.systemview.view.datastructures">ReentrantLockView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeTaskSession.html#refreshJobSiblings--">refreshJobSiblings()</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">Refreshes collection of job siblings.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateAccessStrategyFactory.html#REGION_CACHE_PROPERTY">REGION_CACHE_PROPERTY</a></span> - Static variable in class org.apache.ignite.cache.hibernate.<a href="org/apache/ignite/cache/hibernate/HibernateAccessStrategyFactory.html" title="class in org.apache.ignite.cache.hibernate">HibernateAccessStrategyFactory</a></dt>
<dd>
<div class="block">Property prefix used to specify region name to cache name mapping.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDriver.html#register--">register()</a></span> - Static method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDriver.html" title="class in org.apache.ignite">IgniteJdbcThinDriver</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/IgniteMessageFactory.html#register-short-java.util.function.Supplier-">register(short, Supplier<span class='angle_bracket'>&lt;</span>Message<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.plugin.extensions.communication.<a href="org/apache/ignite/plugin/extensions/communication/IgniteMessageFactory.html" title="interface in org.apache.ignite.plugin.extensions.communication">IgniteMessageFactory</a></dt>
<dd>
<div class="block">Register message factory with given direct type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/deployment/DeploymentSpi.html#register-java.lang.ClassLoader-java.lang.Class-">register(ClassLoader, Class<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.spi.deployment.<a href="org/apache/ignite/spi/deployment/DeploymentSpi.html" title="interface in org.apache.ignite.spi.deployment">DeploymentSpi</a></dt>
<dd>
<div class="block">Registers a class loader with this SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/deployment/local/LocalDeploymentSpi.html#register-java.lang.ClassLoader-java.lang.Class-">register(ClassLoader, Class<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.spi.deployment.local.<a href="org/apache/ignite/spi/deployment/local/LocalDeploymentSpi.html" title="class in org.apache.ignite.spi.deployment.local">LocalDeploymentSpi</a></dt>
<dd>
<div class="block">Registers a class loader with this SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/deployment/uri/UriDeploymentSpi.html#register-java.lang.ClassLoader-java.lang.Class-">register(ClassLoader, Class<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.spi.deployment.uri.<a href="org/apache/ignite/spi/deployment/uri/UriDeploymentSpi.html" title="class in org.apache.ignite.spi.deployment.uri">UriDeploymentSpi</a></dt>
<dd>
<div class="block">Registers a class loader with this SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/cloud/TcpDiscoveryCloudIpFinder.html#registerAddresses-java.util.Collection-">registerAddresses(Collection<span class='angle_bracket'>&lt;</span>InetSocketAddress<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.cloud.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/cloud/TcpDiscoveryCloudIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.cloud">TcpDiscoveryCloudIpFinder</a></dt>
<dd>
<div class="block">Registers new addresses.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/elb/TcpDiscoveryAlbIpFinder.html#registerAddresses-java.util.Collection-">registerAddresses(Collection<span class='angle_bracket'>&lt;</span>InetSocketAddress<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.elb.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/elb/TcpDiscoveryAlbIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.elb">TcpDiscoveryAlbIpFinder</a></dt>
<dd>
<div class="block">Registers new addresses.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/elb/TcpDiscoveryElbIpFinder.html#registerAddresses-java.util.Collection-">registerAddresses(Collection<span class='angle_bracket'>&lt;</span>InetSocketAddress<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.elb.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/elb/TcpDiscoveryElbIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.elb">TcpDiscoveryElbIpFinder</a></dt>
<dd>
<div class="block">Registers new addresses.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/gce/TcpDiscoveryGoogleStorageIpFinder.html#registerAddresses-java.util.Collection-">registerAddresses(Collection<span class='angle_bracket'>&lt;</span>InetSocketAddress<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.gce.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/gce/TcpDiscoveryGoogleStorageIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.gce">TcpDiscoveryGoogleStorageIpFinder</a></dt>
<dd>
<div class="block">Registers new addresses.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/jdbc/TcpDiscoveryJdbcIpFinder.html#registerAddresses-java.util.Collection-">registerAddresses(Collection<span class='angle_bracket'>&lt;</span>InetSocketAddress<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.jdbc.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/jdbc/TcpDiscoveryJdbcIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.jdbc">TcpDiscoveryJdbcIpFinder</a></dt>
<dd>
<div class="block">Registers new addresses.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/kubernetes/TcpDiscoveryKubernetesIpFinder.html#registerAddresses-java.util.Collection-">registerAddresses(Collection<span class='angle_bracket'>&lt;</span>InetSocketAddress<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.kubernetes.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/kubernetes/TcpDiscoveryKubernetesIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.kubernetes">TcpDiscoveryKubernetesIpFinder</a></dt>
<dd>
<div class="block">Registers new addresses.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/TcpDiscoveryS3IpFinder.html#registerAddresses-java.util.Collection-">registerAddresses(Collection<span class='angle_bracket'>&lt;</span>InetSocketAddress<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.s3.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/TcpDiscoveryS3IpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.s3">TcpDiscoveryS3IpFinder</a></dt>
<dd>
<div class="block">Registers new addresses.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/sharedfs/TcpDiscoverySharedFsIpFinder.html#registerAddresses-java.util.Collection-">registerAddresses(Collection<span class='angle_bracket'>&lt;</span>InetSocketAddress<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.sharedfs.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/sharedfs/TcpDiscoverySharedFsIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.sharedfs">TcpDiscoverySharedFsIpFinder</a></dt>
<dd>
<div class="block">Registers new addresses.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/TcpDiscoveryIpFinder.html#registerAddresses-java.util.Collection-">registerAddresses(Collection<span class='angle_bracket'>&lt;</span>InetSocketAddress<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.spi.discovery.tcp.ipfinder.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/TcpDiscoveryIpFinder.html" title="interface in org.apache.ignite.spi.discovery.tcp.ipfinder">TcpDiscoveryIpFinder</a></dt>
<dd>
<div class="block">Registers new addresses.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/vm/TcpDiscoveryVmIpFinder.html#registerAddresses-java.util.Collection-">registerAddresses(Collection<span class='angle_bracket'>&lt;</span>InetSocketAddress<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.vm.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/vm/TcpDiscoveryVmIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.vm">TcpDiscoveryVmIpFinder</a></dt>
<dd>
<div class="block">Registers new addresses.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/zk/TcpDiscoveryZookeeperIpFinder.html#registerAddresses-java.util.Collection-">registerAddresses(Collection<span class='angle_bracket'>&lt;</span>InetSocketAddress<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.zk.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/zk/TcpDiscoveryZookeeperIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.zk">TcpDiscoveryZookeeperIpFinder</a></dt>
<dd>
<div class="block">Registers new addresses.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageFactoryProvider.html#registerAll-org.apache.ignite.plugin.extensions.communication.IgniteMessageFactory-">registerAll(IgniteMessageFactory)</a></span> - Method in interface org.apache.ignite.plugin.extensions.communication.<a href="org/apache/ignite/plugin/extensions/communication/MessageFactoryProvider.html" title="interface in org.apache.ignite.plugin.extensions.communication">MessageFactoryProvider</a></dt>
<dd>
<div class="block">Registers all messages factories.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCache.html#registerCacheEntryListener-javax.cache.configuration.CacheEntryListenerConfiguration-">registerCacheEntryListener(CacheEntryListenerConfiguration<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a></dt>
<dd>
<div class="block">Registers a <code>CacheEntryListener</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCache.html#registerCacheEntryListener-javax.cache.configuration.CacheEntryListenerConfiguration-org.apache.ignite.client.ClientDisconnectListener-">registerCacheEntryListener(CacheEntryListenerConfiguration<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, ClientDisconnectListener)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a></dt>
<dd>
<div class="block">Registers a <code>CacheEntryListener</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/marshaller/MarshallerContext.html#registerClassName-byte-int-java.lang.String-boolean-">registerClassName(byte, int, String, boolean)</a></span> - Method in interface org.apache.ignite.marshaller.<a href="org/apache/ignite/marshaller/MarshallerContext.html" title="interface in org.apache.ignite.marshaller">MarshallerContext</a></dt>
<dd>
<div class="block">Method to register typeId->class name mapping in marshaller context <b>cluster-wide</b>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/marshaller/MarshallerContext.html#registerClassName-byte-int-java.lang.String-">registerClassName(byte, int, String)</a></span> - Method in interface org.apache.ignite.marshaller.<a href="org/apache/ignite/marshaller/MarshallerContext.html" title="interface in org.apache.ignite.marshaller">MarshallerContext</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/marshaller/MarshallerContext.html#registerClassName-byte-int-java.lang.String-boolean-"><code>MarshallerContext.registerClassName(byte, int, java.lang.String, boolean)</code></a> instead.
This particular method will be deleted in future releases.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/marshaller/MarshallerContext.html#registerClassNameLocally-byte-int-java.lang.String-">registerClassNameLocally(byte, int, String)</a></span> - Method in interface org.apache.ignite.marshaller.<a href="org/apache/ignite/marshaller/MarshallerContext.html" title="interface in org.apache.ignite.marshaller">MarshallerContext</a></dt>
<dd>
<div class="block">Method to register typeId->class name mapping in marshaller context <b>on local node only</b>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/IgniteScheduler.html#registered-org.apache.mesos.SchedulerDriver-org.apache.mesos.Protos.FrameworkID-org.apache.mesos.Protos.MasterInfo-">registered(SchedulerDriver, Protos.FrameworkID, Protos.MasterInfo)</a></span> - Method in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/IgniteScheduler.html" title="class in org.apache.ignite.mesos">IgniteScheduler</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#registeredAddresses--">registeredAddresses()</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">Gets addresses registered in the IP finder, initializes addresses having no
port (or 0 port) with <a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#DFLT_PORT"><code>TcpDiscoverySpi.DFLT_PORT</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteBinary.html#registerEnum-java.lang.String-java.util.Map-">registerEnum(String, Map<span class='angle_bracket'>&lt;</span>String, Integer<span class='angle_bracket'>&gt;</span>)</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">Register enum type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/ExtensionRegistry.html#registerExtension-java.lang.Class-T-">registerExtension(Class<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>, T)</a></span> - Method in interface org.apache.ignite.plugin.<a href="org/apache/ignite/plugin/ExtensionRegistry.html" title="interface in org.apache.ignite.plugin">ExtensionRegistry</a></dt>
<dd>
<div class="block">Registers extension provided by plugin.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/maintenance/MaintenanceRegistry.html#registerMaintenanceTask-org.apache.ignite.maintenance.MaintenanceTask-">registerMaintenanceTask(MaintenanceTask)</a></span> - Method in interface org.apache.ignite.maintenance.<a href="org/apache/ignite/maintenance/MaintenanceRegistry.html" title="interface in org.apache.ignite.maintenance">MaintenanceRegistry</a></dt>
<dd>
<div class="block">Method to register <a href="org/apache/ignite/maintenance/MaintenanceTask.html" title="class in org.apache.ignite.maintenance"><code>MaintenanceTask</code></a> locally on the node where method is called.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiAdapter.html#registerMBean-java.lang.String-T-java.lang.Class-">registerMBean(String, T, Class<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>)</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">Registers SPI MBean.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/PluginContext.html#registerPort-int-org.apache.ignite.spi.IgnitePortProtocol-java.lang.Class-">registerPort(int, IgnitePortProtocol, Class<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.plugin.<a href="org/apache/ignite/plugin/PluginContext.html" title="interface in org.apache.ignite.plugin">PluginContext</a></dt>
<dd>
<div class="block">Registers open port.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiContext.html#registerPort-int-org.apache.ignite.spi.IgnitePortProtocol-">registerPort(int, IgnitePortProtocol)</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">Registers open port.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/maintenance/MaintenanceRegistry.html#registerWorkflowCallback-java.lang.String-org.apache.ignite.maintenance.MaintenanceWorkflowCallback-">registerWorkflowCallback(String, MaintenanceWorkflowCallback)</a></span> - Method in interface org.apache.ignite.maintenance.<a href="org/apache/ignite/maintenance/MaintenanceRegistry.html" title="interface in org.apache.ignite.maintenance">MaintenanceRegistry</a></dt>
<dd>
<div class="block">Registers <a href="org/apache/ignite/maintenance/MaintenanceWorkflowCallback.html" title="interface in org.apache.ignite.maintenance"><code>MaintenanceWorkflowCallback</code></a> for a <a href="org/apache/ignite/maintenance/MaintenanceTask.html" title="class in org.apache.ignite.maintenance"><code>MaintenanceTask</code></a> with a given name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/maintenance/MaintenanceRegistry.html#registerWorkflowCallbackIfTaskExists-java.lang.String-org.apache.ignite.internal.util.lang.IgniteThrowableFunction-">registerWorkflowCallbackIfTaskExists(String, IgniteThrowableFunction<span class='angle_bracket'>&lt;</span>MaintenanceTask, MaintenanceWorkflowCallback<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.maintenance.<a href="org/apache/ignite/maintenance/MaintenanceRegistry.html" title="interface in org.apache.ignite.maintenance">MaintenanceRegistry</a></dt>
<dd>
<div class="block">Call the <a href="org/apache/ignite/maintenance/MaintenanceRegistry.html#registerWorkflowCallback-java.lang.String-org.apache.ignite.maintenance.MaintenanceWorkflowCallback-"><code>MaintenanceRegistry.registerWorkflowCallback(String, MaintenanceWorkflowCallback)</code></a> if the active maintenance task
with given name exists.</div>
</dd>
<dt><a href="org/apache/ignite/ml/util/generators/standard/RegressionDataStream.html" title="class in org.apache.ignite.ml.util.generators.standard"><span class="typeNameLink">RegressionDataStream</span></a> - Class in <a href="org/apache/ignite/ml/util/generators/standard/package-summary.html">org.apache.ignite.ml.util.generators.standard</a></dt>
<dd>
<div class="block">Represents a generator of regression data stream based on Vector->Double function where each Vector
was produced from hypercube with sides = [minXValue, maxXValue].</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/standard/RegressionDataStream.html#RegressionDataStream-int-org.apache.ignite.ml.math.functions.IgniteFunction-double-double-">RegressionDataStream(int, IgniteFunction<span class='angle_bracket'>&lt;</span>Vector, Double<span class='angle_bracket'>&gt;</span>, double, double)</a></span> - Constructor for class org.apache.ignite.ml.util.generators.standard.<a href="org/apache/ignite/ml/util/generators/standard/RegressionDataStream.html" title="class in org.apache.ignite.ml.util.generators.standard">RegressionDataStream</a></dt>
<dd>
<div class="block">Creates an instance of RegressionDataStream.</div>
</dd>
<dt><a href="org/apache/ignite/ml/tree/randomforest/data/statistics/RegressionLeafValuesComputer.html" title="class in org.apache.ignite.ml.tree.randomforest.data.statistics"><span class="typeNameLink">RegressionLeafValuesComputer</span></a> - Class in <a href="org/apache/ignite/ml/tree/randomforest/data/statistics/package-summary.html">org.apache.ignite.ml.tree.randomforest.data.statistics</a></dt>
<dd>
<div class="block">Implementation of <a href="org/apache/ignite/ml/tree/randomforest/data/statistics/LeafValuesComputer.html" title="class in org.apache.ignite.ml.tree.randomforest.data.statistics"><code>LeafValuesComputer</code></a> for regression task.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/statistics/RegressionLeafValuesComputer.html#RegressionLeafValuesComputer--">RegressionLeafValuesComputer()</a></span> - Constructor for class org.apache.ignite.ml.tree.randomforest.data.statistics.<a href="org/apache/ignite/ml/tree/randomforest/data/statistics/RegressionLeafValuesComputer.html" title="class in org.apache.ignite.ml.tree.randomforest.data.statistics">RegressionLeafValuesComputer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/RegressionMetricStatsAggregator.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator.aggregator"><span class="typeNameLink">RegressionMetricStatsAggregator</span></a> - Class in <a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/package-summary.html">org.apache.ignite.ml.selection.scoring.evaluator.aggregator</a></dt>
<dd>
<div class="block">Class represents statistics aggregator for regression estimation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/RegressionMetricStatsAggregator.html#RegressionMetricStatsAggregator--">RegressionMetricStatsAggregator()</a></span> - Constructor for class org.apache.ignite.ml.selection.scoring.evaluator.aggregator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/RegressionMetricStatsAggregator.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator.aggregator">RegressionMetricStatsAggregator</a></dt>
<dd>
<div class="block">Creates an instance of RegressionMetricStatsAggregator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/RegressionMetricStatsAggregator.html#RegressionMetricStatsAggregator-long-double-double-double-double-">RegressionMetricStatsAggregator(long, double, double, double, double)</a></span> - Constructor for class org.apache.ignite.ml.selection.scoring.evaluator.aggregator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/RegressionMetricStatsAggregator.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator.aggregator">RegressionMetricStatsAggregator</a></dt>
<dd>
<div class="block">Creates an instance of RegressionMetricStatsAggregator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/pool/IdleSession.html#release--">release()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.session.pool.<a href="org/apache/ignite/cache/store/cassandra/session/pool/IdleSession.html" title="class in org.apache.ignite.cache.store.cassandra.session.pool">IdleSession</a></dt>
<dd>
<div class="block">Closes wrapped Cassandra driver session</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/pool/SessionPool.html#release--">release()</a></span> - Static method in class org.apache.ignite.cache.store.cassandra.session.pool.<a href="org/apache/ignite/cache/store/cassandra/session/pool/SessionPool.html" title="class in org.apache.ignite.cache.store.cassandra.session.pool">SessionPool</a></dt>
<dd>
<div class="block">Releases all session from pool and closes all their connections to Cassandra database.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSemaphore.html#release--">release()</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">Releases a permit, returning it to the semaphore.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSemaphore.html#release-int-">release(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">Releases the given number of permits, returning them to the semaphore.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteProductVersion.html#releaseDate--">releaseDate()</a></span> - Method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteProductVersion.html" title="class in org.apache.ignite.lang">IgniteProductVersion</a></dt>
<dd>
<div class="block">Gets release date.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/Activators.html#RELU">RELU</a></span> - Static variable in class org.apache.ignite.ml.nn.<a href="org/apache/ignite/ml/nn/Activators.html" title="class in org.apache.ignite.ml.nn">Activators</a></dt>
<dd>
<div class="block">Rectified linear unit (ReLU) activation function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ClientConnectionView.html#remoteAddress--">remoteAddress()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ClientConnectionView.html" title="class in org.apache.ignite.spi.systemview.view">ClientConnectionView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiContext.html#remoteDaemonNodes--">remoteDaemonNodes()</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 a collection of all remote daemon nodes in topology.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ContinuousQueryView.html#remoteFilter--">remoteFilter()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ContinuousQueryView.html" title="class in org.apache.ignite.spi.systemview.view">ContinuousQueryView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteEvents.html#remoteListen-org.apache.ignite.lang.IgniteBiPredicate-org.apache.ignite.lang.IgnitePredicate-int...-">remoteListen(IgniteBiPredicate<span class='angle_bracket'>&lt;</span>UUID, T<span class='angle_bracket'>&gt;</span>, IgnitePredicate<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>, int...)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteEvents.html" title="interface in org.apache.ignite">IgniteEvents</a></dt>
<dd>
<div class="block">Adds event listener for specified events to all nodes in the cluster group (possibly including
local node if it belongs to the cluster group as well).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteEvents.html#remoteListen-int-long-boolean-org.apache.ignite.lang.IgniteBiPredicate-org.apache.ignite.lang.IgnitePredicate-int...-">remoteListen(int, long, boolean, IgniteBiPredicate<span class='angle_bracket'>&lt;</span>UUID, T<span class='angle_bracket'>&gt;</span>, IgnitePredicate<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>, int...)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteEvents.html" title="interface in org.apache.ignite">IgniteEvents</a></dt>
<dd>
<div class="block">Adds event listener for specified events to all nodes in the cluster group (possibly including
local node if it belongs to the cluster group as well).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteMessaging.html#remoteListen-java.lang.Object-org.apache.ignite.lang.IgniteBiPredicate-">remoteListen(Object, IgniteBiPredicate<span class='angle_bracket'>&lt;</span>UUID, ?<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteMessaging.html" title="interface in org.apache.ignite">IgniteMessaging</a></dt>
<dd>
<div class="block">Adds a message listener for a given topic to all nodes in the cluster group (possibly including
this node if it belongs to the cluster group as well).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteEvents.html#remoteListenAsync-org.apache.ignite.lang.IgniteBiPredicate-org.apache.ignite.lang.IgnitePredicate-int...-">remoteListenAsync(IgniteBiPredicate<span class='angle_bracket'>&lt;</span>UUID, T<span class='angle_bracket'>&gt;</span>, IgnitePredicate<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>, int...)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteEvents.html" title="interface in org.apache.ignite">IgniteEvents</a></dt>
<dd>
<div class="block">Asynchronously adds event listener for specified events to all nodes in the cluster group (possibly including
local node if it belongs to the cluster group as well).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteEvents.html#remoteListenAsync-int-long-boolean-org.apache.ignite.lang.IgniteBiPredicate-org.apache.ignite.lang.IgnitePredicate-int...-">remoteListenAsync(int, long, boolean, IgniteBiPredicate<span class='angle_bracket'>&lt;</span>UUID, T<span class='angle_bracket'>&gt;</span>, IgnitePredicate<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>, int...)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteEvents.html" title="interface in org.apache.ignite">IgniteEvents</a></dt>
<dd>
<div class="block">Asynchronously adds event listener for specified events to all nodes in the cluster group (possibly including
local node if it belongs to the cluster group as well).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteMessaging.html#remoteListenAsync-java.lang.Object-org.apache.ignite.lang.IgniteBiPredicate-">remoteListenAsync(Object, IgniteBiPredicate<span class='angle_bracket'>&lt;</span>UUID, ?<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteMessaging.html" title="interface in org.apache.ignite">IgniteMessaging</a></dt>
<dd>
<div class="block">Asynchronously adds a message listener for a given topic to all nodes in the cluster group (possibly including
this node if it belongs to the cluster group as well).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/PluginValidationException.html#remoteMessage--">remoteMessage()</a></span> - Method in exception org.apache.ignite.plugin.<a href="org/apache/ignite/plugin/PluginValidationException.html" title="class in org.apache.ignite.plugin">PluginValidationException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiContext.html#remoteNodes--">remoteNodes()</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 a collection of remote grid nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteEvents.html#remoteQuery-org.apache.ignite.lang.IgnitePredicate-long-int...-">remoteQuery(IgnitePredicate<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>, long, int...)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteEvents.html" title="interface in org.apache.ignite">IgniteEvents</a></dt>
<dd>
<div class="block">Queries nodes in this cluster group for events using passed in predicate filter for event
selection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteEvents.html#remoteQueryAsync-org.apache.ignite.lang.IgnitePredicate-long-int...-">remoteQueryAsync(IgnitePredicate<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>, long, int...)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteEvents.html" title="interface in org.apache.ignite">IgniteEvents</a></dt>
<dd>
<div class="block">Asynchronously queries nodes in this cluster group for events using passed in predicate filter for event
selection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ContinuousQueryView.html#remoteTransformer--">remoteTransformer()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ContinuousQueryView.html" title="class in org.apache.ignite.spi.systemview.view">ContinuousQueryView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateAccessStrategyAdapter.html#remove-java.lang.Object-">remove(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 removed object from database but before transaction completed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#remove-java.lang.Object-">remove(Object)</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">Removes given key mapping from cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#remove-java.lang.Object-java.lang.Object-">remove(Object, Object)</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">Removes given key mapping from cache if one exists and value is equal to the passed in value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateNonStrictAccessStrategy.html#remove-java.lang.Object-">remove(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 removed object from database but before transaction completed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateReadOnlyAccessStrategy.html#remove-java.lang.Object-">remove(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 removed object from database but before transaction completed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateReadWriteAccessStrategy.html#remove-java.lang.Object-">remove(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 removed object from database but before transaction completed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateTransactionalAccessStrategy.html#remove-java.lang.Object-">remove(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 removed object from database but before transaction completed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCache.html#remove-K-">remove(K)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a></dt>
<dd>
<div class="block">Removes the mapping for a key from this cache if it is present.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCache.html#remove-K-V-">remove(K, V)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a></dt>
<dd>
<div class="block">Atomically removes the mapping for a key only if currently mapped to the given value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#remove-K-">remove(K)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#remove-K-V-">remove(K, V)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">
For <a href="org/apache/ignite/cache/CacheAtomicityMode.html#ATOMIC"><code>CacheAtomicityMode.ATOMIC</code></a> return
value on primary node crash may be incorrect because of the automatic retries.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteQueue.html#remove-java.lang.Object-">remove(Object)</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="memberNameLink"><a href="org/apache/ignite/IgniteSet.html#remove-java.lang.Object-">remove(Object)</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="memberNameLink"><a href="org/apache/ignite/lang/IgniteBiTuple.html#remove-java.lang.Object-">remove(Object)</a></span> - Method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteBiTuple.html" title="class in org.apache.ignite.lang">IgniteBiTuple</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/storage/descriptor/IgniteModelDescriptorStorage.html#remove-java.lang.String-">remove(String)</a></span> - Method in class org.apache.ignite.ml.inference.storage.descriptor.<a href="org/apache/ignite/ml/inference/storage/descriptor/IgniteModelDescriptorStorage.html" title="class in org.apache.ignite.ml.inference.storage.descriptor">IgniteModelDescriptorStorage</a></dt>
<dd>
<div class="block">Removes model descriptor for the specified model descriptor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/storage/descriptor/LocalModelDescriptorStorage.html#remove-java.lang.String-">remove(String)</a></span> - Method in class org.apache.ignite.ml.inference.storage.descriptor.<a href="org/apache/ignite/ml/inference/storage/descriptor/LocalModelDescriptorStorage.html" title="class in org.apache.ignite.ml.inference.storage.descriptor">LocalModelDescriptorStorage</a></dt>
<dd>
<div class="block">Removes model descriptor for the specified model descriptor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/storage/descriptor/ModelDescriptorStorage.html#remove-java.lang.String-">remove(String)</a></span> - Method in interface org.apache.ignite.ml.inference.storage.descriptor.<a href="org/apache/ignite/ml/inference/storage/descriptor/ModelDescriptorStorage.html" title="interface in org.apache.ignite.ml.inference.storage.descriptor">ModelDescriptorStorage</a></dt>
<dd>
<div class="block">Removes model descriptor for the specified model descriptor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/storage/model/DefaultModelStorage.html#remove-java.lang.String-">remove(String)</a></span> - Method in class org.apache.ignite.ml.inference.storage.model.<a href="org/apache/ignite/ml/inference/storage/model/DefaultModelStorage.html" title="class in org.apache.ignite.ml.inference.storage.model">DefaultModelStorage</a></dt>
<dd>
<div class="block">Removes specified directory or file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/storage/model/IgniteModelStorageProvider.html#remove-java.lang.String-">remove(String)</a></span> - Method in class org.apache.ignite.ml.inference.storage.model.<a href="org/apache/ignite/ml/inference/storage/model/IgniteModelStorageProvider.html" title="class in org.apache.ignite.ml.inference.storage.model">IgniteModelStorageProvider</a></dt>
<dd>
<div class="block">Removes file or directory associated with the specified path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/storage/model/LocalModelStorageProvider.html#remove-java.lang.String-">remove(String)</a></span> - Method in class org.apache.ignite.ml.inference.storage.model.<a href="org/apache/ignite/ml/inference/storage/model/LocalModelStorageProvider.html" title="class in org.apache.ignite.ml.inference.storage.model">LocalModelStorageProvider</a></dt>
<dd>
<div class="block">Removes file or directory associated with the specified path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/storage/model/ModelStorage.html#remove-java.lang.String-">remove(String)</a></span> - Method in interface org.apache.ignite.ml.inference.storage.model.<a href="org/apache/ignite/ml/inference/storage/model/ModelStorage.html" title="interface in org.apache.ignite.ml.inference.storage.model">ModelStorage</a></dt>
<dd>
<div class="block">Removes specified directory or file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/storage/model/ModelStorageProvider.html#remove-java.lang.String-">remove(String)</a></span> - Method in interface org.apache.ignite.ml.inference.storage.model.<a href="org/apache/ignite/ml/inference/storage/model/ModelStorageProvider.html" title="interface in org.apache.ignite.ml.inference.storage.model">ModelStorageProvider</a></dt>
<dd>
<div class="block">Removes file or directory associated with the specified path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiContext.html#remove-java.lang.String-K-">remove(String, K)</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">Removes object from cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/indexing/IndexingSpi.html#remove-java.lang.String-java.lang.Object-">remove(String, Object)</a></span> - Method in interface org.apache.ignite.spi.indexing.<a href="org/apache/ignite/spi/indexing/IndexingSpi.html" title="interface in org.apache.ignite.spi.indexing">IndexingSpi</a></dt>
<dd>
<div class="block">Removes index entry by key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/indexing/noop/NoopIndexingSpi.html#remove-java.lang.String-java.lang.Object-">remove(String, Object)</a></span> - Method in class org.apache.ignite.spi.indexing.noop.<a href="org/apache/ignite/spi/indexing/noop/NoopIndexingSpi.html" title="class in org.apache.ignite.spi.indexing.noop">NoopIndexingSpi</a></dt>
<dd>
<div class="block">Removes index entry by key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateAccessStrategyAdapter.html#removeAll--">removeAll()</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 during database transaction execution to clear entire cache region after
Hibernate executed database update, but before transaction completed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#removeAll-java.util.Collection-">removeAll(Collection)</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">Removes given key mappings from cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#removeAll--">removeAll()</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">Removes mappings from cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCache.html#removeAll-java.util.Set-">removeAll(Set<span class='angle_bracket'>&lt;</span>? extends K<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a></dt>
<dd>
<div class="block">Removes entries for the specified keys.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCache.html#removeAll--">removeAll()</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a></dt>
<dd>
<div class="block">Removes all of the mappings from this cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#removeAll-java.util.Set-">removeAll(Set<span class='angle_bracket'>&lt;</span>? extends K<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">
Keys are locked in the order in which they appear in key set.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#removeAll--">removeAll()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Removes all of the mappings from this cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteQueue.html#removeAll-java.util.Collection-">removeAll(Collection<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>)</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="memberNameLink"><a href="org/apache/ignite/IgniteSet.html#removeAll-java.util.Collection-">removeAll(Collection<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>)</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="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#removeAllAsync-java.util.Collection-">removeAllAsync(Collection)</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">Asynchronously removes given key mappings from cache for entries.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#removeAllAsync--">removeAllAsync()</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCache.html#removeAllAsync-java.util.Set-">removeAllAsync(Set<span class='angle_bracket'>&lt;</span>? extends K<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a></dt>
<dd>
<div class="block">Removes entries for the specified keys.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCache.html#removeAllAsync--">removeAllAsync()</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a></dt>
<dd>
<div class="block">Removes all of the mappings from this cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#removeAllAsync-java.util.Set-">removeAllAsync(Set<span class='angle_bracket'>&lt;</span>? extends K<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Asynchronously removes entries for the specified keys.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#removeAllAsync--">removeAllAsync()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Asynchronously removes all of the mappings from this cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#removeAllConflict-java.util.Map-">removeAllConflict(Map)</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">Removes DR data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#removeAllConflictAsync-java.util.Map-">removeAllConflictAsync(Map)</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">Removes DR data asynchronously.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j/Log4JLogger.html#removeAppender-org.apache.log4j.FileAppender-">removeAppender(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">Removes file appender.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#removeAsync-java.lang.Object-">removeAsync(Object)</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">Asynchronously removes given key mapping from cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#removeAsync-java.lang.Object-java.lang.Object-">removeAsync(Object, Object)</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">Asynchronously removes given key mapping from cache if one exists and value is equal to the passed in value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCache.html#removeAsync-K-">removeAsync(K)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a></dt>
<dd>
<div class="block">Removes the mapping for a key from this cache if it is present.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCache.html#removeAsync-K-V-">removeAsync(K, V)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a></dt>
<dd>
<div class="block">Atomically removes the mapping for a key only if currently mapped to the given value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#removeAsync-K-">removeAsync(K)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Asynchronously removes the mapping for a key from this cache if it is present.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#removeAsync-K-V-">removeAsync(K, V)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Asynchronously removes the mapping for a key only if currently mapped to the
given value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/MetaAttributes.html#removeAttribute-java.lang.String-">removeAttribute(String)</a></span> - Method in interface org.apache.ignite.ml.math.<a href="org/apache/ignite/ml/math/MetaAttributes.html" title="interface in org.apache.ignite.ml.math">MetaAttributes</a></dt>
<dd>
<div class="block">Removes meta attribute with given name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeTaskSession.html#removeAttributeListener-org.apache.ignite.compute.ComputeTaskSessionAttributeListener-">removeAttributeListener(ComputeTaskSessionAttributeListener)</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">Removes given listener.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#removeCacheEntryListenerConfiguration-javax.cache.configuration.CacheEntryListenerConfiguration-">removeCacheEntryListenerConfiguration(CacheEntryListenerConfiguration<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</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="memberNameLink"><a href="org/apache/ignite/compute/ComputeTaskSession.html#removeCheckpoint-java.lang.String-">removeCheckpoint(String)</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">Removes previously saved job's state for a given <code>key</code> from an underlying storage.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#removeCheckpoint-java.lang.String-">removeCheckpoint(String)</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">This method allows manually remove the checkpoint with given <code>key</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/cache/CacheCheckpointSpi.html#removeCheckpoint-java.lang.String-">removeCheckpoint(String)</a></span> - Method in 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>
<div class="block">This method instructs the checkpoint provider to clean saved data for a
given <code>key</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/CheckpointSpi.html#removeCheckpoint-java.lang.String-">removeCheckpoint(String)</a></span> - Method in interface org.apache.ignite.spi.checkpoint.<a href="org/apache/ignite/spi/checkpoint/CheckpointSpi.html" title="interface in org.apache.ignite.spi.checkpoint">CheckpointSpi</a></dt>
<dd>
<div class="block">This method instructs the checkpoint provider to clean saved data for a
given <code>key</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html#removeCheckpoint-java.lang.String-">removeCheckpoint(String)</a></span> - Method in class org.apache.ignite.spi.checkpoint.jdbc.<a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.jdbc">JdbcCheckpointSpi</a></dt>
<dd>
<div class="block">This method instructs the checkpoint provider to clean saved data for a
given <code>key</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/noop/NoopCheckpointSpi.html#removeCheckpoint-java.lang.String-">removeCheckpoint(String)</a></span> - Method in class org.apache.ignite.spi.checkpoint.noop.<a href="org/apache/ignite/spi/checkpoint/noop/NoopCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.noop">NoopCheckpointSpi</a></dt>
<dd>
<div class="block">This method instructs the checkpoint provider to clean saved data for a
given <code>key</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/s3/S3CheckpointSpi.html#removeCheckpoint-java.lang.String-">removeCheckpoint(String)</a></span> - Method 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">This method instructs the checkpoint provider to clean saved data for a
given <code>key</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/sharedfs/SharedFsCheckpointSpi.html#removeCheckpoint-java.lang.String-">removeCheckpoint(String)</a></span> - Method in class org.apache.ignite.spi.checkpoint.sharedfs.<a href="org/apache/ignite/spi/checkpoint/sharedfs/SharedFsCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.sharedfs">SharedFsCheckpointSpi</a></dt>
<dd>
<div class="block">This method instructs the checkpoint provider to clean saved data for a
given <code>key</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CachingProvider.html#removeClosedManager-org.apache.ignite.cache.CacheManager-">removeClosedManager(CacheManager)</a></span> - Method in class org.apache.ignite.cache.<a href="org/apache/ignite/cache/CachingProvider.html" title="class in org.apache.ignite.cache">CachingProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteAtomicLong.html#removed--">removed()</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">Gets status of atomic.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteAtomicReference.html#removed--">removed()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteAtomicReference.html" title="interface in org.apache.ignite">IgniteAtomicReference</a></dt>
<dd>
<div class="block">Gets status of atomic.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteAtomicSequence.html#removed--">removed()</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 status of atomic sequence.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteAtomicStamped.html#removed--">removed()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteAtomicStamped.html" title="interface in org.apache.ignite">IgniteAtomicStamped</a></dt>
<dd>
<div class="block">Gets status of atomic.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCountDownLatch.html#removed--">removed()</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>removed</code> status of the latch.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteLock.html#removed--">removed()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteLock.html" title="interface in org.apache.ignite">IgniteLock</a></dt>
<dd>
<div class="block">Gets status of reentrant lock.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteQueue.html#removed--">removed()</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">Gets status of queue.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSemaphore.html#removed--">removed()</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">Gets <code>removed</code> status of the semaphore.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSet.html#removed--">removed()</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">Gets status of set.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/datastructures/QueueView.html#removed--">removed()</a></span> - Method in class org.apache.ignite.spi.systemview.view.datastructures.<a href="org/apache/ignite/spi/systemview/view/datastructures/QueueView.html" title="class in org.apache.ignite.spi.systemview.view.datastructures">QueueView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/datastructures/SetView.html#removed--">removed()</a></span> - Method in class org.apache.ignite.spi.systemview.view.datastructures.<a href="org/apache/ignite/spi/systemview/view/datastructures/SetView.html" title="class in org.apache.ignite.spi.systemview.view.datastructures">SetView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteDataStreamer.html#removeData-K-">removeData(K)</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 key for removal on remote node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/impl/cache/util/ComputeUtils.html#removeData-org.apache.ignite.Ignite-java.util.UUID-">removeData(Ignite, UUID)</a></span> - Static method in class org.apache.ignite.ml.dataset.impl.cache.util.<a href="org/apache/ignite/ml/dataset/impl/cache/util/ComputeUtils.html" title="class in org.apache.ignite.ml.dataset.impl.cache.util">ComputeUtils</a></dt>
<dd>
<div class="block">Remove data from local cache by Dataset ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/LRUCache.html#removeEldestEntry-java.util.Map.Entry-">removeEldestEntry(Map.Entry<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.util.<a href="org/apache/ignite/ml/util/LRUCache.html" title="class in org.apache.ignite.ml.util">LRUCache</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryObjectBuilder.html#removeField-java.lang.String-">removeField(String)</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">Removes field from this builder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#removeIncomeConnectionListener-org.apache.ignite.lang.IgniteInClosure-">removeIncomeConnectionListener(IgniteInClosure<span class='angle_bracket'>&lt;</span>Socket<span class='angle_bracket'>&gt;</span>)</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="memberNameLink"><a href="org/apache/ignite/ml/dataset/impl/cache/util/ComputeUtils.html#removeLearningEnv-org.apache.ignite.Ignite-java.util.UUID-">removeLearningEnv(Ignite, UUID)</a></span> - Static method in class org.apache.ignite.ml.dataset.impl.cache.util.<a href="org/apache/ignite/ml/dataset/impl/cache/util/ComputeUtils.html" title="class in org.apache.ignite.ml.dataset.impl.cache.util">ComputeUtils</a></dt>
<dd>
<div class="block">Remove learning environment from local cache by Dataset ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignition.html#removeListener-org.apache.ignite.IgnitionListener-">removeListener(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">Removes lsnr added by <a href="org/apache/ignite/Ignition.html#addListener-org.apache.ignite.IgnitionListener-"><code>Ignition.addListener(IgnitionListener)</code></a> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiContext.html#removeLocalEventListener-org.apache.ignite.internal.managers.eventstorage.GridLocalEventListener-">removeLocalEventListener(GridLocalEventListener)</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">Removes local event listener.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiContext.html#removeLocalMessageListener-java.lang.Object-org.apache.ignite.lang.IgniteBiPredicate-">removeLocalMessageListener(Object, IgniteBiPredicate<span class='angle_bracket'>&lt;</span>UUID, ?<span class='angle_bracket'>&gt;</span>)</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">Removes a previously registered local message listener.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiContext.html#removeMessageListener-org.apache.ignite.internal.managers.communication.GridMessageListener-java.lang.String-">removeMessageListener(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="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/spi/IgniteSpiContext.html#removeLocalMessageListener-java.lang.Object-org.apache.ignite.lang.IgniteBiPredicate-"><code>IgniteSpiContext.removeLocalMessageListener(Object, IgniteBiPredicate)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/AbstractEvictionPolicy.html#removeMeta-java.lang.Object-">removeMeta(Object)</a></span> - Method in 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><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/EvictableEntry.html#removeMeta--">removeMeta()</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">Removes metadata by name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/EvictableEntry.html#removeMeta-T-">removeMeta(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">Removes metadata only if its current value is equal to <code>val</code> passed in.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/fifo/FifoEvictionPolicy.html#removeMeta-java.lang.Object-">removeMeta(Object)</a></span> - Method in class org.apache.ignite.cache.eviction.fifo.<a href="org/apache/ignite/cache/eviction/fifo/FifoEvictionPolicy.html" title="class in org.apache.ignite.cache.eviction.fifo">FifoEvictionPolicy</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/lru/LruEvictionPolicy.html#removeMeta-java.lang.Object-">removeMeta(Object)</a></span> - Method in class org.apache.ignite.cache.eviction.lru.<a href="org/apache/ignite/cache/eviction/lru/LruEvictionPolicy.html" title="class in org.apache.ignite.cache.eviction.lru">LruEvictionPolicy</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicy.html#removeMeta-java.lang.Object-">removeMeta(Object)</a></span> - Method in class org.apache.ignite.cache.eviction.sorted.<a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicy.html" title="class in org.apache.ignite.cache.eviction.sorted">SortedEvictionPolicy</a></dt>
<dd>
<div class="block">Removes holder from backed queue and marks holder as removed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiContext.html#removeMetricRegistry-java.lang.String-">removeMetricRegistry(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">Removes metric registry with given name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/IgniteModelStorageUtil.html#removeModel-org.apache.ignite.Ignite-java.lang.String-">removeModel(Ignite, String)</a></span> - Static method in class org.apache.ignite.ml.inference.<a href="org/apache/ignite/ml/inference/IgniteModelStorageUtil.html" title="class in org.apache.ignite.ml.inference">IgniteModelStorageUtil</a></dt>
<dd>
<div class="block">Removes model with specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/affinity/AffinityFunction.html#removeNode-java.util.UUID-">removeNode(UUID)</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">Removes node from affinity.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/affinity/rendezvous/RendezvousAffinityFunction.html#removeNode-java.util.UUID-">removeNode(UUID)</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">Removes node from affinity.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/impl/cache/util/DatasetAffinityFunctionWrapper.html#removeNode-java.util.UUID-">removeNode(UUID)</a></span> - Method in class org.apache.ignite.ml.dataset.impl.cache.util.<a href="org/apache/ignite/ml/dataset/impl/cache/util/DatasetAffinityFunctionWrapper.html" title="class in org.apache.ignite.ml.dataset.impl.cache.util">DatasetAffinityFunctionWrapper</a></dt>
<dd>
<div class="block">Removes node from affinity.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetAffinityFunction.html#removeNode-java.util.UUID-">removeNode(UUID)</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">Removes node from affinity.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/dialect/BasicJdbcDialect.html#removeQuery-java.lang.String-java.lang.Iterable-">removeQuery(String, Iterable<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>)</a></span> - Method in 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>
<div class="block">Construct remove query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/dialect/JdbcDialect.html#removeQuery-java.lang.String-java.lang.Iterable-">removeQuery(String, Iterable<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.cache.store.jdbc.dialect.<a href="org/apache/ignite/cache/store/jdbc/dialect/JdbcDialect.html" title="interface in org.apache.ignite.cache.store.jdbc.dialect">JdbcDialect</a></dt>
<dd>
<div class="block">Construct remove query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/visor/plugin/VisorPluginNodesPanel.html#removeSelectionListener-org.apache.ignite.visor.plugin.VisorSelectionListener-">removeSelectionListener(VisorSelectionListener<span class='angle_bracket'>&lt;</span>UUID<span class='angle_bracket'>&gt;</span>)</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">Remove selection listener.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#removeSendMessageListener-org.apache.ignite.lang.IgniteInClosure-">removeSendMessageListener(IgniteInClosure<span class='angle_bracket'>&lt;</span>TcpDiscoveryAbstractMessage<span class='angle_bracket'>&gt;</span>)</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="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiAdapter.html#removeTimeoutObject-org.apache.ignite.spi.IgniteSpiTimeoutObject-">removeTimeoutObject(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="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiContext.html#removeTimeoutObject-org.apache.ignite.spi.IgniteSpiTimeoutObject-">removeTimeoutObject(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="memberNameLink"><a href="org/apache/ignite/visor/plugin/VisorPluginModel.html#removeTopologyListener-org.apache.ignite.visor.plugin.VisorTopologyListener-">removeTopologyListener(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">Uninstall topology listener.</div>
</dd>
<dt><a href="org/apache/ignite/cache/affinity/rendezvous/RendezvousAffinityFunction.html" title="class in org.apache.ignite.cache.affinity.rendezvous"><span class="typeNameLink">RendezvousAffinityFunction</span></a> - Class in <a href="org/apache/ignite/cache/affinity/rendezvous/package-summary.html">org.apache.ignite.cache.affinity.rendezvous</a></dt>
<dd>
<div class="block">Affinity function for partitioned cache based on Highest Random Weight algorithm.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/affinity/rendezvous/RendezvousAffinityFunction.html#RendezvousAffinityFunction--">RendezvousAffinityFunction()</a></span> - Constructor for 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">Empty constructor with all defaults.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/affinity/rendezvous/RendezvousAffinityFunction.html#RendezvousAffinityFunction-boolean-">RendezvousAffinityFunction(boolean)</a></span> - Constructor for 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">Initializes affinity with flag to exclude same-host-neighbors from being backups of each other
and specified number of backups.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/affinity/rendezvous/RendezvousAffinityFunction.html#RendezvousAffinityFunction-boolean-int-">RendezvousAffinityFunction(boolean, int)</a></span> - Constructor for 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">Initializes affinity with flag to exclude same-host-neighbors from being backups of each other,
and specified number of backups and partitions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/affinity/rendezvous/RendezvousAffinityFunction.html#RendezvousAffinityFunction-int-org.apache.ignite.lang.IgniteBiPredicate-">RendezvousAffinityFunction(int, IgniteBiPredicate<span class='angle_bracket'>&lt;</span>ClusterNode, ClusterNode<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for 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">Initializes optional counts for replicas and backups.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/dialect/BasicJdbcDialect.html#repeat-java.lang.String-int-java.lang.String-java.lang.String-java.lang.String-">repeat(String, int, String, String, String)</a></span> - Static method in 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>
<div class="block">Concatenates elements using provided delimiter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#replace-java.lang.Object-java.lang.Object-">replace(Object, Object)</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">Stores given key-value pair in cache only if only if there is a previous mapping for it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#replace-java.lang.Object-java.lang.Object-java.lang.Object-">replace(Object, Object, Object)</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">Stores given key-value pair in cache only if only if the previous value is equal to the
<code>'oldVal'</code> passed in.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCache.html#replace-K-V-V-">replace(K, V, V)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a></dt>
<dd>
<div class="block">Atomically replaces the entry for a key only if currently mapped to a given value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCache.html#replace-K-V-">replace(K, V)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a></dt>
<dd>
<div class="block">Atomically replaces the entry for a key only if currently mapped to some
value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#replace-K-V-V-">replace(K, V, V)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">
For <a href="org/apache/ignite/cache/CacheAtomicityMode.html#ATOMIC"><code>CacheAtomicityMode.ATOMIC</code></a> return
value on primary node crash may be incorrect because of the automatic retries.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#replace-K-V-">replace(K, V)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#replaceAsync-java.lang.Object-java.lang.Object-">replaceAsync(Object, Object)</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">Asynchronously stores given key-value pair in cache only if only if there is a previous mapping for it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#replaceAsync-java.lang.Object-java.lang.Object-java.lang.Object-">replaceAsync(Object, Object, Object)</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">Asynchronously stores given key-value pair in cache only if only if the previous value is equal to the
<code>'oldVal'</code> passed in.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCache.html#replaceAsync-K-V-V-">replaceAsync(K, V, V)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a></dt>
<dd>
<div class="block">Atomically replaces the entry for a key only if currently mapped to a given value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCache.html#replaceAsync-K-V-">replaceAsync(K, V)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a></dt>
<dd>
<div class="block">Atomically replaces the entry for a key only if currently mapped to some
value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#replaceAsync-K-V-V-">replaceAsync(K, V, V)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Asynchronous version of the <a href="org/apache/ignite/IgniteCache.html#replace-K-V-V-"><code>IgniteCache.replace(Object, Object, Object)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#replaceAsync-K-V-">replaceAsync(K, V)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Asynchronously replaces the entry for a key only if currently mapped to a
given value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/EvictableEntry.html#replaceMeta-T-T-">replaceMeta(T, 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">Replaces given metadata with new <code>newVal</code> value only if its current value
is equal to <code>curVal</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/IgniteScheduler.html#reregistered-org.apache.mesos.SchedulerDriver-org.apache.mesos.Protos.MasterInfo-">reregistered(SchedulerDriver, Protos.MasterInfo)</a></span> - Method in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/IgniteScheduler.html" title="class in org.apache.ignite.mesos">IgniteScheduler</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/affinity/AffinityFunction.html#reset--">reset()</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">Resets cache affinity to its initial state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/affinity/AffinityKeyMapper.html#reset--">reset()</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="deprecatedLabel">Deprecated.</span></div>
<div class="block">Resets cache affinity mapper to its initial state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/affinity/rendezvous/RendezvousAffinityFunction.html#reset--">reset()</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">Resets cache affinity to its initial state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/impl/cache/util/DatasetAffinityFunctionWrapper.html#reset--">reset()</a></span> - Method in class org.apache.ignite.ml.dataset.impl.cache.util.<a href="org/apache/ignite/ml/dataset/impl/cache/util/DatasetAffinityFunctionWrapper.html" title="class in org.apache.ignite.ml.dataset.impl.cache.util">DatasetAffinityFunctionWrapper</a></dt>
<dd>
<div class="block">Resets cache affinity to its initial state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetAffinityFunction.html#reset--">reset()</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">Resets cache affinity to its initial state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageReader.html#reset--">reset()</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">Resets this reader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageWriter.html#reset--">reset()</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">Resets this writer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/metric/Metric.html#reset--">reset()</a></span> - Method in interface org.apache.ignite.spi.metric.<a href="org/apache/ignite/spi/metric/Metric.html" title="interface in org.apache.ignite.spi.metric">Metric</a></dt>
<dd>
<div class="block">Resets metric state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/TracingConfigurationManager.html#reset-org.apache.ignite.spi.tracing.TracingConfigurationCoordinates-">reset(TracingConfigurationCoordinates)</a></span> - Method in interface org.apache.ignite.spi.tracing.<a href="org/apache/ignite/spi/tracing/TracingConfigurationManager.html" title="interface in org.apache.ignite.spi.tracing">TracingConfigurationManager</a></dt>
<dd>
<div class="block">Reset tracing configuration for the specific tracing coordinates (scope, label, etc.) to default values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/TracingConfigurationManager.html#resetAll-org.apache.ignite.spi.tracing.Scope-">resetAll(Scope)</a></span> - Method in interface org.apache.ignite.spi.tracing.<a href="org/apache/ignite/spi/tracing/TracingConfigurationManager.html" title="interface in org.apache.ignite.spi.tracing">TracingConfigurationManager</a></dt>
<dd>
<div class="block">Reset tracing configuration for the specific scope, or all tracing configurations if scope not specified.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignite.html#resetLostPartitions-java.util.Collection-">resetLostPartitions(Collection<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>)</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">Clears partition's lost state and moves caches to a normal mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#resetLostPartitions-java.util.Collection-">resetLostPartitions(Collection<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>)</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">Clears partition's lost state and moves caches to a normal mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCluster.html#resetMetrics--">resetMetrics()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCluster.html" title="interface in org.apache.ignite">IgniteCluster</a></dt>
<dd>
<div class="block">Resets local I/O, job, and task execution metrics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteTransactions.html#resetMetrics--">resetMetrics()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteTransactions.html" title="interface in org.apache.ignite">IgniteTransactions</a></dt>
<dd>
<div class="block">Resets transaction metrics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/MetricsMxBean.html#resetMetrics-java.lang.String-">resetMetrics(String)</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/MetricsMxBean.html" title="interface in org.apache.ignite.mxbean">MetricsMxBean</a></dt>
<dd>
<div class="block">Resets metrics for of a given registry.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/CommunicationSpi.html#resetMetrics--">resetMetrics()</a></span> - Method in interface org.apache.ignite.spi.communication.<a href="org/apache/ignite/spi/communication/CommunicationSpi.html" title="interface in org.apache.ignite.spi.communication">CommunicationSpi</a></dt>
<dd>
<div class="block">Resets metrics for this SPI instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationMetricsListener.html#resetMetrics--">resetMetrics()</a></span> - Method in class org.apache.ignite.spi.communication.tcp.<a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationMetricsListener.html" title="class in org.apache.ignite.spi.communication.tcp">TcpCommunicationMetricsListener</a></dt>
<dd>
<div class="block">Resets metrics for this instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#resetMetrics--">resetMetrics()</a></span> - Method 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">Resets metrics for this SPI instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/discrete/DiscreteNaiveBayesTrainer.html#resetProbabilitiesSettings--">resetProbabilitiesSettings()</a></span> - Method in class org.apache.ignite.ml.naivebayes.discrete.<a href="org/apache/ignite/ml/naivebayes/discrete/DiscreteNaiveBayesTrainer.html" title="class in org.apache.ignite.ml.naivebayes.discrete">DiscreteNaiveBayesTrainer</a></dt>
<dd>
<div class="block">Sets default settings <code>equiprobableClasses</code> to <code>false</code> and removes priorProbabilities.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#resetQueryDetailMetrics--">resetQueryDetailMetrics()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Reset query detail metrics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#resetQueryMetrics--">resetQueryMetrics()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Reset query metrics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/gaussian/GaussianNaiveBayesTrainer.html#resetSettings--">resetSettings()</a></span> - Method in class org.apache.ignite.ml.naivebayes.gaussian.<a href="org/apache/ignite/ml/naivebayes/gaussian/GaussianNaiveBayesTrainer.html" title="class in org.apache.ignite.ml.naivebayes.gaussian">GaussianNaiveBayesTrainer</a></dt>
<dd>
<div class="block">Sets default settings.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SqlFieldsQuery.html#resetThreadedQueryInitiatorId--">resetThreadedQueryInitiatorId()</a></span> - Static method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SqlFieldsQuery.html" title="class in org.apache.ignite.cache.query">SqlFieldsQuery</a></dt>
<dd>
<div class="block">Used at the job worker to clear originator for current thread.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CommunicationFailureResolver.html#resolve-org.apache.ignite.configuration.CommunicationFailureContext-">resolve(CommunicationFailureContext)</a></span> - Method in interface org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/CommunicationFailureResolver.html" title="interface in org.apache.ignite.configuration">CommunicationFailureResolver</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DefaultCommunicationFailureResolver.html#resolve-org.apache.ignite.configuration.CommunicationFailureContext-">resolve(CommunicationFailureContext)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DefaultCommunicationFailureResolver.html" title="class in org.apache.ignite.configuration">DefaultCommunicationFailureResolver</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/isolated/IsolatedDiscoverySpi.html#resolveCommunicationFailure-org.apache.ignite.cluster.ClusterNode-java.lang.Exception-">resolveCommunicationFailure(ClusterNode, Exception)</a></span> - Method in class org.apache.ignite.spi.discovery.isolated.<a href="org/apache/ignite/spi/discovery/isolated/IsolatedDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.isolated">IsolatedDiscoverySpi</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#resolveCommunicationFailure-org.apache.ignite.cluster.ClusterNode-java.lang.Exception-">resolveCommunicationFailure(ClusterNode, Exception)</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html#resolveCommunicationFailure-org.apache.ignite.cluster.ClusterNode-java.lang.Exception-">resolveCommunicationFailure(ClusterNode, Exception)</a></span> - Method in class org.apache.ignite.spi.discovery.zk.<a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.zk">ZookeeperDiscoverySpi</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiContext.html#resolveCommunicationFailure-org.apache.ignite.cluster.ClusterNode-java.lang.Exception-">resolveCommunicationFailure(ClusterNode, Exception)</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="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#resolvedAddresses--">resolvedAddresses()</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">Resolves addresses registered in the IP finder, removes duplicates and local host
address and returns the collection of.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html#resolveDialect--">resolveDialect()</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">Perform dialect resolution.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/affinity/rendezvous/RendezvousAffinityFunction.html#resolveNodeHash-org.apache.ignite.cluster.ClusterNode-">resolveNodeHash(ClusterNode)</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">Resolves node hash.</div>
</dd>
<dt><a href="org/apache/ignite/mesos/resource/ResourceHandler.html" title="class in org.apache.ignite.mesos.resource"><span class="typeNameLink">ResourceHandler</span></a> - Class in <a href="org/apache/ignite/mesos/resource/package-summary.html">org.apache.ignite.mesos.resource</a></dt>
<dd>
<div class="block">HTTP controller which provides on slave resources.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/resource/ResourceHandler.html#ResourceHandler-java.lang.String-java.lang.String-java.lang.String-">ResourceHandler(String, String, String)</a></span> - Constructor for class org.apache.ignite.mesos.resource.<a href="org/apache/ignite/mesos/resource/ResourceHandler.html" title="class in org.apache.ignite.mesos.resource">ResourceHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/IgniteScheduler.html#resourceOffers-org.apache.mesos.SchedulerDriver-java.util.List-">resourceOffers(SchedulerDriver, List<span class='angle_bracket'>&lt;</span>Protos.Offer<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/IgniteScheduler.html" title="class in org.apache.ignite.mesos">IgniteScheduler</a></dt>
<dt><a href="org/apache/ignite/mesos/resource/ResourceProvider.html" title="class in org.apache.ignite.mesos.resource"><span class="typeNameLink">ResourceProvider</span></a> - Class in <a href="org/apache/ignite/mesos/resource/package-summary.html">org.apache.ignite.mesos.resource</a></dt>
<dd>
<div class="block">Provides path to user's libs and config file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/resource/ResourceProvider.html#ResourceProvider--">ResourceProvider()</a></span> - Constructor for class org.apache.ignite.mesos.resource.<a href="org/apache/ignite/mesos/resource/ResourceProvider.html" title="class in org.apache.ignite.mesos.resource">ResourceProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/resource/ResourceProvider.html#resourceUrl--">resourceUrl()</a></span> - Method in class org.apache.ignite.mesos.resource.<a href="org/apache/ignite/mesos/resource/ResourceProvider.html" title="class in org.apache.ignite.mesos.resource">ResourceProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/messaging/MessagingListenActor.html#respond-java.lang.Object-">respond(Object)</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">Responds to the original sender node with given message and continues to listen for the new messages.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/messaging/MessagingListenActor.html#respond-java.util.UUID-java.lang.Object-">respond(UUID, Object)</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">Responds to the provided node with given message and continues to listen for the new messages.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignition.html#restart-boolean-">restart(boolean)</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">Restarts <b>all</b> started grids.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgnitionMXBean.html#restart-boolean-">restart(boolean)</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/IgnitionMXBean.html" title="interface in org.apache.ignite.mxbean">IgnitionMXBean</a></dt>
<dd>
<div class="block">Restart JVM.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignition.html#RESTART_EXIT_CODE">RESTART_EXIT_CODE</a></span> - Static variable 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">This is restart code that can be used by external tools, like Shell scripts,
to auto-restart the Ignite JVM process.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCacheRestartingException.html#restartFuture--">restartFuture()</a></span> - Method in exception org.apache.ignite.<a href="org/apache/ignite/IgniteCacheRestartingException.html" title="class in org.apache.ignite">IgniteCacheRestartingException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCluster.html#restartNodes--">restartNodes()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCluster.html" title="interface in org.apache.ignite">IgniteCluster</a></dt>
<dd>
<div class="block">Restarts nodes satisfying optional set of predicates.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCluster.html#restartNodes-java.util.Collection-">restartNodes(Collection<span class='angle_bracket'>&lt;</span>UUID<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCluster.html" title="interface in org.apache.ignite">IgniteCluster</a></dt>
<dd>
<div class="block">Restarts nodes defined by provided IDs.</div>
</dd>
<dt><a href="org/apache/ignite/failure/RestartProcessFailureHandler.html" title="class in org.apache.ignite.failure"><span class="typeNameLink">RestartProcessFailureHandler</span></a> - Class in <a href="org/apache/ignite/failure/package-summary.html">org.apache.ignite.failure</a></dt>
<dd>
<div class="block">This handler could be used only with ignite.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/failure/RestartProcessFailureHandler.html#RestartProcessFailureHandler--">RestartProcessFailureHandler()</a></span> - Constructor for class org.apache.ignite.failure.<a href="org/apache/ignite/failure/RestartProcessFailureHandler.html" title="class in org.apache.ignite.failure">RestartProcessFailureHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSnapshot.html#restoreSnapshot-java.lang.String-java.util.Collection-">restoreSnapshot(String, Collection<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteSnapshot.html" title="interface in org.apache.ignite">IgniteSnapshot</a></dt>
<dd>
<div class="block">Restore cache group(s) from the snapshot.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeTask.html#result-org.apache.ignite.compute.ComputeJobResult-java.util.List-">result(ComputeJobResult, List<span class='angle_bracket'>&lt;</span>ComputeJobResult<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeTask.html" title="interface in org.apache.ignite.compute">ComputeTask</a></dt>
<dd>
<div class="block">Asynchronous callback invoked every time a result from remote execution is
received.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeTaskAdapter.html#result-org.apache.ignite.compute.ComputeJobResult-java.util.List-">result(ComputeJobResult, List<span class='angle_bracket'>&lt;</span>ComputeJobResult<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeTaskAdapter.html" title="class in org.apache.ignite.compute">ComputeTaskAdapter</a></dt>
<dd>
<div class="block">Default implementation which will wait for all jobs to complete before
calling <a href="org/apache/ignite/compute/ComputeTask.html#reduce-java.util.List-"><code>ComputeTask.reduce(List)</code></a> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/JobEvent.html#resultPolicy--">resultPolicy()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/JobEvent.html" title="class in org.apache.ignite.events">JobEvent</a></dt>
<dd>
<div class="block">Gets job result policy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/JobEvent.html#resultPolicy-org.apache.ignite.compute.ComputeJobResultPolicy-">resultPolicy(ComputeJobResultPolicy)</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/JobEvent.html" title="class in org.apache.ignite.events">JobEvent</a></dt>
<dd>
<div class="block">Sets job result policy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/transactions/Transaction.html#resume--">resume()</a></span> - Method in interface org.apache.ignite.transactions.<a href="org/apache/ignite/transactions/Transaction.html" title="interface in org.apache.ignite.transactions">Transaction</a></dt>
<dd>
<div class="block">Resume a transaction if it was previously suspended.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteQueue.html#retainAll-java.util.Collection-">retainAll(Collection<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>)</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="memberNameLink"><a href="org/apache/ignite/IgniteSet.html#retainAll-java.util.Collection-">retainAll(Collection<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>)</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="memberNameLink"><a href="org/apache/ignite/cluster/ClusterTopologyException.html#retryReadyFuture--">retryReadyFuture()</a></span> - Method in exception org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterTopologyException.html" title="class in org.apache.ignite.cluster">ClusterTopologyException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterTopologyException.html#retryReadyFuture-org.apache.ignite.lang.IgniteFuture-">retryReadyFuture(IgniteFuture<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>)</a></span> - Method in exception org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterTopologyException.html" title="class in org.apache.ignite.cluster">ClusterTopologyException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteProductVersion.html#REV_HASH_SIZE">REV_HASH_SIZE</a></span> - Static variable in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteProductVersion.html" title="class in org.apache.ignite.lang">IgniteProductVersion</a></dt>
<dd>
<div class="block">Size of the <a href="org/apache/ignite/lang/IgniteProductVersion.html#revHash"><code>IgniteProductVersion.revHash</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteProductVersion.html#revisionHash--">revisionHash()</a></span> - Method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteProductVersion.html" title="class in org.apache.ignite.lang">IgniteProductVersion</a></dt>
<dd>
<div class="block">Gets revision hash.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteProductVersion.html#revisionTimestamp--">revisionTimestamp()</a></span> - Method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteProductVersion.html" title="class in org.apache.ignite.lang">IgniteProductVersion</a></dt>
<dd>
<div class="block">Gets revision timestamp.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/NodeData.html#rightChildId">rightChildId</a></span> - Variable in class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/NodeData.html" title="class in org.apache.ignite.ml.tree">NodeData</a></dt>
<dd>
<div class="block">Right child id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGeneratorPrimitives.html#ring-double-double-double-">ring(double, double, double)</a></span> - Static method in class org.apache.ignite.ml.util.generators.primitives.vector.<a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGeneratorPrimitives.html" title="class in org.apache.ignite.ml.util.generators.primitives.vector">VectorGeneratorPrimitives</a></dt>
<dd>
<div class="block">Returns vector generator of 2D-vectors from ring-like distribution.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGeneratorPrimitives.html#ring-double-double-double-long-">ring(double, double, double, long)</a></span> - Static method in class org.apache.ignite.ml.util.generators.primitives.vector.<a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGeneratorPrimitives.html" title="class in org.apache.ignite.ml.util.generators.primitives.vector">VectorGeneratorPrimitives</a></dt>
<dd>
<div class="block">Returns vector generator of 2D-vectors from ring-like distribution around zero.</div>
</dd>
<dt><a href="org/apache/ignite/ml/util/generators/standard/RingsDataStream.html" title="class in org.apache.ignite.ml.util.generators.standard"><span class="typeNameLink">RingsDataStream</span></a> - Class in <a href="org/apache/ignite/ml/util/generators/standard/package-summary.html">org.apache.ignite.ml.util.generators.standard</a></dt>
<dd>
<div class="block">Represents a data stream of vectors produced by family of ring-like distributions around zero blurred
by gauss distribution.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/standard/RingsDataStream.html#RingsDataStream-int-double-double-">RingsDataStream(int, double, double)</a></span> - Constructor for class org.apache.ignite.ml.util.generators.standard.<a href="org/apache/ignite/ml/util/generators/standard/RingsDataStream.html" title="class in org.apache.ignite.ml.util.generators.standard">RingsDataStream</a></dt>
<dd>
<div class="block">Create an instance of RingsDataStream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/standard/RingsDataStream.html#RingsDataStream-int-double-double-long-">RingsDataStream(int, double, double, long)</a></span> - Constructor for class org.apache.ignite.ml.util.generators.standard.<a href="org/apache/ignite/ml/util/generators/standard/RingsDataStream.html" title="class in org.apache.ignite.ml.util.generators.standard">RingsDataStream</a></dt>
<dd>
<div class="block">Create an instance of RingsDataStream.</div>
</dd>
<dt><a href="org/apache/ignite/ml/selection/scoring/metric/regression/Rmse.html" title="class in org.apache.ignite.ml.selection.scoring.metric.regression"><span class="typeNameLink">Rmse</span></a> - Class in <a href="org/apache/ignite/ml/selection/scoring/metric/regression/package-summary.html">org.apache.ignite.ml.selection.scoring.metric.regression</a></dt>
<dd>
<div class="block">Class for RMSE metric.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/regression/Rmse.html#Rmse--">Rmse()</a></span> - Constructor for class org.apache.ignite.ml.selection.scoring.metric.regression.<a href="org/apache/ignite/ml/selection/scoring/metric/regression/Rmse.html" title="class in org.apache.ignite.ml.selection.scoring.metric.regression">Rmse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientTransaction.html#rollback--">rollback()</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientTransaction.html" title="interface in org.apache.ignite.client">ClientTransaction</a></dt>
<dd>
<div class="block">Rolls back this transaction.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/transactions/Transaction.html#rollback--">rollback()</a></span> - Method in interface org.apache.ignite.transactions.<a href="org/apache/ignite/transactions/Transaction.html" title="interface in org.apache.ignite.transactions">Transaction</a></dt>
<dd>
<div class="block">Rolls back this transaction.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/transactions/Transaction.html#rollbackAsync--">rollbackAsync()</a></span> - Method in interface org.apache.ignite.transactions.<a href="org/apache/ignite/transactions/Transaction.html" title="interface in org.apache.ignite.transactions">Transaction</a></dt>
<dd>
<div class="block">Asynchronously rolls back this transaction.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/TransactionMetricsMxBean.html#rollbackTime--">rollbackTime()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/TransactionMetricsMxBean.html" title="interface in org.apache.ignite.mxbean">TransactionMetricsMxBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">The last time, when transaction was rollbacked.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/transactions/TransactionMetrics.html#rollbackTime--">rollbackTime()</a></span> - Method in interface org.apache.ignite.transactions.<a href="org/apache/ignite/transactions/TransactionMetrics.html" title="interface in org.apache.ignite.transactions">TransactionMetrics</a></dt>
<dd>
<div class="block">Gets last time transaction was rollback.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGenerator.html#rotate-double-">rotate(double)</a></span> - Method in interface org.apache.ignite.ml.util.generators.primitives.vector.<a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGenerator.html" title="interface in org.apache.ignite.ml.util.generators.primitives.vector">VectorGenerator</a></dt>
<dd>
<div class="block">Rotate first two components of all vectors of generator by angle around zero.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGenerator.html#rotate-double-int-int-">rotate(double, int, int)</a></span> - Method in interface org.apache.ignite.ml.util.generators.primitives.vector.<a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGenerator.html" title="interface in org.apache.ignite.ml.util.generators.primitives.vector">VectorGenerator</a></dt>
<dd>
<div class="block">Rotate selected two components of all vectors of generator by angle around zero.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/PerformanceStatisticsMBean.html#rotate--">rotate()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/PerformanceStatisticsMBean.html" title="interface in org.apache.ignite.mxbean">PerformanceStatisticsMBean</a></dt>
<dd>
<div class="block">Rotate performance statistics in the cluster.</div>
</dd>
<dt><a href="org/apache/ignite/spi/loadbalancing/roundrobin/RoundRobinLoadBalancingSpi.html" title="class in org.apache.ignite.spi.loadbalancing.roundrobin"><span class="typeNameLink">RoundRobinLoadBalancingSpi</span></a> - Class in <a href="org/apache/ignite/spi/loadbalancing/roundrobin/package-summary.html">org.apache.ignite.spi.loadbalancing.roundrobin</a></dt>
<dd>
<div class="block">This SPI iterates through nodes in round-robin fashion and pick the next
sequential node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/loadbalancing/roundrobin/RoundRobinLoadBalancingSpi.html#RoundRobinLoadBalancingSpi--">RoundRobinLoadBalancingSpi()</a></span> - Constructor for class org.apache.ignite.spi.loadbalancing.roundrobin.<a href="org/apache/ignite/spi/loadbalancing/roundrobin/RoundRobinLoadBalancingSpi.html" title="class in org.apache.ignite.spi.loadbalancing.roundrobin">RoundRobinLoadBalancingSpi</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/spi/loadbalancing/roundrobin/RoundRobinLoadBalancingSpiMBean.html" title="interface in org.apache.ignite.spi.loadbalancing.roundrobin"><span class="typeNameLink">RoundRobinLoadBalancingSpiMBean</span></a> - Interface in <a href="org/apache/ignite/spi/loadbalancing/roundrobin/package-summary.html">org.apache.ignite.spi.loadbalancing.roundrobin</a></dt>
<dd>
<div class="block">Management bean for <a href="org/apache/ignite/spi/loadbalancing/roundrobin/RoundRobinLoadBalancingSpi.html" title="class in org.apache.ignite.spi.loadbalancing.roundrobin"><code>RoundRobinLoadBalancingSpi</code></a> SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ContinuousQueryView.html#routineId--">routineId()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ContinuousQueryView.html" title="class in org.apache.ignite.spi.systemview.view">ContinuousQueryView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/CacheQueryReadEvent.html#row--">row()</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 read results set row.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.Element.html#row--">row()</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.Element.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">Matrix.Element</a></dt>
<dd>
<div class="block">Gets element's row index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/StorageConstants.html#ROW_STORAGE_MODE">ROW_STORAGE_MODE</a></span> - Static variable in interface org.apache.ignite.ml.math.<a href="org/apache/ignite/ml/math/StorageConstants.html" title="interface in org.apache.ignite.ml.math">StorageConstants</a></dt>
<dd>
<div class="block">Storage mode optimized for row access.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/gmm/CovarianceMatricesAggregator.html#rowCount--">rowCount()</a></span> - Method in class org.apache.ignite.ml.clustering.gmm.<a href="org/apache/ignite/ml/clustering/gmm/CovarianceMatricesAggregator.html" title="class in org.apache.ignite.ml.clustering.gmm">CovarianceMatricesAggregator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/gmm/NewComponentStatisticsAggregator.html#rowCountForNewCluster--">rowCountForNewCluster()</a></span> - Method in class org.apache.ignite.ml.clustering.gmm.<a href="org/apache/ignite/ml/clustering/gmm/NewComponentStatisticsAggregator.html" title="class in org.apache.ignite.ml.clustering.gmm">NewComponentStatisticsAggregator</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/math/exceptions/math/RowIndexException.html" title="class in org.apache.ignite.ml.math.exceptions.math"><span class="typeNameLink">RowIndexException</span></a> - Exception in <a href="org/apache/ignite/ml/math/exceptions/math/package-summary.html">org.apache.ignite.ml.math.exceptions.math</a></dt>
<dd>
<div class="block">This exception is used to indicate any error condition accessing matrix elements by invalid row index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/exceptions/math/RowIndexException.html#RowIndexException-int-">RowIndexException(int)</a></span> - Constructor for exception org.apache.ignite.ml.math.exceptions.math.<a href="org/apache/ignite/ml/math/exceptions/math/RowIndexException.html" title="class in org.apache.ignite.ml.math.exceptions.math">RowIndexException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/storage/ViewMatrixStorage.html#rowOffset--">rowOffset()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.storage.<a href="org/apache/ignite/ml/math/primitives/matrix/storage/ViewMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.matrix.storage">ViewMatrixStorage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/data/TreeDataIndex.html#rowsCount--">rowsCount()</a></span> - Method in class org.apache.ignite.ml.tree.data.<a href="org/apache/ignite/ml/tree/data/TreeDataIndex.html" title="class in org.apache.ignite.ml.tree.data">TreeDataIndex</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/impurity/ImpurityMeasureCalculator.html#rowsCount-org.apache.ignite.ml.tree.data.DecisionTreeData-org.apache.ignite.ml.tree.data.TreeDataIndex-">rowsCount(DecisionTreeData, TreeDataIndex)</a></span> - Method in class org.apache.ignite.ml.tree.impurity.<a href="org/apache/ignite/ml/tree/impurity/ImpurityMeasureCalculator.html" title="class in org.apache.ignite.ml.tree.impurity">ImpurityMeasureCalculator</a></dt>
<dd>
<div class="block">Returns rows count in current dataset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#rowSize--">rowSize()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>
<div class="block">Gets number of rows in this matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html#rowSize--">rowSize()</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">Matrix</a></dt>
<dd>
<div class="block">Gets number of rows in this matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/MatrixStorage.html#rowSize--">rowSize()</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/MatrixStorage.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">MatrixStorage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/storage/DenseMatrixStorage.html#rowSize--">rowSize()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.storage.<a href="org/apache/ignite/ml/math/primitives/matrix/storage/DenseMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.matrix.storage">DenseMatrixStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/storage/SparseMatrixStorage.html#rowSize--">rowSize()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.storage.<a href="org/apache/ignite/ml/math/primitives/matrix/storage/SparseMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.matrix.storage">SparseMatrixStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/storage/ViewMatrixStorage.html#rowSize--">rowSize()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.storage.<a href="org/apache/ignite/ml/math/primitives/matrix/storage/ViewMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.matrix.storage">ViewMatrixStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/Dataset.html#rowSize">rowSize</a></span> - Variable in class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/Dataset.html" title="class in org.apache.ignite.ml.structures">Dataset</a></dt>
<dd>
<div class="block">Amount of instances.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/Dataset.html#rowSize--">rowSize()</a></span> - Method in class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/Dataset.html" title="class in org.apache.ignite.ml.structures">Dataset</a></dt>
<dd>
<div class="block">Gets amount of observation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/storage/ViewMatrixStorage.html#rowsLength--">rowsLength()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.storage.<a href="org/apache/ignite/ml/math/primitives/matrix/storage/ViewMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.matrix.storage">ViewMatrixStorage</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/optimization/updatecalculators/RPropParameterUpdate.html" title="class in org.apache.ignite.ml.optimization.updatecalculators"><span class="typeNameLink">RPropParameterUpdate</span></a> - Class in <a href="org/apache/ignite/ml/optimization/updatecalculators/package-summary.html">org.apache.ignite.ml.optimization.updatecalculators</a></dt>
<dd>
<div class="block">Data needed for RProp updater.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/optimization/updatecalculators/RPropParameterUpdate.html#RPropParameterUpdate-org.apache.ignite.ml.math.primitives.vector.Vector-org.apache.ignite.ml.math.primitives.vector.Vector-org.apache.ignite.ml.math.primitives.vector.Vector-org.apache.ignite.ml.math.primitives.vector.Vector-">RPropParameterUpdate(Vector, Vector, Vector, Vector)</a></span> - Constructor for class org.apache.ignite.ml.optimization.updatecalculators.<a href="org/apache/ignite/ml/optimization/updatecalculators/RPropParameterUpdate.html" title="class in org.apache.ignite.ml.optimization.updatecalculators">RPropParameterUpdate</a></dt>
<dd>
<div class="block">Construct instance of this class by given parameters.</div>
</dd>
<dt><a href="org/apache/ignite/ml/optimization/updatecalculators/RPropUpdateCalculator.html" title="class in org.apache.ignite.ml.optimization.updatecalculators"><span class="typeNameLink">RPropUpdateCalculator</span></a> - Class in <a href="org/apache/ignite/ml/optimization/updatecalculators/package-summary.html">org.apache.ignite.ml.optimization.updatecalculators</a></dt>
<dd>
<div class="block">Class encapsulating RProp algorithm.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/optimization/updatecalculators/RPropUpdateCalculator.html#RPropUpdateCalculator-double-double-double-">RPropUpdateCalculator(double, double, double)</a></span> - Constructor for class org.apache.ignite.ml.optimization.updatecalculators.<a href="org/apache/ignite/ml/optimization/updatecalculators/RPropUpdateCalculator.html" title="class in org.apache.ignite.ml.optimization.updatecalculators">RPropUpdateCalculator</a></dt>
<dd>
<div class="block">Construct RPropUpdateCalculator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/optimization/updatecalculators/RPropUpdateCalculator.html#RPropUpdateCalculator--">RPropUpdateCalculator()</a></span> - Constructor for class org.apache.ignite.ml.optimization.updatecalculators.<a href="org/apache/ignite/ml/optimization/updatecalculators/RPropUpdateCalculator.html" title="class in org.apache.ignite.ml.optimization.updatecalculators">RPropUpdateCalculator</a></dt>
<dd>
<div class="block">Construct RPropUpdateCalculator with default parameters.</div>
</dd>
<dt><a href="org/apache/ignite/ml/selection/scoring/metric/regression/Rss.html" title="class in org.apache.ignite.ml.selection.scoring.metric.regression"><span class="typeNameLink">Rss</span></a> - Class in <a href="org/apache/ignite/ml/selection/scoring/metric/regression/package-summary.html">org.apache.ignite.ml.selection.scoring.metric.regression</a></dt>
<dd>
<div class="block">Class for RSS metric (residual sum of squares).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/regression/Rss.html#Rss--">Rss()</a></span> - Constructor for class org.apache.ignite.ml.selection.scoring.metric.regression.<a href="org/apache/ignite/ml/selection/scoring/metric/regression/Rss.html" title="class in org.apache.ignite.ml.selection.scoring.metric.regression">Rss</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#RULE_xgHeader">RULE_xgHeader</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#RULE_xgLeaf">RULE_xgLeaf</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#RULE_xgModel">RULE_xgModel</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#RULE_xgNode">RULE_xgNode</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#RULE_xgTree">RULE_xgTree</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#RULE_xgValue">RULE_xgValue</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html#ruleNames">ruleNames</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelLexer</a></dt>
<dd>
<div class="block">Rule names.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#ruleNames">ruleNames</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser</a></dt>
<dd>
<div class="block">Rule names.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCompute.html#run-org.apache.ignite.lang.IgniteRunnable-">run(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 provided job on a node within the underlying cluster group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCompute.html#run-java.util.Collection-">run(Collection<span class='angle_bracket'>&lt;</span>? extends IgniteRunnable<span class='angle_bracket'>&gt;</span>)</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 collection of jobs on grid nodes within the underlying cluster group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/genetic/GeneticAlgorithm.html#run--">run()</a></span> - Method in class org.apache.ignite.ml.util.genetic.<a href="org/apache/ignite/ml/util/genetic/GeneticAlgorithm.html" title="class in org.apache.ignite.ml.util.genetic">GeneticAlgorithm</a></dt>
<dd>
<div class="block">The main method for genetic algorithm.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiThread.html#run--">run()</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ApplicationMaster.html#run--">run()</a></span> - Method in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ApplicationMaster.html" title="class in org.apache.ignite.yarn">ApplicationMaster</a></dt>
<dd>
<div class="block">Runs application master.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCompute.html#runAsync-org.apache.ignite.lang.IgniteRunnable-">runAsync(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 provided job asynchronously on a node within the underlying cluster group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCompute.html#runAsync-java.util.Collection-">runAsync(Collection<span class='angle_bracket'>&lt;</span>? extends IgniteRunnable<span class='angle_bracket'>&gt;</span>)</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 collection of jobs asynchronously on grid nodes within the underlying cluster group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#runIoTest-long-long-int-long-int-int-boolean-">runIoTest(long, long, int, long, int, int, 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>
<div class="block">Runs IO latency test against all remote server nodes in cluster.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteScheduler.html#runLocal-java.lang.Runnable-">runLocal(Runnable)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteScheduler.html" title="interface in org.apache.ignite">IgniteScheduler</a></dt>
<dd>
<div class="block">Executes given closure on internal system thread pool asynchronously.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteScheduler.html#runLocal-java.lang.Runnable-long-java.util.concurrent.TimeUnit-">runLocal(Runnable, long, TimeUnit)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteScheduler.html" title="interface in org.apache.ignite">IgniteScheduler</a></dt>
<dd>
<div class="block">Executes given closure after the delay.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/genetic/GeneticAlgorithm.html#runParallel-org.apache.ignite.ml.environment.LearningEnvironment-">runParallel(LearningEnvironment)</a></span> - Method in class org.apache.ignite.ml.util.genetic.<a href="org/apache/ignite/ml/util/genetic/GeneticAlgorithm.html" title="class in org.apache.ignite.ml.util.genetic">GeneticAlgorithm</a></dt>
<dd>
<div class="block">The main method for genetic algorithm.</div>
</dd>
</dl>
<a name="I:S">
<!-- -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><a href="org/apache/ignite/spi/checkpoint/s3/S3CheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.s3"><span class="typeNameLink">S3CheckpointSpi</span></a> - Class in <a href="org/apache/ignite/spi/checkpoint/s3/package-summary.html">org.apache.ignite.spi.checkpoint.s3</a></dt>
<dd>
<div class="block">This class defines Amazon S3-based implementation for checkpoint SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/s3/S3CheckpointSpi.html#S3CheckpointSpi--">S3CheckpointSpi()</a></span> - Constructor for 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>&nbsp;</dd>
<dt><a href="org/apache/ignite/spi/checkpoint/s3/S3CheckpointSpiMBean.html" title="interface in org.apache.ignite.spi.checkpoint.s3"><span class="typeNameLink">S3CheckpointSpiMBean</span></a> - Interface in <a href="org/apache/ignite/spi/checkpoint/s3/package-summary.html">org.apache.ignite.spi.checkpoint.s3</a></dt>
<dd>
<div class="block">Management bean for <a href="org/apache/ignite/spi/checkpoint/s3/S3CheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.s3"><code>S3CheckpointSpi</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/GDBLearningStrategy.html#sampleSize">sampleSize</a></span> - Variable in class org.apache.ignite.ml.composition.boosting.<a href="org/apache/ignite/ml/composition/boosting/GDBLearningStrategy.html" title="class in org.apache.ignite.ml.composition.boosting">GDBLearningStrategy</a></dt>
<dd>
<div class="block">Sample size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/TracingConfigurationParameters.html#SAMPLING_RATE_ALWAYS">SAMPLING_RATE_ALWAYS</a></span> - Static variable in class org.apache.ignite.spi.tracing.<a href="org/apache/ignite/spi/tracing/TracingConfigurationParameters.html" title="class in org.apache.ignite.spi.tracing">TracingConfigurationParameters</a></dt>
<dd>
<div class="block">Max valid sampling rate with special meaning that span will be always created.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/TracingConfigurationParameters.html#SAMPLING_RATE_NEVER">SAMPLING_RATE_NEVER</a></span> - Static variable in class org.apache.ignite.spi.tracing.<a href="org/apache/ignite/spi/tracing/TracingConfigurationParameters.html" title="class in org.apache.ignite.spi.tracing">TracingConfigurationParameters</a></dt>
<dd>
<div class="block">Min valid sampling rate with special meaning that span won't be created.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/TracingConfigurationParameters.html#samplingRate--">samplingRate()</a></span> - Method in class org.apache.ignite.spi.tracing.<a href="org/apache/ignite/spi/tracing/TracingConfigurationParameters.html" title="class in org.apache.ignite.spi.tracing">TracingConfigurationParameters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/SecuritySubject.html#sandboxPermissions--">sandboxPermissions()</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>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/Exporter.html#save-D-P-">save(D, P)</a></span> - Method in interface org.apache.ignite.ml.<a href="org/apache/ignite/ml/Exporter.html" title="interface in org.apache.ignite.ml">Exporter</a></dt>
<dd>
<div class="block">Save model by path p</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/FileExporter.html#save-D-java.lang.String-">save(D, String)</a></span> - Method in class org.apache.ignite.ml.<a href="org/apache/ignite/ml/FileExporter.html" title="class in org.apache.ignite.ml">FileExporter</a></dt>
<dd>
<div class="block">Save model by path p</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/Tracer.html#saveAsCsv-org.apache.ignite.ml.math.primitives.vector.Vector-java.lang.String-java.lang.String-">saveAsCsv(Vector, String, String)</a></span> - Static method in class org.apache.ignite.ml.math.<a href="org/apache/ignite/ml/math/Tracer.html" title="class in org.apache.ignite.ml.math">Tracer</a></dt>
<dd>
<div class="block">Saves given vector as CSV file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/Tracer.html#saveAsCsv-org.apache.ignite.ml.math.primitives.matrix.Matrix-java.lang.String-java.lang.String-">saveAsCsv(Matrix, String, String)</a></span> - Static method in class org.apache.ignite.ml.math.<a href="org/apache/ignite/ml/math/Tracer.html" title="class in org.apache.ignite.ml.math">Tracer</a></dt>
<dd>
<div class="block">Saves given matrix as CSV file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeTaskSession.html#saveCheckpoint-java.lang.String-java.lang.Object-">saveCheckpoint(String, Object)</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">Saves intermediate state of a job or task to a storage.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeTaskSession.html#saveCheckpoint-java.lang.String-java.lang.Object-org.apache.ignite.compute.ComputeTaskSessionScope-long-">saveCheckpoint(String, Object, ComputeTaskSessionScope, long)</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">Saves intermediate state of a job to a storage.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeTaskSession.html#saveCheckpoint-java.lang.String-java.lang.Object-org.apache.ignite.compute.ComputeTaskSessionScope-long-boolean-">saveCheckpoint(String, Object, ComputeTaskSessionScope, long, 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">Saves intermediate state of a job or task to a storage.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/cache/CacheCheckpointSpi.html#saveCheckpoint-java.lang.String-byte:A-long-boolean-">saveCheckpoint(String, byte[], long, boolean)</a></span> - Method in 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>
<div class="block">Saves checkpoint to the storage.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/CheckpointSpi.html#saveCheckpoint-java.lang.String-byte:A-long-boolean-">saveCheckpoint(String, byte[], long, boolean)</a></span> - Method in interface org.apache.ignite.spi.checkpoint.<a href="org/apache/ignite/spi/checkpoint/CheckpointSpi.html" title="interface in org.apache.ignite.spi.checkpoint">CheckpointSpi</a></dt>
<dd>
<div class="block">Saves checkpoint to the storage.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html#saveCheckpoint-java.lang.String-byte:A-long-boolean-">saveCheckpoint(String, byte[], long, boolean)</a></span> - Method in class org.apache.ignite.spi.checkpoint.jdbc.<a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.jdbc">JdbcCheckpointSpi</a></dt>
<dd>
<div class="block">Saves checkpoint to the storage.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/noop/NoopCheckpointSpi.html#saveCheckpoint-java.lang.String-byte:A-long-boolean-">saveCheckpoint(String, byte[], long, boolean)</a></span> - Method in class org.apache.ignite.spi.checkpoint.noop.<a href="org/apache/ignite/spi/checkpoint/noop/NoopCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.noop">NoopCheckpointSpi</a></dt>
<dd>
<div class="block">Saves checkpoint to the storage.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/s3/S3CheckpointSpi.html#saveCheckpoint-java.lang.String-byte:A-long-boolean-">saveCheckpoint(String, byte[], long, boolean)</a></span> - Method 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">Saves checkpoint to the storage.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/sharedfs/SharedFsCheckpointSpi.html#saveCheckpoint-java.lang.String-byte:A-long-boolean-">saveCheckpoint(String, byte[], long, boolean)</a></span> - Method in class org.apache.ignite.spi.checkpoint.sharedfs.<a href="org/apache/ignite/spi/checkpoint/sharedfs/SharedFsCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.sharedfs">SharedFsCheckpointSpi</a></dt>
<dd>
<div class="block">Saves checkpoint to the storage.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/impl/cache/util/ComputeUtils.html#saveContext-org.apache.ignite.Ignite-java.lang.String-int-C-">saveContext(Ignite, String, int, C)</a></span> - Static method in class org.apache.ignite.ml.dataset.impl.cache.util.<a href="org/apache/ignite/ml/dataset/impl/cache/util/ComputeUtils.html" title="class in org.apache.ignite.ml.dataset.impl.cache.util">ComputeUtils</a></dt>
<dd>
<div class="block">Saves the specified partition <code>context</code> into the Ignite Cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/kmeans/KMeansModel.html#saveModel-org.apache.ignite.ml.Exporter-P-">saveModel(Exporter<span class='angle_bracket'>&lt;</span>KMeansModelFormat, P<span class='angle_bracket'>&gt;</span>, P)</a></span> - Method in class org.apache.ignite.ml.clustering.kmeans.<a href="org/apache/ignite/ml/clustering/kmeans/KMeansModel.html" title="class in org.apache.ignite.ml.clustering.kmeans">KMeansModel</a></dt>
<dd>
<div class="block">Save model by the given path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/ModelsComposition.html#saveModel-org.apache.ignite.ml.Exporter-P-">saveModel(Exporter<span class='angle_bracket'>&lt;</span>ModelsCompositionFormat, P<span class='angle_bracket'>&gt;</span>, P)</a></span> - Method in class org.apache.ignite.ml.composition.<a href="org/apache/ignite/ml/composition/ModelsComposition.html" title="class in org.apache.ignite.ml.composition">ModelsComposition</a></dt>
<dd>
<div class="block">Save model by the given path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/Exportable.html#saveModel-org.apache.ignite.ml.Exporter-P-">saveModel(Exporter<span class='angle_bracket'>&lt;</span>D, P<span class='angle_bracket'>&gt;</span>, P)</a></span> - Method in interface org.apache.ignite.ml.<a href="org/apache/ignite/ml/Exportable.html" title="interface in org.apache.ignite.ml">Exportable</a></dt>
<dd>
<div class="block">Save model by the given path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/IgniteModelStorageUtil.html#saveModel-org.apache.ignite.Ignite-org.apache.ignite.ml.IgniteModel-java.lang.String-">saveModel(Ignite, IgniteModel<span class='angle_bracket'>&lt;</span>I, O<span class='angle_bracket'>&gt;</span>, String)</a></span> - Static method in class org.apache.ignite.ml.inference.<a href="org/apache/ignite/ml/inference/IgniteModelStorageUtil.html" title="class in org.apache.ignite.ml.inference">IgniteModelStorageUtil</a></dt>
<dd>
<div class="block">Saved specified model with specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/ann/ANNClassificationModel.html#saveModel-org.apache.ignite.ml.Exporter-P-">saveModel(Exporter<span class='angle_bracket'>&lt;</span>KNNModelFormat, P<span class='angle_bracket'>&gt;</span>, P)</a></span> - Method in class org.apache.ignite.ml.knn.ann.<a href="org/apache/ignite/ml/knn/ann/ANNClassificationModel.html" title="class in org.apache.ignite.ml.knn.ann">ANNClassificationModel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/NNClassificationModel.html#saveModel-org.apache.ignite.ml.Exporter-P-">saveModel(Exporter<span class='angle_bracket'>&lt;</span>KNNModelFormat, P<span class='angle_bracket'>&gt;</span>, P)</a></span> - Method in class org.apache.ignite.ml.knn.<a href="org/apache/ignite/ml/knn/NNClassificationModel.html" title="class in org.apache.ignite.ml.knn">NNClassificationModel</a></dt>
<dd>
<div class="block">Save model by the given path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/multiclass/MultiClassModel.html#saveModel-org.apache.ignite.ml.Exporter-P-">saveModel(Exporter<span class='angle_bracket'>&lt;</span>MultiClassModel, P<span class='angle_bracket'>&gt;</span>, P)</a></span> - Method in class org.apache.ignite.ml.multiclass.<a href="org/apache/ignite/ml/multiclass/MultiClassModel.html" title="class in org.apache.ignite.ml.multiclass">MultiClassModel</a></dt>
<dd>
<div class="block">Save model by the given path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/compound/CompoundNaiveBayesModel.html#saveModel-org.apache.ignite.ml.Exporter-P-">saveModel(Exporter<span class='angle_bracket'>&lt;</span>CompoundNaiveBayesModel, P<span class='angle_bracket'>&gt;</span>, P)</a></span> - Method in class org.apache.ignite.ml.naivebayes.compound.<a href="org/apache/ignite/ml/naivebayes/compound/CompoundNaiveBayesModel.html" title="class in org.apache.ignite.ml.naivebayes.compound">CompoundNaiveBayesModel</a></dt>
<dd>
<div class="block">Save model by the given path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/discrete/DiscreteNaiveBayesModel.html#saveModel-org.apache.ignite.ml.Exporter-P-">saveModel(Exporter<span class='angle_bracket'>&lt;</span>DiscreteNaiveBayesModel, P<span class='angle_bracket'>&gt;</span>, P)</a></span> - Method in class org.apache.ignite.ml.naivebayes.discrete.<a href="org/apache/ignite/ml/naivebayes/discrete/DiscreteNaiveBayesModel.html" title="class in org.apache.ignite.ml.naivebayes.discrete">DiscreteNaiveBayesModel</a></dt>
<dd>
<div class="block">Save model by the given path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/gaussian/GaussianNaiveBayesModel.html#saveModel-org.apache.ignite.ml.Exporter-P-">saveModel(Exporter<span class='angle_bracket'>&lt;</span>GaussianNaiveBayesModel, P<span class='angle_bracket'>&gt;</span>, P)</a></span> - Method in class org.apache.ignite.ml.naivebayes.gaussian.<a href="org/apache/ignite/ml/naivebayes/gaussian/GaussianNaiveBayesModel.html" title="class in org.apache.ignite.ml.naivebayes.gaussian">GaussianNaiveBayesModel</a></dt>
<dd>
<div class="block">Save model by the given path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/linear/LinearRegressionModel.html#saveModel-org.apache.ignite.ml.Exporter-P-">saveModel(Exporter<span class='angle_bracket'>&lt;</span>LinearRegressionModel, P<span class='angle_bracket'>&gt;</span>, P)</a></span> - Method in class org.apache.ignite.ml.regressions.linear.<a href="org/apache/ignite/ml/regressions/linear/LinearRegressionModel.html" title="class in org.apache.ignite.ml.regressions.linear">LinearRegressionModel</a></dt>
<dd>
<div class="block">Save model by the given path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionModel.html#saveModel-org.apache.ignite.ml.Exporter-P-">saveModel(Exporter<span class='angle_bracket'>&lt;</span>LogisticRegressionModel, P<span class='angle_bracket'>&gt;</span>, P)</a></span> - Method in class org.apache.ignite.ml.regressions.logistic.<a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionModel.html" title="class in org.apache.ignite.ml.regressions.logistic">LogisticRegressionModel</a></dt>
<dd>
<div class="block">Save model by the given path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/svm/SVMLinearClassificationModel.html#saveModel-org.apache.ignite.ml.Exporter-P-">saveModel(Exporter<span class='angle_bracket'>&lt;</span>SVMLinearClassificationModel, P<span class='angle_bracket'>&gt;</span>, P)</a></span> - Method in class org.apache.ignite.ml.svm.<a href="org/apache/ignite/ml/svm/SVMLinearClassificationModel.html" title="class in org.apache.ignite.ml.svm">SVMLinearClassificationModel</a></dt>
<dd>
<div class="block">Save model by the given path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/Blas.html#scal-java.lang.Double-org.apache.ignite.ml.math.primitives.vector.Vector-">scal(Double, Vector)</a></span> - Static method in class org.apache.ignite.ml.math.<a href="org/apache/ignite/ml/math/Blas.html" title="class in org.apache.ignite.ml.math">Blas</a></dt>
<dd>
<div class="block">Performs in-place multiplication of vector x by a real scalar a.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlTableColumnView.html#scale--">scale()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlTableColumnView.html" title="class in org.apache.ignite.spi.systemview.view">SqlTableColumnView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlViewColumnView.html#scale--">scale()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlViewColumnView.html" title="class in org.apache.ignite.spi.systemview.view">SqlViewColumnView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#scanIterator-boolean-org.apache.ignite.lang.IgniteBiPredicate-">scanIterator(boolean, IgniteBiPredicate)</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>
<dt><a href="org/apache/ignite/cache/query/ScanQuery.html" title="class in org.apache.ignite.cache.query"><span class="typeNameLink">ScanQuery</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/cache/query/ScanQuery.html" title="type parameter in ScanQuery">K</a>,<a href="org/apache/ignite/cache/query/ScanQuery.html" title="type parameter in ScanQuery">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/cache/query/package-summary.html">org.apache.ignite.cache.query</a></dt>
<dd>
<div class="block">Scan query over cache entries.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/ScanQuery.html#ScanQuery--">ScanQuery()</a></span> - Constructor for class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/ScanQuery.html" title="class in org.apache.ignite.cache.query">ScanQuery</a></dt>
<dd>
<div class="block">Create scan query returning all entries.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/ScanQuery.html#ScanQuery-int-">ScanQuery(int)</a></span> - Constructor for class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/ScanQuery.html" title="class in org.apache.ignite.cache.query">ScanQuery</a></dt>
<dd>
<div class="block">Creates partition scan query returning all entries for given partition.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/ScanQuery.html#ScanQuery-org.apache.ignite.lang.IgniteBiPredicate-">ScanQuery(IgniteBiPredicate<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/ScanQuery.html" title="class in org.apache.ignite.cache.query">ScanQuery</a></dt>
<dd>
<div class="block">Create scan query with filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/ScanQuery.html#ScanQuery-java.lang.Integer-org.apache.ignite.lang.IgniteBiPredicate-">ScanQuery(Integer, IgniteBiPredicate<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/ScanQuery.html" title="class in org.apache.ignite.cache.query">ScanQuery</a></dt>
<dd>
<div class="block">Create scan query with filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/CacheQueryExecutedEvent.html#scanQueryFilter--">scanQueryFilter()</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 scan query filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/CacheQueryReadEvent.html#scanQueryFilter--">scanQueryFilter()</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 scan query filter.</div>
</dd>
<dt><a href="org/apache/ignite/spi/systemview/view/ScanQueryView.html" title="class in org.apache.ignite.spi.systemview.view"><span class="typeNameLink">ScanQueryView</span></a> - Class in <a href="org/apache/ignite/spi/systemview/view/package-summary.html">org.apache.ignite.spi.systemview.view</a></dt>
<dd>
<div class="block">Scan query iterator representation for a <a href="org/apache/ignite/spi/systemview/view/SystemView.html" title="interface in org.apache.ignite.spi.systemview.view"><code>SystemView</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ScanQueryView.html#ScanQueryView-java.util.UUID-long-boolean-org.apache.ignite.spi.IgniteSpiCloseableIterator-">ScanQueryView(UUID, long, boolean, IgniteSpiCloseableIterator<span class='angle_bracket'>&lt;</span>IgniteBiTuple<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ScanQueryView.html" title="class in org.apache.ignite.spi.systemview.view">ScanQueryView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DefragmentationMXBean.html#schedule-java.lang.String-">schedule(String)</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DefragmentationMXBean.html" title="interface in org.apache.ignite.mxbean">DefragmentationMXBean</a></dt>
<dd>
<div class="block">Schedule defragmentation for given caches.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteScheduler.html#scheduleLocal-java.lang.Runnable-java.lang.String-">scheduleLocal(Runnable, String)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteScheduler.html" title="interface in org.apache.ignite">IgniteScheduler</a></dt>
<dd>
<div class="block">Schedules job for execution using local <b>cron-based</b> scheduling.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteScheduler.html#scheduleLocal-java.util.concurrent.Callable-java.lang.String-">scheduleLocal(Callable<span class='angle_bracket'>&lt;</span>R<span class='angle_bracket'>&gt;</span>, String)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteScheduler.html" title="interface in org.apache.ignite">IgniteScheduler</a></dt>
<dd>
<div class="block">Schedules job for execution using local <b>cron-based</b> scheduling.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignite.html#scheduler--">scheduler()</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 cron-based scheduler.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#scheduler--">scheduler()</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 cron-based scheduler.</div>
</dd>
<dt><a href="org/apache/ignite/scheduler/SchedulerFuture.html" title="interface in org.apache.ignite.scheduler"><span class="typeNameLink">SchedulerFuture</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/scheduler/SchedulerFuture.html" title="type parameter in SchedulerFuture">R</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/scheduler/package-summary.html">org.apache.ignite.scheduler</a></dt>
<dd>
<div class="block">Future for cron-based scheduled execution.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlViewView.html#schema--">schema()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlViewView.html" title="class in org.apache.ignite.spi.systemview.view">SqlViewView</a></dt>
<dd>
<div class="block">View schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlIndexView.html#schemaName--">schemaName()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlIndexView.html" title="class in org.apache.ignite.spi.systemview.view">SqlIndexView</a></dt>
<dd>
<div class="block">Returns schema name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlQueryHistoryView.html#schemaName--">schemaName()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlQueryHistoryView.html" title="class in org.apache.ignite.spi.systemview.view">SqlQueryHistoryView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlQueryView.html#schemaName--">schemaName()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlQueryView.html" title="class in org.apache.ignite.spi.systemview.view">SqlQueryView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlSchemaView.html#schemaName--">schemaName()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlSchemaView.html" title="class in org.apache.ignite.spi.systemview.view">SqlSchemaView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlTableColumnView.html#schemaName--">schemaName()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlTableColumnView.html" title="class in org.apache.ignite.spi.systemview.view">SqlTableColumnView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlTableView.html#schemaName--">schemaName()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlTableView.html" title="class in org.apache.ignite.spi.systemview.view">SqlTableView</a></dt>
<dd>
<div class="block">Returns schema name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlViewColumnView.html#schemaName--">schemaName()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlViewColumnView.html" title="class in org.apache.ignite.spi.systemview.view">SqlViewColumnView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/BinaryMetadataView.html#schemasIds--">schemasIds()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/BinaryMetadataView.html" title="class in org.apache.ignite.spi.systemview.view">BinaryMetadataView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/spi/tracing/Scope.html" title="enum in org.apache.ignite.spi.tracing"><span class="typeNameLink">Scope</span></a> - Enum in <a href="org/apache/ignite/spi/tracing/package-summary.html">org.apache.ignite.spi.tracing</a></dt>
<dd>
<div class="block">Tracing span scope.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/TracingConfigurationCoordinates.html#scope--">scope()</a></span> - Method in class org.apache.ignite.spi.tracing.<a href="org/apache/ignite/spi/tracing/TracingConfigurationCoordinates.html" title="class in org.apache.ignite.spi.tracing">TracingConfigurationCoordinates</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html#score-java.util.function.Function-">score(Function<span class='angle_bracket'>&lt;</span>IgniteBiPredicate<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.selection.cv.<a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html" title="class in org.apache.ignite.ml.selection.cv">AbstractCrossValidation</a></dt>
<dd>
<div class="block">Computes cross-validated metrics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html#scoreByFolds--">scoreByFolds()</a></span> - Method in class org.apache.ignite.ml.selection.cv.<a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html" title="class in org.apache.ignite.ml.selection.cv">AbstractCrossValidation</a></dt>
<dd>
<div class="block">Calculates score by folds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/cv/CrossValidation.html#scoreByFolds--">scoreByFolds()</a></span> - Method in class org.apache.ignite.ml.selection.cv.<a href="org/apache/ignite/ml/selection/cv/CrossValidation.html" title="class in org.apache.ignite.ml.selection.cv">CrossValidation</a></dt>
<dd>
<div class="block">Calculates score by folds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/cv/DebugCrossValidation.html#scoreByFolds--">scoreByFolds()</a></span> - Method in class org.apache.ignite.ml.selection.cv.<a href="org/apache/ignite/ml/selection/cv/DebugCrossValidation.html" title="class in org.apache.ignite.ml.selection.cv">DebugCrossValidation</a></dt>
<dd>
<div class="block">Calculates score by folds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html#scorePipeline-java.util.function.Function-">scorePipeline(Function<span class='angle_bracket'>&lt;</span>IgniteBiPredicate<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.selection.cv.<a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html" title="class in org.apache.ignite.ml.selection.cv">AbstractCrossValidation</a></dt>
<dd>
<div class="block">Computes cross-validated metrics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/metric/jmx/MetricRegistryMBean.html#searchHistogram-java.lang.String-org.apache.ignite.spi.metric.ReadOnlyMetricRegistry-">searchHistogram(String, ReadOnlyMetricRegistry)</a></span> - Static method in class org.apache.ignite.spi.metric.jmx.<a href="org/apache/ignite/spi/metric/jmx/MetricRegistryMBean.html" title="class in org.apache.ignite.spi.metric.jmx">MetricRegistryMBean</a></dt>
<dd>
<div class="block">Parse attribute name for a histogram and search it's value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/combinators/sequential/ModelsSequentialComposition.html#secondModel--">secondModel()</a></span> - Method in class org.apache.ignite.ml.composition.combinators.sequential.<a href="org/apache/ignite/ml/composition/combinators/sequential/ModelsSequentialComposition.html" title="class in org.apache.ignite.ml.composition.combinators.sequential">ModelsSequentialComposition</a></dt>
<dd>
<div class="block">Get second model.</div>
</dd>
<dt><a href="org/apache/ignite/plugin/security/SecurityBasicPermissionSet.html" title="class in org.apache.ignite.plugin.security"><span class="typeNameLink">SecurityBasicPermissionSet</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">Simple implementation of <a href="org/apache/ignite/plugin/security/SecurityPermissionSet.html" title="interface in org.apache.ignite.plugin.security"><code>SecurityPermissionSet</code></a> interface.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/SecurityBasicPermissionSet.html#SecurityBasicPermissionSet--">SecurityBasicPermissionSet()</a></span> - Constructor for class org.apache.ignite.plugin.security.<a href="org/apache/ignite/plugin/security/SecurityBasicPermissionSet.html" title="class in org.apache.ignite.plugin.security">SecurityBasicPermissionSet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/plugin/security/SecurityCredentials.html" title="class in org.apache.ignite.plugin.security"><span class="typeNameLink">SecurityCredentials</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">Security credentials used for node authentication.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/SecurityCredentials.html#SecurityCredentials--">SecurityCredentials()</a></span> - Constructor for class org.apache.ignite.plugin.security.<a href="org/apache/ignite/plugin/security/SecurityCredentials.html" title="class in org.apache.ignite.plugin.security">SecurityCredentials</a></dt>
<dd>
<div class="block">Empty constructor required by <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Externalizable.html?is-external=true" title="class or interface in java.io"><code>Externalizable</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/SecurityCredentials.html#SecurityCredentials-java.lang.String-java.lang.String-">SecurityCredentials(String, String)</a></span> - Constructor for class org.apache.ignite.plugin.security.<a href="org/apache/ignite/plugin/security/SecurityCredentials.html" title="class in org.apache.ignite.plugin.security">SecurityCredentials</a></dt>
<dd>
<div class="block">Constructs security credentials based on <code>login</code> and <code>password</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/SecurityCredentials.html#SecurityCredentials-java.lang.String-java.lang.String-java.lang.Object-">SecurityCredentials(String, String, Object)</a></span> - Constructor for class org.apache.ignite.plugin.security.<a href="org/apache/ignite/plugin/security/SecurityCredentials.html" title="class in org.apache.ignite.plugin.security">SecurityCredentials</a></dt>
<dd>
<div class="block">Constructs security credentials based on <code>login</code>, <code>password</code>,
and custom user object.</div>
</dd>
<dt><a href="org/apache/ignite/plugin/security/SecurityCredentialsBasicProvider.html" title="class in org.apache.ignite.plugin.security"><span class="typeNameLink">SecurityCredentialsBasicProvider</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">Basic implementation for <a href="org/apache/ignite/plugin/security/SecurityCredentialsProvider.html" title="interface in org.apache.ignite.plugin.security"><code>SecurityCredentialsProvider</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/SecurityCredentialsBasicProvider.html#SecurityCredentialsBasicProvider-org.apache.ignite.plugin.security.SecurityCredentials-">SecurityCredentialsBasicProvider(SecurityCredentials)</a></span> - Constructor for class org.apache.ignite.plugin.security.<a href="org/apache/ignite/plugin/security/SecurityCredentialsBasicProvider.html" title="class in org.apache.ignite.plugin.security">SecurityCredentialsBasicProvider</a></dt>
<dd>
<div class="block">Constructs security credentials provider based on security credentials passed in.</div>
</dd>
<dt><a href="org/apache/ignite/plugin/security/SecurityCredentialsProvider.html" title="interface in org.apache.ignite.plugin.security"><span class="typeNameLink">SecurityCredentialsProvider</span></a> - Interface in <a href="org/apache/ignite/plugin/security/package-summary.html">org.apache.ignite.plugin.security</a></dt>
<dd>
<div class="block">Security credentials provider for specifying security credentials.</div>
</dd>
<dt><a href="org/apache/ignite/plugin/security/SecurityException.html" title="class in org.apache.ignite.plugin.security"><span class="typeNameLink">SecurityException</span></a> - Exception in <a href="org/apache/ignite/plugin/security/package-summary.html">org.apache.ignite.plugin.security</a></dt>
<dd>
<div class="block">Common security exception for the grid.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/SecurityException.html#SecurityException-java.lang.String-java.lang.Throwable-">SecurityException(String, Throwable)</a></span> - Constructor for exception org.apache.ignite.plugin.security.<a href="org/apache/ignite/plugin/security/SecurityException.html" title="class in org.apache.ignite.plugin.security">SecurityException</a></dt>
<dd>
<div class="block">Constructs security grid exception with given message and cause.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/SecurityException.html#SecurityException-java.lang.Throwable-">SecurityException(Throwable)</a></span> - Constructor for exception org.apache.ignite.plugin.security.<a href="org/apache/ignite/plugin/security/SecurityException.html" title="class in org.apache.ignite.plugin.security">SecurityException</a></dt>
<dd>
<div class="block">Creates new security grid exception given throwable as a cause and
source of error message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/SecurityException.html#SecurityException-java.lang.String-">SecurityException(String)</a></span> - Constructor for exception org.apache.ignite.plugin.security.<a href="org/apache/ignite/plugin/security/SecurityException.html" title="class in org.apache.ignite.plugin.security">SecurityException</a></dt>
<dd>
<div class="block">Constructs security grid exception with given message.</div>
</dd>
<dt><a href="org/apache/ignite/plugin/security/SecurityPermission.html" title="enum in org.apache.ignite.plugin.security"><span class="typeNameLink">SecurityPermission</span></a> - Enum in <a href="org/apache/ignite/plugin/security/package-summary.html">org.apache.ignite.plugin.security</a></dt>
<dd>
<div class="block">Supported security permissions within grid.</div>
</dd>
<dt><a href="org/apache/ignite/plugin/security/SecurityPermissionSet.html" title="interface in org.apache.ignite.plugin.security"><span class="typeNameLink">SecurityPermissionSet</span></a> - Interface in <a href="org/apache/ignite/plugin/security/package-summary.html">org.apache.ignite.plugin.security</a></dt>
<dd>
<div class="block">Security permission set for authorized security subjects.</div>
</dd>
<dt><a href="org/apache/ignite/plugin/security/SecurityPermissionSetBuilder.html" title="class in org.apache.ignite.plugin.security"><span class="typeNameLink">SecurityPermissionSetBuilder</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">Provides a convenient way to create a permission set.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/SecurityPermissionSetBuilder.html#SecurityPermissionSetBuilder--">SecurityPermissionSetBuilder()</a></span> - Constructor for 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>&nbsp;</dd>
<dt><a href="org/apache/ignite/plugin/security/SecuritySubject.html" title="interface in org.apache.ignite.plugin.security"><span class="typeNameLink">SecuritySubject</span></a> - Interface in <a href="org/apache/ignite/plugin/security/package-summary.html">org.apache.ignite.plugin.security</a></dt>
<dd>
<div class="block">Security subject representing authenticated node with a set of permissions.</div>
</dd>
<dt><a href="org/apache/ignite/plugin/security/SecuritySubjectType.html" title="enum in org.apache.ignite.plugin.security"><span class="typeNameLink">SecuritySubjectType</span></a> - Enum in <a href="org/apache/ignite/plugin/security/package-summary.html">org.apache.ignite.plugin.security</a></dt>
<dd>
<div class="block">Supported security subject types.</div>
</dd>
<dt><a href="org/apache/ignite/plugin/segmentation/SegmentationPolicy.html" title="enum in org.apache.ignite.plugin.segmentation"><span class="typeNameLink">SegmentationPolicy</span></a> - Enum in <a href="org/apache/ignite/plugin/segmentation/package-summary.html">org.apache.ignite.plugin.segmentation</a></dt>
<dd>
<div class="block">Policy that defines how node will react on topology segmentation.</div>
</dd>
<dt><a href="org/apache/ignite/plugin/segmentation/SegmentationResolver.html" title="interface in org.apache.ignite.plugin.segmentation"><span class="typeNameLink">SegmentationResolver</span></a> - Interface in <a href="org/apache/ignite/plugin/segmentation/package-summary.html">org.apache.ignite.plugin.segmentation</a></dt>
<dd>
<div class="block">This is interface for segmentation (a.k.a "split-brain" problem) resolvers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/genetic/Population.html#selectBestKChromosome-int-">selectBestKChromosome(int)</a></span> - Method in class org.apache.ignite.ml.util.genetic.<a href="org/apache/ignite/ml/util/genetic/Population.html" title="class in org.apache.ignite.ml.util.genetic">Population</a></dt>
<dd>
<div class="block">Selects the top K chromosomes by fitness value from the smallest to the largest.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/visor/plugin/VisorPluginNodesPanel.html#selected--">selected()</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">Get selected elements.</div>
</dd>
<dt><a href="org/apache/ignite/ml/util/genetic/SelectionStrategy.html" title="enum in org.apache.ignite.ml.util.genetic"><span class="typeNameLink">SelectionStrategy</span></a> - Enum in <a href="org/apache/ignite/ml/util/genetic/package-summary.html">org.apache.ignite.ml.util.genetic</a></dt>
<dd>
<div class="block">Please, have a look at https://en.wikipedia.org/wiki/Selection_(genetic_algorithm).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/Utils.html#selectKDistinct-int-int-java.util.Random-">selectKDistinct(int, int, Random)</a></span> - Static method in class org.apache.ignite.ml.util.<a href="org/apache/ignite/ml/util/Utils.html" title="class in org.apache.ignite.ml.util">Utils</a></dt>
<dd>
<div class="block">Select k distinct integers from range [0, n) with reservoir sampling:
https://en.wikipedia.org/wiki/Reservoir_sampling.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/Utils.html#selectKDistinct-int-int-">selectKDistinct(int, int)</a></span> - Static method in class org.apache.ignite.ml.util.<a href="org/apache/ignite/ml/util/Utils.html" title="class in org.apache.ignite.ml.util">Utils</a></dt>
<dd>
<div class="block">Select k distinct integers from range [0, n) with reservoir sampling:
https://en.wikipedia.org/wiki/Reservoir_sampling.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/classification/KNNClassificationTrainer.html#self--">self()</a></span> - Method in class org.apache.ignite.ml.knn.classification.<a href="org/apache/ignite/ml/knn/classification/KNNClassificationTrainer.html" title="class in org.apache.ignite.ml.knn.classification">KNNClassificationTrainer</a></dt>
<dd>
<div class="block">Returns <code>this</code> instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/KNNTrainer.html#self--">self()</a></span> - Method in class org.apache.ignite.ml.knn.<a href="org/apache/ignite/ml/knn/KNNTrainer.html" title="class in org.apache.ignite.ml.knn">KNNTrainer</a></dt>
<dd>
<div class="block">Returns <code>this</code> instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/regression/KNNRegressionTrainer.html#self--">self()</a></span> - Method in class org.apache.ignite.ml.knn.regression.<a href="org/apache/ignite/ml/knn/regression/KNNRegressionTrainer.html" title="class in org.apache.ignite.ml.knn.regression">KNNRegressionTrainer</a></dt>
<dd>
<div class="block">Returns <code>this</code> instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignite.html#semaphore-java.lang.String-int-boolean-boolean-">semaphore(String, int, boolean, 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">Gets or creates semaphore.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#semaphore-java.lang.String-int-boolean-boolean-">semaphore(String, int, boolean, 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">Gets or creates semaphore.</div>
</dd>
<dt><a href="org/apache/ignite/spi/systemview/view/datastructures/SemaphoreView.html" title="class in org.apache.ignite.spi.systemview.view.datastructures"><span class="typeNameLink">SemaphoreView</span></a> - Class in <a href="org/apache/ignite/spi/systemview/view/datastructures/package-summary.html">org.apache.ignite.spi.systemview.view.datastructures</a></dt>
<dd>
<div class="block"><a href="org/apache/ignite/IgniteSemaphore.html" title="interface in org.apache.ignite"><code>IgniteSemaphore</code></a> representation for a <a href="org/apache/ignite/spi/systemview/view/SystemView.html" title="interface in org.apache.ignite.spi.systemview.view"><code>SystemView</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/datastructures/SemaphoreView.html#SemaphoreView-org.apache.ignite.internal.processors.datastructures.GridCacheRemovable-">SemaphoreView(GridCacheRemovable)</a></span> - Constructor for class org.apache.ignite.spi.systemview.view.datastructures.<a href="org/apache/ignite/spi/systemview/view/datastructures/SemaphoreView.html" title="class in org.apache.ignite.spi.systemview.view.datastructures">SemaphoreView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeTaskContinuousMapper.html#send-org.apache.ignite.compute.ComputeJob-org.apache.ignite.cluster.ClusterNode-">send(ComputeJob, ClusterNode)</a></span> - Method in interface org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeTaskContinuousMapper.html" title="interface in org.apache.ignite.compute">ComputeTaskContinuousMapper</a></dt>
<dd>
<div class="block">Sends given job to a specific grid node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeTaskContinuousMapper.html#send-java.util.Map-">send(Map<span class='angle_bracket'>&lt;</span>? extends ComputeJob, ClusterNode<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeTaskContinuousMapper.html" title="interface in org.apache.ignite.compute">ComputeTaskContinuousMapper</a></dt>
<dd>
<div class="block">Sends collection of grid jobs to assigned nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeTaskContinuousMapper.html#send-org.apache.ignite.compute.ComputeJob-">send(ComputeJob)</a></span> - Method in interface org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeTaskContinuousMapper.html" title="interface in org.apache.ignite.compute">ComputeTaskContinuousMapper</a></dt>
<dd>
<div class="block">Sends job to a node automatically picked by the underlying load balancer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeTaskContinuousMapper.html#send-java.util.Collection-">send(Collection<span class='angle_bracket'>&lt;</span>? extends ComputeJob<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeTaskContinuousMapper.html" title="interface in org.apache.ignite.compute">ComputeTaskContinuousMapper</a></dt>
<dd>
<div class="block">Sends collection of jobs to nodes automatically picked by the underlying load balancer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteMessaging.html#send-java.lang.Object-java.lang.Object-">send(Object, Object)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteMessaging.html" title="interface in org.apache.ignite">IgniteMessaging</a></dt>
<dd>
<div class="block">Sends given message with specified topic to the nodes in the underlying cluster group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteMessaging.html#send-java.lang.Object-java.util.Collection-">send(Object, Collection<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteMessaging.html" title="interface in org.apache.ignite">IgniteMessaging</a></dt>
<dd>
<div class="block">Sends given messages with the specified topic to the nodes in the underlying cluster group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiContext.html#send-org.apache.ignite.cluster.ClusterNode-java.io.Serializable-java.lang.String-">send(ClusterNode, Serializable, 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">Sends a message to a remote node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoverySpi.html#sendCustomEvent-org.apache.ignite.spi.discovery.DiscoverySpiCustomMessage-">sendCustomEvent(DiscoverySpiCustomMessage)</a></span> - Method in interface org.apache.ignite.spi.discovery.<a href="org/apache/ignite/spi/discovery/DiscoverySpi.html" title="interface in org.apache.ignite.spi.discovery">DiscoverySpi</a></dt>
<dd>
<div class="block">Sends custom message across the ring.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/isolated/IsolatedDiscoverySpi.html#sendCustomEvent-org.apache.ignite.spi.discovery.DiscoverySpiCustomMessage-">sendCustomEvent(DiscoverySpiCustomMessage)</a></span> - Method in class org.apache.ignite.spi.discovery.isolated.<a href="org/apache/ignite/spi/discovery/isolated/IsolatedDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.isolated">IsolatedDiscoverySpi</a></dt>
<dd>
<div class="block">Sends custom message across the ring.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#sendCustomEvent-org.apache.ignite.spi.discovery.DiscoverySpiCustomMessage-">sendCustomEvent(DiscoverySpiCustomMessage)</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">Sends custom message across the ring.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html#sendCustomEvent-org.apache.ignite.spi.discovery.DiscoverySpiCustomMessage-">sendCustomEvent(DiscoverySpiCustomMessage)</a></span> - Method in class org.apache.ignite.spi.discovery.zk.<a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.zk">ZookeeperDiscoverySpi</a></dt>
<dd>
<div class="block">Sends custom message across the ring.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/CommunicationSpi.html#sendMessage-org.apache.ignite.cluster.ClusterNode-T-">sendMessage(ClusterNode, T)</a></span> - Method in interface org.apache.ignite.spi.communication.<a href="org/apache/ignite/spi/communication/CommunicationSpi.html" title="interface in org.apache.ignite.spi.communication">CommunicationSpi</a></dt>
<dd>
<div class="block">Sends given message to destination node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#sendMessage-org.apache.ignite.cluster.ClusterNode-org.apache.ignite.plugin.extensions.communication.Message-">sendMessage(ClusterNode, Message)</a></span> - Method 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">Sends given message to destination node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#sendMessage-org.apache.ignite.cluster.ClusterNode-org.apache.ignite.plugin.extensions.communication.Message-org.apache.ignite.lang.IgniteInClosure-">sendMessage(ClusterNode, Message, IgniteInClosure<span class='angle_bracket'>&lt;</span>IgniteException<span class='angle_bracket'>&gt;</span>)</a></span> - Method 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">Sends given message to destination node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteNodeValidationResult.html#sendMessage--">sendMessage()</a></span> - Method in class org.apache.ignite.spi.<a href="org/apache/ignite/spi/IgniteNodeValidationResult.html" title="class in org.apache.ignite.spi">IgniteNodeValidationResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteMessaging.html#sendOrdered-java.lang.Object-java.lang.Object-long-">sendOrdered(Object, Object, long)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteMessaging.html" title="interface in org.apache.ignite">IgniteMessaging</a></dt>
<dd>
<div class="block">Sends given message with specified topic to the nodes in the underlying cluster group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#SENT_MESSAGES_BY_NODE_CONSISTENT_ID_METRIC_DESC">SENT_MESSAGES_BY_NODE_CONSISTENT_ID_METRIC_DESC</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">Sent messages by node consistent id metric description.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#SENT_MESSAGES_BY_NODE_CONSISTENT_ID_METRIC_NAME">SENT_MESSAGES_BY_NODE_CONSISTENT_ID_METRIC_NAME</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">Sent messages by node consistent id metric name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#SENT_MESSAGES_BY_TYPE_METRIC_DESC">SENT_MESSAGES_BY_TYPE_METRIC_DESC</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">Sent messages by type metric description.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#SENT_MESSAGES_BY_TYPE_METRIC_NAME">SENT_MESSAGES_BY_TYPE_METRIC_NAME</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">Sent messages by type metric name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#SENT_MESSAGES_METRIC_DESC">SENT_MESSAGES_METRIC_DESC</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">Sent messages metric description.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#SENT_MESSAGES_METRIC_NAME">SENT_MESSAGES_METRIC_NAME</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">Sent messages metric name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationMetricsListener.html#sentBytesCount--">sentBytesCount()</a></span> - Method in class org.apache.ignite.spi.communication.tcp.<a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationMetricsListener.html" title="class in org.apache.ignite.spi.communication.tcp">TcpCommunicationMetricsListener</a></dt>
<dd>
<div class="block">Gets sent bytes count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationMetricsListener.html#sentMessagesByNode--">sentMessagesByNode()</a></span> - Method in class org.apache.ignite.spi.communication.tcp.<a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationMetricsListener.html" title="class in org.apache.ignite.spi.communication.tcp">TcpCommunicationMetricsListener</a></dt>
<dd>
<div class="block">Gets sent messages counts (grouped by node).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationMetricsListener.html#sentMessagesByType--">sentMessagesByType()</a></span> - Method in class org.apache.ignite.spi.communication.tcp.<a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationMetricsListener.html" title="class in org.apache.ignite.spi.communication.tcp">TcpCommunicationMetricsListener</a></dt>
<dd>
<div class="block">Gets sent messages counts (grouped by type).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationMetricsListener.html#sentMessagesByTypeMetricName-java.lang.Short-">sentMessagesByTypeMetricName(Short)</a></span> - Static method in class org.apache.ignite.spi.communication.tcp.<a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationMetricsListener.html" title="class in org.apache.ignite.spi.communication.tcp">TcpCommunicationMetricsListener</a></dt>
<dd>
<div class="block">Generate metric name by message direct type id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationMetricsListener.html#sentMessagesCount--">sentMessagesCount()</a></span> - Method in class org.apache.ignite.spi.communication.tcp.<a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationMetricsListener.html" title="class in org.apache.ignite.spi.communication.tcp">TcpCommunicationMetricsListener</a></dt>
<dd>
<div class="block">Gets sent messages count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/StorageConstants.html#SEQUENTIAL_ACCESS_MODE">SEQUENTIAL_ACCESS_MODE</a></span> - Static variable in interface org.apache.ignite.ml.math.<a href="org/apache/ignite/ml/math/StorageConstants.html" title="interface in org.apache.ignite.ml.math">StorageConstants</a></dt>
<dd>
<div class="block">Storage mode optimized for sequential access.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/serializer/JavaSerializer.html#serialize-java.lang.Object-">serialize(Object)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.serializer.<a href="org/apache/ignite/cache/store/cassandra/serializer/JavaSerializer.html" title="class in org.apache.ignite.cache.store.cassandra.serializer">JavaSerializer</a></dt>
<dd>
<div class="block">Serializes object into byte buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/serializer/KryoSerializer.html#serialize-java.lang.Object-">serialize(Object)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.serializer.<a href="org/apache/ignite/cache/store/cassandra/serializer/KryoSerializer.html" title="class in org.apache.ignite.cache.store.cassandra.serializer">KryoSerializer</a></dt>
<dd>
<div class="block">Serializes object into byte buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/serializer/Serializer.html#serialize-java.lang.Object-">serialize(Object)</a></span> - Method in interface org.apache.ignite.cache.store.cassandra.serializer.<a href="org/apache/ignite/cache/store/cassandra/serializer/Serializer.html" title="interface in org.apache.ignite.cache.store.cassandra.serializer">Serializer</a></dt>
<dd>
<div class="block">Serializes object into byte buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/util/DirectorySerializer.html#serialize-java.nio.file.Path-">serialize(Path)</a></span> - Static method in class org.apache.ignite.ml.inference.util.<a href="org/apache/ignite/ml/inference/util/DirectorySerializer.html" title="class in org.apache.ignite.ml.inference.util">DirectorySerializer</a></dt>
<dd>
<div class="block">Serializes directory content.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/Utils.html#serialize-T-">serialize(T)</a></span> - Static method in class org.apache.ignite.ml.util.<a href="org/apache/ignite/ml/util/Utils.html" title="class in org.apache.ignite.ml.util">Utils</a></dt>
<dd>
<div class="block">Serialized the specified object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/NoopTracingSpi.html#serialize-org.apache.ignite.spi.tracing.NoopSpiSpecificSpan-">serialize(NoopSpiSpecificSpan)</a></span> - Method in class org.apache.ignite.spi.tracing.<a href="org/apache/ignite/spi/tracing/NoopTracingSpi.html" title="class in org.apache.ignite.spi.tracing">NoopTracingSpi</a></dt>
<dd>
<div class="block">Serializes span to byte array to send context over network.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/opencensus/OpenCensusTracingSpi.html#serialize-org.apache.ignite.spi.tracing.opencensus.OpenCensusSpanAdapter-">serialize(OpenCensusSpanAdapter)</a></span> - Method in class org.apache.ignite.spi.tracing.opencensus.<a href="org/apache/ignite/spi/tracing/opencensus/OpenCensusTracingSpi.html" title="class in org.apache.ignite.spi.tracing.opencensus">OpenCensusTracingSpi</a></dt>
<dd>
<div class="block">Serializes span to byte array to send context over network.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/TracingSpi.html#serialize-S-">serialize(S)</a></span> - Method in interface org.apache.ignite.spi.tracing.<a href="org/apache/ignite/spi/tracing/TracingSpi.html" title="interface in org.apache.ignite.spi.tracing">TracingSpi</a></dt>
<dd>
<div class="block">Serializes span to byte array to send context over network.</div>
</dd>
<dt><a href="org/apache/ignite/cache/store/cassandra/serializer/Serializer.html" title="interface in org.apache.ignite.cache.store.cassandra.serializer"><span class="typeNameLink">Serializer</span></a> - Interface in <a href="org/apache/ignite/cache/store/cassandra/serializer/package-summary.html">org.apache.ignite.cache.store.cassandra.serializer</a></dt>
<dd>
<div class="block">Interface which should be implemented by all serializers responsible
for writing/loading data to/from Cassandra in binary (BLOB) format.</div>
</dd>
<dt><a href="org/apache/ignite/configuration/SerializeSeparately.html" title="annotation in org.apache.ignite.configuration"><span class="typeNameLink">SerializeSeparately</span></a> - Annotation Type in <a href="org/apache/ignite/configuration/package-summary.html">org.apache.ignite.configuration</a></dt>
<dd>
<div class="block">This annotation is needed to mark fields of <a href="org/apache/ignite/configuration/CacheConfiguration.html" title="class in org.apache.ignite.configuration"><code>CacheConfiguration</code></a> to serialize them separately
during sending over network or storing to disk.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/encoding/frequency/FrequencyEncoderPreprocessor.html#serialVersionUID">serialVersionUID</a></span> - Static variable in class org.apache.ignite.ml.preprocessing.encoding.frequency.<a href="org/apache/ignite/ml/preprocessing/encoding/frequency/FrequencyEncoderPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.encoding.frequency">FrequencyEncoderPreprocessor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/encoding/target/TargetEncoderPreprocessor.html#serialVersionUID">serialVersionUID</a></span> - Static variable in class org.apache.ignite.ml.preprocessing.encoding.target.<a href="org/apache/ignite/ml/preprocessing/encoding/target/TargetEncoderPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.encoding.target">TargetEncoderPreprocessor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteServices.html#service-java.lang.String-">service(String)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteServices.html" title="interface in org.apache.ignite">IgniteServices</a></dt>
<dd>
<div class="block">Gets locally deployed service with specified name.</div>
</dd>
<dt><a href="org/apache/ignite/services/Service.html" title="interface in org.apache.ignite.services"><span class="typeNameLink">Service</span></a> - Interface in <a href="org/apache/ignite/services/package-summary.html">org.apache.ignite.services</a></dt>
<dd>
<div class="block">An instance of grid-managed service.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/services/ServiceDescriptor.html#serviceClass--">serviceClass()</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 service class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ServiceView.html#serviceClass--">serviceClass()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ServiceView.html" title="class in org.apache.ignite.spi.systemview.view">ServiceView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/services/ServiceConfiguration.html" title="class in org.apache.ignite.services"><span class="typeNameLink">ServiceConfiguration</span></a> - Class in <a href="org/apache/ignite/services/package-summary.html">org.apache.ignite.services</a></dt>
<dd>
<div class="block">Managed service configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/services/ServiceConfiguration.html#ServiceConfiguration--">ServiceConfiguration()</a></span> - Constructor for class org.apache.ignite.services.<a href="org/apache/ignite/services/ServiceConfiguration.html" title="class in org.apache.ignite.services">ServiceConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/services/ServiceContext.html" title="interface in org.apache.ignite.services"><span class="typeNameLink">ServiceContext</span></a> - Interface in <a href="org/apache/ignite/services/package-summary.html">org.apache.ignite.services</a></dt>
<dd>
<div class="block">Service execution context.</div>
</dd>
<dt><a href="org/apache/ignite/services/ServiceDeploymentException.html" title="class in org.apache.ignite.services"><span class="typeNameLink">ServiceDeploymentException</span></a> - Exception in <a href="org/apache/ignite/services/package-summary.html">org.apache.ignite.services</a></dt>
<dd>
<div class="block">Exception indicating service deployment failure.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/services/ServiceDeploymentException.html#ServiceDeploymentException-java.lang.String-java.util.Collection-">ServiceDeploymentException(String, Collection<span class='angle_bracket'>&lt;</span>ServiceConfiguration<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for exception org.apache.ignite.services.<a href="org/apache/ignite/services/ServiceDeploymentException.html" title="class in org.apache.ignite.services">ServiceDeploymentException</a></dt>
<dd>
<div class="block">Creates service deployment exception with error message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/services/ServiceDeploymentException.html#ServiceDeploymentException-java.lang.Throwable-java.util.Collection-">ServiceDeploymentException(Throwable, Collection<span class='angle_bracket'>&lt;</span>ServiceConfiguration<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for exception org.apache.ignite.services.<a href="org/apache/ignite/services/ServiceDeploymentException.html" title="class in org.apache.ignite.services">ServiceDeploymentException</a></dt>
<dd>
<div class="block">Creates service deployment exception with <a href="https://docs.oracle.com/javase/8/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="memberNameLink"><a href="org/apache/ignite/services/ServiceDeploymentException.html#ServiceDeploymentException-java.lang.String-java.lang.Throwable-java.util.Collection-">ServiceDeploymentException(String, Throwable, Collection<span class='angle_bracket'>&lt;</span>ServiceConfiguration<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for exception org.apache.ignite.services.<a href="org/apache/ignite/services/ServiceDeploymentException.html" title="class in org.apache.ignite.services">ServiceDeploymentException</a></dt>
<dd>
<div class="block">Creates service deployment exception with error message and <a href="https://docs.oracle.com/javase/8/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/services/ServiceDescriptor.html" title="interface in org.apache.ignite.services"><span class="typeNameLink">ServiceDescriptor</span></a> - Interface in <a href="org/apache/ignite/services/package-summary.html">org.apache.ignite.services</a></dt>
<dd>
<div class="block">Service deployment descriptor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteServices.html#serviceDescriptors--">serviceDescriptors()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteServices.html" title="interface in org.apache.ignite">IgniteServices</a></dt>
<dd>
<div class="block">Gets metadata about all deployed services in the grid.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ServiceView.html#serviceId--">serviceId()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ServiceView.html" title="class in org.apache.ignite.spi.systemview.view">ServiceView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/mxbean/ServiceMXBean.html" title="interface in org.apache.ignite.mxbean"><span class="typeNameLink">ServiceMXBean</span></a> - Interface in <a href="org/apache/ignite/mxbean/package-summary.html">org.apache.ignite.mxbean</a></dt>
<dd>
<div class="block">Service MXBean interface.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/SecurityBasicPermissionSet.html#servicePermissions--">servicePermissions()</a></span> - Method in class org.apache.ignite.plugin.security.<a href="org/apache/ignite/plugin/security/SecurityBasicPermissionSet.html" title="class in org.apache.ignite.plugin.security">SecurityBasicPermissionSet</a></dt>
<dd>
<div class="block">Map of service names to service permissions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/SecurityPermissionSet.html#servicePermissions--">servicePermissions()</a></span> - Method in interface org.apache.ignite.plugin.security.<a href="org/apache/ignite/plugin/security/SecurityPermissionSet.html" title="interface in org.apache.ignite.plugin.security">SecurityPermissionSet</a></dt>
<dd>
<div class="block">Map of service names to service permissions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientServices.html#serviceProxy-java.lang.String-java.lang.Class-">serviceProxy(String, Class<span class='angle_bracket'>&lt;</span>? super T<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientServices.html" title="interface in org.apache.ignite.client">ClientServices</a></dt>
<dd>
<div class="block">Gets a remote handle on the service.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientServices.html#serviceProxy-java.lang.String-java.lang.Class-long-">serviceProxy(String, Class<span class='angle_bracket'>&lt;</span>? super T<span class='angle_bracket'>&gt;</span>, long)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientServices.html" title="interface in org.apache.ignite.client">ClientServices</a></dt>
<dd>
<div class="block">Gets a remote handle on the service with timeout.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteServices.html#serviceProxy-java.lang.String-java.lang.Class-boolean-">serviceProxy(String, Class<span class='angle_bracket'>&lt;</span>? super T<span class='angle_bracket'>&gt;</span>, boolean)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteServices.html" title="interface in org.apache.ignite">IgniteServices</a></dt>
<dd>
<div class="block">Gets a remote handle on the service.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteServices.html#serviceProxy-java.lang.String-java.lang.Class-boolean-long-">serviceProxy(String, Class<span class='angle_bracket'>&lt;</span>? super T<span class='angle_bracket'>&gt;</span>, boolean, long)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteServices.html" title="interface in org.apache.ignite">IgniteServices</a></dt>
<dd>
<div class="block">Gets a remote handle on the service with timeout.</div>
</dd>
<dt><a href="org/apache/ignite/resources/ServiceResource.html" title="annotation in org.apache.ignite.resources"><span class="typeNameLink">ServiceResource</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 Ignite service(s) by specified service name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/IgniteClient.html#services--">services()</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/IgniteClient.html" title="interface in org.apache.ignite.client">IgniteClient</a></dt>
<dd>
<div class="block">Gets <code>services</code> facade over all cluster nodes started in server mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/IgniteClient.html#services-org.apache.ignite.client.ClientClusterGroup-">services(ClientClusterGroup)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/IgniteClient.html" title="interface in org.apache.ignite.client">IgniteClient</a></dt>
<dd>
<div class="block">Gets <code>services</code> facade over nodes within the cluster group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignite.html#services--">services()</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 <code>services</code> facade over all cluster nodes started in server mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignite.html#services-org.apache.ignite.cluster.ClusterGroup-">services(ClusterGroup)</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 <code>services</code> facade over nodes within the cluster group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteClientSpringBean.html#services--">services()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteClientSpringBean.html" title="class in org.apache.ignite">IgniteClientSpringBean</a></dt>
<dd>
<div class="block">Gets <code>services</code> facade over all cluster nodes started in server mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteClientSpringBean.html#services-org.apache.ignite.client.ClientClusterGroup-">services(ClientClusterGroup)</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteClientSpringBean.html" title="class in org.apache.ignite">IgniteClientSpringBean</a></dt>
<dd>
<div class="block">Gets <code>services</code> facade over nodes within the cluster group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteServices.html#services-java.lang.String-">services(String)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteServices.html" title="interface in org.apache.ignite">IgniteServices</a></dt>
<dd>
<div class="block">Gets all locally deployed services with specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#services--">services()</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 <code>services</code> facade over all cluster nodes started in server mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#services-org.apache.ignite.cluster.ClusterGroup-">services(ClusterGroup)</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 <code>services</code> facade over nodes within the cluster group.</div>
</dd>
<dt><a href="org/apache/ignite/spi/systemview/view/ServiceView.html" title="class in org.apache.ignite.spi.systemview.view"><span class="typeNameLink">ServiceView</span></a> - Class in <a href="org/apache/ignite/spi/systemview/view/package-summary.html">org.apache.ignite.spi.systemview.view</a></dt>
<dd>
<div class="block">Service representation for a <a href="org/apache/ignite/spi/systemview/view/SystemView.html" title="interface in org.apache.ignite.spi.systemview.view"><code>SystemView</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ServiceView.html#ServiceView-org.apache.ignite.internal.processors.service.ServiceInfo-">ServiceView(ServiceInfo)</a></span> - Constructor for class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ServiceView.html" title="class in org.apache.ignite.spi.systemview.view">ServiceView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/startup/servlet/ServletContextListenerStartup.html" title="class in org.apache.ignite.startup.servlet"><span class="typeNameLink">ServletContextListenerStartup</span></a> - Class in <a href="org/apache/ignite/startup/servlet/package-summary.html">org.apache.ignite.startup.servlet</a></dt>
<dd>
<div class="block">This class defines Ignite startup based on servlet context listener.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/startup/servlet/ServletContextListenerStartup.html#ServletContextListenerStartup--">ServletContextListenerStartup()</a></span> - Constructor for class org.apache.ignite.startup.servlet.<a href="org/apache/ignite/startup/servlet/ServletContextListenerStartup.html" title="class in org.apache.ignite.startup.servlet">ServletContextListenerStartup</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/startup/servlet/ServletStartup.html" title="class in org.apache.ignite.startup.servlet"><span class="typeNameLink">ServletStartup</span></a> - Class in <a href="org/apache/ignite/startup/servlet/package-summary.html">org.apache.ignite.startup.servlet</a></dt>
<dd>
<div class="block">This class defines servlet-based Ignite startup.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/startup/servlet/ServletStartup.html#ServletStartup--">ServletStartup()</a></span> - Constructor for class org.apache.ignite.startup.servlet.<a href="org/apache/ignite/startup/servlet/ServletStartup.html" title="class in org.apache.ignite.startup.servlet">ServletStartup</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html#session-org.apache.ignite.IgniteLogger-">session(IgniteLogger)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.datasource.<a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html" title="class in org.apache.ignite.cache.store.cassandra.datasource">DataSource</a></dt>
<dd>
<div class="block">Creates Cassandra session wrapper if it wasn't created yet and returns it</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html#session--">session()</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>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcBlobStore.html#session--">session()</a></span> - Method in 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><span class="memberNameLink"><a href="org/apache/ignite/cache/store/CacheLoadOnlyStoreAdapter.html#sessionEnd-boolean-">sessionEnd(boolean)</a></span> - Method in 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>
<div class="block">Tells store to commit or rollback a transaction depending on the value of the <code>'commit'</code>
parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/CacheStore.html#sessionEnd-boolean-">sessionEnd(boolean)</a></span> - Method in interface org.apache.ignite.cache.store.<a href="org/apache/ignite/cache/store/CacheStore.html" title="interface in org.apache.ignite.cache.store">CacheStore</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/cache/store/CacheStoreSessionListener.html" title="interface in org.apache.ignite.cache.store"><code>CacheStoreSessionListener</code></a> instead (refer to its JavaDoc for details).</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/CacheStoreAdapter.html#sessionEnd-boolean-">sessionEnd(boolean)</a></span> - Method in class org.apache.ignite.cache.store.<a href="org/apache/ignite/cache/store/CacheStoreAdapter.html" title="class in org.apache.ignite.cache.store">CacheStoreAdapter</a></dt>
<dd>
<div class="block">Default empty implementation for ending transactions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/CassandraCacheStore.html#sessionEnd-boolean-">sessionEnd(boolean)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.<a href="org/apache/ignite/cache/store/cassandra/CassandraCacheStore.html" title="class in org.apache.ignite.cache.store.cassandra">CassandraCacheStore</a></dt>
<dd>
<div class="block">Tells store to commit or rollback a transaction depending on the value of the <code>'commit'</code>
parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html#sessionEnd-boolean-">sessionEnd(boolean)</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">Tells store to commit or rollback a transaction depending on the value of the <code>'commit'</code>
parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcBlobStore.html#sessionEnd-boolean-">sessionEnd(boolean)</a></span> - Method in 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>
<div class="block">Default empty implementation for ending transactions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ComputeJobView.html#sessionId--">sessionId()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ComputeJobView.html" title="class in org.apache.ignite.spi.systemview.view">ComputeJobView</a></dt>
<dd>
<div class="block"><a href="org/apache/ignite/spi/systemview/view/ComputeJobView.html#sessionId--"><code>ComputeJobView.sessionId()</code></a> value equal to the value of <a href="org/apache/ignite/spi/systemview/view/ComputeTaskView.html#sessionId--"><code>ComputeTaskView.sessionId()</code></a>
if both records represents parts of the same computation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ComputeTaskView.html#sessionId--">sessionId()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ComputeTaskView.html" title="class in org.apache.ignite.spi.systemview.view">ComputeTaskView</a></dt>
<dd>
<div class="block"><a href="org/apache/ignite/spi/systemview/view/ComputeTaskView.html#sessionId--"><code>ComputeTaskView.sessionId()</code></a> value equal to the value of <a href="org/apache/ignite/spi/systemview/view/ComputeJobView.html#sessionId--"><code>ComputeJobView.sessionId()</code></a>
if both records represents parts of the same computation.</div>
</dd>
<dt><a href="org/apache/ignite/cache/store/cassandra/session/pool/SessionPool.html" title="class in org.apache.ignite.cache.store.cassandra.session.pool"><span class="typeNameLink">SessionPool</span></a> - Class in <a href="org/apache/ignite/cache/store/cassandra/session/pool/package-summary.html">org.apache.ignite.cache.store.cassandra.session.pool</a></dt>
<dd>
<div class="block">Cassandra driver sessions pool.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/pool/SessionPool.html#SessionPool--">SessionPool()</a></span> - Constructor for class org.apache.ignite.cache.store.cassandra.session.pool.<a href="org/apache/ignite/cache/store/cassandra/session/pool/SessionPool.html" title="class in org.apache.ignite.cache.store.cassandra.session.pool">SessionPool</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignite.html#set-java.lang.String-org.apache.ignite.configuration.CollectionConfiguration-">set(String, CollectionConfiguration)</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 named set from cache and create one if it has not been created yet and <code>cfg</code> is not
<code>null</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteAtomicReference.html#set-T-">set(T)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteAtomicReference.html" title="interface in org.apache.ignite">IgniteAtomicReference</a></dt>
<dd>
<div class="block">Unconditionally sets the value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteAtomicStamped.html#set-T-S-">set(T, S)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteAtomicStamped.html" title="interface in org.apache.ignite">IgniteAtomicStamped</a></dt>
<dd>
<div class="block">Unconditionally sets the value and the stamp.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#set-java.lang.String-org.apache.ignite.configuration.CollectionConfiguration-">set(String, CollectionConfiguration)</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 named set from cache and create one if it has not been created yet and <code>cfg</code> is not
<code>null</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteBiTuple.html#set-V1-V2-">set(V1, V2)</a></span> - Method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteBiTuple.html" title="class in org.apache.ignite.lang">IgniteBiTuple</a></dt>
<dd>
<div class="block">Sets both values in the tuple.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#set-int-int-double-">set(int, int, double)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>
<div class="block">Sets given value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.Element.html#set-double-">set(double)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.Element.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">Matrix.Element</a></dt>
<dd>
<div class="block">Sets element's value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html#set-int-int-double-">set(int, int, double)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">Matrix</a></dt>
<dd>
<div class="block">Sets given value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/MatrixStorage.html#set-int-int-double-">set(int, int, double)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/MatrixStorage.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">MatrixStorage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/storage/DenseMatrixStorage.html#set-int-int-double-">set(int, int, double)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.storage.<a href="org/apache/ignite/ml/math/primitives/matrix/storage/DenseMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.matrix.storage">DenseMatrixStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/storage/SparseMatrixStorage.html#set-int-int-double-">set(int, int, double)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.storage.<a href="org/apache/ignite/ml/math/primitives/matrix/storage/SparseMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.matrix.storage">SparseMatrixStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/storage/ViewMatrixStorage.html#set-int-int-double-">set(int, int, double)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.storage.<a href="org/apache/ignite/ml/math/primitives/matrix/storage/ViewMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.matrix.storage">ViewMatrixStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#set-int-double-">set(int, double)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Sets value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingNamedVector.html#set-java.lang.String-double-">set(String, double)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingNamedVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingNamedVector</a></dt>
<dd>
<div class="block">Sets element with specified string index and value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#set-int-double-">set(int, double)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Sets value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/NamedVector.html#set-java.lang.String-double-">set(String, double)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/NamedVector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">NamedVector</a></dt>
<dd>
<div class="block">Sets element with specified string index and value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/DenseVectorStorage.html#set-int-double-">set(int, double)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/DenseVectorStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">DenseVectorStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/SparseVectorStorage.html#set-int-double-">set(int, double)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/SparseVectorStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">SparseVectorStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorizedViewMatrixStorage.html#set-int-double-">set(int, double)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorizedViewMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">VectorizedViewMatrixStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorViewStorage.html#set-int-double-">set(int, double)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorViewStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">VectorViewStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.Element.html#set-double-">set(double)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.Element.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector.Element</a></dt>
<dd>
<div class="block">Sets element's value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html#set-int-double-">set(int, double)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a></dt>
<dd>
<div class="block">Sets value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/VectorStorage.html#set-int-double-">set(int, double)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/VectorStorage.html" title="interface in org.apache.ignite.ml.math.primitives.vector">VectorStorage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/DatasetRow.html#set-int-double-">set(int, double)</a></span> - Method in class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/DatasetRow.html" title="class in org.apache.ignite.ml.structures">DatasetRow</a></dt>
<dd>
<div class="block">Sets value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/TracingConfigurationManager.html#set-org.apache.ignite.spi.tracing.TracingConfigurationCoordinates-org.apache.ignite.spi.tracing.TracingConfigurationParameters-">set(TracingConfigurationCoordinates, TracingConfigurationParameters)</a></span> - Method in interface org.apache.ignite.spi.tracing.<a href="org/apache/ignite/spi/tracing/TracingConfigurationManager.html" title="interface in org.apache.ignite.spi.tracing">TracingConfigurationManager</a></dt>
<dd>
<div class="block">Set new tracing configuration for the specific tracing coordinates (scope, label, etc.).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteBiTuple.html#set1-V1-">set1(V1)</a></span> - Method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteBiTuple.html" title="class in org.apache.ignite.lang">IgniteBiTuple</a></dt>
<dd>
<div class="block">Sets first value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteBiTuple.html#set2-V2-">set2(V2)</a></span> - Method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteBiTuple.html" title="class in org.apache.ignite.lang">IgniteBiTuple</a></dt>
<dd>
<div class="block">Sets second value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/kubernetes/configuration/KubernetesConnectionConfiguration.html#setAccountToken-java.lang.String-">setAccountToken(String)</a></span> - Method in class org.apache.ignite.kubernetes.configuration.<a href="org/apache/ignite/kubernetes/configuration/KubernetesConnectionConfiguration.html" title="class in org.apache.ignite.kubernetes.configuration">KubernetesConnectionConfiguration</a></dt>
<dd>
<div class="block">Specifies the path to the service token file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/kubernetes/TcpDiscoveryKubernetesIpFinder.html#setAccountToken-java.lang.String-">setAccountToken(String)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.kubernetes.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/kubernetes/TcpDiscoveryKubernetesIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.kubernetes">TcpDiscoveryKubernetesIpFinder</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">set parameters with <code>KubernetesConnectionConfiguration</code> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#setAckTimeout-long-">setAckTimeout(long)</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">Sets timeout for receiving acknowledgement for sent message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpi.html#setActiveJobsThreshold-int-">setActiveJobsThreshold(int)</a></span> - Method 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">Sets number of jobs that can be executed in parallel.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpiMBean.html#setActiveJobsThreshold-int-">setActiveJobsThreshold(int)</a></span> - Method in interface org.apache.ignite.spi.collision.jobstealing.<a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpiMBean.html" title="interface in org.apache.ignite.spi.collision.jobstealing">JobStealingCollisionSpiMBean</a></dt>
<dd>
<div class="block">Sets number of jobs that can be executed in parallel.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setActiveOnStart-boolean-">setActiveOnStart(boolean)</a></span> - Method 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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/IgniteConfiguration.html#setClusterStateOnStart-org.apache.ignite.cluster.ClusterState-"><code>IgniteConfiguration.setClusterStateOnStart(ClusterState)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/stream/socket/SocketStreamer.html#setAddr-java.net.InetAddress-">setAddr(InetAddress)</a></span> - Method in class org.apache.ignite.stream.socket.<a href="org/apache/ignite/stream/socket/SocketStreamer.html" title="class in org.apache.ignite.stream.socket">SocketStreamer</a></dt>
<dd>
<div class="block">Sets server address.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConfiguration.html#setAddresses-java.lang.String...-">setAddresses(String...)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration">ClientConfiguration</a></dt>
<dd>
<div class="block">Set addresses of Ignite server nodes within a cluster.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#setAddresses-java.lang.String...-">setAddresses(String...)</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dd>
<div class="block">Sets the addresses of the Ignite nodes to connect;
address string format: <code>host[:portRangeFrom[..portRangeTo]]</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/vm/TcpDiscoveryVmIpFinder.html#setAddresses-java.util.Collection-">setAddresses(Collection<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.vm.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/vm/TcpDiscoveryVmIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.vm">TcpDiscoveryVmIpFinder</a></dt>
<dd>
<div class="block">Parses provided values and initializes the internal collection of addresses.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConfiguration.html#setAddressesFinder-org.apache.ignite.client.ClientAddressFinder-">setAddressesFinder(ClientAddressFinder)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration">ClientConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#setAddressFilter-org.apache.ignite.lang.IgnitePredicate-">setAddressFilter(IgnitePredicate<span class='angle_bracket'>&lt;</span>InetSocketAddress<span class='angle_bracket'>&gt;</span>)</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">Sets filter for IP addresses.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/multicast/TcpDiscoveryMulticastIpFinder.html#setAddressRequestAttempts-int-">setAddressRequestAttempts(int)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.multicast.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/multicast/TcpDiscoveryMulticastIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.multicast">TcpDiscoveryMulticastIpFinder</a></dt>
<dd>
<div class="block">Sets number of attempts to send multicast address request.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setAddressResolver-org.apache.ignite.configuration.AddressResolver-">setAddressResolver(AddressResolver)</a></span> - Method 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">Sets address resolver for addresses mapping determination.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#setAddressResolver-org.apache.ignite.configuration.AddressResolver-">setAddressResolver(AddressResolver)</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">Sets address resolver.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html#setAddressTranslator-com.datastax.driver.core.policies.AddressTranslator-">setAddressTranslator(AddressTranslator)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.datasource.<a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html" title="class in org.apache.ignite.cache.store.cassandra.datasource">DataSource</a></dt>
<dd>
<div class="block">Sets address translator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/AtomicConfiguration.html#setAffinity-org.apache.ignite.cache.affinity.AffinityFunction-">setAffinity(AffinityFunction)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/AtomicConfiguration.html" title="class in org.apache.ignite.configuration">AtomicConfiguration</a></dt>
<dd>
<div class="block">Sets atomic cache affinity function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setAffinity-org.apache.ignite.cache.affinity.AffinityFunction-">setAffinity(AffinityFunction)</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>
<dd>
<div class="block">Sets affinity for cache keys.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/affinity/rendezvous/RendezvousAffinityFunction.html#setAffinityBackupFilter-org.apache.ignite.lang.IgniteBiPredicate-">setAffinityBackupFilter(IgniteBiPredicate<span class='angle_bracket'>&lt;</span>ClusterNode, List<span class='angle_bracket'>&lt;</span>ClusterNode<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>)</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">Sets optional backup filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/services/ServiceConfiguration.html#setAffinityKey-java.lang.Object-">setAffinityKey(Object)</a></span> - Method 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">Sets affinity key used for key-to-node affinity calculation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheKeyConfiguration.html#setAffinityKeyFieldName-java.lang.String-">setAffinityKeyFieldName(String)</a></span> - Method in 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">Sets affinity key field name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryTypeConfiguration.html#setAffinityKeyFieldName-java.lang.String-">setAffinityKeyFieldName(String)</a></span> - Method in class org.apache.ignite.platform.dotnet.<a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryTypeConfiguration.html" title="class in org.apache.ignite.platform.dotnet">PlatformDotNetBinaryTypeConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setAffinityMapper-org.apache.ignite.cache.affinity.AffinityKeyMapper-">setAffinityMapper(AffinityKeyMapper)</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>
<dd>
<div class="block">Sets custom affinity mapper.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SqlQuery.html#setAlias-java.lang.String-">setAlias(String)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SqlQuery.html" title="class in org.apache.ignite.cache.query">SqlQuery</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets table alias for type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryEntity.html#setAliases-java.util.Map-">setAliases(Map<span class='angle_bracket'>&lt;</span>String, String<span class='angle_bracket'>&gt;</span>)</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">Sets mapping from full property name in dot notation to an alias that will be used as SQL column name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/zk/TcpDiscoveryZookeeperIpFinder.html#setAllowDuplicateRegistrations-boolean-">setAllowDuplicateRegistrations(boolean)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.zk.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/zk/TcpDiscoveryZookeeperIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.zk">TcpDiscoveryZookeeperIpFinder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setAllSegmentationResolversPassRequired-boolean-">setAllSegmentationResolversPassRequired(boolean)</a></span> - Method 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">Sets all segmentation resolvers pass required flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#setAlwaysWriteFullPages-boolean-">setAlwaysWriteFullPages(boolean)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Sets flag that enforces writing full page to WAL on every change (instead of delta record).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#setAlwaysWriteFullPages-boolean-">setAlwaysWriteFullPages(boolean)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#setApplicationContext-org.springframework.context.ApplicationContext-">setApplicationContext(ApplicationContext)</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="memberNameLink"><a href="org/apache/ignite/cache/query/SpiQuery.html#setArgs-java.lang.Object...-">setArgs(Object...)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SpiQuery.html" title="class in org.apache.ignite.cache.query">SpiQuery</a></dt>
<dd>
<div class="block">Sets SQL arguments.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SqlFieldsQuery.html#setArgs-java.lang.Object...-">setArgs(Object...)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SqlFieldsQuery.html" title="class in org.apache.ignite.cache.query">SqlFieldsQuery</a></dt>
<dd>
<div class="block">Sets SQL arguments.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SqlQuery.html#setArgs-java.lang.Object...-">setArgs(Object...)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SqlQuery.html" title="class in org.apache.ignite.cache.query">SqlQuery</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets SQL arguments.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeJobAdapter.html#setArguments-java.lang.Object...-">setArguments(Object...)</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">Sets given arguments.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetConfiguration.html#setAssemblies-java.util.List-">setAssemblies(List<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.platform.dotnet.<a href="org/apache/ignite/platform/dotnet/PlatformDotNetConfiguration.html" title="class in org.apache.ignite.platform.dotnet">PlatformDotNetConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setAsyncCallbackPoolSize-int-">setAsyncCallbackPoolSize(int)</a></span> - Method 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">Sets async callback thread pool size to use within grid.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConfiguration.html#setAsyncContinuationExecutor-java.util.concurrent.Executor-">setAsyncContinuationExecutor(Executor)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration">ClientConfiguration</a></dt>
<dd>
<div class="block">Sets the async continuation executor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setAsyncContinuationExecutor-java.util.concurrent.Executor-">setAsyncContinuationExecutor(Executor)</a></span> - Method 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">Sets the continuation executor for cache async APIs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setAtomicConfiguration-org.apache.ignite.configuration.AtomicConfiguration-">setAtomicConfiguration(AtomicConfiguration)</a></span> - Method 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>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#setAtomicityMode-org.apache.ignite.cache.CacheAtomicityMode-">setAtomicityMode(CacheAtomicityMode)</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setAtomicityMode-org.apache.ignite.cache.CacheAtomicityMode-">setAtomicityMode(CacheAtomicityMode)</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>
<dd>
<div class="block">Sets cache atomicity mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CollectionConfiguration.html#setAtomicityMode-org.apache.ignite.cache.CacheAtomicityMode-">setAtomicityMode(CacheAtomicityMode)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/CollectionConfiguration.html" title="class in org.apache.ignite.configuration">CollectionConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/AtomicConfiguration.html#setAtomicSequenceReserveSize-int-">setAtomicSequenceReserveSize(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/AtomicConfiguration.html" title="class in org.apache.ignite.configuration">AtomicConfiguration</a></dt>
<dd>
<div class="block">Sets default number of sequence values reserved for <a href="org/apache/ignite/IgniteAtomicSequence.html" title="interface in org.apache.ignite"><code>IgniteAtomicSequence</code></a> instances.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeJobContext.html#setAttribute-java.lang.Object-java.lang.Object-">setAttribute(Object, Object)</a></span> - Method in interface org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeJobContext.html" title="interface in org.apache.ignite.compute">ComputeJobContext</a></dt>
<dd>
<div class="block">Sets an attribute into this job context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeTaskSession.html#setAttribute-java.lang.Object-java.lang.Object-">setAttribute(Object, Object)</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">Sets session attributed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/MetaAttributes.html#setAttribute-java.lang.String-T-">setAttribute(String, T)</a></span> - Method in interface org.apache.ignite.ml.math.<a href="org/apache/ignite/ml/math/MetaAttributes.html" title="interface in org.apache.ignite.ml.math">MetaAttributes</a></dt>
<dd>
<div class="block">Sets meta attribute with given name and value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/metric/jmx/ReadOnlyDynamicMBean.html#setAttribute-javax.management.Attribute-">setAttribute(Attribute)</a></span> - Method in class org.apache.ignite.spi.metric.jmx.<a href="org/apache/ignite/spi/metric/jmx/ReadOnlyDynamicMBean.html" title="class in org.apache.ignite.spi.metric.jmx">ReadOnlyDynamicMBean</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeJobContext.html#setAttributes-java.util.Map-">setAttributes(Map<span class='angle_bracket'>&lt;</span>?, ?<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeJobContext.html" title="interface in org.apache.ignite.compute">ComputeJobContext</a></dt>
<dd>
<div class="block">Sets map of attributes into this job context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeTaskSession.html#setAttributes-java.util.Map-">setAttributes(Map<span class='angle_bracket'>&lt;</span>?, ?<span class='angle_bracket'>&gt;</span>)</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">Sets task attributes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/metric/jmx/ReadOnlyDynamicMBean.html#setAttributes-javax.management.AttributeList-">setAttributes(AttributeList)</a></span> - Method in class org.apache.ignite.spi.metric.jmx.<a href="org/apache/ignite/spi/metric/jmx/ReadOnlyDynamicMBean.html" title="class in org.apache.ignite.spi.metric.jmx">ReadOnlyDynamicMBean</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setAuthenticationEnabled-boolean-">setAuthenticationEnabled(boolean)</a></span> - Method 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">Sets flag indicating whether the user authentication is enabled for cluster.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoverySpi.html#setAuthenticator-org.apache.ignite.spi.discovery.DiscoverySpiNodeAuthenticator-">setAuthenticator(DiscoverySpiNodeAuthenticator)</a></span> - Method in interface org.apache.ignite.spi.discovery.<a href="org/apache/ignite/spi/discovery/DiscoverySpi.html" title="interface in org.apache.ignite.spi.discovery">DiscoverySpi</a></dt>
<dd>
<div class="block">Sets discovery SPI node authenticator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/isolated/IsolatedDiscoverySpi.html#setAuthenticator-org.apache.ignite.spi.discovery.DiscoverySpiNodeAuthenticator-">setAuthenticator(DiscoverySpiNodeAuthenticator)</a></span> - Method in class org.apache.ignite.spi.discovery.isolated.<a href="org/apache/ignite/spi/discovery/isolated/IsolatedDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.isolated">IsolatedDiscoverySpi</a></dt>
<dd>
<div class="block">Sets discovery SPI node authenticator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#setAuthenticator-org.apache.ignite.spi.discovery.DiscoverySpiNodeAuthenticator-">setAuthenticator(DiscoverySpiNodeAuthenticator)</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">Sets discovery SPI node authenticator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html#setAuthenticator-org.apache.ignite.spi.discovery.DiscoverySpiNodeAuthenticator-">setAuthenticator(DiscoverySpiNodeAuthenticator)</a></span> - Method in class org.apache.ignite.spi.discovery.zk.<a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.zk">ZookeeperDiscoverySpi</a></dt>
<dd>
<div class="block">Sets discovery SPI node authenticator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html#setAuthProvider-com.datastax.driver.core.AuthProvider-">setAuthProvider(AuthProvider)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.datasource.<a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html" title="class in org.apache.ignite.cache.store.cassandra.datasource">DataSource</a></dt>
<dd>
<div class="block">Sets authentication provider.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setAutoActivationEnabled-boolean-">setAutoActivationEnabled(boolean)</a></span> - Method 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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/IgniteConfiguration.html#setClusterStateOnStart-org.apache.ignite.cluster.ClusterState-"><code>IgniteConfiguration.setClusterStateOnStart(ClusterState)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/BaselineAutoAdjustMXBean.html#setAutoAdjustmentEnabled-boolean-">setAutoAdjustmentEnabled(boolean)</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/BaselineAutoAdjustMXBean.html" title="interface in org.apache.ignite.mxbean">BaselineAutoAdjustMXBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/BaselineAutoAdjustMXBean.html#setAutoAdjustmentTimeout-long-">setAutoAdjustmentTimeout(long)</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/BaselineAutoAdjustMXBean.html" title="interface in org.apache.ignite.mxbean">BaselineAutoAdjustMXBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#setAutoCloseServerCursor-boolean-">setAutoCloseServerCursor(boolean)</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/AbstractContinuousQuery.html#setAutoUnsubscribe-boolean-">setAutoUnsubscribe(boolean)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/AbstractContinuousQuery.html" title="class in org.apache.ignite.cache.query">AbstractContinuousQuery</a></dt>
<dd>
<div class="block">Sets automatic unsubscribe flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/ContinuousQuery.html#setAutoUnsubscribe-boolean-">setAutoUnsubscribe(boolean)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/ContinuousQuery.html" title="class in org.apache.ignite.cache.query">ContinuousQuery</a></dt>
<dd>
<div class="block">Sets automatic unsubscribe flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/ContinuousQueryWithTransformer.html#setAutoUnsubscribe-boolean-">setAutoUnsubscribe(boolean)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/ContinuousQueryWithTransformer.html" title="class in org.apache.ignite.cache.query">ContinuousQueryWithTransformer</a></dt>
<dd>
<div class="block">Sets automatic unsubscribe flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/s3/S3CheckpointSpi.html#setAwsCredentials-com.amazonaws.auth.AWSCredentials-">setAwsCredentials(AWSCredentials)</a></span> - Method 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">Sets AWS credentials.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/TcpDiscoveryS3IpFinder.html#setAwsCredentials-com.amazonaws.auth.AWSCredentials-">setAwsCredentials(AWSCredentials)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.s3.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/TcpDiscoveryS3IpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.s3">TcpDiscoveryS3IpFinder</a></dt>
<dd>
<div class="block">Sets AWS credentials.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/TcpDiscoveryS3IpFinder.html#setAwsCredentialsProvider-com.amazonaws.auth.AWSCredentialsProvider-">setAwsCredentialsProvider(AWSCredentialsProvider)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.s3.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/TcpDiscoveryS3IpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.s3">TcpDiscoveryS3IpFinder</a></dt>
<dd>
<div class="block">Sets AWS credentials provider.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/affinity/rendezvous/RendezvousAffinityFunction.html#setBackupFilter-org.apache.ignite.lang.IgniteBiPredicate-">setBackupFilter(IgniteBiPredicate<span class='angle_bracket'>&lt;</span>ClusterNode, ClusterNode<span class='angle_bracket'>&gt;</span>)</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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <code>affinityBackupFilter</code> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#setBackups-int-">setBackups(int)</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/AtomicConfiguration.html#setBackups-int-">setBackups(int)</a></span> - Method in 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="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setBackups-int-">setBackups(int)</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>
<dd>
<div class="block">Sets number of nodes used to back up single partition for <a href="org/apache/ignite/cache/CacheMode.html#PARTITIONED"><code>CacheMode.PARTITIONED</code></a> cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CollectionConfiguration.html#setBackups-int-">setBackups(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/CollectionConfiguration.html" title="class in org.apache.ignite.configuration">CollectionConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCluster.html#setBaselineTopology-java.util.Collection-">setBaselineTopology(Collection<span class='angle_bracket'>&lt;</span>? extends BaselineNode<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCluster.html" title="interface in org.apache.ignite">IgniteCluster</a></dt>
<dd>
<div class="block">Sets baseline topology.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCluster.html#setBaselineTopology-long-">setBaselineTopology(long)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCluster.html" title="interface in org.apache.ignite">IgniteCluster</a></dt>
<dd>
<div class="block">Sets baseline topology constructed from the cluster topology of the given version (the method succeeds
only if the cluster topology has not changed).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/zk/TcpDiscoveryZookeeperIpFinder.html#setBasePath-java.lang.String-">setBasePath(String)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.zk.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/zk/TcpDiscoveryZookeeperIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.zk">TcpDiscoveryZookeeperIpFinder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/CacheLoadOnlyStoreAdapter.html#setBatchQueueSize-int-">setBatchQueueSize(int)</a></span> - Method in 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>
<div class="block">Sets batch queue size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/AbstractEvictionPolicy.html#setBatchSize-int-">setBatchSize(int)</a></span> - Method in 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>
<div class="block">Sets batch size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/AbstractEvictionPolicyFactory.html#setBatchSize-int-">setBatchSize(int)</a></span> - Method in class org.apache.ignite.cache.eviction.<a href="org/apache/ignite/cache/eviction/AbstractEvictionPolicyFactory.html" title="class in org.apache.ignite.cache.eviction">AbstractEvictionPolicyFactory</a></dt>
<dd>
<div class="block">Sets batch size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/fifo/FifoEvictionPolicy.html#setBatchSize-int-">setBatchSize(int)</a></span> - Method in class org.apache.ignite.cache.eviction.fifo.<a href="org/apache/ignite/cache/eviction/fifo/FifoEvictionPolicy.html" title="class in org.apache.ignite.cache.eviction.fifo">FifoEvictionPolicy</a></dt>
<dd>
<div class="block">Sets batch size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/fifo/FifoEvictionPolicyMBean.html#setBatchSize-int-">setBatchSize(int)</a></span> - Method in interface org.apache.ignite.cache.eviction.fifo.<a href="org/apache/ignite/cache/eviction/fifo/FifoEvictionPolicyMBean.html" title="interface in org.apache.ignite.cache.eviction.fifo">FifoEvictionPolicyMBean</a></dt>
<dd>
<div class="block">Sets batch size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/lru/LruEvictionPolicy.html#setBatchSize-int-">setBatchSize(int)</a></span> - Method in class org.apache.ignite.cache.eviction.lru.<a href="org/apache/ignite/cache/eviction/lru/LruEvictionPolicy.html" title="class in org.apache.ignite.cache.eviction.lru">LruEvictionPolicy</a></dt>
<dd>
<div class="block">Sets batch size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/lru/LruEvictionPolicyMBean.html#setBatchSize-int-">setBatchSize(int)</a></span> - Method in interface org.apache.ignite.cache.eviction.lru.<a href="org/apache/ignite/cache/eviction/lru/LruEvictionPolicyMBean.html" title="interface in org.apache.ignite.cache.eviction.lru">LruEvictionPolicyMBean</a></dt>
<dd>
<div class="block">Sets batch size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicy.html#setBatchSize-int-">setBatchSize(int)</a></span> - Method in class org.apache.ignite.cache.eviction.sorted.<a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicy.html" title="class in org.apache.ignite.cache.eviction.sorted">SortedEvictionPolicy</a></dt>
<dd>
<div class="block">Sets batch size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicyMBean.html#setBatchSize-int-">setBatchSize(int)</a></span> - Method in interface org.apache.ignite.cache.eviction.sorted.<a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicyMBean.html" title="interface in org.apache.ignite.cache.eviction.sorted">SortedEvictionPolicyMBean</a></dt>
<dd>
<div class="block">Sets batch size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/CacheLoadOnlyStoreAdapter.html#setBatchSize-int-">setBatchSize(int)</a></span> - Method in 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>
<div class="block">Sets batch size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html#setBatchSize-int-">setBatchSize(int)</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">Set maximum batch size for write and delete operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcPojoStoreFactory.html#setBatchSize-int-">setBatchSize(int)</a></span> - Method in 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>
<div class="block">Set maximum batch size for write and delete operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/MultilayerPerceptron.html#setBias-int-int-double-">setBias(int, int, double)</a></span> - Method in class org.apache.ignite.ml.nn.<a href="org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</a></dt>
<dd>
<div class="block">Set the bias of given neuron in given layer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/MultilayerPerceptron.html#setBiases-int-org.apache.ignite.ml.math.primitives.vector.Vector-">setBiases(int, Vector)</a></span> - Method in class org.apache.ignite.ml.nn.<a href="org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</a></dt>
<dd>
<div class="block">Sets the biases of layer with a given index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConfiguration.html#setBinaryConfiguration-org.apache.ignite.configuration.BinaryConfiguration-">setBinaryConfiguration(BinaryConfiguration)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration">ClientConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setBinaryConfiguration-org.apache.ignite.configuration.BinaryConfiguration-">setBinaryConfiguration(BinaryConfiguration)</a></span> - Method 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">Sets configuration for Ignite Binary objects.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetConfiguration.html#setBinaryConfiguration-org.apache.ignite.platform.dotnet.PlatformDotNetBinaryConfiguration-">setBinaryConfiguration(PlatformDotNetBinaryConfiguration)</a></span> - Method in class org.apache.ignite.platform.dotnet.<a href="org/apache/ignite/platform/dotnet/PlatformDotNetConfiguration.html" title="class in org.apache.ignite.platform.dotnet">PlatformDotNetConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/s3/S3CheckpointSpi.html#setBucketEndpoint-java.lang.String-">setBucketEndpoint(String)</a></span> - Method 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">Sets bucket endpoint.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/TcpDiscoveryS3IpFinder.html#setBucketEndpoint-java.lang.String-">setBucketEndpoint(String)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.s3.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/TcpDiscoveryS3IpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.s3">TcpDiscoveryS3IpFinder</a></dt>
<dd>
<div class="block">Sets bucket endpoint for IP finder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/gce/TcpDiscoveryGoogleStorageIpFinder.html#setBucketName-java.lang.String-">setBucketName(String)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.gce.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/gce/TcpDiscoveryGoogleStorageIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.gce">TcpDiscoveryGoogleStorageIpFinder</a></dt>
<dd>
<div class="block">Sets Google Cloud Storage bucket name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/TcpDiscoveryS3IpFinder.html#setBucketName-java.lang.String-">setBucketName(String)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.s3.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/TcpDiscoveryS3IpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.s3">TcpDiscoveryS3IpFinder</a></dt>
<dd>
<div class="block">Sets bucket name for IP finder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/s3/S3CheckpointSpi.html#setBucketNameSuffix-java.lang.String-">setBucketNameSuffix(String)</a></span> - Method 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">Sets bucket name suffix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/BucketMeta.html#setBucketSize-double-">setBucketSize(double)</a></span> - Method in class org.apache.ignite.ml.dataset.feature.<a href="org/apache/ignite/ml/dataset/feature/BucketMeta.html" title="class in org.apache.ignite.ml.dataset.feature">BucketMeta</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/discrete/DiscreteNaiveBayesTrainer.html#setBucketThresholds-double:A:A-">setBucketThresholds(double[][])</a></span> - Method in class org.apache.ignite.ml.naivebayes.discrete.<a href="org/apache/ignite/ml/naivebayes/discrete/DiscreteNaiveBayesTrainer.html" title="class in org.apache.ignite.ml.naivebayes.discrete">DiscreteNaiveBayesTrainer</a></dt>
<dd>
<div class="block">Sets buckest borders.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageReader.html#setBuffer-java.nio.ByteBuffer-">setBuffer(ByteBuffer)</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">Sets but buffer to read from.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageWriter.html#setBuffer-java.nio.ByteBuffer-">setBuffer(ByteBuffer)</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">Sets but buffer to write to.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setBuildIndexThreadPoolSize-int-">setBuildIndexThreadPoolSize(int)</a></span> - Method 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">Sets index create/rebuild thread pool size to use within grid.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setCacheConfiguration-org.apache.ignite.configuration.CacheConfiguration...-">setCacheConfiguration(CacheConfiguration...)</a></span> - Method 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">Sets cache configurations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setCacheKeyConfiguration-org.apache.ignite.cache.CacheKeyConfiguration...-">setCacheKeyConfiguration(CacheKeyConfiguration...)</a></span> - Method 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">Sets cache key configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setCacheLoaderFactory-javax.cache.configuration.Factory-">setCacheLoaderFactory(Factory<span class='angle_bracket'>&lt;</span>? extends CacheLoader<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>)</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="memberNameLink"><a href="org/apache/ignite/spi/discovery/isolated/IsolatedNode.html#setCacheMetrics-java.util.Map-">setCacheMetrics(Map<span class='angle_bracket'>&lt;</span>Integer, CacheMetrics<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.spi.discovery.isolated.<a href="org/apache/ignite/spi/discovery/isolated/IsolatedNode.html" title="class in org.apache.ignite.spi.discovery.isolated">IsolatedNode</a></dt>
<dd>
<div class="block">Sets node cache metrics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#setCacheMode-org.apache.ignite.cache.CacheMode-">setCacheMode(CacheMode)</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/AtomicConfiguration.html#setCacheMode-org.apache.ignite.cache.CacheMode-">setCacheMode(CacheMode)</a></span> - Method in 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="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setCacheMode-org.apache.ignite.cache.CacheMode-">setCacheMode(CacheMode)</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>
<dd>
<div class="block">Sets caching mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CollectionConfiguration.html#setCacheMode-org.apache.ignite.cache.CacheMode-">setCacheMode(CacheMode)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/CollectionConfiguration.html" title="class in org.apache.ignite.configuration">CollectionConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/JdbcType.html#setCacheName-java.lang.String-">setCacheName(String)</a></span> - Method in class org.apache.ignite.cache.store.jdbc.<a href="org/apache/ignite/cache/store/jdbc/JdbcType.html" title="class in org.apache.ignite.cache.store.jdbc">JdbcType</a></dt>
<dd>
<div class="block">Sets associated cache name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/services/ServiceConfiguration.html#setCacheName-java.lang.String-">setCacheName(String)</a></span> - Method 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">Sets cache name used for key-to-node affinity calculation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/cache/CacheCheckpointSpi.html#setCacheName-java.lang.String-">setCacheName(String)</a></span> - Method in 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>
<div class="block">Sets cache name to be used by this SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/SecurityBasicPermissionSet.html#setCachePermissions-java.util.Map-">setCachePermissions(Map<span class='angle_bracket'>&lt;</span>String, Collection<span class='angle_bracket'>&lt;</span>SecurityPermission<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.plugin.security.<a href="org/apache/ignite/plugin/security/SecurityBasicPermissionSet.html" title="class in org.apache.ignite.plugin.security">SecurityBasicPermissionSet</a></dt>
<dd>
<div class="block">Setter for set cache permission map.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setCacheSanityCheckEnabled-boolean-">setCacheSanityCheckEnabled(boolean)</a></span> - Method 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">Sets cache sanity check flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setCacheStoreFactory-javax.cache.configuration.Factory-">setCacheStoreFactory(Factory<span class='angle_bracket'>&lt;</span>? extends CacheStore<span class='angle_bracket'>&lt;</span>? super K, ? super V<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>)</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>
<dd>
<div class="block">Sets factory for persistent storage for cache data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setCacheStoreSessionListenerFactories-javax.cache.configuration.Factory...-">setCacheStoreSessionListenerFactories(Factory<span class='angle_bracket'>&lt;</span>? extends CacheStoreSessionListener<span class='angle_bracket'>&gt;</span>...)</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>
<dd>
<div class="block">Cache store session listener factories.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setCacheStoreSessionListenerFactories-javax.cache.configuration.Factory...-">setCacheStoreSessionListenerFactories(Factory<span class='angle_bracket'>&lt;</span>CacheStoreSessionListener<span class='angle_bracket'>&gt;</span>...)</a></span> - Method 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">Cache store session listener factories.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setCacheWriterFactory-javax.cache.configuration.Factory-">setCacheWriterFactory(Factory<span class='angle_bracket'>&lt;</span>? extends CacheWriter<span class='angle_bracket'>&lt;</span>? super K, ? super V<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>)</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="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/encoding/target/TargetCounter.html#setCategoryCounts-java.util.Map-">setCategoryCounts(Map<span class='angle_bracket'>&lt;</span>String, Long<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.preprocessing.encoding.target.<a href="org/apache/ignite/ml/preprocessing/encoding/target/TargetCounter.html" title="class in org.apache.ignite.ml.preprocessing.encoding.target">TargetCounter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/encoding/target/TargetCounter.html#setCategoryTargetSum-java.util.Map-">setCategoryTargetSum(Map<span class='angle_bracket'>&lt;</span>String, Double<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.preprocessing.encoding.target.<a href="org/apache/ignite/ml/preprocessing/encoding/target/TargetCounter.html" title="class in org.apache.ignite.ml.preprocessing.encoding.target">TargetCounter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/deployment/uri/UriDeploymentSpi.html#setCheckMd5-boolean-">setCheckMd5(boolean)</a></span> - Method in class org.apache.ignite.spi.deployment.uri.<a href="org/apache/ignite/spi/deployment/uri/UriDeploymentSpi.html" title="class in org.apache.ignite.spi.deployment.uri">UriDeploymentSpi</a></dt>
<dd>
<div class="block">If set to <code>true</code> then SPI should exclude files with same md5s from deployment.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#setCheckpointFrequency-long-">setCheckpointFrequency(long)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Sets the checkpoint frequency which is a minimal interval when the dirty pages will be written
to the Persistent Store.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#setCheckpointingFrequency-long-">setCheckpointingFrequency(long)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets the checkpointing frequency which is a minimal interval when the dirty pages will be written
to the Persistent Store.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#setCheckpointingPageBufferSize-long-">setCheckpointingPageBufferSize(long)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets amount of memory allocated for the checkpointing temporary buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#setCheckpointingThreads-int-">setCheckpointingThreads(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets a number of threads to use for the checkpointing purposes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/cache/CacheCheckpointSpi.html#setCheckpointListener-org.apache.ignite.spi.checkpoint.CheckpointListener-">setCheckpointListener(CheckpointListener)</a></span> - Method in 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>
<div class="block">Sets the checkpoint listener.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/CheckpointSpi.html#setCheckpointListener-org.apache.ignite.spi.checkpoint.CheckpointListener-">setCheckpointListener(CheckpointListener)</a></span> - Method in interface org.apache.ignite.spi.checkpoint.<a href="org/apache/ignite/spi/checkpoint/CheckpointSpi.html" title="interface in org.apache.ignite.spi.checkpoint">CheckpointSpi</a></dt>
<dd>
<div class="block">Sets the checkpoint listener.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html#setCheckpointListener-org.apache.ignite.spi.checkpoint.CheckpointListener-">setCheckpointListener(CheckpointListener)</a></span> - Method in class org.apache.ignite.spi.checkpoint.jdbc.<a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.jdbc">JdbcCheckpointSpi</a></dt>
<dd>
<div class="block">Sets the checkpoint listener.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/noop/NoopCheckpointSpi.html#setCheckpointListener-org.apache.ignite.spi.checkpoint.CheckpointListener-">setCheckpointListener(CheckpointListener)</a></span> - Method in class org.apache.ignite.spi.checkpoint.noop.<a href="org/apache/ignite/spi/checkpoint/noop/NoopCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.noop">NoopCheckpointSpi</a></dt>
<dd>
<div class="block">Sets the checkpoint listener.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/s3/S3CheckpointSpi.html#setCheckpointListener-org.apache.ignite.spi.checkpoint.CheckpointListener-">setCheckpointListener(CheckpointListener)</a></span> - Method 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">Sets the checkpoint listener.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/sharedfs/SharedFsCheckpointSpi.html#setCheckpointListener-org.apache.ignite.spi.checkpoint.CheckpointListener-">setCheckpointListener(CheckpointListener)</a></span> - Method in class org.apache.ignite.spi.checkpoint.sharedfs.<a href="org/apache/ignite/spi/checkpoint/sharedfs/SharedFsCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.sharedfs">SharedFsCheckpointSpi</a></dt>
<dd>
<div class="block">Sets the checkpoint listener.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataRegionConfiguration.html#setCheckpointPageBufferSize-long-">setCheckpointPageBufferSize(long)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataRegionConfiguration.html" title="class in org.apache.ignite.configuration">DataRegionConfiguration</a></dt>
<dd>
<div class="block">Sets amount of memory allocated for the checkpoint temporary buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#setCheckpointReadLockTimeout-long-">setCheckpointReadLockTimeout(long)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Sets timeout for checkpoint read lock acquisition.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/FailureHandlingMxBean.html#setCheckpointReadLockTimeout-long-">setCheckpointReadLockTimeout(long)</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/FailureHandlingMxBean.html" title="interface in org.apache.ignite.mxbean">FailureHandlingMxBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setCheckpointSpi-org.apache.ignite.spi.checkpoint.CheckpointSpi...-">setCheckpointSpi(CheckpointSpi...)</a></span> - Method 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">Sets fully configured instance of <a href="org/apache/ignite/spi/checkpoint/CheckpointSpi.html" title="interface in org.apache.ignite.spi.checkpoint"><code>CheckpointSpi</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html#setCheckpointTableName-java.lang.String-">setCheckpointTableName(String)</a></span> - Method in class org.apache.ignite.spi.checkpoint.jdbc.<a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.jdbc">JdbcCheckpointSpi</a></dt>
<dd>
<div class="block">Sets checkpoint table name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#setCheckpointThreads-int-">setCheckpointThreads(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Sets a number of threads to use for the checkpoint purposes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#setCheckpointWriteOrder-org.apache.ignite.configuration.CheckpointWriteOrder-">setCheckpointWriteOrder(CheckpointWriteOrder)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">This property defines order of writing pages to disk storage during checkpoint.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#setCheckpointWriteOrder-org.apache.ignite.configuration.CheckpointWriteOrder-">setCheckpointWriteOrder(CheckpointWriteOrder)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">This property defines order of writing pages to disk storage during checkpoint.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/genetic/Population.html#setChromosome-int-org.apache.ignite.ml.util.genetic.Chromosome-">setChromosome(int, Chromosome)</a></span> - Method in class org.apache.ignite.ml.util.genetic.<a href="org/apache/ignite/ml/util/genetic/Population.html" title="class in org.apache.ignite.ml.util.genetic">Population</a></dt>
<dd>
<div class="block">Sets the chromsome for given index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#setCipherSuites-java.lang.String-">setCipherSuites(String)</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dd>
<div class="block">Override default cipher suites.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ssl/SslContextFactory.html#setCipherSuites-java.lang.String...-">setCipherSuites(String...)</a></span> - Method in class org.apache.ignite.ssl.<a href="org/apache/ignite/ssl/SslContextFactory.html" title="class in org.apache.ignite.ssl">SslContextFactory</a></dt>
<dd>
<div class="block">Sets enabled cipher suites.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setClassLoader-java.lang.ClassLoader-">setClassLoader(ClassLoader)</a></span> - Method 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">Sets loader which will be used for instantiating execution context (<code>EntryProcessors</code>,
<code>CacheEntryListeners</code>, <code>CacheLoaders</code> and
<code>ExpiryPolicys</code>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/jta/reflect/CacheReflectionTmLookup.html#setClassName-java.lang.String-">setClassName(String)</a></span> - Method in class org.apache.ignite.cache.jta.reflect.<a href="org/apache/ignite/cache/jta/reflect/CacheReflectionTmLookup.html" title="class in org.apache.ignite.cache.jta.reflect">CacheReflectionTmLookup</a></dt>
<dd>
<div class="block">Sets class name to use.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/BinaryConfiguration.html#setClassNames-java.util.Collection-">setClassNames(Collection<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/BinaryConfiguration.html" title="class in org.apache.ignite.configuration">BinaryConfiguration</a></dt>
<dd>
<div class="block">Sets class names of binary objects explicitly.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/AuthenticationContext.html#setClient-boolean-">setClient(boolean)</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 flag indicating if this is client node context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/encrypt/AwsKmsEncryptionService.html#setClientConf-com.amazonaws.ClientConfiguration-">setClientConf(ClientConfiguration)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/encrypt/AwsKmsEncryptionService.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt">AwsKmsEncryptionService</a></dt>
<dd>
<div class="block">AWS client configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteClientSpringBean.html#setClientConfiguration-org.apache.ignite.configuration.ClientConfiguration-">setClientConfiguration(ClientConfiguration)</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteClientSpringBean.html" title="class in org.apache.ignite">IgniteClientSpringBean</a></dt>
<dd>
<div class="block">Sets Ignite client configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/s3/S3CheckpointSpi.html#setClientConfiguration-com.amazonaws.ClientConfiguration-">setClientConfiguration(ClientConfiguration)</a></span> - Method 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">Sets Amazon client configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/TcpDiscoveryS3IpFinder.html#setClientConfiguration-com.amazonaws.ClientConfiguration-">setClientConfiguration(ClientConfiguration)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.s3.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/TcpDiscoveryS3IpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.s3">TcpDiscoveryS3IpFinder</a></dt>
<dd>
<div class="block">Sets Amazon client configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setClientConnectorConfiguration-org.apache.ignite.configuration.ClientConnectorConfiguration-">setClientConnectorConfiguration(ClientConnectorConfiguration)</a></span> - Method 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">Sets client connector configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setClientFailureDetectionTimeout-long-">setClientFailureDetectionTimeout(long)</a></span> - Method 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">Sets failure detection timeout to use in <a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.tcp"><code>TcpDiscoverySpi</code></a> and <a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html" title="class in org.apache.ignite.spi.communication.tcp"><code>TcpCommunicationSpi</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setClientMode-boolean-">setClientMode(boolean)</a></span> - Method 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">Sets client mode flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignition.html#setClientMode-boolean-">setClientMode(boolean)</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">Sets client mode thread-local flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#setClientReconnectDisabled-boolean-">setClientReconnectDisabled(boolean)</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">Sets client reconnect disabled flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html#setClientReconnectDisabled-boolean-">setClientReconnectDisabled(boolean)</a></span> - Method in class org.apache.ignite.spi.discovery.zk.<a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.zk">ZookeeperDiscoverySpi</a></dt>
<dd>
<div class="block">Sets client reconnect disabled flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/IgniteScheduler.html#setClusterProps-org.apache.ignite.mesos.ClusterProperties-">setClusterProps(ClusterProperties)</a></span> - Method in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/IgniteScheduler.html" title="class in org.apache.ignite.mesos">IgniteScheduler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setClusterStateOnStart-org.apache.ignite.cluster.ClusterState-">setClusterStateOnStart(ClusterState)</a></span> - Method 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">Sets state of cluster on start.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/statistics/MeanValueStatistic.html#setCntOfValues-long-">setCntOfValues(long)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.statistics.<a href="org/apache/ignite/ml/tree/randomforest/data/statistics/MeanValueStatistic.html" title="class in org.apache.ignite.ml.tree.randomforest.data.statistics">MeanValueStatistic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html#setCollectMetrix-boolean-">setCollectMetrix(boolean)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.datasource.<a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html" title="class in org.apache.ignite.cache.store.cassandra.datasource">DataSource</a></dt>
<dd>
<div class="block">Enables metrics collection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setCollisionSpi-org.apache.ignite.spi.collision.CollisionSpi-">setCollisionSpi(CollisionSpi)</a></span> - Method 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">Sets fully configured instance of <a href="org/apache/ignite/spi/collision/CollisionSpi.html" title="interface in org.apache.ignite.spi.collision"><code>CollisionSpi</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SqlFieldsQuery.html#setCollocated-boolean-">setCollocated(boolean)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SqlFieldsQuery.html" title="class in org.apache.ignite.cache.query">SqlFieldsQuery</a></dt>
<dd>
<div class="block">Sets flag defining if this query is collocated.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CollectionConfiguration.html#setCollocated-boolean-">setCollocated(boolean)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/CollectionConfiguration.html" title="class in org.apache.ignite.configuration">CollectionConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#setCollocated-boolean-">setCollocated(boolean)</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#setColumn-int-double:A-">setColumn(int, double[])</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>
<div class="block">Sets values for given column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html#setColumn-int-double:A-">setColumn(int, double[])</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">Matrix</a></dt>
<dd>
<div class="block">Sets values for given column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setCommunicationFailureResolver-org.apache.ignite.configuration.CommunicationFailureResolver-">setCommunicationFailureResolver(CommunicationFailureResolver)</a></span> - Method 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>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setCommunicationSpi-org.apache.ignite.spi.communication.CommunicationSpi-">setCommunicationSpi(CommunicationSpi)</a></span> - Method 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">Sets fully configured instance of <a href="org/apache/ignite/spi/communication/CommunicationSpi.html" title="interface in org.apache.ignite.spi.communication"><code>CommunicationSpi</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicyFactory.html#setComp-java.util.Comparator-">setComp(Comparator<span class='angle_bracket'>&lt;</span>EvictableEntry<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.cache.eviction.sorted.<a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicyFactory.html" title="class in org.apache.ignite.cache.eviction.sorted">SortedEvictionPolicyFactory</a></dt>
<dd>
<div class="block">Sets entries comparator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/BinaryConfiguration.html#setCompactFooter-boolean-">setCompactFooter(boolean)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/BinaryConfiguration.html" title="class in org.apache.ignite.configuration">BinaryConfiguration</a></dt>
<dd>
<div class="block">Set whether to write footers in compact form.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteReflectionFactory.html#setComponentClass-java.lang.Class-">setComponentClass(Class<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/IgniteReflectionFactory.html" title="class in org.apache.ignite.configuration">IgniteReflectionFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html#setCompression-java.lang.String-">setCompression(String)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.datasource.<a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html" title="class in org.apache.ignite.cache.store.cassandra.datasource">DataSource</a></dt>
<dd>
<div class="block">Sets compression algorithm to use for the transport.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#setConcurrencyLevel-int-">setConcurrencyLevel(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Sets the number of concurrent segments in Ignite internal page mapping tables.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/MemoryConfiguration.html#setConcurrencyLevel-int-">setConcurrencyLevel(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/MemoryConfiguration.html" title="class in org.apache.ignite.configuration">MemoryConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets the number of concurrent segments in Ignite internal page mapping tables.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#setConfiguration-org.apache.ignite.configuration.IgniteConfiguration-">setConfiguration(IgniteConfiguration)</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">Sets Ignite configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#setConnectionRecoveryTimeout-long-">setConnectionRecoveryTimeout(long)</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">Sets timeout that defines how long server node would try to recovery connection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcBlobStore.html#setConnectionUrl-java.lang.String-">setConnectionUrl(String)</a></span> - Method in 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>
<div class="block">Sets connection URL.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcBlobStoreFactory.html#setConnectionUrl-java.lang.String-">setConnectionUrl(String)</a></span> - Method in 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>
<div class="block">Sets connection URL.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setConnectorConfiguration-org.apache.ignite.configuration.ConnectorConfiguration-">setConnectorConfiguration(ConnectorConfiguration)</a></span> - Method 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>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/WrappedPreparedStatement.html#setConsistencyLevel-com.datastax.driver.core.ConsistencyLevel-">setConsistencyLevel(ConsistencyLevel)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.session.<a href="org/apache/ignite/cache/store/cassandra/session/WrappedPreparedStatement.html" title="class in org.apache.ignite.cache.store.cassandra.session">WrappedPreparedStatement</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setConsistentId-java.io.Serializable-">setConsistentId(Serializable)</a></span> - Method 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">Sets consistent globally unique node ID which survives node restarts.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/isolated/IsolatedNode.html#setConsistentId-java.io.Serializable-">setConsistentId(Serializable)</a></span> - Method in class org.apache.ignite.spi.discovery.isolated.<a href="org/apache/ignite/spi/discovery/isolated/IsolatedNode.html" title="class in org.apache.ignite.spi.discovery.isolated">IsolatedNode</a></dt>
<dd>
<div class="block">Sets consistent globally unique node ID which survives node restarts.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html#setContactPoints-java.lang.String...-">setContactPoints(String...)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.datasource.<a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html" title="class in org.apache.ignite.cache.store.cassandra.datasource">DataSource</a></dt>
<dd>
<div class="block">Sets list of contact points to connect to Cassandra cluster.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/marshaller/AbstractMarshaller.html#setContext-org.apache.ignite.marshaller.MarshallerContext-">setContext(MarshallerContext)</a></span> - Method in class org.apache.ignite.marshaller.<a href="org/apache/ignite/marshaller/AbstractMarshaller.html" title="class in org.apache.ignite.marshaller">AbstractMarshaller</a></dt>
<dd>
<div class="block">Sets marshaller context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/marshaller/Marshaller.html#setContext-org.apache.ignite.marshaller.MarshallerContext-">setContext(MarshallerContext)</a></span> - Method in interface org.apache.ignite.marshaller.<a href="org/apache/ignite/marshaller/Marshaller.html" title="interface in org.apache.ignite.marshaller">Marshaller</a></dt>
<dd>
<div class="block">Sets marshaller context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/stream/socket/SocketStreamer.html#setConverter-org.apache.ignite.stream.socket.SocketMessageConverter-">setConverter(SocketMessageConverter<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.stream.socket.<a href="org/apache/ignite/stream/socket/SocketStreamer.html" title="class in org.apache.ignite.stream.socket">SocketStreamer</a></dt>
<dd>
<div class="block">Sets message converter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/data/DecisionTreeData.html#setCopiedOriginalLabels-double:A-">setCopiedOriginalLabels(double[])</a></span> - Method in class org.apache.ignite.ml.tree.data.<a href="org/apache/ignite/ml/tree/data/DecisionTreeData.html" title="class in org.apache.ignite.ml.tree.data">DecisionTreeData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#setCopyOnRead-boolean-">setCopyOnRead(boolean)</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setCopyOnRead-boolean-">setCopyOnRead(boolean)</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>
<dd>
<div class="block">Sets copy on read flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcBlobStore.html#setCreateTableQuery-java.lang.String-">setCreateTableQuery(String)</a></span> - Method in 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>
<div class="block">Sets create table query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcBlobStoreFactory.html#setCreateTableQuery-java.lang.String-">setCreateTableQuery(String)</a></span> - Method in 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>
<div class="block">Sets create table query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/cloud/TcpDiscoveryCloudIpFinder.html#setCredential-java.lang.String-">setCredential(String)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.cloud.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/cloud/TcpDiscoveryCloudIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.cloud">TcpDiscoveryCloudIpFinder</a></dt>
<dd>
<div class="block">Sets credential that is used during authentication on the cloud.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/cloud/TcpDiscoveryCloudIpFinder.html#setCredentialPath-java.lang.String-">setCredentialPath(String)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.cloud.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/cloud/TcpDiscoveryCloudIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.cloud">TcpDiscoveryCloudIpFinder</a></dt>
<dd>
<div class="block">Sets the path to a credential that is used during authentication on the cloud.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html#setCredentials-org.apache.ignite.cache.store.cassandra.datasource.Credentials-">setCredentials(Credentials)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.datasource.<a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html" title="class in org.apache.ignite.cache.store.cassandra.datasource">DataSource</a></dt>
<dd>
<div class="block">Sets credentials to use for authentication.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/encrypt/AwsKmsEncryptionService.html#setCredentials-com.amazonaws.auth.AWSCredentials-">setCredentials(AWSCredentials)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/encrypt/AwsKmsEncryptionService.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt">AwsKmsEncryptionService</a></dt>
<dd>
<div class="block">AWS credentials.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/elb/TcpDiscoveryAlbIpFinder.html#setCredentialsProvider-com.amazonaws.auth.AWSCredentialsProvider-">setCredentialsProvider(AWSCredentialsProvider)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.elb.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/elb/TcpDiscoveryAlbIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.elb">TcpDiscoveryAlbIpFinder</a></dt>
<dd>
<div class="block">Sets AWS credentials provider.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/elb/TcpDiscoveryElbIpFinder.html#setCredentialsProvider-com.amazonaws.auth.AWSCredentialsProvider-">setCredentialsProvider(AWSCredentialsProvider)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.elb.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/elb/TcpDiscoveryElbIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.elb">TcpDiscoveryElbIpFinder</a></dt>
<dd>
<div class="block">Sets AWS credentials provider.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/zk/TcpDiscoveryZookeeperIpFinder.html#setCurator-org.apache.curator.framework.CuratorFramework-">setCurator(CuratorFramework)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.zk.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/zk/TcpDiscoveryZookeeperIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.zk">TcpDiscoveryZookeeperIpFinder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageReader.html#setCurrentReadClass-java.lang.Class-">setCurrentReadClass(Class<span class='angle_bracket'>&lt;</span>? extends Message<span class='angle_bracket'>&gt;</span>)</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">Sets type of message currently read.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageWriter.html#setCurrentWriteClass-java.lang.Class-">setCurrentWriteClass(Class<span class='angle_bracket'>&lt;</span>? extends Message<span class='angle_bracket'>&gt;</span>)</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">Sets type of message currently written.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setDaemon-boolean-">setDaemon(boolean)</a></span> - Method 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">Sets daemon flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignition.html#setDaemon-boolean-">setDaemon(boolean)</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">Sets daemon flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/Dataset.html#setData-Row:A-">setData(Row[])</a></span> - Method in class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/Dataset.html" title="class in org.apache.ignite.ml.structures">Dataset</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/JdbcTypeField.html#setDatabaseFieldName-java.lang.String-">setDatabaseFieldName(String)</a></span> - Method in class org.apache.ignite.cache.store.jdbc.<a href="org/apache/ignite/cache/store/jdbc/JdbcTypeField.html" title="class in org.apache.ignite.cache.store.jdbc">JdbcTypeField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/JdbcTypeField.html#setDatabaseFieldType-int-">setDatabaseFieldType(int)</a></span> - Method in class org.apache.ignite.cache.store.jdbc.<a href="org/apache/ignite/cache/store/jdbc/JdbcTypeField.html" title="class in org.apache.ignite.cache.store.jdbc">JdbcTypeField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/JdbcType.html#setDatabaseSchema-java.lang.String-">setDatabaseSchema(String)</a></span> - Method in class org.apache.ignite.cache.store.jdbc.<a href="org/apache/ignite/cache/store/jdbc/JdbcType.html" title="class in org.apache.ignite.cache.store.jdbc">JdbcType</a></dt>
<dd>
<div class="block">Sets database schema name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/JdbcType.html#setDatabaseTable-java.lang.String-">setDatabaseTable(String)</a></span> - Method in class org.apache.ignite.cache.store.jdbc.<a href="org/apache/ignite/cache/store/jdbc/JdbcType.html" title="class in org.apache.ignite.cache.store.jdbc">JdbcType</a></dt>
<dd>
<div class="block">Table name in database.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoverySpi.html#setDataExchange-org.apache.ignite.spi.discovery.DiscoverySpiDataExchange-">setDataExchange(DiscoverySpiDataExchange)</a></span> - Method in interface org.apache.ignite.spi.discovery.<a href="org/apache/ignite/spi/discovery/DiscoverySpi.html" title="interface in org.apache.ignite.spi.discovery">DiscoverySpi</a></dt>
<dd>
<div class="block">Sets a handler for initial data exchange between Ignite nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/isolated/IsolatedDiscoverySpi.html#setDataExchange-org.apache.ignite.spi.discovery.DiscoverySpiDataExchange-">setDataExchange(DiscoverySpiDataExchange)</a></span> - Method in class org.apache.ignite.spi.discovery.isolated.<a href="org/apache/ignite/spi/discovery/isolated/IsolatedDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.isolated">IsolatedDiscoverySpi</a></dt>
<dd>
<div class="block">Sets a handler for initial data exchange between Ignite nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#setDataExchange-org.apache.ignite.spi.discovery.DiscoverySpiDataExchange-">setDataExchange(DiscoverySpiDataExchange)</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">Sets a handler for initial data exchange between Ignite nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html#setDataExchange-org.apache.ignite.spi.discovery.DiscoverySpiDataExchange-">setDataExchange(DiscoverySpiDataExchange)</a></span> - Method in class org.apache.ignite.spi.discovery.zk.<a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.zk">ZookeeperDiscoverySpi</a></dt>
<dd>
<div class="block">Sets a handler for initial data exchange between Ignite nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#setDataRegionConfigurations-org.apache.ignite.configuration.DataRegionConfiguration...-">setDataRegionConfigurations(DataRegionConfiguration...)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Sets data regions configurations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#setDataRegionName-java.lang.String-">setDataRegionName(String)</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setDataRegionName-java.lang.String-">setDataRegionName(String)</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>
<dd>
<div class="block">Sets a name of <a href="org/apache/ignite/configuration/DataRegionConfiguration.html" title="class in org.apache.ignite.configuration"><code>DataRegionConfiguration</code></a> for this cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/CassandraCacheStoreFactory.html#setDataSource-org.apache.ignite.cache.store.cassandra.datasource.DataSource-">setDataSource(DataSource)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.<a href="org/apache/ignite/cache/store/cassandra/CassandraCacheStoreFactory.html" title="class in org.apache.ignite.cache.store.cassandra">CassandraCacheStoreFactory</a></dt>
<dd>
<div class="block">Sets data source.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html#setDataSource-javax.sql.DataSource-">setDataSource(DataSource)</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>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcBlobStore.html#setDataSource-javax.sql.DataSource-">setDataSource(DataSource)</a></span> - Method in 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>
<div class="block">Sets data source.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcBlobStoreFactory.html#setDataSource-javax.sql.DataSource-">setDataSource(DataSource)</a></span> - Method in 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>
<div class="block">Sets data source.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcPojoStoreFactory.html#setDataSource-javax.sql.DataSource-">setDataSource(DataSource)</a></span> - Method in 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>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcStoreSessionListener.html#setDataSource-javax.sql.DataSource-">setDataSource(DataSource)</a></span> - Method in 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>
<div class="block">Sets data source.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/spring/CacheSpringStoreSessionListener.html#setDataSource-javax.sql.DataSource-">setDataSource(DataSource)</a></span> - Method in class org.apache.ignite.cache.store.spring.<a href="org/apache/ignite/cache/store/spring/CacheSpringStoreSessionListener.html" title="class in org.apache.ignite.cache.store.spring">CacheSpringStoreSessionListener</a></dt>
<dd>
<div class="block">Sets data source.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html#setDataSource-javax.sql.DataSource-">setDataSource(DataSource)</a></span> - Method in class org.apache.ignite.spi.checkpoint.jdbc.<a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.jdbc">JdbcCheckpointSpi</a></dt>
<dd>
<div class="block">Sets DataSource to use for database access.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/jdbc/TcpDiscoveryJdbcIpFinder.html#setDataSource-javax.sql.DataSource-">setDataSource(DataSource)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.jdbc.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/jdbc/TcpDiscoveryJdbcIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.jdbc">TcpDiscoveryJdbcIpFinder</a></dt>
<dd>
<div class="block">Sets data source.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/CassandraCacheStoreFactory.html#setDataSourceBean-java.lang.String-">setDataSourceBean(String)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.<a href="org/apache/ignite/cache/store/cassandra/CassandraCacheStoreFactory.html" title="class in org.apache.ignite.cache.store.cassandra">CassandraCacheStoreFactory</a></dt>
<dd>
<div class="block">Sets data source bean name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcBlobStoreFactory.html#setDataSourceBean-java.lang.String-">setDataSourceBean(String)</a></span> - Method in 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>
<div class="block">Sets name of the data source bean.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcPojoStoreFactory.html#setDataSourceBean-java.lang.String-">setDataSourceBean(String)</a></span> - Method in 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>
<div class="block">Sets name of the data source bean.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcPojoStoreFactory.html#setDataSourceFactory-javax.cache.configuration.Factory-">setDataSourceFactory(Factory<span class='angle_bracket'>&lt;</span>DataSource<span class='angle_bracket'>&gt;</span>)</a></span> - Method in 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>
<div class="block">Sets factory for underlying datasource.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setDataStorageConfiguration-org.apache.ignite.configuration.DataStorageConfiguration-">setDataStorageConfiguration(DataStorageConfiguration)</a></span> - Method 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">Sets durable memory configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setDataStreamerThreadPoolSize-int-">setDataStreamerThreadPoolSize(int)</a></span> - Method 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">Set thread pool size that will be used to process data stream messages.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/TransactionConfiguration.html#setDeadlockTimeout-long-">setDeadlockTimeout(long)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/TransactionConfiguration.html" title="class in org.apache.ignite.configuration">TransactionConfiguration</a></dt>
<dd>
<div class="block"><b>This is an experimental feature.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/SecurityBasicPermissionSet.html#setDefaultAllowAll-boolean-">setDefaultAllowAll(boolean)</a></span> - Method in class org.apache.ignite.plugin.security.<a href="org/apache/ignite/plugin/security/SecurityBasicPermissionSet.html" title="class in org.apache.ignite.plugin.security">SecurityBasicPermissionSet</a></dt>
<dd>
<div class="block">Setter for set default allow all.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#setDefaultDataRegionConfiguration-org.apache.ignite.configuration.DataRegionConfiguration-">setDefaultDataRegionConfiguration(DataRegionConfiguration)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Overrides configuration of default data region which is created automatically.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryEntity.html#setDefaultFieldValues-java.util.Map-">setDefaultFieldValues(Map<span class='angle_bracket'>&lt;</span>String, Object<span class='angle_bracket'>&gt;</span>)</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">Sets fields default values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryConfiguration.html#setDefaultIdMapper-java.lang.String-">setDefaultIdMapper(String)</a></span> - Method in class org.apache.ignite.platform.dotnet.<a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryConfiguration.html" title="class in org.apache.ignite.platform.dotnet">PlatformDotNetBinaryConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryConfiguration.html#setDefaultKeepDeserialized-boolean-">setDefaultKeepDeserialized(boolean)</a></span> - Method in class org.apache.ignite.platform.dotnet.<a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryConfiguration.html" title="class in org.apache.ignite.platform.dotnet">PlatformDotNetBinaryConfiguration</a></dt>
<dd>
<div class="block">Sets default keep deserialized flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#setDefaultLockTimeout-long-">setDefaultLockTimeout(long)</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setDefaultLockTimeout-long-">setDefaultLockTimeout(long)</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>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Default lock timeout configuration property has no effect.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/MemoryConfiguration.html#setDefaultMemoryPolicyName-java.lang.String-">setDefaultMemoryPolicyName(String)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/MemoryConfiguration.html" title="class in org.apache.ignite.configuration">MemoryConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets the name for the default memory policy that will initialize the default memory region.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/MemoryConfiguration.html#setDefaultMemoryPolicySize-long-">setDefaultMemoryPolicySize(long)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/MemoryConfiguration.html" title="class in org.apache.ignite.configuration">MemoryConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Overrides size of default memory policy which is created automatically.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryConfiguration.html#setDefaultNameMapper-java.lang.String-">setDefaultNameMapper(String)</a></span> - Method in class org.apache.ignite.platform.dotnet.<a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryConfiguration.html" title="class in org.apache.ignite.platform.dotnet">PlatformDotNetBinaryConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html#setDefaultPriority-int-">setDefaultPriority(int)</a></span> - Method in class org.apache.ignite.spi.collision.priorityqueue.<a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html" title="class in org.apache.ignite.spi.collision.priorityqueue">PriorityQueueCollisionSpi</a></dt>
<dd>
<div class="block">Sets default priority to use if a job does not have priority attribute set.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpiMBean.html#setDefaultPriority-int-">setDefaultPriority(int)</a></span> - Method in interface org.apache.ignite.spi.collision.priorityqueue.<a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpiMBean.html" title="interface in org.apache.ignite.spi.collision.priorityqueue">PriorityQueueCollisionSpiMBean</a></dt>
<dd>
<div class="block">Sets default priority to use if a job does not have priority attribute set.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setDefaultQueryTimeout-long-">setDefaultQueryTimeout(long)</a></span> - Method 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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/SqlConfiguration.html#setDefaultQueryTimeout-long-"><code>SqlConfiguration.setDefaultQueryTimeout(long)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/SqlConfiguration.html#setDefaultQueryTimeout-long-">setDefaultQueryTimeout(long)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/SqlConfiguration.html" title="class in org.apache.ignite.configuration">SqlConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Since 2.9. Please use distributed default query timeout.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryConfiguration.html#setDefaultSerializer-java.lang.String-">setDefaultSerializer(String)</a></span> - Method in class org.apache.ignite.platform.dotnet.<a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryConfiguration.html" title="class in org.apache.ignite.platform.dotnet">PlatformDotNetBinaryConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientTransactionConfiguration.html#setDefaultTxConcurrency-org.apache.ignite.transactions.TransactionConcurrency-">setDefaultTxConcurrency(TransactionConcurrency)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientTransactionConfiguration.html" title="class in org.apache.ignite.configuration">ClientTransactionConfiguration</a></dt>
<dd>
<div class="block">Sets default transaction concurrency.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/TransactionConfiguration.html#setDefaultTxConcurrency-org.apache.ignite.transactions.TransactionConcurrency-">setDefaultTxConcurrency(TransactionConcurrency)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/TransactionConfiguration.html" title="class in org.apache.ignite.configuration">TransactionConfiguration</a></dt>
<dd>
<div class="block">Sets default transaction concurrency.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientTransactionConfiguration.html#setDefaultTxIsolation-org.apache.ignite.transactions.TransactionIsolation-">setDefaultTxIsolation(TransactionIsolation)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientTransactionConfiguration.html" title="class in org.apache.ignite.configuration">ClientTransactionConfiguration</a></dt>
<dd>
<div class="block">Sets default transaction isolation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/TransactionConfiguration.html#setDefaultTxIsolation-org.apache.ignite.transactions.TransactionIsolation-">setDefaultTxIsolation(TransactionIsolation)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/TransactionConfiguration.html" title="class in org.apache.ignite.configuration">TransactionConfiguration</a></dt>
<dd>
<div class="block">Sets default transaction isolation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientTransactionConfiguration.html#setDefaultTxTimeout-long-">setDefaultTxTimeout(long)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientTransactionConfiguration.html" title="class in org.apache.ignite.configuration">ClientTransactionConfiguration</a></dt>
<dd>
<div class="block">Sets default transaction timeout in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/TransactionConfiguration.html#setDefaultTxTimeout-long-">setDefaultTxTimeout(long)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/TransactionConfiguration.html" title="class in org.apache.ignite.configuration">TransactionConfiguration</a></dt>
<dd>
<div class="block">Sets default transaction timeout in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#setDefaultWarmUpConfiguration-org.apache.ignite.configuration.WarmUpConfiguration-">setDefaultWarmUpConfiguration(WarmUpConfiguration)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Sets default warm-up configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#setDefragmentationThreadPoolSize-int-">setDefragmentationThreadPoolSize(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Sets maximum number of partitions which can be defragmented at the same time.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcBlobStore.html#setDeleteQuery-java.lang.String-">setDeleteQuery(String)</a></span> - Method in 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>
<div class="block">Sets delete entry query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcBlobStoreFactory.html#setDeleteQuery-java.lang.String-">setDeleteQuery(String)</a></span> - Method in 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>
<div class="block">Sets delete entry query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/stream/socket/SocketStreamer.html#setDelimiter-byte:A-">setDelimiter(byte[])</a></span> - Method in class org.apache.ignite.stream.socket.<a href="org/apache/ignite/stream/socket/SocketStreamer.html" title="class in org.apache.ignite.stream.socket">SocketStreamer</a></dt>
<dd>
<div class="block">Sets message delimiter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/optimization/updatecalculators/RPropParameterUpdate.html#setDeltas-org.apache.ignite.ml.math.primitives.vector.Vector-">setDeltas(Vector)</a></span> - Method in class org.apache.ignite.ml.optimization.updatecalculators.<a href="org/apache/ignite/ml/optimization/updatecalculators/RPropParameterUpdate.html" title="class in org.apache.ignite.ml.optimization.updatecalculators">RPropParameterUpdate</a></dt>
<dd>
<div class="block">Set previous iteration deltas.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setDeploymentMode-org.apache.ignite.configuration.DeploymentMode-">setDeploymentMode(DeploymentMode)</a></span> - Method 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">Sets task classes and resources sharing mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setDeploymentSpi-org.apache.ignite.spi.deployment.DeploymentSpi-">setDeploymentSpi(DeploymentSpi)</a></span> - Method 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">Sets fully configured instance of <a href="org/apache/ignite/spi/deployment/DeploymentSpi.html" title="interface in org.apache.ignite.spi.deployment"><code>DeploymentSpi</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html#setDialect-org.apache.ignite.cache.store.jdbc.dialect.JdbcDialect-">setDialect(JdbcDialect)</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">Set database dialect.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcPojoStoreFactory.html#setDialect-org.apache.ignite.cache.store.jdbc.dialect.JdbcDialect-">setDialect(JdbcDialect)</a></span> - Method in 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>
<div class="block">Set database dialect.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ConnectorConfiguration.html#setDirectBuffer-boolean-">setDirectBuffer(boolean)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ConnectorConfiguration</a></dt>
<dd>
<div class="block">Sets whether to use direct buffer for REST TCP server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/stream/socket/SocketStreamer.html#setDirectMode-boolean-">setDirectMode(boolean)</a></span> - Method in class org.apache.ignite.stream.socket.<a href="org/apache/ignite/stream/socket/SocketStreamer.html" title="class in org.apache.ignite.stream.socket">SocketStreamer</a></dt>
<dd>
<div class="block">Sets direct mode flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/sharedfs/SharedFsCheckpointSpi.html#setDirectoryPaths-java.util.Collection-">setDirectoryPaths(Collection<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.spi.checkpoint.sharedfs.<a href="org/apache/ignite/spi/checkpoint/sharedfs/SharedFsCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.sharedfs">SharedFsCheckpointSpi</a></dt>
<dd>
<div class="block">Sets path to a shared directory where checkpoints will be stored.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/startup/BasicWarmupClosure.html#setDiscoveryPort-int-">setDiscoveryPort(int)</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">Sets discovery port for warmup.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setDiscoverySpi-org.apache.ignite.spi.discovery.DiscoverySpi-">setDiscoverySpi(DiscoverySpi)</a></span> - Method 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">Sets fully configured instance of <a href="org/apache/ignite/spi/discovery/DiscoverySpi.html" title="interface in org.apache.ignite.spi.discovery"><code>DiscoverySpi</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setDiscoveryStartupDelay-long-">setDiscoveryStartupDelay(long)</a></span> - Method 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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Not used any more.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setDiskPageCompression-org.apache.ignite.configuration.DiskPageCompression-">setDiskPageCompression(DiskPageCompression)</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>
<dd>
<div class="block">Sets disk page compression algorithm.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setDiskPageCompressionLevel-java.lang.Integer-">setDiskPageCompressionLevel(Integer)</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>
<dd>
<div class="block">Sets <a href="org/apache/ignite/configuration/CacheConfiguration.html#setDiskPageCompression-org.apache.ignite.configuration.DiskPageCompression-"><code>algorithm</code></a> specific disk page compression level.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SqlFieldsQuery.html#setDistributedJoins-boolean-">setDistributedJoins(boolean)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SqlFieldsQuery.html" title="class in org.apache.ignite.cache.query">SqlFieldsQuery</a></dt>
<dd>
<div class="block">Specify if distributed joins are enabled for this query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SqlQuery.html#setDistributedJoins-boolean-">setDistributedJoins(boolean)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SqlQuery.html" title="class in org.apache.ignite.cache.query">SqlQuery</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Specify if distributed joins are enabled for this query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#setDistributedJoins-boolean-">setDistributedJoins(boolean)</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#setEagerTtl-boolean-">setEagerTtl(boolean)</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setEagerTtl-boolean-">setEagerTtl(boolean)</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>
<dd>
<div class="block">Sets eager ttl flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/DecisionTreeConditionalNode.html#setElseNode-org.apache.ignite.ml.tree.DecisionTreeNode-">setElseNode(DecisionTreeNode)</a></span> - Method in class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/DecisionTreeConditionalNode.html" title="class in org.apache.ignite.ml.tree">DecisionTreeConditionalNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataRegionConfiguration.html#setEmptyPagesPoolSize-int-">setEmptyPagesPoolSize(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataRegionConfiguration.html" title="class in org.apache.ignite.configuration">DataRegionConfiguration</a></dt>
<dd>
<div class="block">Specifies the minimal number of empty pages to be present in reuse lists for this data region.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/MemoryPolicyConfiguration.html#setEmptyPagesPoolSize-int-">setEmptyPagesPoolSize(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/MemoryPolicyConfiguration.html" title="class in org.apache.ignite.configuration">MemoryPolicyConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Specifies the minimal number of empty pages to be present in reuse lists for this memory policy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/deployment/uri/UriDeploymentSpi.html#setEncodeUri-boolean-">setEncodeUri(boolean)</a></span> - Method in class org.apache.ignite.spi.deployment.uri.<a href="org/apache/ignite/spi/deployment/uri/UriDeploymentSpi.html" title="class in org.apache.ignite.spi.deployment.uri">UriDeploymentSpi</a></dt>
<dd>
<div class="block">Indicates that URI must be encoded before usage.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#setEncryptionConfiguration-org.apache.ignite.configuration.EncryptionConfiguration-">setEncryptionConfiguration(EncryptionConfiguration)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Sets encryption configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setEncryptionEnabled-boolean-">setEncryptionEnabled(boolean)</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>
<dd>
<div class="block">Sets encrypted flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/TcpDiscoveryS3IpFinder.html#setEncryptionService-org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt.EncryptionService-">setEncryptionService(EncryptionService)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.s3.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/TcpDiscoveryS3IpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.s3">TcpDiscoveryS3IpFinder</a></dt>
<dd>
<div class="block">Sets encryption service for client side node address encryption.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setEncryptionSpi-org.apache.ignite.spi.encryption.EncryptionSpi-">setEncryptionSpi(EncryptionSpi)</a></span> - Method 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">Sets fully configured instances of <a href="org/apache/ignite/spi/encryption/EncryptionSpi.html" title="interface in org.apache.ignite.spi.encryption"><code>EncryptionSpi</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/OdbcConfiguration.html#setEndpointAddress-java.lang.String-">setEndpointAddress(String)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/OdbcConfiguration.html" title="class in org.apache.ignite.configuration">OdbcConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Set ODBC endpoint address.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SqlFieldsQuery.html#setEnforceJoinOrder-boolean-">setEnforceJoinOrder(boolean)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SqlFieldsQuery.html" title="class in org.apache.ignite.cache.query">SqlFieldsQuery</a></dt>
<dd>
<div class="block">Sets flag to enforce join order of tables in the query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#setEnforceJoinOrder-boolean-">setEnforceJoinOrder(boolean)</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryTypeConfiguration.html#setEnum-boolean-">setEnum(boolean)</a></span> - Method in 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">Sets whether this is enum type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryTypeConfiguration.html#setEnum-boolean-">setEnum(boolean)</a></span> - Method in class org.apache.ignite.platform.dotnet.<a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryTypeConfiguration.html" title="class in org.apache.ignite.platform.dotnet">PlatformDotNetBinaryTypeConfiguration</a></dt>
<dd>
<div class="block">Sets whether this is enum type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryTypeConfiguration.html#setEnumValues-java.util.Map-">setEnumValues(Map<span class='angle_bracket'>&lt;</span>String, Integer<span class='angle_bracket'>&gt;</span>)</a></span> - Method in 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">Set enum ordinal to names mapping.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/pipeline/Pipeline.html#setEnvironmentBuilder-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-">setEnvironmentBuilder(LearningEnvironmentBuilder)</a></span> - Method in class org.apache.ignite.ml.pipeline.<a href="org/apache/ignite/ml/pipeline/Pipeline.html" title="class in org.apache.ignite.ml.pipeline">Pipeline</a></dt>
<dd>
<div class="block">Set learning environment builder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setEventsDisabled-boolean-">setEventsDisabled(boolean)</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>
<dd>
<div class="block">Sets events disabled flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setEventStorageSpi-org.apache.ignite.spi.eventstorage.EventStorageSpi-">setEventStorageSpi(EventStorageSpi)</a></span> - Method 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">Sets fully configured instance of <a href="org/apache/ignite/spi/eventstorage/EventStorageSpi.html" title="interface in org.apache.ignite.spi.eventstorage"><code>EventStorageSpi</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setEvictionFilter-org.apache.ignite.cache.eviction.EvictionFilter-">setEvictionFilter(EvictionFilter<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</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>
<dd>
<div class="block">Sets eviction filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setEvictionPolicy-org.apache.ignite.cache.eviction.EvictionPolicy-">setEvictionPolicy(EvictionPolicy)</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>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/CacheConfiguration.html#setEvictionPolicyFactory-javax.cache.configuration.Factory-"><code>CacheConfiguration.setEvictionPolicyFactory(Factory)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setEvictionPolicyFactory-javax.cache.configuration.Factory-">setEvictionPolicyFactory(Factory<span class='angle_bracket'>&lt;</span>? extends EvictionPolicy<span class='angle_bracket'>&lt;</span>? super K, ? super V<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>)</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>
<dd>
<div class="block">Sets cache eviction policy factory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataRegionConfiguration.html#setEvictionThreshold-double-">setEvictionThreshold(double)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataRegionConfiguration.html" title="class in org.apache.ignite.configuration">DataRegionConfiguration</a></dt>
<dd>
<div class="block">Sets memory pages eviction threshold.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/MemoryPolicyConfiguration.html#setEvictionThreshold-double-">setEvictionThreshold(double)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/MemoryPolicyConfiguration.html" title="class in org.apache.ignite.configuration">MemoryPolicyConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets memory pages eviction threshold.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/affinity/rendezvous/RendezvousAffinityFunction.html#setExcludeNeighbors-boolean-">setExcludeNeighbors(boolean)</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">Sets flag to exclude same-host-neighbors from being backups of each other (default is <code>false</code>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setExecutorConfiguration-org.apache.ignite.configuration.ExecutorConfiguration...-">setExecutorConfiguration(ExecutorConfiguration...)</a></span> - Method 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">Sets custom executors for user compute tasks.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/eventstorage/memory/MemoryEventStorageSpi.html#setExpireAgeMs-long-">setExpireAgeMs(long)</a></span> - Method in class org.apache.ignite.spi.eventstorage.memory.<a href="org/apache/ignite/spi/eventstorage/memory/MemoryEventStorageSpi.html" title="class in org.apache.ignite.spi.eventstorage.memory">MemoryEventStorageSpi</a></dt>
<dd>
<div class="block">Sets events expiration time.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/eventstorage/memory/MemoryEventStorageSpi.html#setExpireCount-long-">setExpireCount(long)</a></span> - Method in class org.apache.ignite.spi.eventstorage.memory.<a href="org/apache/ignite/spi/eventstorage/memory/MemoryEventStorageSpi.html" title="class in org.apache.ignite.spi.eventstorage.memory">MemoryEventStorageSpi</a></dt>
<dd>
<div class="block">Sets events queue size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html#setExpireDateFieldName-java.lang.String-">setExpireDateFieldName(String)</a></span> - Method in class org.apache.ignite.spi.checkpoint.jdbc.<a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.jdbc">JdbcCheckpointSpi</a></dt>
<dd>
<div class="block">Sets checkpoint expiration date field name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html#setExpireDateFieldType-java.lang.String-">setExpireDateFieldType(String)</a></span> - Method in class org.apache.ignite.spi.checkpoint.jdbc.<a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.jdbc">JdbcCheckpointSpi</a></dt>
<dd>
<div class="block">Sets checkpoint expiration date field type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#setExpiryPolicy-javax.cache.expiry.ExpiryPolicy-">setExpiryPolicy(ExpiryPolicy)</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setExpiryPolicyFactory-javax.cache.configuration.Factory-">setExpiryPolicyFactory(Factory<span class='angle_bracket'>&lt;</span>? extends ExpiryPolicy<span class='angle_bracket'>&gt;</span>)</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="memberNameLink"><a href="org/apache/ignite/spi/metric/jmx/JmxMetricExporterSpi.html#setExportFilter-java.util.function.Predicate-">setExportFilter(Predicate<span class='angle_bracket'>&lt;</span>ReadOnlyMetricRegistry<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.spi.metric.jmx.<a href="org/apache/ignite/spi/metric/jmx/JmxMetricExporterSpi.html" title="class in org.apache.ignite.spi.metric.jmx">JmxMetricExporterSpi</a></dt>
<dd>
<div class="block">Sets export filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/metric/MetricExporterSpi.html#setExportFilter-java.util.function.Predicate-">setExportFilter(Predicate<span class='angle_bracket'>&lt;</span>ReadOnlyMetricRegistry<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.spi.metric.<a href="org/apache/ignite/spi/metric/MetricExporterSpi.html" title="interface in org.apache.ignite.spi.metric">MetricExporterSpi</a></dt>
<dd>
<div class="block">Sets export filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/metric/noop/NoopMetricExporterSpi.html#setExportFilter-java.util.function.Predicate-">setExportFilter(Predicate<span class='angle_bracket'>&lt;</span>ReadOnlyMetricRegistry<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.spi.metric.noop.<a href="org/apache/ignite/spi/metric/noop/NoopMetricExporterSpi.html" title="class in org.apache.ignite.spi.metric.noop">NoopMetricExporterSpi</a></dt>
<dd>
<div class="block">Sets export filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/SystemViewExporterSpi.html#setExportFilter-java.util.function.Predicate-">setExportFilter(Predicate<span class='angle_bracket'>&lt;</span>SystemView<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.spi.systemview.<a href="org/apache/ignite/spi/systemview/SystemViewExporterSpi.html" title="interface in org.apache.ignite.spi.systemview">SystemViewExporterSpi</a></dt>
<dd>
<div class="block">Sets export filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/CollisionSpi.html#setExternalCollisionListener-org.apache.ignite.spi.collision.CollisionExternalListener-">setExternalCollisionListener(CollisionExternalListener)</a></span> - Method in interface org.apache.ignite.spi.collision.<a href="org/apache/ignite/spi/collision/CollisionSpi.html" title="interface in org.apache.ignite.spi.collision">CollisionSpi</a></dt>
<dd>
<div class="block">Listener to be set for notification of external collision events (e.g. job stealing).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/fifoqueue/FifoQueueCollisionSpi.html#setExternalCollisionListener-org.apache.ignite.spi.collision.CollisionExternalListener-">setExternalCollisionListener(CollisionExternalListener)</a></span> - Method in class org.apache.ignite.spi.collision.fifoqueue.<a href="org/apache/ignite/spi/collision/fifoqueue/FifoQueueCollisionSpi.html" title="class in org.apache.ignite.spi.collision.fifoqueue">FifoQueueCollisionSpi</a></dt>
<dd>
<div class="block">Listener to be set for notification of external collision events (e.g. job stealing).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpi.html#setExternalCollisionListener-org.apache.ignite.spi.collision.CollisionExternalListener-">setExternalCollisionListener(CollisionExternalListener)</a></span> - Method 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">Listener to be set for notification of external collision events (e.g. job stealing).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/noop/NoopCollisionSpi.html#setExternalCollisionListener-org.apache.ignite.spi.collision.CollisionExternalListener-">setExternalCollisionListener(CollisionExternalListener)</a></span> - Method in class org.apache.ignite.spi.collision.noop.<a href="org/apache/ignite/spi/collision/noop/NoopCollisionSpi.html" title="class in org.apache.ignite.spi.collision.noop">NoopCollisionSpi</a></dt>
<dd>
<div class="block">Listener to be set for notification of external collision events (e.g. job stealing).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html#setExternalCollisionListener-org.apache.ignite.spi.collision.CollisionExternalListener-">setExternalCollisionListener(CollisionExternalListener)</a></span> - Method in class org.apache.ignite.spi.collision.priorityqueue.<a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html" title="class in org.apache.ignite.spi.collision.priorityqueue">PriorityQueueCollisionSpi</a></dt>
<dd>
<div class="block">Listener to be set for notification of external collision events (e.g. job stealing).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setFailoverSpi-org.apache.ignite.spi.failover.FailoverSpi...-">setFailoverSpi(FailoverSpi...)</a></span> - Method 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">Sets fully configured instance of <a href="org/apache/ignite/spi/failover/FailoverSpi.html" title="interface in org.apache.ignite.spi.failover"><code>FailoverSpi</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setFailureDetectionTimeout-long-">setFailureDetectionTimeout(long)</a></span> - Method 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">Sets failure detection timeout to use in <a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.tcp"><code>TcpDiscoverySpi</code></a> and <a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html" title="class in org.apache.ignite.spi.communication.tcp"><code>TcpCommunicationSpi</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setFailureHandler-org.apache.ignite.failure.FailureHandler-">setFailureHandler(FailureHandler)</a></span> - Method 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">Sets failure handler.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html#setFetchSize-int-">setFetchSize(int)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.datasource.<a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html" title="class in org.apache.ignite.cache.store.cassandra.datasource">DataSource</a></dt>
<dd>
<div class="block">Sets number of rows to immediately fetch in CQL statement execution.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/dialect/BasicJdbcDialect.html#setFetchSize-int-">setFetchSize(int)</a></span> - Method in 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>
<div class="block">Sets fetch size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryObjectBuilder.html#setField-java.lang.String-java.lang.Object-">setField(String, Object)</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">Sets field value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryObjectBuilder.html#setField-java.lang.String-T-java.lang.Class-">setField(String, T, Class<span class='angle_bracket'>&lt;</span>? super T<span class='angle_bracket'>&gt;</span>)</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">Sets field value with value type specification.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryObjectBuilder.html#setField-java.lang.String-org.apache.ignite.binary.BinaryObjectBuilder-">setField(String, BinaryObjectBuilder)</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">Sets field value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryIndex.html#setFieldNames-java.util.Collection-boolean-">setFieldNames(Collection<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>, boolean)</a></span> - Method in class org.apache.ignite.cache.<a href="org/apache/ignite/cache/QueryIndex.html" title="class in org.apache.ignite.cache">QueryIndex</a></dt>
<dd>
<div class="block">Sets a collection of field names altogether with the field sorting direction.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryEntity.html#setFields-java.util.LinkedHashMap-">setFields(LinkedHashMap<span class='angle_bracket'>&lt;</span>String, String<span class='angle_bracket'>&gt;</span>)</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">Sets query fields for this query pair.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryIndex.html#setFields-java.util.LinkedHashMap-">setFields(LinkedHashMap<span class='angle_bracket'>&lt;</span>String, Boolean<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.cache.<a href="org/apache/ignite/cache/QueryIndex.html" title="class in org.apache.ignite.cache">QueryIndex</a></dt>
<dd>
<div class="block">Sets fields included in the index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryEntity.html#setFieldsPrecision-java.util.Map-">setFieldsPrecision(Map<span class='angle_bracket'>&lt;</span>String, Integer<span class='angle_bracket'>&gt;</span>)</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">Sets fieldsPrecision map for a fields.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryEntity.html#setFieldsScale-java.util.Map-">setFieldsScale(Map<span class='angle_bracket'>&lt;</span>String, Integer<span class='angle_bracket'>&gt;</span>)</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">Sets fieldsScale map for a fields.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j/Log4JDailyRollingFileAppender.html#setFile-java.lang.String-boolean-boolean-int-">setFile(String, boolean, boolean, int)</a></span> - Method in class org.apache.ignite.logger.log4j.<a href="org/apache/ignite/logger/log4j/Log4JDailyRollingFileAppender.html" title="class in org.apache.ignite.logger.log4j">Log4JDailyRollingFileAppender</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j/Log4JExternallyRolledFileAppender.html#setFile-java.lang.String-boolean-boolean-int-">setFile(String, boolean, boolean, int)</a></span> - Method in class org.apache.ignite.logger.log4j.<a href="org/apache/ignite/logger/log4j/Log4JExternallyRolledFileAppender.html" title="class in org.apache.ignite.logger.log4j">Log4JExternallyRolledFileAppender</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j/Log4JFileAppender.html#setFile-java.lang.String-boolean-boolean-int-">setFile(String, boolean, boolean, int)</a></span> - Method in class org.apache.ignite.logger.log4j.<a href="org/apache/ignite/logger/log4j/Log4JFileAppender.html" title="class in org.apache.ignite.logger.log4j">Log4JFileAppender</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j/Log4jRollingFileAppender.html#setFile-java.lang.String-boolean-boolean-int-">setFile(String, boolean, boolean, int)</a></span> - Method in class org.apache.ignite.logger.log4j.<a href="org/apache/ignite/logger/log4j/Log4jRollingFileAppender.html" title="class in org.apache.ignite.logger.log4j">Log4jRollingFileAppender</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#setFileIOFactory-org.apache.ignite.internal.processors.cache.persistence.file.FileIOFactory-">setFileIOFactory(FileIOFactory)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Sets factory to provide implementation of FileIO interface
which is used for data storage files read/write operations</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#setFileIOFactory-org.apache.ignite.internal.processors.cache.persistence.file.FileIOFactory-">setFileIOFactory(FileIOFactory)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/ScanQuery.html#setFilter-org.apache.ignite.lang.IgniteBiPredicate-">setFilter(IgniteBiPredicate<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/ScanQuery.html" title="class in org.apache.ignite.cache.query">ScanQuery</a></dt>
<dd>
<div class="block">Sets filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/eventstorage/memory/MemoryEventStorageSpi.html#setFilter-org.apache.ignite.lang.IgnitePredicate-">setFilter(IgnitePredicate<span class='angle_bracket'>&lt;</span>Event<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.spi.eventstorage.memory.<a href="org/apache/ignite/spi/eventstorage/memory/MemoryEventStorageSpi.html" title="class in org.apache.ignite.spi.eventstorage.memory">MemoryEventStorageSpi</a></dt>
<dd>
<div class="block">Sets filter for events to be recorded.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/genetic/Chromosome.html#setFitness-java.lang.Double-">setFitness(Double)</a></span> - Method in class org.apache.ignite.ml.util.genetic.<a href="org/apache/ignite/ml/util/genetic/Chromosome.html" title="class in org.apache.ignite.ml.util.genetic">Chromosome</a></dt>
<dd>
<div class="block">Sets the fitness value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/genetic/Population.html#setFitness-java.lang.Integer-java.lang.Double-">setFitness(Integer, Double)</a></span> - Method in class org.apache.ignite.ml.util.genetic.<a href="org/apache/ignite/ml/util/genetic/Population.html" title="class in org.apache.ignite.ml.util.genetic">Population</a></dt>
<dd>
<div class="block">Sets the fitness value for chromosome with the given index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#setForceServerMode-boolean-">setForceServerMode(boolean)</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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Will be removed at 3.0.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ApplicationMaster.html#setFs-org.apache.hadoop.fs.FileSystem-">setFs(FileSystem)</a></span> - Method in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ApplicationMaster.html" title="class in org.apache.ignite.yarn">ApplicationMaster</a></dt>
<dd>
<div class="block">Sets file system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/genetic/Chromosome.html#setGene-int-double-">setGene(int, double)</a></span> - Method in class org.apache.ignite.ml.util.genetic.<a href="org/apache/ignite/ml/util/genetic/Chromosome.html" title="class in org.apache.ignite.ml.util.genetic">Chromosome</a></dt>
<dd>
<div class="block">Sets gene value by index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/startup/BasicWarmupClosure.html#setGridCount-int-">setGridCount(int)</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">Sets number of grids to start and run the warmup.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setGridLogger-org.apache.ignite.IgniteLogger-">setGridLogger(IgniteLogger)</a></span> - Method 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">Sets logger to use within grid.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setGridName-java.lang.String-">setGridName(String)</a></span> - Method 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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/IgniteConfiguration.html#setIgniteInstanceName-java.lang.String-"><code>IgniteConfiguration.setIgniteInstanceName(String)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#setGroupName-java.lang.String-">setGroupName(String)</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/AtomicConfiguration.html#setGroupName-java.lang.String-">setGroupName(String)</a></span> - Method in 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="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setGroupName-java.lang.String-">setGroupName(String)</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>
<dd>
<div class="block">Sets the cache group name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CollectionConfiguration.html#setGroupName-java.lang.String-">setGroupName(String)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/CollectionConfiguration.html" title="class in org.apache.ignite.configuration">CollectionConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html#setHandshakeTimeout-long-">setHandshakeTimeout(long)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ClientConnectorConfiguration</a></dt>
<dd>
<div class="block">Sets handshake timeout for client connections.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html#setHasher-org.apache.ignite.cache.store.jdbc.JdbcTypeHasher-">setHasher(JdbcTypeHasher)</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">Sets hash code calculator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcPojoStoreFactory.html#setHasher-org.apache.ignite.cache.store.jdbc.JdbcTypeHasher-">setHasher(JdbcTypeHasher)</a></span> - Method in 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>
<div class="block">Sets hash code calculator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html#setHost-java.lang.String-">setHost(String)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ClientConnectorConfiguration</a></dt>
<dd>
<div class="block">Set host.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ConnectorConfiguration.html#setHost-java.lang.String-">setHost(String)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ConnectorConfiguration</a></dt>
<dd>
<div class="block">Sets host for TCP binary protocol server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/SqlConnectorConfiguration.html#setHost-java.lang.String-">setHost(String)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/SqlConnectorConfiguration.html" title="class in org.apache.ignite.configuration">SqlConnectorConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Set host.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/WrappedPreparedStatement.html#setIdempotent-java.lang.Boolean-">setIdempotent(Boolean)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.session.<a href="org/apache/ignite/cache/store/cassandra/session/WrappedPreparedStatement.html" title="class in org.apache.ignite.cache.store.cassandra.session">WrappedPreparedStatement</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/cloud/TcpDiscoveryCloudIpFinder.html#setIdentity-java.lang.String-">setIdentity(String)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.cloud.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/cloud/TcpDiscoveryCloudIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.cloud">TcpDiscoveryCloudIpFinder</a></dt>
<dd>
<div class="block">Sets the identity that is used as a user name during a connection to the cloud.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ConnectorConfiguration.html#setIdleQueryCursorCheckFrequency-long-">setIdleQueryCursorCheckFrequency(long)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ConnectorConfiguration</a></dt>
<dd>
<div class="block">Sets idle query cursor check frequency.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ConnectorConfiguration.html#setIdleQueryCursorTimeout-long-">setIdleQueryCursorTimeout(long)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ConnectorConfiguration</a></dt>
<dd>
<div class="block">Sets idle query cursors timeout.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html#setIdleTimeout-long-">setIdleTimeout(long)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ClientConnectorConfiguration</a></dt>
<dd>
<div class="block">Sets idle timeout for client connections.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ConnectorConfiguration.html#setIdleTimeout-long-">setIdleTimeout(long)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ConnectorConfiguration</a></dt>
<dd>
<div class="block">Sets idle timeout for REST server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryTypeConfiguration.html#setIdMapper-org.apache.ignite.binary.BinaryIdMapper-">setIdMapper(BinaryIdMapper)</a></span> - Method in 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">Sets ID mapper.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/BinaryConfiguration.html#setIdMapper-org.apache.ignite.binary.BinaryIdMapper-">setIdMapper(BinaryIdMapper)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/BinaryConfiguration.html" title="class in org.apache.ignite.configuration">BinaryConfiguration</a></dt>
<dd>
<div class="block">Sets ID mapper.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryTypeConfiguration.html#setIdMapper-java.lang.String-">setIdMapper(String)</a></span> - Method in class org.apache.ignite.platform.dotnet.<a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryTypeConfiguration.html" title="class in org.apache.ignite.platform.dotnet">PlatformDotNetBinaryTypeConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/stream/StreamAdapter.html#setIgnite-org.apache.ignite.Ignite-">setIgnite(Ignite)</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>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setIgniteHome-java.lang.String-">setIgniteHome(String)</a></span> - Method 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">Sets Ignite installation folder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setIgniteInstanceName-java.lang.String-">setIgniteInstanceName(String)</a></span> - Method 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">Sets of local instance name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/failure/AbstractFailureHandler.html#setIgnoredFailureTypes-java.util.Set-">setIgnoredFailureTypes(Set<span class='angle_bracket'>&lt;</span>FailureType<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.failure.<a href="org/apache/ignite/failure/AbstractFailureHandler.html" title="class in org.apache.ignite.failure">AbstractFailureHandler</a></dt>
<dd>
<div class="block">Sets failure types that must be ignored by failure handler.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/TreeNode.html#setImpurity-double-">setImpurity(double)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.<a href="org/apache/ignite/ml/tree/randomforest/data/TreeNode.html" title="class in org.apache.ignite.ml.tree.randomforest.data">TreeNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setIncludeEventTypes-int...-">setIncludeEventTypes(int...)</a></span> - Method 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">Sets array of event types, which will be recorded by <code>GridEventStorageManager.record(Event)</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/AbstractContinuousQuery.html#setIncludeExpired-boolean-">setIncludeExpired(boolean)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/AbstractContinuousQuery.html" title="class in org.apache.ignite.cache.query">AbstractContinuousQuery</a></dt>
<dd>
<div class="block">Sets the flag value defining whether to notify about <code>EventType.EXPIRED</code> events.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/kubernetes/configuration/KubernetesConnectionConfiguration.html#setIncludeNotReadyAddresses-boolean-">setIncludeNotReadyAddresses(boolean)</a></span> - Method in class org.apache.ignite.kubernetes.configuration.<a href="org/apache/ignite/kubernetes/configuration/KubernetesConnectionConfiguration.html" title="class in org.apache.ignite.kubernetes.configuration">KubernetesConnectionConfiguration</a></dt>
<dd>
<div class="block">Determines whether addresses of not-ready pods should be included.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setIncludeProperties-java.lang.String...-">setIncludeProperties(String...)</a></span> - Method 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">Sets array of system or environment property names to include into node attributes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setIndexedTypes-java.lang.Class...-">setIndexedTypes(Class<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>...)</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>
<dd>
<div class="block">Array of key and value type pairs to be indexed (thus array length must be always even).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryEntity.html#setIndexes-java.util.Collection-">setIndexes(Collection<span class='angle_bracket'>&lt;</span>QueryIndex<span class='angle_bracket'>&gt;</span>)</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">Sets a collection of index entities.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setIndexingSpi-org.apache.ignite.spi.indexing.IndexingSpi-">setIndexingSpi(IndexingSpi)</a></span> - Method 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">Sets fully configured instances of <a href="org/apache/ignite/spi/indexing/IndexingSpi.html" title="interface in org.apache.ignite.spi.indexing"><code>IndexingSpi</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryIndex.html#setIndexType-org.apache.ignite.cache.QueryIndexType-">setIndexType(QueryIndexType)</a></span> - Method in class org.apache.ignite.cache.<a href="org/apache/ignite/cache/QueryIndex.html" title="class in org.apache.ignite.cache">QueryIndex</a></dt>
<dd>
<div class="block">Sets index type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/jta/jndi/CacheJndiTmFactory.html#setInitialContextEnvironment-java.util.Map-">setInitialContextEnvironment(Map<span class='angle_bracket'>&lt;</span>?, ?<span class='angle_bracket'>&gt;</span>)</a></span> - Method in 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">Sets initial context environment map that will be used
in <a href="https://docs.oracle.com/javase/8/docs/api/javax/naming/InitialContext.html?is-external=true#InitialContext-java.util.Hashtable-" title="class or interface in javax.naming"><code>InitialContext.InitialContext(Hashtable)</code></a> constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/AbstractContinuousQuery.html#setInitialQuery-org.apache.ignite.cache.query.Query-">setInitialQuery(Query<span class='angle_bracket'>&lt;</span>Cache.Entry<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/AbstractContinuousQuery.html" title="class in org.apache.ignite.cache.query">AbstractContinuousQuery</a></dt>
<dd>
<div class="block">Sets initial query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/ContinuousQuery.html#setInitialQuery-org.apache.ignite.cache.query.Query-">setInitialQuery(Query<span class='angle_bracket'>&lt;</span>Cache.Entry<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/ContinuousQuery.html" title="class in org.apache.ignite.cache.query">ContinuousQuery</a></dt>
<dd>
<div class="block">Sets initial query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/ContinuousQueryWithTransformer.html#setInitialQuery-org.apache.ignite.cache.query.Query-">setInitialQuery(Query<span class='angle_bracket'>&lt;</span>Cache.Entry<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/ContinuousQueryWithTransformer.html" title="class in org.apache.ignite.cache.query">ContinuousQueryWithTransformer</a></dt>
<dd>
<div class="block">Sets initial query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataRegionConfiguration.html#setInitialSize-long-">setInitialSize(long)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataRegionConfiguration.html" title="class in org.apache.ignite.configuration">DataRegionConfiguration</a></dt>
<dd>
<div class="block">Sets initial memory region size defined by this data region.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/MemoryPolicyConfiguration.html#setInitialSize-long-">setInitialSize(long)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/MemoryPolicyConfiguration.html" title="class in org.apache.ignite.configuration">MemoryPolicyConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets initial memory region size defined by this memory policy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcBlobStore.html#setInitSchema-boolean-">setInitSchema(boolean)</a></span> - Method in 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>
<div class="block">Flag indicating whether DB schema should be initialized by Ignite (default behaviour) or
was explicitly created by user.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcBlobStoreFactory.html#setInitSchema-boolean-">setInitSchema(boolean)</a></span> - Method in 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>
<div class="block">Flag indicating whether DB schema should be initialized by Ignite (default behaviour) or
was explicitly created by user.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/jdbc/TcpDiscoveryJdbcIpFinder.html#setInitSchema-boolean-">setInitSchema(boolean)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.jdbc.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/jdbc/TcpDiscoveryJdbcIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.jdbc">TcpDiscoveryJdbcIpFinder</a></dt>
<dd>
<div class="block">Flag indicating whether DB schema should be initialized by Ignite (default behaviour) or
was explicitly created by user.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryIndex.html#setInlineSize-int-">setInlineSize(int)</a></span> - Method in class org.apache.ignite.cache.<a href="org/apache/ignite/cache/QueryIndex.html" title="class in org.apache.ignite.cache">QueryIndex</a></dt>
<dd>
<div class="block">Sets index inline size in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcBlobStore.html#setInsertQuery-java.lang.String-">setInsertQuery(String)</a></span> - Method in 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>
<div class="block">Sets insert entry query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcBlobStoreFactory.html#setInsertQuery-java.lang.String-">setInsertQuery(String)</a></span> - Method in 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>
<div class="block">Sets insert entry query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setInterceptor-org.apache.ignite.cache.CacheInterceptor-">setInterceptor(CacheInterceptor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</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>
<dd>
<div class="block">Sets cache interceptor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/isolated/IsolatedDiscoverySpi.html#setInternalListener-org.apache.ignite.internal.managers.discovery.IgniteDiscoverySpiInternalListener-">setInternalListener(IgniteDiscoverySpiInternalListener)</a></span> - Method in class org.apache.ignite.spi.discovery.isolated.<a href="org/apache/ignite/spi/discovery/isolated/IsolatedDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.isolated">IsolatedDiscoverySpi</a></dt>
<dd>
<div class="block">For TESTING only.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#setInternalListener-org.apache.ignite.internal.managers.discovery.IgniteDiscoverySpiInternalListener-">setInternalListener(IgniteDiscoverySpiInternalListener)</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 TESTING only.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html#setInternalListener-org.apache.ignite.internal.managers.discovery.IgniteDiscoverySpiInternalListener-">setInternalListener(IgniteDiscoverySpiInternalListener)</a></span> - Method in class org.apache.ignite.spi.discovery.zk.<a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.zk">ZookeeperDiscoverySpi</a></dt>
<dd>
<div class="block">For TESTING only.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setInvalidate-boolean-">setInvalidate(boolean)</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>
<dd>
<div class="block">Sets invalidation flag for near cache entries in this transaction.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#setIpFinder-org.apache.ignite.spi.discovery.tcp.ipfinder.TcpDiscoveryIpFinder-">setIpFinder(TcpDiscoveryIpFinder)</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">Sets IP finder for IP addresses sharing and storing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#setIpFinderCleanFrequency-long-">setIpFinderCleanFrequency(long)</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">Sets IP finder clean frequency in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/startup/BasicWarmupClosure.html#setIterationCount-int-">setIterationCount(int)</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">Sets iteration count for warmup.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/JdbcTypeField.html#setJavaFieldName-java.lang.String-">setJavaFieldName(String)</a></span> - Method in class org.apache.ignite.cache.store.jdbc.<a href="org/apache/ignite/cache/store/jdbc/JdbcTypeField.html" title="class in org.apache.ignite.cache.store.jdbc">JdbcTypeField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/JdbcTypeField.html#setJavaFieldType-java.lang.Class-">setJavaFieldType(Class<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.cache.store.jdbc.<a href="org/apache/ignite/cache/store/jdbc/JdbcTypeField.html" title="class in org.apache.ignite.cache.store.jdbc">JdbcTypeField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html#setJdbcEnabled-boolean-">setJdbcEnabled(boolean)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ClientConnectorConfiguration</a></dt>
<dd>
<div class="block">Sets whether access through JDBC is enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ConnectorConfiguration.html#setJettyPath-java.lang.String-">setJettyPath(String)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ConnectorConfiguration</a></dt>
<dd>
<div class="block">Sets path, either absolute or relative to <code>IGNITE_HOME</code>, to <code>JETTY</code>
XML configuration file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html#setJmxReporting-boolean-">setJmxReporting(boolean)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.datasource.<a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html" title="class in org.apache.ignite.cache.store.cassandra.datasource">DataSource</a></dt>
<dd>
<div class="block">Enables JMX reporting of the metrics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/jta/jndi/CacheJndiTmFactory.html#setJndiNames-java.lang.String...-">setJndiNames(String...)</a></span> - Method in 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">Sets JNDI names used by this TM factory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/jta/jndi/CacheJndiTmLookup.html#setJndiNames-java.util.List-">setJndiNames(List<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>)</a></span> - Method in 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>
<div class="block">Sets a list of JNDI names used by this TM.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html#setJobPriorityAttributeKey-java.lang.String-">setJobPriorityAttributeKey(String)</a></span> - Method in class org.apache.ignite.spi.collision.priorityqueue.<a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html" title="class in org.apache.ignite.spi.collision.priorityqueue">PriorityQueueCollisionSpi</a></dt>
<dd>
<div class="block">Sets job priority attribute key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#setJoinTimeout-long-">setJoinTimeout(long)</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">Sets join timeout.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html#setJoinTimeout-long-">setJoinTimeout(long)</a></span> - Method in class org.apache.ignite.spi.discovery.zk.<a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.zk">ZookeeperDiscoverySpi</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PlatformCacheConfiguration.html#setKeepBinary-boolean-">setKeepBinary(boolean)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PlatformCacheConfiguration.html" title="class in org.apache.ignite.configuration">PlatformCacheConfiguration</a></dt>
<dd>
<div class="block">Sets a value indicating whether platform cache should store keys and values in binary form.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryTypeConfiguration.html#setKeepDeserialized-java.lang.Boolean-">setKeepDeserialized(Boolean)</a></span> - Method in class org.apache.ignite.platform.dotnet.<a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryTypeConfiguration.html" title="class in org.apache.ignite.platform.dotnet">PlatformDotNetBinaryTypeConfiguration</a></dt>
<dd>
<div class="block">Sets keep deserialized flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ssl/SslContextFactory.html#setKeyAlgorithm-java.lang.String-">setKeyAlgorithm(String)</a></span> - Method in class org.apache.ignite.ssl.<a href="org/apache/ignite/ssl/SslContextFactory.html" title="class in org.apache.ignite.ssl">SslContextFactory</a></dt>
<dd>
<div class="block">Sets key manager algorithm that will be used to create a key manager.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#setKeyConfiguration-org.apache.ignite.cache.CacheKeyConfiguration...-">setKeyConfiguration(CacheKeyConfiguration...)</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setKeyConfiguration-org.apache.ignite.cache.CacheKeyConfiguration...-">setKeyConfiguration(CacheKeyConfiguration...)</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>
<dd>
<div class="block">Sets cache key configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryEntity.html#setKeyFieldName-java.lang.String-">setKeyFieldName(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">Sets key field name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html#setKeyFieldName-java.lang.String-">setKeyFieldName(String)</a></span> - Method in class org.apache.ignite.spi.checkpoint.jdbc.<a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.jdbc">JdbcCheckpointSpi</a></dt>
<dd>
<div class="block">Sets checkpoint key field name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryEntity.html#setKeyFields-java.util.Set-">setKeyFields(Set<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>)</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">Gets query fields for this query pair that belongs to the key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/JdbcType.html#setKeyFields-org.apache.ignite.cache.store.jdbc.JdbcTypeField...-">setKeyFields(JdbcTypeField...)</a></span> - Method in class org.apache.ignite.cache.store.jdbc.<a href="org/apache/ignite/cache/store/jdbc/JdbcType.html" title="class in org.apache.ignite.cache.store.jdbc">JdbcType</a></dt>
<dd>
<div class="block">Sets optional persistent key fields (needed only if <a href="org/apache/ignite/cache/store/jdbc/CacheJdbcPojoStore.html" title="class in org.apache.ignite.cache.store.jdbc"><code>CacheJdbcPojoStore</code></a> is used).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html#setKeyFieldType-java.lang.String-">setKeyFieldType(String)</a></span> - Method in class org.apache.ignite.spi.checkpoint.jdbc.<a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.jdbc">JdbcCheckpointSpi</a></dt>
<dd>
<div class="block">Sets checkpoint key field type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/encrypt/AwsKmsEncryptionService.html#setKeyId-java.lang.String-">setKeyId(String)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/encrypt/AwsKmsEncryptionService.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt">AwsKmsEncryptionService</a></dt>
<dd>
<div class="block">Set the KMS key id used to encrypt/decrypt the data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/encrypt/AsymmetricKeyEncryptionService.html#setKeyPair-java.security.KeyPair-">setKeyPair(KeyPair)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/encrypt/AsymmetricKeyEncryptionService.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt">AsymmetricKeyEncryptionService</a></dt>
<dd>
<div class="block">Set the public private key pair.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/TcpDiscoveryS3IpFinder.html#setKeyPrefix-java.lang.String-">setKeyPrefix(String)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.s3.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/TcpDiscoveryS3IpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.s3">TcpDiscoveryS3IpFinder</a></dt>
<dd>
<div class="block">This can be thought of as the sub-folder within the bucket that will hold the node addresses.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/startup/BasicWarmupClosure.html#setKeyRange-int-">setKeyRange(int)</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">Sets key range.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionSpi.html#setKeySize-int-">setKeySize(int)</a></span> - Method in class org.apache.ignite.spi.encryption.keystore.<a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionSpi.html" title="class in org.apache.ignite.spi.encryption.keystore">KeystoreEncryptionSpi</a></dt>
<dd>
<div class="block">Sets encryption key size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ssl/SslContextFactory.html#setKeyStoreFilePath-java.lang.String-">setKeyStoreFilePath(String)</a></span> - Method in class org.apache.ignite.ssl.<a href="org/apache/ignite/ssl/SslContextFactory.html" title="class in org.apache.ignite.ssl">SslContextFactory</a></dt>
<dd>
<div class="block">Sets path to the key store file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionSpi.html#setKeyStorePassword-char:A-">setKeyStorePassword(char[])</a></span> - Method in class org.apache.ignite.spi.encryption.keystore.<a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionSpi.html" title="class in org.apache.ignite.spi.encryption.keystore">KeystoreEncryptionSpi</a></dt>
<dd>
<div class="block">Sets password to access KeyStore.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ssl/SslContextFactory.html#setKeyStorePassword-char:A-">setKeyStorePassword(char[])</a></span> - Method in class org.apache.ignite.ssl.<a href="org/apache/ignite/ssl/SslContextFactory.html" title="class in org.apache.ignite.ssl">SslContextFactory</a></dt>
<dd>
<div class="block">Sets key store password.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionSpi.html#setKeyStorePath-java.lang.String-">setKeyStorePath(String)</a></span> - Method in class org.apache.ignite.spi.encryption.keystore.<a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionSpi.html" title="class in org.apache.ignite.spi.encryption.keystore">KeystoreEncryptionSpi</a></dt>
<dd>
<div class="block">Sets path to jdk keyStore that stores master key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ssl/SslContextFactory.html#setKeyStoreType-java.lang.String-">setKeyStoreType(String)</a></span> - Method in class org.apache.ignite.ssl.<a href="org/apache/ignite/ssl/SslContextFactory.html" title="class in org.apache.ignite.ssl">SslContextFactory</a></dt>
<dd>
<div class="block">Sets key store type used in context initialization.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryEntity.html#setKeyType-java.lang.String-">setKeyType(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">Sets key type for this query pair.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/JdbcType.html#setKeyType-java.lang.String-">setKeyType(String)</a></span> - Method in class org.apache.ignite.cache.store.jdbc.<a href="org/apache/ignite/cache/store/jdbc/JdbcType.html" title="class in org.apache.ignite.cache.store.jdbc">JdbcType</a></dt>
<dd>
<div class="block">Sets key type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/JdbcType.html#setKeyType-java.lang.Class-">setKeyType(Class<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.cache.store.jdbc.<a href="org/apache/ignite/cache/store/jdbc/JdbcType.html" title="class in org.apache.ignite.cache.store.jdbc">JdbcType</a></dt>
<dd>
<div class="block">Sets key type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PlatformCacheConfiguration.html#setKeyTypeName-java.lang.String-">setKeyTypeName(String)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PlatformCacheConfiguration.html" title="class in org.apache.ignite.configuration">PlatformCacheConfiguration</a></dt>
<dd>
<div class="block">Sets fully-qualified platform type name of the cache key used for the local map.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/LabeledVector.html#setLabel-L-">setLabel(L)</a></span> - Method in class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/LabeledVector.html" title="class in org.apache.ignite.ml.structures">LabeledVector</a></dt>
<dd>
<div class="block">Set the label</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/LabeledVectorSet.html#setLabel-int-double-">setLabel(int, double)</a></span> - Method in class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/LabeledVectorSet.html" title="class in org.apache.ignite.ml.structures">LabeledVectorSet</a></dt>
<dd>
<div class="block">Fill the label with given value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setLateAffinityAssignment-boolean-">setLateAffinityAssignment(boolean)</a></span> - Method 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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Starting from Ignite 2.1 late affinity assignment is always enabled.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SqlFieldsQuery.html#setLazy-boolean-">setLazy(boolean)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SqlFieldsQuery.html" title="class in org.apache.ignite.cache.query">SqlFieldsQuery</a></dt>
<dd>
<div class="block">Sets lazy query execution flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#setLazy-boolean-">setLazy(boolean)</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataRegionConfiguration.html#setLazyMemoryAllocation-boolean-">setLazyMemoryAllocation(boolean)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataRegionConfiguration.html" title="class in org.apache.ignite.configuration">DataRegionConfiguration</a></dt>
<dd>
<div class="block">Sets <code>lazyMemoryAllocation</code> flag value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j/Log4JLogger.html#setLevel-org.apache.log4j.Level-">setLevel(Level)</a></span> - 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">Sets level for internal log4j implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setLifecycleBeans-org.apache.ignite.lifecycle.LifecycleBean...-">setLifecycleBeans(LifecycleBean...)</a></span> - Method 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">Sets a collection of lifecycle beans.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/TextQuery.html#setLimit-int-">setLimit(int)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/TextQuery.html" title="class in org.apache.ignite.cache.query">TextQuery</a></dt>
<dd>
<div class="block">Sets limit to response records count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/CommunicationSpi.html#setListener-org.apache.ignite.spi.communication.CommunicationListener-">setListener(CommunicationListener<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.spi.communication.<a href="org/apache/ignite/spi/communication/CommunicationSpi.html" title="interface in org.apache.ignite.spi.communication">CommunicationSpi</a></dt>
<dd>
<div class="block">Set communication listener.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#setListener-org.apache.ignite.spi.communication.CommunicationListener-">setListener(CommunicationListener<span class='angle_bracket'>&lt;</span>Message<span class='angle_bracket'>&gt;</span>)</a></span> - Method 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"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/deployment/DeploymentSpi.html#setListener-org.apache.ignite.spi.deployment.DeploymentListener-">setListener(DeploymentListener)</a></span> - Method in interface org.apache.ignite.spi.deployment.<a href="org/apache/ignite/spi/deployment/DeploymentSpi.html" title="interface in org.apache.ignite.spi.deployment">DeploymentSpi</a></dt>
<dd>
<div class="block">Sets or unsets deployment event listener.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/deployment/local/LocalDeploymentSpi.html#setListener-org.apache.ignite.spi.deployment.DeploymentListener-">setListener(DeploymentListener)</a></span> - Method in class org.apache.ignite.spi.deployment.local.<a href="org/apache/ignite/spi/deployment/local/LocalDeploymentSpi.html" title="class in org.apache.ignite.spi.deployment.local">LocalDeploymentSpi</a></dt>
<dd>
<div class="block">Sets or unsets deployment event listener.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/deployment/uri/UriDeploymentSpi.html#setListener-org.apache.ignite.spi.deployment.DeploymentListener-">setListener(DeploymentListener)</a></span> - Method in class org.apache.ignite.spi.deployment.uri.<a href="org/apache/ignite/spi/deployment/uri/UriDeploymentSpi.html" title="class in org.apache.ignite.spi.deployment.uri">UriDeploymentSpi</a></dt>
<dd>
<div class="block">Sets or unsets deployment event listener.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoverySpi.html#setListener-org.apache.ignite.spi.discovery.DiscoverySpiListener-">setListener(DiscoverySpiListener)</a></span> - Method in interface org.apache.ignite.spi.discovery.<a href="org/apache/ignite/spi/discovery/DiscoverySpi.html" title="interface in org.apache.ignite.spi.discovery">DiscoverySpi</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/isolated/IsolatedDiscoverySpi.html#setListener-org.apache.ignite.spi.discovery.DiscoverySpiListener-">setListener(DiscoverySpiListener)</a></span> - Method in class org.apache.ignite.spi.discovery.isolated.<a href="org/apache/ignite/spi/discovery/isolated/IsolatedDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.isolated">IsolatedDiscoverySpi</a></dt>
<dd>
<div class="block">Sets a listener for discovery events.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#setListener-org.apache.ignite.spi.discovery.DiscoverySpiListener-">setListener(DiscoverySpiListener)</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">Sets a listener for discovery events.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html#setListener-org.apache.ignite.spi.discovery.DiscoverySpiListener-">setListener(DiscoverySpiListener)</a></span> - Method in class org.apache.ignite.spi.discovery.zk.<a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.zk">ZookeeperDiscoverySpi</a></dt>
<dd>
<div class="block">Sets a listener for discovery events.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/FailureHandlingMxBean.html#setLivenessCheckEnabled-boolean-">setLivenessCheckEnabled(boolean)</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/FailureHandlingMxBean.html" title="interface in org.apache.ignite.mxbean">FailureHandlingMxBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/elb/TcpDiscoveryElbIpFinder.html#setLoadBalancerName-java.lang.String-">setLoadBalancerName(String)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.elb.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/elb/TcpDiscoveryElbIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.elb">TcpDiscoveryElbIpFinder</a></dt>
<dd>
<div class="block">Sets AWS Classic load balancer name which nodes are plugged under it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html#setLoadBalancingPolicy-com.datastax.driver.core.policies.LoadBalancingPolicy-">setLoadBalancingPolicy(LoadBalancingPolicy)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.datasource.<a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html" title="class in org.apache.ignite.cache.store.cassandra.datasource">DataSource</a></dt>
<dd>
<div class="block">Sets load balancing policy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setLoadBalancingSpi-org.apache.ignite.spi.loadbalancing.LoadBalancingSpi...-">setLoadBalancingSpi(LoadBalancingSpi...)</a></span> - Method 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">Sets fully configured instance of <a href="org/apache/ignite/spi/loadbalancing/LoadBalancingSpi.html" title="interface in org.apache.ignite.spi.loadbalancing"><code>LoadBalancingSpi</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setLoadPreviousValue-boolean-">setLoadPreviousValue(boolean)</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>
<dd>
<div class="block">Sets flag indicating whether value should be loaded from store if it is not in the cache
for following cache operations:
<a href="org/apache/ignite/IgniteCache.html#putIfAbsent-K-V-"><code>IgniteCache.putIfAbsent(Object, Object)</code></a>
<a href="org/apache/ignite/IgniteCache.html#replace-K-V-"><code>IgniteCache.replace(Object, Object)</code></a>
<a href="org/apache/ignite/IgniteCache.html#replace-K-V-V-"><code>IgniteCache.replace(Object, Object, Object)</code></a>
<a href="org/apache/ignite/IgniteCache.html#remove-K-V-"><code>IgniteCache.remove(Object, Object)</code></a>
<a href="org/apache/ignite/IgniteCache.html#getAndPut-K-V-"><code>IgniteCache.getAndPut(Object, Object)</code></a>
<a href="org/apache/ignite/IgniteCache.html#getAndRemove-K-"><code>IgniteCache.getAndRemove(Object)</code></a>
<a href="org/apache/ignite/IgniteCache.html#getAndReplace-K-V-"><code>IgniteCache.getAndReplace(Object, Object)</code></a>
<a href="org/apache/ignite/IgniteCache.html#getAndPutIfAbsent-K-V-"><code>IgniteCache.getAndPutIfAbsent(Object, Object)</code></a>
When not set, default value is <a href="org/apache/ignite/configuration/CacheConfiguration.html#DFLT_LOAD_PREV_VAL"><code>CacheConfiguration.DFLT_LOAD_PREV_VAL</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/loadbalancing/adaptive/AdaptiveLoadBalancingSpi.html#setLoadProbe-org.apache.ignite.spi.loadbalancing.adaptive.AdaptiveLoadProbe-">setLoadProbe(AdaptiveLoadProbe)</a></span> - Method in 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>
<div class="block">Sets implementation of node load probe.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcBlobStore.html#setLoadQuery-java.lang.String-">setLoadQuery(String)</a></span> - Method in 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>
<div class="block">Sets load query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcBlobStoreFactory.html#setLoadQuery-java.lang.String-">setLoadQuery(String)</a></span> - Method in 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>
<div class="block">Sets load query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/ContinuousQuery.html#setLocal-boolean-">setLocal(boolean)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/ContinuousQuery.html" title="class in org.apache.ignite.cache.query">ContinuousQuery</a></dt>
<dd>
<div class="block">Sets whether this query should be executed on a local node only.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/ContinuousQueryWithTransformer.html#setLocal-boolean-">setLocal(boolean)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/ContinuousQueryWithTransformer.html" title="class in org.apache.ignite.cache.query">ContinuousQueryWithTransformer</a></dt>
<dd>
<div class="block">Sets whether this query should be executed on local node only.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/Query.html#setLocal-boolean-">setLocal(boolean)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/Query.html" title="class in org.apache.ignite.cache.query">Query</a></dt>
<dd>
<div class="block">Sets whether this query should be executed on local node only.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/ScanQuery.html#setLocal-boolean-">setLocal(boolean)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/ScanQuery.html" title="class in org.apache.ignite.cache.query">ScanQuery</a></dt>
<dd>
<div class="block">Sets whether this query should be executed on local node only.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SpiQuery.html#setLocal-boolean-">setLocal(boolean)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SpiQuery.html" title="class in org.apache.ignite.cache.query">SpiQuery</a></dt>
<dd>
<div class="block">Sets whether this query should be executed on local node only.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SqlFieldsQuery.html#setLocal-boolean-">setLocal(boolean)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SqlFieldsQuery.html" title="class in org.apache.ignite.cache.query">SqlFieldsQuery</a></dt>
<dd>
<div class="block">Sets whether this query should be executed on local node only.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SqlQuery.html#setLocal-boolean-">setLocal(boolean)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SqlQuery.html" title="class in org.apache.ignite.cache.query">SqlQuery</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets whether this query should be executed on local node only.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/TextQuery.html#setLocal-boolean-">setLocal(boolean)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/TextQuery.html" title="class in org.apache.ignite.cache.query">TextQuery</a></dt>
<dd>
<div class="block">Sets whether this query should be executed on local node only.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/multicast/TcpDiscoveryMulticastIpFinder.html#setLocalAddress-java.lang.String-">setLocalAddress(String)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.multicast.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/multicast/TcpDiscoveryMulticastIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.multicast">TcpDiscoveryMulticastIpFinder</a></dt>
<dd>
<div class="block">Sets local host address used by this IP finder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#setLocalAddress-java.lang.String-">setLocalAddress(String)</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">Sets network addresses for the Discovery SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setLocalEventListeners-java.util.Map-">setLocalEventListeners(Map<span class='angle_bracket'>&lt;</span>IgnitePredicate<span class='angle_bracket'>&lt;</span>? extends Event<span class='angle_bracket'>&gt;</span>, int[]<span class='angle_bracket'>&gt;</span>)</a></span> - Method 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">Sets map of pre-configured local event listeners.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setLocalHost-java.lang.String-">setLocalHost(String)</a></span> - Method 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">Sets system-wide local address or host for all Ignite components to bind to.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/ContinuousQuery.html#setLocalListener-javax.cache.event.CacheEntryUpdatedListener-">setLocalListener(CacheEntryUpdatedListener<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/ContinuousQuery.html" title="class in org.apache.ignite.cache.query">ContinuousQuery</a></dt>
<dd>
<div class="block">Sets a local callback.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/ContinuousQueryWithTransformer.html#setLocalListener-org.apache.ignite.cache.query.ContinuousQueryWithTransformer.EventListener-">setLocalListener(ContinuousQueryWithTransformer.EventListener<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/ContinuousQueryWithTransformer.html" title="class in org.apache.ignite.cache.query">ContinuousQueryWithTransformer</a></dt>
<dd>
<div class="block">Sets local callback.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#setLocalPort-int-">setLocalPort(int)</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">Sets local port to listen to.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#setLocalPortRange-int-">setLocalPortRange(int)</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">Range for local ports.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#setLockWaitTime-long-">setLockWaitTime(long)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Timeout in milliseconds to wait when acquiring persistence store lock file before failing the local node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#setLockWaitTime-long-">setLockWaitTime(long)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Time out in milliseconds to wait when acquiring persistence store lock file before failing the
local node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.TaskResult.html#setLocScores-double:A-">setLocScores(double[])</a></span> - Method in class org.apache.ignite.ml.selection.cv.<a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.TaskResult.html" title="class in org.apache.ignite.ml.selection.cv">AbstractCrossValidation.TaskResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/FileExporter.html#setLog-org.apache.ignite.IgniteLogger-">setLog(IgniteLogger)</a></span> - Method in class org.apache.ignite.ml.<a href="org/apache/ignite/ml/FileExporter.html" title="class in org.apache.ignite.ml">FileExporter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/SecurityCredentials.html#setLogin-java.lang.Object-">setLogin(Object)</a></span> - Method in class org.apache.ignite.plugin.security.<a href="org/apache/ignite/plugin/security/SecurityCredentials.html" title="class in org.apache.ignite.plugin.security">SecurityCredentials</a></dt>
<dd>
<div class="block">Sets login.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#setLoginTimeout-int-">setLoginTimeout(int)</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#setLogWriter-java.io.PrintWriter-">setLogWriter(PrintWriter)</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/TransactionsMXBean.html#setLongOperationsDumpTimeout-long-">setLongOperationsDumpTimeout(long)</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/TransactionsMXBean.html" title="interface in org.apache.ignite.mxbean">TransactionsMXBean</a></dt>
<dd>
<div class="block">Setting a timeout (in millis) for printing long-running transactions as
well as transactions that cannot receive locks for all their keys for a
long time.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setLongQueryWarningTimeout-long-">setLongQueryWarningTimeout(long)</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>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/IgniteConfiguration.html#setLongQueryWarningTimeout-long-"><code>IgniteConfiguration.setLongQueryWarningTimeout(long)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setLongQueryWarningTimeout-long-">setLongQueryWarningTimeout(long)</a></span> - Method 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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/SqlConfiguration.html#setLongQueryWarningTimeout-long-"><code>SqlConfiguration.setLongQueryWarningTimeout(long)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/SqlConfiguration.html#setLongQueryWarningTimeout-long-">setLongQueryWarningTimeout(long)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/SqlConfiguration.html" title="class in org.apache.ignite.configuration">SqlConfiguration</a></dt>
<dd>
<div class="block">Sets timeout in milliseconds after which long query warning will be printed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/TransactionsMXBean.html#setLongTransactionTimeDumpThreshold-long-">setLongTransactionTimeDumpThreshold(long)</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/TransactionsMXBean.html" title="interface in org.apache.ignite.mxbean">TransactionsMXBean</a></dt>
<dd>
<div class="block">Sets threshold timeout in milliseconds for long transactions, if transaction exceeds it,
it will be dumped in log with information about how much time did
it spent in system time (time while aquiring locks, preparing, commiting, etc.)</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryBasicIdMapper.html#setLowerCase-boolean-">setLowerCase(boolean)</a></span> - Method in 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">Sets whether to use strings in lower case or not.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setManagementEnabled-boolean-">setManagementEnabled(boolean)</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="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setManagementThreadPoolSize-int-">setManagementThreadPoolSize(int)</a></span> - Method 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">Sets management thread pool size to use within grid.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setMarshaller-org.apache.ignite.marshaller.Marshaller-">setMarshaller(Marshaller)</a></span> - Method 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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Since 2.1. Some Ignite features will not work if non-null marshaller is set
(IgniteCache.withKeepBinary(), .NET, CPP, ODBC)</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setMarshalLocalJobs-boolean-">setMarshalLocalJobs(boolean)</a></span> - Method 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">Sets marshal local jobs flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/EncryptionSpi.html#setMasterKeyName-java.lang.String-">setMasterKeyName(String)</a></span> - Method in interface org.apache.ignite.spi.encryption.<a href="org/apache/ignite/spi/encryption/EncryptionSpi.html" title="interface in org.apache.ignite.spi.encryption">EncryptionSpi</a></dt>
<dd>
<div class="block">Sets master key Name that will be used for keys encryption in <a href="org/apache/ignite/spi/encryption/EncryptionSpi.html#encryptKey-java.io.Serializable-"><code>EncryptionSpi.encryptKey(Serializable)</code></a> and <a href="org/apache/ignite/spi/encryption/EncryptionSpi.html#decryptKey-byte:A-"><code>EncryptionSpi.decryptKey(byte[])</code></a> methods and in the <a href="org/apache/ignite/spi/encryption/EncryptionSpi.html#masterKeyDigest--"><code>EncryptionSpi.masterKeyDigest()</code></a> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionSpi.html#setMasterKeyName-java.lang.String-">setMasterKeyName(String)</a></span> - Method in class org.apache.ignite.spi.encryption.keystore.<a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionSpi.html" title="class in org.apache.ignite.spi.encryption.keystore">KeystoreEncryptionSpi</a></dt>
<dd>
<div class="block">Sets master key Name that will be used for keys encryption in <a href="org/apache/ignite/spi/encryption/EncryptionSpi.html#encryptKey-java.io.Serializable-"><code>EncryptionSpi.encryptKey(Serializable)</code></a> and <a href="org/apache/ignite/spi/encryption/EncryptionSpi.html#decryptKey-byte:A-"><code>EncryptionSpi.decryptKey(byte[])</code></a> methods and in the <a href="org/apache/ignite/spi/encryption/EncryptionSpi.html#masterKeyDigest--"><code>EncryptionSpi.masterKeyDigest()</code></a> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/noop/NoopEncryptionSpi.html#setMasterKeyName-java.lang.String-">setMasterKeyName(String)</a></span> - Method in class org.apache.ignite.spi.encryption.noop.<a href="org/apache/ignite/spi/encryption/noop/NoopEncryptionSpi.html" title="class in org.apache.ignite.spi.encryption.noop">NoopEncryptionSpi</a></dt>
<dd>
<div class="block">Sets master key Name that will be used for keys encryption in <a href="org/apache/ignite/spi/encryption/EncryptionSpi.html#encryptKey-java.io.Serializable-"><code>EncryptionSpi.encryptKey(Serializable)</code></a> and <a href="org/apache/ignite/spi/encryption/EncryptionSpi.html#decryptKey-byte:A-"><code>EncryptionSpi.decryptKey(byte[])</code></a> methods and in the <a href="org/apache/ignite/spi/encryption/EncryptionSpi.html#masterKeyDigest--"><code>EncryptionSpi.masterKeyDigest()</code></a> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/kubernetes/configuration/KubernetesConnectionConfiguration.html#setMasterUrl-java.lang.String-">setMasterUrl(String)</a></span> - Method in class org.apache.ignite.kubernetes.configuration.<a href="org/apache/ignite/kubernetes/configuration/KubernetesConnectionConfiguration.html" title="class in org.apache.ignite.kubernetes.configuration">KubernetesConnectionConfiguration</a></dt>
<dd>
<div class="block">Sets the host name of the Kubernetes API server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/kubernetes/TcpDiscoveryKubernetesIpFinder.html#setMasterUrl-java.lang.String-">setMasterUrl(String)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.kubernetes.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/kubernetes/TcpDiscoveryKubernetesIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.kubernetes">TcpDiscoveryKubernetesIpFinder</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">set parameters with <code>KubernetesConnectionConfiguration</code> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#setMaxAckTimeout-long-">setMaxAckTimeout(long)</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">Sets maximum timeout for receiving acknowledgement for sent message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ThinClientConfiguration.html#setMaxActiveComputeTasksPerConnection-int-">setMaxActiveComputeTasksPerConnection(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ThinClientConfiguration.html" title="class in org.apache.ignite.configuration">ThinClientConfiguration</a></dt>
<dd>
<div class="block">Sets active compute tasks per connection limit.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ThinClientConfiguration.html#setMaxActiveTxPerConnection-int-">setMaxActiveTxPerConnection(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ThinClientConfiguration.html" title="class in org.apache.ignite.configuration">ThinClientConfiguration</a></dt>
<dd>
<div class="block">Sets active transactions count per connection limit.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#setMaxConcurrentAsyncOperations-int-">setMaxConcurrentAsyncOperations(int)</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setMaxConcurrentAsyncOperations-int-">setMaxConcurrentAsyncOperations(int)</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>
<dd>
<div class="block">Sets maximum number of concurrent asynchronous operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/boosting/GDBBinaryClassifierOnTreesTrainer.html#setMaxDepth-int-">setMaxDepth(int)</a></span> - Method in class org.apache.ignite.ml.tree.boosting.<a href="org/apache/ignite/ml/tree/boosting/GDBBinaryClassifierOnTreesTrainer.html" title="class in org.apache.ignite.ml.tree.boosting">GDBBinaryClassifierOnTreesTrainer</a></dt>
<dd>
<div class="block">Set up the max depth.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/boosting/GDBRegressionOnTreesTrainer.html#setMaxDepth-int-">setMaxDepth(int)</a></span> - Method in class org.apache.ignite.ml.tree.boosting.<a href="org/apache/ignite/ml/tree/boosting/GDBRegressionOnTreesTrainer.html" title="class in org.apache.ignite.ml.tree.boosting">GDBRegressionOnTreesTrainer</a></dt>
<dd>
<div class="block">Set up the max depth.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/failover/always/AlwaysFailoverSpi.html#setMaximumFailoverAttempts-int-">setMaximumFailoverAttempts(int)</a></span> - Method 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">Sets maximum number of attempts to execute a failed job on another node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/failover/jobstealing/JobStealingFailoverSpi.html#setMaximumFailoverAttempts-int-">setMaximumFailoverAttempts(int)</a></span> - Method in class org.apache.ignite.spi.failover.jobstealing.<a href="org/apache/ignite/spi/failover/jobstealing/JobStealingFailoverSpi.html" title="class in org.apache.ignite.spi.failover.jobstealing">JobStealingFailoverSpi</a></dt>
<dd>
<div class="block">Sets maximum number of attempts to execute a failed job on another node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html#setMaximumPoolSize-int-">setMaximumPoolSize(int)</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">Set Max workers thread count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcPojoStoreFactory.html#setMaximumPoolSize-int-">setMaximumPoolSize(int)</a></span> - Method in 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>
<div class="block">Set Maximum workers thread count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpi.html#setMaximumStealingAttempts-int-">setMaximumStealingAttempts(int)</a></span> - Method 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">Gets maximum number of attempts to steal job by another node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpiMBean.html#setMaximumStealingAttempts-int-">setMaximumStealingAttempts(int)</a></span> - Method in interface org.apache.ignite.spi.collision.jobstealing.<a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpiMBean.html" title="interface in org.apache.ignite.spi.collision.jobstealing">JobStealingCollisionSpiMBean</a></dt>
<dd>
<div class="block">Gets maximum number of attempts to steal job by another node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html#setMaximumWriteAttempts-int-">setMaximumWriteAttempts(int)</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">Sets maximum number of write attempts in case of database error.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcPojoStoreFactory.html#setMaximumWriteAttempts-int-">setMaximumWriteAttempts(int)</a></span> - Method in 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>
<div class="block">Sets maximum number of write attempts in case of database error.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/AbstractEvictionPolicy.html#setMaxMemorySize-long-">setMaxMemorySize(long)</a></span> - Method in 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>
<div class="block">Sets maximum allowed cache size in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/AbstractEvictionPolicyFactory.html#setMaxMemorySize-long-">setMaxMemorySize(long)</a></span> - Method in class org.apache.ignite.cache.eviction.<a href="org/apache/ignite/cache/eviction/AbstractEvictionPolicyFactory.html" title="class in org.apache.ignite.cache.eviction">AbstractEvictionPolicyFactory</a></dt>
<dd>
<div class="block">Sets maximum allowed cache size in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/fifo/FifoEvictionPolicy.html#setMaxMemorySize-long-">setMaxMemorySize(long)</a></span> - Method in class org.apache.ignite.cache.eviction.fifo.<a href="org/apache/ignite/cache/eviction/fifo/FifoEvictionPolicy.html" title="class in org.apache.ignite.cache.eviction.fifo">FifoEvictionPolicy</a></dt>
<dd>
<div class="block">Sets maximum allowed cache size in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/fifo/FifoEvictionPolicyMBean.html#setMaxMemorySize-long-">setMaxMemorySize(long)</a></span> - Method in interface org.apache.ignite.cache.eviction.fifo.<a href="org/apache/ignite/cache/eviction/fifo/FifoEvictionPolicyMBean.html" title="interface in org.apache.ignite.cache.eviction.fifo">FifoEvictionPolicyMBean</a></dt>
<dd>
<div class="block">Sets maximum allowed cache size in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/lru/LruEvictionPolicy.html#setMaxMemorySize-long-">setMaxMemorySize(long)</a></span> - Method in class org.apache.ignite.cache.eviction.lru.<a href="org/apache/ignite/cache/eviction/lru/LruEvictionPolicy.html" title="class in org.apache.ignite.cache.eviction.lru">LruEvictionPolicy</a></dt>
<dd>
<div class="block">Sets maximum allowed cache size in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/lru/LruEvictionPolicyMBean.html#setMaxMemorySize-long-">setMaxMemorySize(long)</a></span> - Method in interface org.apache.ignite.cache.eviction.lru.<a href="org/apache/ignite/cache/eviction/lru/LruEvictionPolicyMBean.html" title="interface in org.apache.ignite.cache.eviction.lru">LruEvictionPolicyMBean</a></dt>
<dd>
<div class="block">Sets maximum allowed cache size in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicy.html#setMaxMemorySize-long-">setMaxMemorySize(long)</a></span> - Method in class org.apache.ignite.cache.eviction.sorted.<a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicy.html" title="class in org.apache.ignite.cache.eviction.sorted">SortedEvictionPolicy</a></dt>
<dd>
<div class="block">Sets maximum allowed cache size in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicyMBean.html#setMaxMemorySize-long-">setMaxMemorySize(long)</a></span> - Method in interface org.apache.ignite.cache.eviction.sorted.<a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicyMBean.html" title="interface in org.apache.ignite.cache.eviction.sorted">SortedEvictionPolicyMBean</a></dt>
<dd>
<div class="block">Sets maximum allowed cache size in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/OdbcConfiguration.html#setMaxOpenCursors-int-">setMaxOpenCursors(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/OdbcConfiguration.html" title="class in org.apache.ignite.configuration">OdbcConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets maximum number of opened cursors per connection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html#setMaxOpenCursorsPerConnection-int-">setMaxOpenCursorsPerConnection(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ClientConnectorConfiguration</a></dt>
<dd>
<div class="block">Sets maximum number of opened cursors per connection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/SqlConnectorConfiguration.html#setMaxOpenCursorsPerConnection-int-">setMaxOpenCursorsPerConnection(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/SqlConnectorConfiguration.html" title="class in org.apache.ignite.configuration">SqlConnectorConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets maximum number of opened cursors per connection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/dialect/BasicJdbcDialect.html#setMaxParameterCount-int-">setMaxParameterCount(int)</a></span> - Method in 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>
<div class="block">Set max query parameters count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/services/ServiceConfiguration.html#setMaxPerNodeCount-int-">setMaxPerNodeCount(int)</a></span> - Method 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">Sets maximum number of deployed service instances on each node, <code>0</code> for unlimited.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/CassandraCacheStoreFactory.html#setMaxPoolSize-int-">setMaxPoolSize(int)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.<a href="org/apache/ignite/cache/store/cassandra/CassandraCacheStoreFactory.html" title="class in org.apache.ignite.cache.store.cassandra">CassandraCacheStoreFactory</a></dt>
<dd>
<div class="block">Set Maximum workers thread count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#setMaxQueryIteratorsCount-int-">setMaxQueryIteratorsCount(int)</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setMaxQueryIteratorsCount-int-">setMaxQueryIteratorsCount(int)</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>
<dd>
<div class="block">Sets maximum number of query iterators that can be stored.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html#setMaxSchemaAgreementWaitSeconds-int-">setMaxSchemaAgreementWaitSeconds(int)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.datasource.<a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html" title="class in org.apache.ignite.cache.store.cassandra.datasource">DataSource</a></dt>
<dd>
<div class="block">Sets maximum time to wait for schema agreement before returning from a DDL query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/AbstractEvictionPolicy.html#setMaxSize-int-">setMaxSize(int)</a></span> - Method in 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>
<div class="block">Sets maximum allowed size of cache before entry will start getting evicted.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/AbstractEvictionPolicyFactory.html#setMaxSize-int-">setMaxSize(int)</a></span> - Method in class org.apache.ignite.cache.eviction.<a href="org/apache/ignite/cache/eviction/AbstractEvictionPolicyFactory.html" title="class in org.apache.ignite.cache.eviction">AbstractEvictionPolicyFactory</a></dt>
<dd>
<div class="block">Sets maximum allowed size of cache before entry will start getting evicted.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/fifo/FifoEvictionPolicy.html#setMaxSize-int-">setMaxSize(int)</a></span> - Method in class org.apache.ignite.cache.eviction.fifo.<a href="org/apache/ignite/cache/eviction/fifo/FifoEvictionPolicy.html" title="class in org.apache.ignite.cache.eviction.fifo">FifoEvictionPolicy</a></dt>
<dd>
<div class="block">Sets maximum allowed size of cache before entry will start getting evicted.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/fifo/FifoEvictionPolicyMBean.html#setMaxSize-int-">setMaxSize(int)</a></span> - Method in interface org.apache.ignite.cache.eviction.fifo.<a href="org/apache/ignite/cache/eviction/fifo/FifoEvictionPolicyMBean.html" title="interface in org.apache.ignite.cache.eviction.fifo">FifoEvictionPolicyMBean</a></dt>
<dd>
<div class="block">Sets maximum allowed cache size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/lru/LruEvictionPolicy.html#setMaxSize-int-">setMaxSize(int)</a></span> - Method in class org.apache.ignite.cache.eviction.lru.<a href="org/apache/ignite/cache/eviction/lru/LruEvictionPolicy.html" title="class in org.apache.ignite.cache.eviction.lru">LruEvictionPolicy</a></dt>
<dd>
<div class="block">Sets maximum allowed size of cache before entry will start getting evicted.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/lru/LruEvictionPolicyMBean.html#setMaxSize-int-">setMaxSize(int)</a></span> - Method in interface org.apache.ignite.cache.eviction.lru.<a href="org/apache/ignite/cache/eviction/lru/LruEvictionPolicyMBean.html" title="interface in org.apache.ignite.cache.eviction.lru">LruEvictionPolicyMBean</a></dt>
<dd>
<div class="block">Sets maximum allowed cache size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicy.html#setMaxSize-int-">setMaxSize(int)</a></span> - Method in class org.apache.ignite.cache.eviction.sorted.<a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicy.html" title="class in org.apache.ignite.cache.eviction.sorted">SortedEvictionPolicy</a></dt>
<dd>
<div class="block">Sets maximum allowed size of cache before entry will start getting evicted.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicyMBean.html#setMaxSize-int-">setMaxSize(int)</a></span> - Method in interface org.apache.ignite.cache.eviction.sorted.<a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicyMBean.html" title="interface in org.apache.ignite.cache.eviction.sorted">SortedEvictionPolicyMBean</a></dt>
<dd>
<div class="block">Sets maximum allowed cache size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataRegionConfiguration.html#setMaxSize-long-">setMaxSize(long)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataRegionConfiguration.html" title="class in org.apache.ignite.configuration">DataRegionConfiguration</a></dt>
<dd>
<div class="block">Sets maximum memory region size defined by this data region.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/MemoryPolicyConfiguration.html#setMaxSize-long-">setMaxSize(long)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/MemoryPolicyConfiguration.html" title="class in org.apache.ignite.configuration">MemoryPolicyConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets maximum memory region size defined by this memory policy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#setMaxWalArchiveSize-long-">setMaxWalArchiveSize(long)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Sets a max allowed size(in bytes) of WAL archives.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setMBeanServer-javax.management.MBeanServer-">setMBeanServer(MBeanServer)</a></span> - Method 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">Sets initialized and started MBean server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/plugin/MLPluginConfiguration.html#setMdlDescStorageBackups-java.lang.Integer-">setMdlDescStorageBackups(Integer)</a></span> - Method in class org.apache.ignite.ml.util.plugin.<a href="org/apache/ignite/ml/util/plugin/MLPluginConfiguration.html" title="class in org.apache.ignite.ml.util.plugin">MLPluginConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/plugin/MLPluginConfiguration.html#setMdlStorageBackups-java.lang.Integer-">setMdlStorageBackups(Integer)</a></span> - Method in class org.apache.ignite.ml.util.plugin.<a href="org/apache/ignite/ml/util/plugin/MLPluginConfiguration.html" title="class in org.apache.ignite.ml.util.plugin">MLPluginConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setMemoryConfiguration-org.apache.ignite.configuration.MemoryConfiguration-">setMemoryConfiguration(MemoryConfiguration)</a></span> - Method 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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration"><code>DataStorageConfiguration</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/MemoryConfiguration.html#setMemoryPolicies-org.apache.ignite.configuration.MemoryPolicyConfiguration...-">setMemoryPolicies(MemoryPolicyConfiguration...)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/MemoryConfiguration.html" title="class in org.apache.ignite.configuration">MemoryConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets memory policies configurations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setMemoryPolicyName-java.lang.String-">setMemoryPolicyName(String)</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>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/CacheConfiguration.html#setDataRegionName-java.lang.String-"><code>CacheConfiguration.setDataRegionName(String)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpi.html#setMessageExpireTime-long-">setMessageExpireTime(long)</a></span> - Method 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">Message expire time configuration parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpiMBean.html#setMessageExpireTime-long-">setMessageExpireTime(long)</a></span> - Method in interface org.apache.ignite.spi.collision.jobstealing.<a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpiMBean.html" title="interface in org.apache.ignite.spi.collision.jobstealing">JobStealingCollisionSpiMBean</a></dt>
<dd>
<div class="block">Message expire time configuration parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ConnectorConfiguration.html#setMessageInterceptor-org.apache.ignite.configuration.ConnectorMessageInterceptor-">setMessageInterceptor(ConnectorMessageInterceptor)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ConnectorConfiguration</a></dt>
<dd>
<div class="block">Sets client message interceptor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/Dataset.html#setMeta-org.apache.ignite.ml.structures.FeatureMetadata:A-">setMeta(FeatureMetadata[])</a></span> - Method in class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/Dataset.html" title="class in org.apache.ignite.ml.structures">Dataset</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/aop/GridifyArgumentAdapter.html#setMethodClass-java.lang.Class-">setMethodClass(Class<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.compute.gridify.aop.<a href="org/apache/ignite/compute/gridify/aop/GridifyArgumentAdapter.html" title="class in org.apache.ignite.compute.gridify.aop">GridifyArgumentAdapter</a></dt>
<dd>
<div class="block">Sets method class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/jta/reflect/CacheReflectionTmLookup.html#setMethodName-java.lang.String-">setMethodName(String)</a></span> - Method in class org.apache.ignite.cache.jta.reflect.<a href="org/apache/ignite/cache/jta/reflect/CacheReflectionTmLookup.html" title="class in org.apache.ignite.cache.jta.reflect">CacheReflectionTmLookup</a></dt>
<dd>
<div class="block">Sets method name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/aop/GridifyArgumentAdapter.html#setMethodName-java.lang.String-">setMethodName(String)</a></span> - Method in class org.apache.ignite.compute.gridify.aop.<a href="org/apache/ignite/compute/gridify/aop/GridifyArgumentAdapter.html" title="class in org.apache.ignite.compute.gridify.aop">GridifyArgumentAdapter</a></dt>
<dd>
<div class="block">Sets method name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/aop/GridifyArgumentAdapter.html#setMethodParameters-java.lang.Object...-">setMethodParameters(Object...)</a></span> - Method in class org.apache.ignite.compute.gridify.aop.<a href="org/apache/ignite/compute/gridify/aop/GridifyArgumentAdapter.html" title="class in org.apache.ignite.compute.gridify.aop">GridifyArgumentAdapter</a></dt>
<dd>
<div class="block">Sets method parameters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/aop/GridifyArgumentAdapter.html#setMethodParameterTypes-java.lang.Class...-">setMethodParameterTypes(Class<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>...)</a></span> - Method in class org.apache.ignite.compute.gridify.aop.<a href="org/apache/ignite/compute/gridify/aop/GridifyArgumentAdapter.html" title="class in org.apache.ignite.compute.gridify.aop">GridifyArgumentAdapter</a></dt>
<dd>
<div class="block">Sets method parameter types.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setMetricExporterSpi-org.apache.ignite.spi.metric.MetricExporterSpi...-">setMetricExporterSpi(MetricExporterSpi...)</a></span> - Method 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">Sets fully configured instances of <a href="org/apache/ignite/spi/metric/MetricExporterSpi.html" title="interface in org.apache.ignite.spi.metric"><code>MetricExporterSpi</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/metric/jmx/JmxMetricExporterSpi.html#setMetricRegistry-org.apache.ignite.spi.metric.ReadOnlyMetricManager-">setMetricRegistry(ReadOnlyMetricManager)</a></span> - Method in class org.apache.ignite.spi.metric.jmx.<a href="org/apache/ignite/spi/metric/jmx/JmxMetricExporterSpi.html" title="class in org.apache.ignite.spi.metric.jmx">JmxMetricExporterSpi</a></dt>
<dd>
<div class="block">Sets metrics registry that SPI should export.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/metric/MetricExporterSpi.html#setMetricRegistry-org.apache.ignite.spi.metric.ReadOnlyMetricManager-">setMetricRegistry(ReadOnlyMetricManager)</a></span> - Method in interface org.apache.ignite.spi.metric.<a href="org/apache/ignite/spi/metric/MetricExporterSpi.html" title="interface in org.apache.ignite.spi.metric">MetricExporterSpi</a></dt>
<dd>
<div class="block">Sets metrics registry that SPI should export.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/metric/noop/NoopMetricExporterSpi.html#setMetricRegistry-org.apache.ignite.spi.metric.ReadOnlyMetricManager-">setMetricRegistry(ReadOnlyMetricManager)</a></span> - Method in class org.apache.ignite.spi.metric.noop.<a href="org/apache/ignite/spi/metric/noop/NoopMetricExporterSpi.html" title="class in org.apache.ignite.spi.metric.noop">NoopMetricExporterSpi</a></dt>
<dd>
<div class="block">Sets metrics registry that SPI should export.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/isolated/IsolatedNode.html#setMetrics-org.apache.ignite.cluster.ClusterMetrics-">setMetrics(ClusterMetrics)</a></span> - Method in class org.apache.ignite.spi.discovery.isolated.<a href="org/apache/ignite/spi/discovery/isolated/IsolatedNode.html" title="class in org.apache.ignite.spi.discovery.isolated">IsolatedNode</a></dt>
<dd>
<div class="block">Sets node metrics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataRegionConfiguration.html#setMetricsEnabled-boolean-">setMetricsEnabled(boolean)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataRegionConfiguration.html" title="class in org.apache.ignite.configuration">DataRegionConfiguration</a></dt>
<dd>
<div class="block">Sets memory metrics enabled flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#setMetricsEnabled-boolean-">setMetricsEnabled(boolean)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Sets flag indicating whether persistence metrics collection is enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/MemoryPolicyConfiguration.html#setMetricsEnabled-boolean-">setMetricsEnabled(boolean)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/MemoryPolicyConfiguration.html" title="class in org.apache.ignite.configuration">MemoryPolicyConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets memory metrics enabled flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#setMetricsEnabled-boolean-">setMetricsEnabled(boolean)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets flag indicating whether persistence metrics collection is enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setMetricsExpireTime-long-">setMetricsExpireTime(long)</a></span> - Method 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">Sets time in milliseconds after which a certain metric value is considered expired.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setMetricsHistorySize-int-">setMetricsHistorySize(int)</a></span> - Method 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">Sets number of metrics kept in history to compute totals and averages.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setMetricsLogFrequency-long-">setMetricsLogFrequency(long)</a></span> - Method 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">Sets frequency of metrics log print out.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoverySpi.html#setMetricsProvider-org.apache.ignite.spi.discovery.DiscoveryMetricsProvider-">setMetricsProvider(DiscoveryMetricsProvider)</a></span> - Method in interface org.apache.ignite.spi.discovery.<a href="org/apache/ignite/spi/discovery/DiscoverySpi.html" title="interface in org.apache.ignite.spi.discovery">DiscoverySpi</a></dt>
<dd>
<div class="block">Sets discovery metrics provider.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/isolated/IsolatedDiscoverySpi.html#setMetricsProvider-org.apache.ignite.spi.discovery.DiscoveryMetricsProvider-">setMetricsProvider(DiscoveryMetricsProvider)</a></span> - Method in class org.apache.ignite.spi.discovery.isolated.<a href="org/apache/ignite/spi/discovery/isolated/IsolatedDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.isolated">IsolatedDiscoverySpi</a></dt>
<dd>
<div class="block">Sets discovery metrics provider.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#setMetricsProvider-org.apache.ignite.spi.discovery.DiscoveryMetricsProvider-">setMetricsProvider(DiscoveryMetricsProvider)</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">Sets discovery metrics provider.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html#setMetricsProvider-org.apache.ignite.spi.discovery.DiscoveryMetricsProvider-">setMetricsProvider(DiscoveryMetricsProvider)</a></span> - Method in class org.apache.ignite.spi.discovery.zk.<a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.zk">ZookeeperDiscoverySpi</a></dt>
<dd>
<div class="block">Sets discovery metrics provider.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataRegionConfiguration.html#setMetricsRateTimeInterval-long-">setMetricsRateTimeInterval(long)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataRegionConfiguration.html" title="class in org.apache.ignite.configuration">DataRegionConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/mxbean/MetricsMxBean.html#configureHitRateMetric-java.lang.String-long-"><code>MetricsMxBean.configureHitRateMetric(String, long)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#setMetricsRateTimeInterval-long-">setMetricsRateTimeInterval(long)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/mxbean/MetricsMxBean.html#configureHitRateMetric-java.lang.String-long-"><code>MetricsMxBean.configureHitRateMetric(String, long)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataRegionConfiguration.html#setMetricsSubIntervalCount-int-">setMetricsSubIntervalCount(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataRegionConfiguration.html" title="class in org.apache.ignite.configuration">DataRegionConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/mxbean/MetricsMxBean.html#configureHitRateMetric-java.lang.String-long-"><code>MetricsMxBean.configureHitRateMetric(String, long)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#setMetricsSubIntervalCount-int-">setMetricsSubIntervalCount(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/mxbean/MetricsMxBean.html#configureHitRateMetric-java.lang.String-long-"><code>MetricsMxBean.configureHitRateMetric(String, long)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setMetricsUpdateFrequency-long-">setMetricsUpdateFrequency(long)</a></span> - Method 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">Sets Ignite metrics update frequency in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/boosting/GDBBinaryClassifierOnTreesTrainer.html#setMinImpurityDecrease-double-">setMinImpurityDecrease(double)</a></span> - Method in class org.apache.ignite.ml.tree.boosting.<a href="org/apache/ignite/ml/tree/boosting/GDBBinaryClassifierOnTreesTrainer.html" title="class in org.apache.ignite.ml.tree.boosting">GDBBinaryClassifierOnTreesTrainer</a></dt>
<dd>
<div class="block">Set up the min impurity decrease.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/boosting/GDBRegressionOnTreesTrainer.html#setMinImpurityDecrease-double-">setMinImpurityDecrease(double)</a></span> - Method in class org.apache.ignite.ml.tree.boosting.<a href="org/apache/ignite/ml/tree/boosting/GDBRegressionOnTreesTrainer.html" title="class in org.apache.ignite.ml.tree.boosting">GDBRegressionOnTreesTrainer</a></dt>
<dd>
<div class="block">Set up the min impurity decrease.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/BucketMeta.html#setMinVal-double-">setMinVal(double)</a></span> - Method in class org.apache.ignite.ml.dataset.feature.<a href="org/apache/ignite/ml/dataset/feature/BucketMeta.html" title="class in org.apache.ignite.ml.dataset.feature">BucketMeta</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/DecisionTreeConditionalNode.html#setMissingNode-org.apache.ignite.ml.tree.DecisionTreeNode-">setMissingNode(DecisionTreeNode)</a></span> - Method in class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/DecisionTreeConditionalNode.html" title="class in org.apache.ignite.ml.tree">DecisionTreeConditionalNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/XGModelComposition.html#setModelsComposition-org.apache.ignite.ml.composition.ModelsComposition-">setModelsComposition(ModelsComposition)</a></span> - Method in class org.apache.ignite.ml.xgboost.<a href="org/apache/ignite/ml/xgboost/XGModelComposition.html" title="class in org.apache.ignite.ml.xgboost">XGModelComposition</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/multicast/TcpDiscoveryMulticastIpFinder.html#setMulticastGroup-java.lang.String-">setMulticastGroup(String)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.multicast.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/multicast/TcpDiscoveryMulticastIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.multicast">TcpDiscoveryMulticastIpFinder</a></dt>
<dd>
<div class="block">Sets IP address of multicast group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/multicast/TcpDiscoveryMulticastIpFinder.html#setMulticastPort-int-">setMulticastPort(int)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.multicast.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/multicast/TcpDiscoveryMulticastIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.multicast">TcpDiscoveryMulticastIpFinder</a></dt>
<dd>
<div class="block">Sets port number which multicast messages are sent to.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/stream/StreamAdapter.html#setMultipleTupleExtractor-org.apache.ignite.stream.StreamMultipleTupleExtractor-">setMultipleTupleExtractor(StreamMultipleTupleExtractor<span class='angle_bracket'>&lt;</span>T, K, V<span class='angle_bracket'>&gt;</span>)</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>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setMvccVacuumFrequency-long-">setMvccVacuumFrequency(long)</a></span> - Method 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"><b>This is an experimental feature.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setMvccVacuumThreadCount-int-">setMvccVacuumThreadCount(int)</a></span> - Method 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"><b>This is an experimental feature.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryIndex.html#setName-java.lang.String-">setName(String)</a></span> - Method in class org.apache.ignite.cache.<a href="org/apache/ignite/cache/QueryIndex.html" title="class in org.apache.ignite.cache">QueryIndex</a></dt>
<dd>
<div class="block">Sets index name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#setName-java.lang.String-">setName(String)</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setName-java.lang.String-">setName(String)</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>
<dd>
<div class="block">Sets cache name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataRegionConfiguration.html#setName-java.lang.String-">setName(String)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataRegionConfiguration.html" title="class in org.apache.ignite.configuration">DataRegionConfiguration</a></dt>
<dd>
<div class="block">Sets data region name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ExecutorConfiguration.html#setName-java.lang.String-">setName(String)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ExecutorConfiguration.html" title="class in org.apache.ignite.configuration">ExecutorConfiguration</a></dt>
<dd>
<div class="block">Set thread pool name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/MemoryPolicyConfiguration.html#setName-java.lang.String-">setName(String)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/MemoryPolicyConfiguration.html" title="class in org.apache.ignite.configuration">MemoryPolicyConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets memory policy name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/FeatureMetadata.html#setName-java.lang.String-">setName(String)</a></span> - Method in class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/FeatureMetadata.html" title="class in org.apache.ignite.ml.structures">FeatureMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/services/ServiceConfiguration.html#setName-java.lang.String-">setName(String)</a></span> - Method 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">Sets service name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/cache/CacheCheckpointSpi.html#setName-java.lang.String-">setName(String)</a></span> - Method in 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>
<div class="block">Sets SPI name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html#setName-java.lang.String-">setName(String)</a></span> - Method in class org.apache.ignite.spi.checkpoint.jdbc.<a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.jdbc">JdbcCheckpointSpi</a></dt>
<dd>
<div class="block">Sets SPI name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/noop/NoopCheckpointSpi.html#setName-java.lang.String-">setName(String)</a></span> - Method in class org.apache.ignite.spi.checkpoint.noop.<a href="org/apache/ignite/spi/checkpoint/noop/NoopCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.noop">NoopCheckpointSpi</a></dt>
<dd>
<div class="block">Sets SPI name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/s3/S3CheckpointSpi.html#setName-java.lang.String-">setName(String)</a></span> - Method 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">Sets SPI name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/sharedfs/SharedFsCheckpointSpi.html#setName-java.lang.String-">setName(String)</a></span> - Method in class org.apache.ignite.spi.checkpoint.sharedfs.<a href="org/apache/ignite/spi/checkpoint/sharedfs/SharedFsCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.sharedfs">SharedFsCheckpointSpi</a></dt>
<dd>
<div class="block">Sets SPI name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/fifoqueue/FifoQueueCollisionSpi.html#setName-java.lang.String-">setName(String)</a></span> - Method in class org.apache.ignite.spi.collision.fifoqueue.<a href="org/apache/ignite/spi/collision/fifoqueue/FifoQueueCollisionSpi.html" title="class in org.apache.ignite.spi.collision.fifoqueue">FifoQueueCollisionSpi</a></dt>
<dd>
<div class="block">Sets SPI name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpi.html#setName-java.lang.String-">setName(String)</a></span> - Method 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">Sets SPI name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/noop/NoopCollisionSpi.html#setName-java.lang.String-">setName(String)</a></span> - Method in class org.apache.ignite.spi.collision.noop.<a href="org/apache/ignite/spi/collision/noop/NoopCollisionSpi.html" title="class in org.apache.ignite.spi.collision.noop">NoopCollisionSpi</a></dt>
<dd>
<div class="block">Sets SPI name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html#setName-java.lang.String-">setName(String)</a></span> - Method in class org.apache.ignite.spi.collision.priorityqueue.<a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html" title="class in org.apache.ignite.spi.collision.priorityqueue">PriorityQueueCollisionSpi</a></dt>
<dd>
<div class="block">Sets SPI name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/deployment/local/LocalDeploymentSpi.html#setName-java.lang.String-">setName(String)</a></span> - Method in class org.apache.ignite.spi.deployment.local.<a href="org/apache/ignite/spi/deployment/local/LocalDeploymentSpi.html" title="class in org.apache.ignite.spi.deployment.local">LocalDeploymentSpi</a></dt>
<dd>
<div class="block">Sets SPI name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/deployment/uri/UriDeploymentSpi.html#setName-java.lang.String-">setName(String)</a></span> - Method in class org.apache.ignite.spi.deployment.uri.<a href="org/apache/ignite/spi/deployment/uri/UriDeploymentSpi.html" title="class in org.apache.ignite.spi.deployment.uri">UriDeploymentSpi</a></dt>
<dd>
<div class="block">Sets SPI name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#setName-java.lang.String-">setName(String)</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">Sets SPI name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/eventstorage/memory/MemoryEventStorageSpi.html#setName-java.lang.String-">setName(String)</a></span> - Method in class org.apache.ignite.spi.eventstorage.memory.<a href="org/apache/ignite/spi/eventstorage/memory/MemoryEventStorageSpi.html" title="class in org.apache.ignite.spi.eventstorage.memory">MemoryEventStorageSpi</a></dt>
<dd>
<div class="block">Sets SPI name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/failover/always/AlwaysFailoverSpi.html#setName-java.lang.String-">setName(String)</a></span> - Method 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">Sets SPI name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/failover/jobstealing/JobStealingFailoverSpi.html#setName-java.lang.String-">setName(String)</a></span> - Method in class org.apache.ignite.spi.failover.jobstealing.<a href="org/apache/ignite/spi/failover/jobstealing/JobStealingFailoverSpi.html" title="class in org.apache.ignite.spi.failover.jobstealing">JobStealingFailoverSpi</a></dt>
<dd>
<div class="block">Sets SPI name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/failover/never/NeverFailoverSpi.html#setName-java.lang.String-">setName(String)</a></span> - Method in class org.apache.ignite.spi.failover.never.<a href="org/apache/ignite/spi/failover/never/NeverFailoverSpi.html" title="class in org.apache.ignite.spi.failover.never">NeverFailoverSpi</a></dt>
<dd>
<div class="block">Sets SPI name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiAdapter.html#setName-java.lang.String-">setName(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">Sets SPI name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/indexing/noop/NoopIndexingSpi.html#setName-java.lang.String-">setName(String)</a></span> - Method in class org.apache.ignite.spi.indexing.noop.<a href="org/apache/ignite/spi/indexing/noop/NoopIndexingSpi.html" title="class in org.apache.ignite.spi.indexing.noop">NoopIndexingSpi</a></dt>
<dd>
<div class="block">Sets SPI name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/loadbalancing/adaptive/AdaptiveLoadBalancingSpi.html#setName-java.lang.String-">setName(String)</a></span> - Method in 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>
<div class="block">Sets SPI name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/loadbalancing/roundrobin/RoundRobinLoadBalancingSpi.html#setName-java.lang.String-">setName(String)</a></span> - Method in class org.apache.ignite.spi.loadbalancing.roundrobin.<a href="org/apache/ignite/spi/loadbalancing/roundrobin/RoundRobinLoadBalancingSpi.html" title="class in org.apache.ignite.spi.loadbalancing.roundrobin">RoundRobinLoadBalancingSpi</a></dt>
<dd>
<div class="block">Sets SPI name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/loadbalancing/weightedrandom/WeightedRandomLoadBalancingSpi.html#setName-java.lang.String-">setName(String)</a></span> - Method in class org.apache.ignite.spi.loadbalancing.weightedrandom.<a href="org/apache/ignite/spi/loadbalancing/weightedrandom/WeightedRandomLoadBalancingSpi.html" title="class in org.apache.ignite.spi.loadbalancing.weightedrandom">WeightedRandomLoadBalancingSpi</a></dt>
<dd>
<div class="block">Sets SPI name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryTypeConfiguration.html#setNameMapper-org.apache.ignite.binary.BinaryNameMapper-">setNameMapper(BinaryNameMapper)</a></span> - Method in 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">Sets name mapper.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/BinaryConfiguration.html#setNameMapper-org.apache.ignite.binary.BinaryNameMapper-">setNameMapper(BinaryNameMapper)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/BinaryConfiguration.html" title="class in org.apache.ignite.configuration">BinaryConfiguration</a></dt>
<dd>
<div class="block">Sets name mapper.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryTypeConfiguration.html#setNameMapper-java.lang.String-">setNameMapper(String)</a></span> - Method in class org.apache.ignite.platform.dotnet.<a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryTypeConfiguration.html" title="class in org.apache.ignite.platform.dotnet">PlatformDotNetBinaryTypeConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/kubernetes/configuration/KubernetesConnectionConfiguration.html#setNamespace-java.lang.String-">setNamespace(String)</a></span> - Method in class org.apache.ignite.kubernetes.configuration.<a href="org/apache/ignite/kubernetes/configuration/KubernetesConnectionConfiguration.html" title="class in org.apache.ignite.kubernetes.configuration">KubernetesConnectionConfiguration</a></dt>
<dd>
<div class="block">Sets the namespace the Kubernetes service belongs to.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/kubernetes/TcpDiscoveryKubernetesIpFinder.html#setNamespace-java.lang.String-">setNamespace(String)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.kubernetes.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/kubernetes/TcpDiscoveryKubernetesIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.kubernetes">TcpDiscoveryKubernetesIpFinder</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">set parameters with <code>KubernetesConnectionConfiguration</code> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setNearConfiguration-org.apache.ignite.configuration.NearCacheConfiguration-">setNearConfiguration(NearCacheConfiguration<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</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>
<dd>
<div class="block">Sets the near cache configuration to use on all cache nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/NearCacheConfiguration.html#setNearEvictionPolicy-org.apache.ignite.cache.eviction.EvictionPolicy-">setNearEvictionPolicy(EvictionPolicy<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/NearCacheConfiguration.html" title="class in org.apache.ignite.configuration">NearCacheConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/NearCacheConfiguration.html#setNearEvictionPolicyFactory-javax.cache.configuration.Factory-"><code>NearCacheConfiguration.setNearEvictionPolicyFactory(Factory)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/NearCacheConfiguration.html#setNearEvictionPolicyFactory-javax.cache.configuration.Factory-">setNearEvictionPolicyFactory(Factory<span class='angle_bracket'>&lt;</span>? extends EvictionPolicy<span class='angle_bracket'>&lt;</span>? super K, ? super V<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/NearCacheConfiguration.html" title="class in org.apache.ignite.configuration">NearCacheConfiguration</a></dt>
<dd>
<div class="block">Sets cache eviction policy factory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/NearCacheConfiguration.html#setNearStartSize-int-">setNearStartSize(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/NearCacheConfiguration.html" title="class in org.apache.ignite.configuration">NearCacheConfiguration</a></dt>
<dd>
<div class="block">Start size for near cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html#setNettyOptions-com.datastax.driver.core.NettyOptions-">setNettyOptions(NettyOptions)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.datasource.<a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html" title="class in org.apache.ignite.cache.store.cassandra.datasource">DataSource</a></dt>
<dd>
<div class="block">Sets netty options to use.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setNetworkCompressionLevel-int-">setNetworkCompressionLevel(int)</a></span> - Method 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">Compression level for internal network messages.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setNetworkSendRetryCount-int-">setNetworkSendRetryCount(int)</a></span> - Method 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">Sets message send retries count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setNetworkSendRetryDelay-long-">setNetworkSendRetryDelay(long)</a></span> - Method 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">Sets interval in milliseconds between message send retries.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setNetworkTimeout-long-">setNetworkTimeout(long)</a></span> - Method 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">Maximum timeout in milliseconds for network requests.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#setNetworkTimeout-long-">setNetworkTimeout(long)</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">Sets maximum network timeout to use for network operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ApplicationMaster.html#setNmClient-org.apache.hadoop.yarn.client.api.NMClient-">setNmClient(NMClient)</a></span> - Method in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ApplicationMaster.html" title="class in org.apache.ignite.yarn">ApplicationMaster</a></dt>
<dd>
<div class="block">Sets NMClient.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoverySpi.html#setNodeAttributes-java.util.Map-org.apache.ignite.lang.IgniteProductVersion-">setNodeAttributes(Map<span class='angle_bracket'>&lt;</span>String, Object<span class='angle_bracket'>&gt;</span>, IgniteProductVersion)</a></span> - Method in interface org.apache.ignite.spi.discovery.<a href="org/apache/ignite/spi/discovery/DiscoverySpi.html" title="interface in org.apache.ignite.spi.discovery">DiscoverySpi</a></dt>
<dd>
<div class="block">Sets node attributes and node version which will be distributed in grid during
join process.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/isolated/IsolatedDiscoverySpi.html#setNodeAttributes-java.util.Map-org.apache.ignite.lang.IgniteProductVersion-">setNodeAttributes(Map<span class='angle_bracket'>&lt;</span>String, Object<span class='angle_bracket'>&gt;</span>, IgniteProductVersion)</a></span> - Method in class org.apache.ignite.spi.discovery.isolated.<a href="org/apache/ignite/spi/discovery/isolated/IsolatedDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.isolated">IsolatedDiscoverySpi</a></dt>
<dd>
<div class="block">Sets node attributes and node version which will be distributed in grid during
join process.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#setNodeAttributes-java.util.Map-org.apache.ignite.lang.IgniteProductVersion-">setNodeAttributes(Map<span class='angle_bracket'>&lt;</span>String, Object<span class='angle_bracket'>&gt;</span>, IgniteProductVersion)</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">Sets node attributes and node version which will be distributed in grid during
join process.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html#setNodeAttributes-java.util.Map-org.apache.ignite.lang.IgniteProductVersion-">setNodeAttributes(Map<span class='angle_bracket'>&lt;</span>String, Object<span class='angle_bracket'>&gt;</span>, IgniteProductVersion)</a></span> - Method in class org.apache.ignite.spi.discovery.zk.<a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.zk">ZookeeperDiscoverySpi</a></dt>
<dd>
<div class="block">Sets node attributes and node version which will be distributed in grid during
join process.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setNodeFilter-org.apache.ignite.lang.IgnitePredicate-">setNodeFilter(IgnitePredicate<span class='angle_bracket'>&lt;</span>ClusterNode<span class='angle_bracket'>&gt;</span>)</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>
<dd>
<div class="block">Sets filter which determines on what nodes the cache should be started.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CollectionConfiguration.html#setNodeFilter-org.apache.ignite.lang.IgnitePredicate-">setNodeFilter(IgnitePredicate<span class='angle_bracket'>&lt;</span>ClusterNode<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/CollectionConfiguration.html" title="class in org.apache.ignite.configuration">CollectionConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/services/ServiceConfiguration.html#setNodeFilter-org.apache.ignite.lang.IgnitePredicate-">setNodeFilter(IgnitePredicate<span class='angle_bracket'>&lt;</span>ClusterNode<span class='angle_bracket'>&gt;</span>)</a></span> - Method 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">Sets node filter used to filter nodes on which the service will be deployed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setNodeId-java.util.UUID-">setNodeId(UUID)</a></span> - Method 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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/IgniteConfiguration.html#setConsistentId-java.io.Serializable-"><code>IgniteConfiguration.setConsistentId(Serializable)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/java/JavaLogger.html#setNodeId-java.util.UUID-">setNodeId(UUID)</a></span> - Method in class org.apache.ignite.logger.java.<a href="org/apache/ignite/logger/java/JavaLogger.html" title="class in org.apache.ignite.logger.java">JavaLogger</a></dt>
<dd>
<div class="block">Sets node ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j/Log4JLogger.html#setNodeId-java.util.UUID-">setNodeId(UUID)</a></span> - 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">Sets node ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j2/Log4J2Logger.html#setNodeId-java.util.UUID-">setNodeId(UUID)</a></span> - Method in class org.apache.ignite.logger.log4j2.<a href="org/apache/ignite/logger/log4j2/Log4J2Logger.html" title="class in org.apache.ignite.logger.log4j2">Log4J2Logger</a></dt>
<dd>
<div class="block">Sets node ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/LoggerNodeIdAware.html#setNodeId-java.util.UUID-">setNodeId(UUID)</a></span> - Method in interface org.apache.ignite.logger.<a href="org/apache/ignite/logger/LoggerNodeIdAware.html" title="interface in org.apache.ignite.logger">LoggerNodeIdAware</a></dt>
<dd>
<div class="block">Sets node ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ConnectorConfiguration.html#setNoDelay-boolean-">setNoDelay(boolean)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ConnectorConfiguration</a></dt>
<dd>
<div class="block">Sets whether <code>TCP_NODELAY</code> option should be set for all accepted client connections.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/marshaller/MarshallerUtils.html#setNodeName-org.apache.ignite.marshaller.Marshaller-java.lang.String-">setNodeName(Marshaller, String)</a></span> - Static method in class org.apache.ignite.marshaller.<a href="org/apache/ignite/marshaller/MarshallerUtils.html" title="class in org.apache.ignite.marshaller">MarshallerUtils</a></dt>
<dd>
<div class="block">Set node name to marshaller context if possible.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/loadbalancing/weightedrandom/WeightedRandomLoadBalancingSpi.html#setNodeWeight-int-">setNodeWeight(int)</a></span> - Method in class org.apache.ignite.spi.loadbalancing.weightedrandom.<a href="org/apache/ignite/spi/loadbalancing/weightedrandom/WeightedRandomLoadBalancingSpi.html" title="class in org.apache.ignite.spi.loadbalancing.weightedrandom">WeightedRandomLoadBalancingSpi</a></dt>
<dd>
<div class="block">Sets weight of this node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryEntity.html#setNotNullFields-java.util.Set-">setNotNullFields(Set<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>)</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">Sets names of fields that must checked for null.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html#setNumberOfRetries-int-">setNumberOfRetries(int)</a></span> - Method in class org.apache.ignite.spi.checkpoint.jdbc.<a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.jdbc">JdbcCheckpointSpi</a></dt>
<dd>
<div class="block">Sets number of retries in case of any database errors.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setOdbcConfiguration-org.apache.ignite.configuration.OdbcConfiguration-">setOdbcConfiguration(OdbcConfiguration)</a></span> - Method 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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/IgniteConfiguration.html#setClientConnectorConfiguration-org.apache.ignite.configuration.ClientConnectorConfiguration-"><code>IgniteConfiguration.setClientConnectorConfiguration(ClientConnectorConfiguration)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html#setOdbcEnabled-boolean-">setOdbcEnabled(boolean)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ClientConnectorConfiguration</a></dt>
<dd>
<div class="block">Sets whether access through ODBC is enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CollectionConfiguration.html#setOffHeapMaxMemory-long-">setOffHeapMaxMemory(long)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/CollectionConfiguration.html" title="class in org.apache.ignite.configuration">CollectionConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#setOnheapCacheEnabled-boolean-">setOnheapCacheEnabled(boolean)</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setOnheapCacheEnabled-boolean-">setOnheapCacheEnabled(boolean)</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>
<dd>
<div class="block">Configures on-heap cache for the off-heap based page memory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/WrappedPreparedStatement.html#setOutgoingPayload-java.util.Map-">setOutgoingPayload(Map<span class='angle_bracket'>&lt;</span>String, ByteBuffer<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.session.<a href="org/apache/ignite/cache/store/cassandra/session/WrappedPreparedStatement.html" title="class in org.apache.ignite.cache.store.cassandra.session">WrappedPreparedStatement</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataRegionConfiguration.html#setPageEvictionMode-org.apache.ignite.configuration.DataPageEvictionMode-">setPageEvictionMode(DataPageEvictionMode)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataRegionConfiguration.html" title="class in org.apache.ignite.configuration">DataRegionConfiguration</a></dt>
<dd>
<div class="block">Sets memory pages eviction mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/MemoryPolicyConfiguration.html#setPageEvictionMode-org.apache.ignite.configuration.DataPageEvictionMode-">setPageEvictionMode(DataPageEvictionMode)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/MemoryPolicyConfiguration.html" title="class in org.apache.ignite.configuration">MemoryPolicyConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets memory pages eviction mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataRegionConfiguration.html#setPageReplacementMode-org.apache.ignite.configuration.PageReplacementMode-">setPageReplacementMode(PageReplacementMode)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataRegionConfiguration.html" title="class in org.apache.ignite.configuration">DataRegionConfiguration</a></dt>
<dd>
<div class="block">Sets memory pages replacement mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/ContinuousQuery.html#setPageSize-int-">setPageSize(int)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/ContinuousQuery.html" title="class in org.apache.ignite.cache.query">ContinuousQuery</a></dt>
<dd>
<div class="block">Sets optional page size, if <code>0</code>, then default is used.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/ContinuousQueryWithTransformer.html#setPageSize-int-">setPageSize(int)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/ContinuousQueryWithTransformer.html" title="class in org.apache.ignite.cache.query">ContinuousQueryWithTransformer</a></dt>
<dd>
<div class="block">Sets optional page size, if <code>0</code>, then default is used.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/Query.html#setPageSize-int-">setPageSize(int)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/Query.html" title="class in org.apache.ignite.cache.query">Query</a></dt>
<dd>
<div class="block">Sets optional page size, if <code>0</code>, then default is used.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/ScanQuery.html#setPageSize-int-">setPageSize(int)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/ScanQuery.html" title="class in org.apache.ignite.cache.query">ScanQuery</a></dt>
<dd>
<div class="block">Sets optional page size, if <code>0</code>, then default is used.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SpiQuery.html#setPageSize-int-">setPageSize(int)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SpiQuery.html" title="class in org.apache.ignite.cache.query">SpiQuery</a></dt>
<dd>
<div class="block">Sets optional page size, if <code>0</code>, then default is used.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SqlFieldsQuery.html#setPageSize-int-">setPageSize(int)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SqlFieldsQuery.html" title="class in org.apache.ignite.cache.query">SqlFieldsQuery</a></dt>
<dd>
<div class="block">Sets optional page size, if <code>0</code>, then default is used.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SqlQuery.html#setPageSize-int-">setPageSize(int)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SqlQuery.html" title="class in org.apache.ignite.cache.query">SqlQuery</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets optional page size, if <code>0</code>, then default is used.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/TextQuery.html#setPageSize-int-">setPageSize(int)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/TextQuery.html" title="class in org.apache.ignite.cache.query">TextQuery</a></dt>
<dd>
<div class="block">Sets optional page size, if <code>0</code>, then default is used.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#setPageSize-int-">setPageSize(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Changes the page size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/MemoryConfiguration.html#setPageSize-int-">setPageSize(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/MemoryConfiguration.html" title="class in org.apache.ignite.configuration">MemoryConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Changes the page size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/fifoqueue/FifoQueueCollisionSpi.html#setParallelJobsNumber-int-">setParallelJobsNumber(int)</a></span> - Method in class org.apache.ignite.spi.collision.fifoqueue.<a href="org/apache/ignite/spi/collision/fifoqueue/FifoQueueCollisionSpi.html" title="class in org.apache.ignite.spi.collision.fifoqueue">FifoQueueCollisionSpi</a></dt>
<dd>
<div class="block">Sets number of jobs that can be executed in parallel.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/fifoqueue/FifoQueueCollisionSpiMBean.html#setParallelJobsNumber-int-">setParallelJobsNumber(int)</a></span> - Method in interface org.apache.ignite.spi.collision.fifoqueue.<a href="org/apache/ignite/spi/collision/fifoqueue/FifoQueueCollisionSpiMBean.html" title="interface in org.apache.ignite.spi.collision.fifoqueue">FifoQueueCollisionSpiMBean</a></dt>
<dd>
<div class="block">Sets number of jobs that can be executed in parallel.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html#setParallelJobsNumber-int-">setParallelJobsNumber(int)</a></span> - Method in class org.apache.ignite.spi.collision.priorityqueue.<a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html" title="class in org.apache.ignite.spi.collision.priorityqueue">PriorityQueueCollisionSpi</a></dt>
<dd>
<div class="block">Sets number of jobs that can be executed in parallel.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpiMBean.html#setParallelJobsNumber-int-">setParallelJobsNumber(int)</a></span> - Method in interface org.apache.ignite.spi.collision.priorityqueue.<a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpiMBean.html" title="interface in org.apache.ignite.spi.collision.priorityqueue">PriorityQueueCollisionSpiMBean</a></dt>
<dd>
<div class="block">Sets number of jobs that can be executed in parallel.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html#setParallelLoadCacheMinimumThreshold-int-">setParallelLoadCacheMinimumThreshold(int)</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">Parallel load cache minimum row count threshold.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcPojoStoreFactory.html#setParallelLoadCacheMinimumThreshold-int-">setParallelLoadCacheMinimumThreshold(int)</a></span> - Method in 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>
<div class="block">Parallel load cache minimum row count threshold.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/MultilayerPerceptron.html#setParameters-org.apache.ignite.ml.math.primitives.vector.Vector-">setParameters(Vector)</a></span> - Method in class org.apache.ignite.ml.nn.<a href="org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</a></dt>
<dd>
<div class="block">Set parameters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.TaskResult.html#setParamMap-java.util.Map-">setParamMap(Map<span class='angle_bracket'>&lt;</span>String, Double<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.selection.cv.<a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.TaskResult.html" title="class in org.apache.ignite.ml.selection.cv">AbstractCrossValidation.TaskResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/ScanQuery.html#setPartition-java.lang.Integer-">setPartition(Integer)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/ScanQuery.html" title="class in org.apache.ignite.cache.query">ScanQuery</a></dt>
<dd>
<div class="block">Sets partition number over which this query should iterate.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConfiguration.html#setPartitionAwarenessEnabled-boolean-">setPartitionAwarenessEnabled(boolean)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration">ClientConfiguration</a></dt>
<dd>
<div class="block">Sets a value indicating whether partition awareness should be enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#setPartitionLossPolicy-org.apache.ignite.cache.PartitionLossPolicy-">setPartitionLossPolicy(PartitionLossPolicy)</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setPartitionLossPolicy-org.apache.ignite.cache.PartitionLossPolicy-">setPartitionLossPolicy(PartitionLossPolicy)</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>
<dd>
<div class="block">Sets partition loss policy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/affinity/rendezvous/RendezvousAffinityFunction.html#setPartitions-int-">setPartitions(int)</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">Sets total number of partitions.If the number of partitions is a power of two,
the PowerOfTwo hashing method will be used.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SqlFieldsQuery.html#setPartitions-int...-">setPartitions(int...)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SqlFieldsQuery.html" title="class in org.apache.ignite.cache.query">SqlFieldsQuery</a></dt>
<dd>
<div class="block">Sets partitions for a query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SqlQuery.html#setPartitions-int...-">setPartitions(int...)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SqlQuery.html" title="class in org.apache.ignite.cache.query">SqlQuery</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets partitions for a query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html#setPassword-java.lang.String-">setPassword(String)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.datasource.<a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html" title="class in org.apache.ignite.cache.store.cassandra.datasource">DataSource</a></dt>
<dd>
<div class="block">Sets password to use for authentication.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcBlobStore.html#setPassword-java.lang.String-">setPassword(String)</a></span> - Method in 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>
<div class="block">Sets password for database access.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcBlobStoreFactory.html#setPassword-java.lang.String-">setPassword(String)</a></span> - Method in 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>
<div class="block">Sets password for database access.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#setPassword-java.lang.String-">setPassword(String)</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/SecurityCredentials.html#setPassword-java.lang.Object-">setPassword(Object)</a></span> - Method in class org.apache.ignite.plugin.security.<a href="org/apache/ignite/plugin/security/SecurityCredentials.html" title="class in org.apache.ignite.plugin.security">SecurityCredentials</a></dt>
<dd>
<div class="block">Sets password.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/sharedfs/TcpDiscoverySharedFsIpFinder.html#setPath-java.lang.String-">setPath(String)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.sharedfs.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/sharedfs/TcpDiscoverySharedFsIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.sharedfs">TcpDiscoverySharedFsIpFinder</a></dt>
<dd>
<div class="block">Sets path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setPeerClassLoadingEnabled-boolean-">setPeerClassLoadingEnabled(boolean)</a></span> - Method 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">Enables/disables peer class loading.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setPeerClassLoadingLocalClassPathExclude-java.lang.String...-">setPeerClassLoadingLocalClassPathExclude(String...)</a></span> - Method 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">Sets list of packages in a system class path that should be P2P
loaded even if they exist locally.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setPeerClassLoadingMissedResourcesCacheSize-int-">setPeerClassLoadingMissedResourcesCacheSize(int)</a></span> - Method 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">Sets size of missed resources cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setPeerClassLoadingThreadPoolSize-int-">setPeerClassLoadingThreadPoolSize(int)</a></span> - Method 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">Sets thread pool size to use for peer class loading.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataRegionConfiguration.html#setPersistenceEnabled-boolean-">setPersistenceEnabled(boolean)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataRegionConfiguration.html" title="class in org.apache.ignite.configuration">DataRegionConfiguration</a></dt>
<dd>
<div class="block">Sets persistence enabled flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/CassandraCacheStoreFactory.html#setPersistenceSettings-org.apache.ignite.cache.store.cassandra.persistence.KeyValuePersistenceSettings-">setPersistenceSettings(KeyValuePersistenceSettings)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.<a href="org/apache/ignite/cache/store/cassandra/CassandraCacheStoreFactory.html" title="class in org.apache.ignite.cache.store.cassandra">CassandraCacheStoreFactory</a></dt>
<dd>
<div class="block">Sets persistence settings.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/CassandraCacheStoreFactory.html#setPersistenceSettingsBean-java.lang.String-">setPersistenceSettingsBean(String)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.<a href="org/apache/ignite/cache/store/cassandra/CassandraCacheStoreFactory.html" title="class in org.apache.ignite.cache.store.cassandra">CassandraCacheStoreFactory</a></dt>
<dd>
<div class="block">Sets persistence settings bean name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setPersistentStoreConfiguration-org.apache.ignite.configuration.PersistentStoreConfiguration-">setPersistentStoreConfiguration(PersistentStoreConfiguration)</a></span> - Method 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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Part of old API. Use <a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration"><code>DataStorageConfiguration</code></a> for configuring persistence instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#setPersistentStorePath-java.lang.String-">setPersistentStorePath(String)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets a path to the root directory where the Persistent Store will persist data and indexes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/loadbalancing/roundrobin/RoundRobinLoadBalancingSpi.html#setPerTask-boolean-">setPerTask(boolean)</a></span> - Method in class org.apache.ignite.spi.loadbalancing.roundrobin.<a href="org/apache/ignite/spi/loadbalancing/roundrobin/RoundRobinLoadBalancingSpi.html" title="class in org.apache.ignite.spi.loadbalancing.roundrobin">RoundRobinLoadBalancingSpi</a></dt>
<dd>
<div class="block">Configuration parameter indicating whether a new round robin order should be
created for every task.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/TransactionConfiguration.html#setPessimisticTxLogLinger-int-">setPessimisticTxLogLinger(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/TransactionConfiguration.html" title="class in org.apache.ignite.configuration">TransactionConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Pessimistic tx log linger property has no effect.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/TransactionConfiguration.html#setPessimisticTxLogSize-int-">setPessimisticTxLogSize(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/TransactionConfiguration.html" title="class in org.apache.ignite.configuration">TransactionConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Pessimistic tx log size property has no effect.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteClientSpringBean.html#setPhase-int-">setPhase(int)</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteClientSpringBean.html" title="class in org.apache.ignite">IgniteClientSpringBean</a></dt>
<dd>
<div class="block">Sets <code>SmartLifecycle</code> phase during which the current bean will be initialized.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setPlatformCacheConfiguration-org.apache.ignite.configuration.PlatformCacheConfiguration-">setPlatformCacheConfiguration(PlatformCacheConfiguration)</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>
<dd>
<div class="block">Sets platform cache configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setPlatformConfiguration-org.apache.ignite.configuration.PlatformConfiguration-">setPlatformConfiguration(PlatformConfiguration)</a></span> - Method 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">Sets platform configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setPluginConfigurations-org.apache.ignite.plugin.CachePluginConfiguration...-">setPluginConfigurations(CachePluginConfiguration...)</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>
<dd>
<div class="block">Sets cache plugin configurations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setPluginConfigurations-org.apache.ignite.plugin.PluginConfiguration...-">setPluginConfigurations(PluginConfiguration...)</a></span> - Method 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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Since <a href="org/apache/ignite/plugin/PluginProvider.html" title="interface in org.apache.ignite.plugin"><code>PluginProvider</code></a>s can be set explicitly via <a href="org/apache/ignite/configuration/IgniteConfiguration.html#setPluginProviders-org.apache.ignite.plugin.PluginProvider...-"><code>IgniteConfiguration.setPluginProviders(PluginProvider[])</code></a>
it's preferable to store <a href="org/apache/ignite/plugin/PluginConfiguration.html" title="interface in org.apache.ignite.plugin"><code>PluginConfiguration</code></a> as a part of <a href="org/apache/ignite/plugin/PluginProvider.html" title="interface in org.apache.ignite.plugin"><code>PluginProvider</code></a>.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setPluginProviders-org.apache.ignite.plugin.PluginProvider...-">setPluginProviders(PluginProvider...)</a></span> - Method 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">Sets plugin providers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html#setPoolingOptions-com.datastax.driver.core.PoolingOptions-">setPoolingOptions(PoolingOptions)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.datasource.<a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html" title="class in org.apache.ignite.cache.store.cassandra.datasource">DataSource</a></dt>
<dd>
<div class="block">Sets pooling options.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html#setPort-int-">setPort(int)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.datasource.<a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html" title="class in org.apache.ignite.cache.store.cassandra.datasource">DataSource</a></dt>
<dd>
<div class="block">Sets port to use for Cassandra connection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html#setPort-int-">setPort(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ClientConnectorConfiguration</a></dt>
<dd>
<div class="block">Set port.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ConnectorConfiguration.html#setPort-int-">setPort(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ConnectorConfiguration</a></dt>
<dd>
<div class="block">Sets port for TCP binary protocol server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/SqlConnectorConfiguration.html#setPort-int-">setPort(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/SqlConnectorConfiguration.html" title="class in org.apache.ignite.configuration">SqlConnectorConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Set port.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/stream/socket/SocketStreamer.html#setPort-int-">setPort(int)</a></span> - Method in class org.apache.ignite.stream.socket.<a href="org/apache/ignite/stream/socket/SocketStreamer.html" title="class in org.apache.ignite.stream.socket">SocketStreamer</a></dt>
<dd>
<div class="block">Sets port number.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html#setPortRange-int-">setPortRange(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ClientConnectorConfiguration</a></dt>
<dd>
<div class="block">Set port range.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ConnectorConfiguration.html#setPortRange-int-">setPortRange(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ConnectorConfiguration</a></dt>
<dd>
<div class="block">Sets number of ports to try if configured one is in use.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/SqlConnectorConfiguration.html#setPortRange-int-">setPortRange(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/SqlConnectorConfiguration.html" title="class in org.apache.ignite.configuration">SqlConnectorConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Set port range.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/optimization/updatecalculators/NesterovParameterUpdate.html#setPreviousUpdates-org.apache.ignite.ml.math.primitives.vector.Vector-">setPreviousUpdates(Vector)</a></span> - Method in class org.apache.ignite.ml.optimization.updatecalculators.<a href="org/apache/ignite/ml/optimization/updatecalculators/NesterovParameterUpdate.html" title="class in org.apache.ignite.ml.optimization.updatecalculators">NesterovParameterUpdate</a></dt>
<dd>
<div class="block">Set previous step parameters updates.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html#setPriorityAttributeKey-java.lang.String-">setPriorityAttributeKey(String)</a></span> - Method in class org.apache.ignite.spi.collision.priorityqueue.<a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html" title="class in org.apache.ignite.spi.collision.priorityqueue">PriorityQueueCollisionSpi</a></dt>
<dd>
<div class="block">Sets task priority attribute key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/discrete/DiscreteNaiveBayesTrainer.html#setPriorProbabilities-double:A-">setPriorProbabilities(double[])</a></span> - Method in class org.apache.ignite.ml.naivebayes.discrete.<a href="org/apache/ignite/ml/naivebayes/discrete/DiscreteNaiveBayesTrainer.html" title="class in org.apache.ignite.ml.naivebayes.discrete">DiscreteNaiveBayesTrainer</a></dt>
<dd>
<div class="block">Sets prior probabilities.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/gaussian/GaussianNaiveBayesTrainer.html#setPriorProbabilities-double:A-">setPriorProbabilities(double[])</a></span> - Method in class org.apache.ignite.ml.naivebayes.gaussian.<a href="org/apache/ignite/ml/naivebayes/gaussian/GaussianNaiveBayesTrainer.html" title="class in org.apache.ignite.ml.naivebayes.gaussian">GaussianNaiveBayesTrainer</a></dt>
<dd>
<div class="block">Sets prior probabilities.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/loadbalancing/adaptive/AdaptiveCpuLoadProbe.html#setProcessorCoefficient-double-">setProcessorCoefficient(double)</a></span> - Method in 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">Sets coefficient of every CPU processor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/gce/TcpDiscoveryGoogleStorageIpFinder.html#setProjectName-java.lang.String-">setProjectName(String)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.gce.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/gce/TcpDiscoveryGoogleStorageIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.gce">TcpDiscoveryGoogleStorageIpFinder</a></dt>
<dd>
<div class="block">Sets Google Cloud Platforms project name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteReflectionFactory.html#setProperties-java.util.Map-">setProperties(Map<span class='angle_bracket'>&lt;</span>String, Serializable<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/IgniteReflectionFactory.html" title="class in org.apache.ignite.configuration">IgniteReflectionFactory</a></dt>
<dd>
<div class="block">Sets a map of properties.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetAffinityFunction.html#setProperties-java.util.Map-">setProperties(Map<span class='angle_bracket'>&lt;</span>String, ?<span class='angle_bracket'>&gt;</span>)</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">Set properties.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetCacheStoreFactory.html#setProperties-java.util.Map-">setProperties(Map<span class='angle_bracket'>&lt;</span>String, ?<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.platform.dotnet.<a href="org/apache/ignite/platform/dotnet/PlatformDotNetCacheStoreFactory.html" title="class in org.apache.ignite.platform.dotnet">PlatformDotNetCacheStoreFactory</a></dt>
<dd>
<div class="block">Set properties.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetLifecycleBean.html#setProperties-java.util.Map-">setProperties(Map<span class='angle_bracket'>&lt;</span>String, ?<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.platform.dotnet.<a href="org/apache/ignite/platform/dotnet/PlatformDotNetLifecycleBean.html" title="class in org.apache.ignite.platform.dotnet">PlatformDotNetLifecycleBean</a></dt>
<dd>
<div class="block">Set properties.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ssl/SslContextFactory.html#setProtocol-java.lang.String-">setProtocol(String)</a></span> - Method in class org.apache.ignite.ssl.<a href="org/apache/ignite/ssl/SslContextFactory.html" title="class in org.apache.ignite.ssl">SslContextFactory</a></dt>
<dd>
<div class="block">Sets protocol for secure transport.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ssl/SslContextFactory.html#setProtocols-java.lang.String...-">setProtocols(String...)</a></span> - Method in class org.apache.ignite.ssl.<a href="org/apache/ignite/ssl/SslContextFactory.html" title="class in org.apache.ignite.ssl">SslContextFactory</a></dt>
<dd>
<div class="block">Sets enabled protocols.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html#setProtocolVersion-int-">setProtocolVersion(int)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.datasource.<a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html" title="class in org.apache.ignite.cache.store.cassandra.datasource">DataSource</a></dt>
<dd>
<div class="block">Sets the native protocol version to use.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/cloud/TcpDiscoveryCloudIpFinder.html#setProvider-java.lang.String-">setProvider(String)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.cloud.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/cloud/TcpDiscoveryCloudIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.cloud">TcpDiscoveryCloudIpFinder</a></dt>
<dd>
<div class="block">Sets the cloud provider to use.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setPublicThreadPoolSize-int-">setPublicThreadPoolSize(int)</a></span> - Method 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">Sets thread pool size to use within grid.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html#setPwd-java.lang.String-">setPwd(String)</a></span> - Method in class org.apache.ignite.spi.checkpoint.jdbc.<a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.jdbc">JdbcCheckpointSpi</a></dt>
<dd>
<div class="block">Sets checkpoint database password.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#setQueryDetailMetricsSize-int-">setQueryDetailMetricsSize(int)</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setQueryDetailMetricsSize-int-">setQueryDetailMetricsSize(int)</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>
<dd>
<div class="block">Sets size of queries detail metrics that will be stored in memory for monitoring purposes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#setQueryEntities-org.apache.ignite.cache.QueryEntity...-">setQueryEntities(QueryEntity...)</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setQueryEntities-java.util.Collection-">setQueryEntities(Collection<span class='angle_bracket'>&lt;</span>QueryEntity<span class='angle_bracket'>&gt;</span>)</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>
<dd>
<div class="block">Sets query entities configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SqlFieldsQuery.html#setQueryInitiatorId-java.lang.String-">setQueryInitiatorId(String)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SqlFieldsQuery.html" title="class in org.apache.ignite.cache.query">SqlFieldsQuery</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#setQueryParallelism-int-">setQueryParallelism(int)</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setQueryParallelism-int-">setQueryParallelism(int)</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>
<dd>
<div class="block">Sets query parallelism.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setQueryThreadPoolSize-int-">setQueryThreadPoolSize(int)</a></span> - Method 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">Sets query thread pool size to use within grid.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/MemoryPolicyConfiguration.html#setRateTimeInterval-long-">setRateTimeInterval(long)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/MemoryPolicyConfiguration.html" title="class in org.apache.ignite.configuration">MemoryPolicyConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/mxbean/MetricsMxBean.html#configureHitRateMetric-java.lang.String-long-"><code>MetricsMxBean.configureHitRateMetric(String, long)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#setRateTimeInterval-long-">setRateTimeInterval(long)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/mxbean/MetricsMxBean.html#configureHitRateMetric-java.lang.String-long-"><code>MetricsMxBean.configureHitRateMetric(String, long)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#setRaw-int-java.io.Serializable-">setRaw(int, Serializable)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Sets value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#setRaw-int-java.io.Serializable-">setRaw(int, Serializable)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Sets value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/DenseVectorStorage.html#setRaw-int-java.io.Serializable-">setRaw(int, Serializable)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/DenseVectorStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">DenseVectorStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/SparseVectorStorage.html#setRaw-int-java.io.Serializable-">setRaw(int, Serializable)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/SparseVectorStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">SparseVectorStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorizedViewMatrixStorage.html#setRaw-int-java.io.Serializable-">setRaw(int, Serializable)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorizedViewMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">VectorizedViewMatrixStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorViewStorage.html#setRaw-int-java.io.Serializable-">setRaw(int, Serializable)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorViewStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">VectorViewStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.Element.html#setRaw-java.io.Serializable-">setRaw(Serializable)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.Element.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector.Element</a></dt>
<dd>
<div class="block">Sets any serializable object value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html#setRaw-int-java.io.Serializable-">setRaw(int, Serializable)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a></dt>
<dd>
<div class="block">Sets value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/VectorStorage.html#setRaw-int-java.io.Serializable-">setRaw(int, Serializable)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/VectorStorage.html" title="interface in org.apache.ignite.ml.math.primitives.vector">VectorStorage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#setRawX-int-java.io.Serializable-">setRawX(int, Serializable)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Sets value without checking for index boundaries.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#setRawX-int-java.io.Serializable-">setRawX(int, Serializable)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Sets value without checking for index boundaries.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html#setRawX-int-java.io.Serializable-">setRawX(int, Serializable)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a></dt>
<dd>
<div class="block">Sets value without checking for index boundaries.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html#setReadConsistency-java.lang.String-">setReadConsistency(String)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.datasource.<a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html" title="class in org.apache.ignite.cache.store.cassandra.datasource">DataSource</a></dt>
<dd>
<div class="block">Set consistency level for READ operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#setReadFromBackup-boolean-">setReadFromBackup(boolean)</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setReadFromBackup-boolean-">setReadFromBackup(boolean)</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>
<dd>
<div class="block">Sets read from backup flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setReadThrough-boolean-">setReadThrough(boolean)</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="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#setRebalanceBatchesPrefetchCount-long-">setRebalanceBatchesPrefetchCount(long)</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setRebalanceBatchesPrefetchCount-long-">setRebalanceBatchesPrefetchCount(long)</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>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/IgniteConfiguration.html#setRebalanceBatchesPrefetchCount-long-"><code>IgniteConfiguration.setRebalanceBatchesPrefetchCount(long)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setRebalanceBatchesPrefetchCount-long-">setRebalanceBatchesPrefetchCount(long)</a></span> - Method 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">The number of batches generated by supply node at rebalancing procedure start.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#setRebalanceBatchSize-int-">setRebalanceBatchSize(int)</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setRebalanceBatchSize-int-">setRebalanceBatchSize(int)</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>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/IgniteConfiguration.html#setRebalanceBatchSize-int-"><code>IgniteConfiguration.setRebalanceBatchSize(int)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setRebalanceBatchSize-int-">setRebalanceBatchSize(int)</a></span> - Method 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">The supply message size in bytes to be loaded within a single rebalance batch.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#setRebalanceDelay-long-">setRebalanceDelay(long)</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setRebalanceDelay-long-">setRebalanceDelay(long)</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>
<dd>
<div class="block">Sets rebalance delay (see <a href="org/apache/ignite/configuration/CacheConfiguration.html#getRebalanceDelay--"><code>CacheConfiguration.getRebalanceDelay()</code></a> for more information).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#setRebalanceMode-org.apache.ignite.cache.CacheRebalanceMode-">setRebalanceMode(CacheRebalanceMode)</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setRebalanceMode-org.apache.ignite.cache.CacheRebalanceMode-">setRebalanceMode(CacheRebalanceMode)</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>
<dd>
<div class="block">Sets cache rebalance mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#setRebalanceOrder-int-">setRebalanceOrder(int)</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setRebalanceOrder-int-">setRebalanceOrder(int)</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>
<dd>
<div class="block">Sets cache rebalance order.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setRebalanceThreadPoolSize-int-">setRebalanceThreadPoolSize(int)</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>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setRebalanceThreadPoolSize-int-">setRebalanceThreadPoolSize(int)</a></span> - Method 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">Sets Max count of threads can be used at rebalancing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#setRebalanceThrottle-long-">setRebalanceThrottle(long)</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setRebalanceThrottle-long-">setRebalanceThrottle(long)</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>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/IgniteConfiguration.html#setRebalanceThrottle-long-"><code>IgniteConfiguration.setRebalanceThrottle(long)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setRebalanceThrottle-long-">setRebalanceThrottle(long)</a></span> - Method 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">Time in milliseconds to wait between rebalance messages to avoid overloading of CPU or network.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#setRebalanceTimeout-long-">setRebalanceTimeout(long)</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setRebalanceTimeout-long-">setRebalanceTimeout(long)</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>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/IgniteConfiguration.html#setRebalanceTimeout-long-"><code>IgniteConfiguration.setRebalanceTimeout(long)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setRebalanceTimeout-long-">setRebalanceTimeout(long)</a></span> - Method 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">Rebalance timeout for supply and demand messages in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConfiguration.html#setReceiveBufferSize-int-">setReceiveBufferSize(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration">ClientConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ConnectorConfiguration.html#setReceiveBufferSize-int-">setReceiveBufferSize(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ConnectorConfiguration</a></dt>
<dd>
<div class="block">Sets REST TCP server receive buffer size in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#setReconnectCount-int-">setReconnectCount(int)</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">Number of times node tries to (re)establish connection to another node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#setReconnectDelay-int-">setReconnectDelay(int)</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">Sets the amount of time in milliseconds that node waits before retrying to (re)connect to the cluster.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html#setReconnectionPolicy-com.datastax.driver.core.policies.ReconnectionPolicy-">setReconnectionPolicy(ReconnectionPolicy)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.datasource.<a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html" title="class in org.apache.ignite.cache.store.cassandra.datasource">DataSource</a></dt>
<dd>
<div class="block">Sets reconnection policy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConfiguration.html#setReconnectThrottlingPeriod-long-">setReconnectThrottlingPeriod(long)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration">ClientConfiguration</a></dt>
<dd>
<div class="block">Sets reconnect throttling period.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConfiguration.html#setReconnectThrottlingRetries-int-">setReconnectThrottlingRetries(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration">ClientConfiguration</a></dt>
<dd>
<div class="block">Sets reconnect throttling retries.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/EncryptionConfiguration.html#setReencryptionBatchSize-int-">setReencryptionBatchSize(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/EncryptionConfiguration.html" title="class in org.apache.ignite.configuration">EncryptionConfiguration</a></dt>
<dd>
<div class="block">Sets the number of pages that is scanned during re-encryption under checkpoint lock.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/EncryptionConfiguration.html#setReencryptionRateLimit-double-">setReencryptionRateLimit(double)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/EncryptionConfiguration.html" title="class in org.apache.ignite.configuration">EncryptionConfiguration</a></dt>
<dd>
<div class="block">Sets re-encryption rate limit.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/elb/TcpDiscoveryAlbIpFinder.html#setRegion-java.lang.String-">setRegion(String)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.elb.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/elb/TcpDiscoveryAlbIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.elb">TcpDiscoveryAlbIpFinder</a></dt>
<dd>
<div class="block">Sets AWS Application Load Balancer's region.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/elb/TcpDiscoveryElbIpFinder.html#setRegion-java.lang.String-">setRegion(String)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.elb.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/elb/TcpDiscoveryElbIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.elb">TcpDiscoveryElbIpFinder</a></dt>
<dd>
<div class="block">Sets Classic load balancer's region.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/encrypt/AwsKmsEncryptionService.html#setRegion-com.amazonaws.regions.Region-">setRegion(Region)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/encrypt/AwsKmsEncryptionService.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt">AwsKmsEncryptionService</a></dt>
<dd>
<div class="block">AWS region.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/cloud/TcpDiscoveryCloudIpFinder.html#setRegions-java.util.Collection-">setRegions(Collection<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.cloud.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/cloud/TcpDiscoveryCloudIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.cloud">TcpDiscoveryCloudIpFinder</a></dt>
<dd>
<div class="block">Sets list of regions where VMs are located.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/ContinuousQuery.html#setRemoteFilter-org.apache.ignite.cache.CacheEntryEventSerializableFilter-">setRemoteFilter(CacheEntryEventSerializableFilter<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/ContinuousQuery.html" title="class in org.apache.ignite.cache.query">ContinuousQuery</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/cache/query/AbstractContinuousQuery.html#setRemoteFilterFactory-javax.cache.configuration.Factory-"><code>AbstractContinuousQuery.setRemoteFilterFactory(Factory)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/AbstractContinuousQuery.html#setRemoteFilterFactory-javax.cache.configuration.Factory-">setRemoteFilterFactory(Factory<span class='angle_bracket'>&lt;</span>? extends CacheEntryEventFilter<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/AbstractContinuousQuery.html" title="class in org.apache.ignite.cache.query">AbstractContinuousQuery</a></dt>
<dd>
<div class="block">Sets optional key-value filter factory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/ContinuousQueryWithTransformer.html#setRemoteFilterFactory-javax.cache.configuration.Factory-">setRemoteFilterFactory(Factory<span class='angle_bracket'>&lt;</span>? extends CacheEntryEventFilter<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/ContinuousQueryWithTransformer.html" title="class in org.apache.ignite.cache.query">ContinuousQueryWithTransformer</a></dt>
<dd>
<div class="block">Sets optional key-value filter factory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/ContinuousQueryWithTransformer.html#setRemoteTransformerFactory-javax.cache.configuration.Factory-">setRemoteTransformerFactory(Factory<span class='angle_bracket'>&lt;</span>? extends IgniteClosure<span class='angle_bracket'>&lt;</span>CacheEntryEvent<span class='angle_bracket'>&lt;</span>? extends K, ? extends V<span class='angle_bracket'>&gt;</span>, T<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/ContinuousQueryWithTransformer.html" title="class in org.apache.ignite.cache.query">ContinuousQueryWithTransformer</a></dt>
<dd>
<div class="block">Sets transformer factory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SqlFieldsQuery.html#setReplicatedOnly-boolean-">setReplicatedOnly(boolean)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SqlFieldsQuery.html" title="class in org.apache.ignite.cache.query">SqlFieldsQuery</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">No longer used as of Apache Ignite 2.8.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SqlQuery.html#setReplicatedOnly-boolean-">setReplicatedOnly(boolean)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SqlQuery.html" title="class in org.apache.ignite.cache.query">SqlQuery</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">No longer used as of Apache Ignite 2.8.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#setReplicatedOnly-boolean-">setReplicatedOnly(boolean)</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/multicast/TcpDiscoveryMulticastIpFinder.html#setResponseWaitTime-int-">setResponseWaitTime(int)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.multicast.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/multicast/TcpDiscoveryMulticastIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.multicast">TcpDiscoveryMulticastIpFinder</a></dt>
<dd>
<div class="block">Sets time in milliseconds IP finder waits for reply to
multicast address request.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConfiguration.html#setRetryLimit-int-">setRetryLimit(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration">ClientConfiguration</a></dt>
<dd>
<div class="block">Sets the retry limit.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html#setRetryPolicy-com.datastax.driver.core.policies.RetryPolicy-">setRetryPolicy(RetryPolicy)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.datasource.<a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html" title="class in org.apache.ignite.cache.store.cassandra.datasource">DataSource</a></dt>
<dd>
<div class="block">Sets retry policy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/WrappedPreparedStatement.html#setRetryPolicy-com.datastax.driver.core.policies.RetryPolicy-">setRetryPolicy(RetryPolicy)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.session.<a href="org/apache/ignite/cache/store/cassandra/session/WrappedPreparedStatement.html" title="class in org.apache.ignite.cache.store.cassandra.session">WrappedPreparedStatement</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/zk/TcpDiscoveryZookeeperIpFinder.html#setRetryPolicy-org.apache.curator.RetryPolicy-">setRetryPolicy(RetryPolicy)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.zk.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/zk/TcpDiscoveryZookeeperIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.zk">TcpDiscoveryZookeeperIpFinder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ApplicationMaster.html#setRmClient-org.apache.hadoop.yarn.client.api.async.AMRMClientAsync-">setRmClient(AMRMClientAsync<span class='angle_bracket'>&lt;</span>AMRMClient.ContainerRequest<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ApplicationMaster.html" title="class in org.apache.ignite.yarn">ApplicationMaster</a></dt>
<dd>
<div class="block">Sets RMClient</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/transactions/Transaction.html#setRollbackOnly--">setRollbackOnly()</a></span> - Method in interface org.apache.ignite.transactions.<a href="org/apache/ignite/transactions/Transaction.html" title="interface in org.apache.ignite.transactions">Transaction</a></dt>
<dd>
<div class="block">Modify the transaction associated with the current thread such that the
only possible outcome of the transaction is to roll back the
transaction.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/WrappedPreparedStatement.html#setRoutingKey-java.nio.ByteBuffer-">setRoutingKey(ByteBuffer)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.session.<a href="org/apache/ignite/cache/store/cassandra/session/WrappedPreparedStatement.html" title="class in org.apache.ignite.cache.store.cassandra.session">WrappedPreparedStatement</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/WrappedPreparedStatement.html#setRoutingKey-java.nio.ByteBuffer...-">setRoutingKey(ByteBuffer...)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.session.<a href="org/apache/ignite/cache/store/cassandra/session/WrappedPreparedStatement.html" title="class in org.apache.ignite.cache.store.cassandra.session">WrappedPreparedStatement</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#setRow-int-double:A-">setRow(int, double[])</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>
<div class="block">Sets values for given row.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html#setRow-int-double:A-">setRow(int, double[])</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">Matrix</a></dt>
<dd>
<div class="block">Sets values for given row.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/deployment/uri/UriDeploymentSpi.html#setScanners-org.apache.ignite.spi.deployment.uri.scanners.UriDeploymentScanner...-">setScanners(UriDeploymentScanner...)</a></span> - Method in class org.apache.ignite.spi.deployment.uri.<a href="org/apache/ignite/spi/deployment/uri/UriDeploymentSpi.html" title="class in org.apache.ignite.spi.deployment.uri">UriDeploymentSpi</a></dt>
<dd>
<div class="block">Sets scanners.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ApplicationMaster.html#setSchedulerTimeout-long-">setSchedulerTimeout(long)</a></span> - Method in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ApplicationMaster.html" title="class in org.apache.ignite.yarn">ApplicationMaster</a></dt>
<dd>
<div class="block">Sets scheduler timeout.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SqlFieldsQuery.html#setSchema-java.lang.String-">setSchema(String)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SqlFieldsQuery.html" title="class in org.apache.ignite.cache.query">SqlFieldsQuery</a></dt>
<dd>
<div class="block">Set schema for the query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#setSchema-java.lang.String-">setSchema(String)</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ConnectorConfiguration.html#setSecretKey-java.lang.String-">setSecretKey(String)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ConnectorConfiguration</a></dt>
<dd>
<div class="block">Sets secret key to authenticate REST requests.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/encrypt/SymmetricKeyEncryptionService.html#setSecretKey-java.security.Key-">setSecretKey(Key)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/encrypt/SymmetricKeyEncryptionService.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt">SymmetricKeyEncryptionService</a></dt>
<dd>
<div class="block">The key used to encrypt and decrypt the data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setSegmentationPolicy-org.apache.ignite.plugin.segmentation.SegmentationPolicy-">setSegmentationPolicy(SegmentationPolicy)</a></span> - Method 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">Sets segmentation policy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setSegmentationResolveAttempts-int-">setSegmentationResolveAttempts(int)</a></span> - Method 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">Sets segmentation resolve attempts count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setSegmentationResolvers-org.apache.ignite.plugin.segmentation.SegmentationResolver...-">setSegmentationResolvers(SegmentationResolver...)</a></span> - Method 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">Sets segmentation resolvers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setSegmentCheckFrequency-long-">setSegmentCheckFrequency(long)</a></span> - Method 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">Sets network segment check frequency.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html#setSelectorCount-int-">setSelectorCount(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ClientConnectorConfiguration</a></dt>
<dd>
<div class="block">Sets count of selectors to use in TCP server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ConnectorConfiguration.html#setSelectorCount-int-">setSelectorCount(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ConnectorConfiguration</a></dt>
<dd>
<div class="block">Sets number of selector threads for REST TCP server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConfiguration.html#setSendBufferSize-int-">setSendBufferSize(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration">ClientConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ConnectorConfiguration.html#setSendBufferSize-int-">setSendBufferSize(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ConnectorConfiguration</a></dt>
<dd>
<div class="block">Sets REST TCP server send buffer size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/metric/opencensus/OpenCensusMetricExporterSpi.html#setSendConsistentId-boolean-">setSendConsistentId(boolean)</a></span> - Method in class org.apache.ignite.spi.metric.opencensus.<a href="org/apache/ignite/spi/metric/opencensus/OpenCensusMetricExporterSpi.html" title="class in org.apache.ignite.spi.metric.opencensus">OpenCensusMetricExporterSpi</a></dt>
<dd>
<div class="block">If <code>true</code> then <a href="org/apache/ignite/spi/metric/opencensus/OpenCensusMetricExporterSpi.html#CONSISTENT_ID_TAG"><code>OpenCensusMetricExporterSpi.CONSISTENT_ID_TAG</code></a> will be added to each exported measure.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/metric/opencensus/OpenCensusMetricExporterSpi.html#setSendInstanceName-boolean-">setSendInstanceName(boolean)</a></span> - Method in class org.apache.ignite.spi.metric.opencensus.<a href="org/apache/ignite/spi/metric/opencensus/OpenCensusMetricExporterSpi.html" title="class in org.apache.ignite.spi.metric.opencensus">OpenCensusMetricExporterSpi</a></dt>
<dd>
<div class="block">If <code>true</code> then <a href="org/apache/ignite/spi/metric/opencensus/OpenCensusMetricExporterSpi.html#INSTANCE_NAME_TAG"><code>OpenCensusMetricExporterSpi.INSTANCE_NAME_TAG</code></a> will be added to each exported measure.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/metric/opencensus/OpenCensusMetricExporterSpi.html#setSendNodeId-boolean-">setSendNodeId(boolean)</a></span> - Method in class org.apache.ignite.spi.metric.opencensus.<a href="org/apache/ignite/spi/metric/opencensus/OpenCensusMetricExporterSpi.html" title="class in org.apache.ignite.spi.metric.opencensus">OpenCensusMetricExporterSpi</a></dt>
<dd>
<div class="block">If <code>true</code> then <a href="org/apache/ignite/spi/metric/opencensus/OpenCensusMetricExporterSpi.html#NODE_ID_TAG"><code>OpenCensusMetricExporterSpi.NODE_ID_TAG</code></a> will be added to each exported measure.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ConnectorConfiguration.html#setSendQueueLimit-int-">setSendQueueLimit(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ConnectorConfiguration</a></dt>
<dd>
<div class="block">Sets REST TCP server send queue limit.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/WrappedPreparedStatement.html#setSerialConsistencyLevel-com.datastax.driver.core.ConsistencyLevel-">setSerialConsistencyLevel(ConsistencyLevel)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.session.<a href="org/apache/ignite/cache/store/cassandra/session/WrappedPreparedStatement.html" title="class in org.apache.ignite.cache.store.cassandra.session">WrappedPreparedStatement</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryTypeConfiguration.html#setSerializer-org.apache.ignite.binary.BinarySerializer-">setSerializer(BinarySerializer)</a></span> - Method in 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">Sets serializer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/BinaryConfiguration.html#setSerializer-org.apache.ignite.binary.BinarySerializer-">setSerializer(BinarySerializer)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/BinaryConfiguration.html" title="class in org.apache.ignite.configuration">BinaryConfiguration</a></dt>
<dd>
<div class="block">Sets serializer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryTypeConfiguration.html#setSerializer-java.lang.String-">setSerializer(String)</a></span> - Method in class org.apache.ignite.platform.dotnet.<a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryTypeConfiguration.html" title="class in org.apache.ignite.platform.dotnet">PlatformDotNetBinaryTypeConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/services/ServiceConfiguration.html#setService-org.apache.ignite.services.Service-">setService(Service)</a></span> - Method 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">Sets service instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/gce/TcpDiscoveryGoogleStorageIpFinder.html#setServiceAccountId-java.lang.String-">setServiceAccountId(String)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.gce.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/gce/TcpDiscoveryGoogleStorageIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.gce">TcpDiscoveryGoogleStorageIpFinder</a></dt>
<dd>
<div class="block">Sets the service account ID (typically an e-mail address).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/gce/TcpDiscoveryGoogleStorageIpFinder.html#setServiceAccountP12FilePath-java.lang.String-">setServiceAccountP12FilePath(String)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.gce.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/gce/TcpDiscoveryGoogleStorageIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.gce">TcpDiscoveryGoogleStorageIpFinder</a></dt>
<dd>
<div class="block">Sets a full path to the private key in PKCS12 format of the Service Account.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setServiceConfiguration-org.apache.ignite.services.ServiceConfiguration...-">setServiceConfiguration(ServiceConfiguration...)</a></span> - Method 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">Sets configurations for services to be deployed on the grid.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/kubernetes/configuration/KubernetesConnectionConfiguration.html#setServiceName-java.lang.String-">setServiceName(String)</a></span> - Method in class org.apache.ignite.kubernetes.configuration.<a href="org/apache/ignite/kubernetes/configuration/KubernetesConnectionConfiguration.html" title="class in org.apache.ignite.kubernetes.configuration">KubernetesConnectionConfiguration</a></dt>
<dd>
<div class="block">Sets the name of Kubernetes service for Ignite pods' IP addresses lookup.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/kubernetes/TcpDiscoveryKubernetesIpFinder.html#setServiceName-java.lang.String-">setServiceName(String)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.kubernetes.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/kubernetes/TcpDiscoveryKubernetesIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.kubernetes">TcpDiscoveryKubernetesIpFinder</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">set parameters with <code>KubernetesConnectionConfiguration</code> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/zk/TcpDiscoveryZookeeperIpFinder.html#setServiceName-java.lang.String-">setServiceName(String)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.zk.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/zk/TcpDiscoveryZookeeperIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.zk">TcpDiscoveryZookeeperIpFinder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/SecurityBasicPermissionSet.html#setServicePermissions-java.util.Map-">setServicePermissions(Map<span class='angle_bracket'>&lt;</span>String, Collection<span class='angle_bracket'>&lt;</span>SecurityPermission<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.plugin.security.<a href="org/apache/ignite/plugin/security/SecurityBasicPermissionSet.html" title="class in org.apache.ignite.plugin.security">SecurityBasicPermissionSet</a></dt>
<dd>
<div class="block">Setter for set service permission map.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setServiceThreadPoolSize-int-">setServiceThreadPoolSize(int)</a></span> - Method 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">Sets thread pool size to use within grid.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html#setSessionExpirationTimeout-long-">setSessionExpirationTimeout(long)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.datasource.<a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html" title="class in org.apache.ignite.cache.store.cassandra.datasource">DataSource</a></dt>
<dd>
<div class="block">Sets expiration timeout for Cassandra driver session.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html#setSessionTimeout-long-">setSessionTimeout(long)</a></span> - Method in class org.apache.ignite.spi.discovery.zk.<a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.zk">ZookeeperDiscoverySpi</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/cloud/TcpDiscoveryCloudIpFinder.html#setShared-boolean-">setShared(boolean)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.cloud.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/cloud/TcpDiscoveryCloudIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.cloud">TcpDiscoveryCloudIpFinder</a></dt>
<dd>
<div class="block">Sets shared flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/gce/TcpDiscoveryGoogleStorageIpFinder.html#setShared-boolean-">setShared(boolean)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.gce.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/gce/TcpDiscoveryGoogleStorageIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.gce">TcpDiscoveryGoogleStorageIpFinder</a></dt>
<dd>
<div class="block">Sets shared flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/jdbc/TcpDiscoveryJdbcIpFinder.html#setShared-boolean-">setShared(boolean)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.jdbc.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/jdbc/TcpDiscoveryJdbcIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.jdbc">TcpDiscoveryJdbcIpFinder</a></dt>
<dd>
<div class="block">Sets shared flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/multicast/TcpDiscoveryMulticastIpFinder.html#setShared-boolean-">setShared(boolean)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.multicast.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/multicast/TcpDiscoveryMulticastIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.multicast">TcpDiscoveryMulticastIpFinder</a></dt>
<dd>
<div class="block">Sets shared flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/TcpDiscoveryS3IpFinder.html#setShared-boolean-">setShared(boolean)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.s3.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/TcpDiscoveryS3IpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.s3">TcpDiscoveryS3IpFinder</a></dt>
<dd>
<div class="block">Sets shared flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/sharedfs/TcpDiscoverySharedFsIpFinder.html#setShared-boolean-">setShared(boolean)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.sharedfs.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/sharedfs/TcpDiscoverySharedFsIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.sharedfs">TcpDiscoverySharedFsIpFinder</a></dt>
<dd>
<div class="block">Sets shared flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/TcpDiscoveryIpFinderAdapter.html#setShared-boolean-">setShared(boolean)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/TcpDiscoveryIpFinderAdapter.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder">TcpDiscoveryIpFinderAdapter</a></dt>
<dd>
<div class="block">Sets shared flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/vm/TcpDiscoveryVmIpFinder.html#setShared-boolean-">setShared(boolean)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.vm.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/vm/TcpDiscoveryVmIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.vm">TcpDiscoveryVmIpFinder</a></dt>
<dd>
<div class="block">Sets shared flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/zk/TcpDiscoveryZookeeperIpFinder.html#setShared-boolean-">setShared(boolean)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.zk.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/zk/TcpDiscoveryZookeeperIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.zk">TcpDiscoveryZookeeperIpFinder</a></dt>
<dd>
<div class="block">Sets shared flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setShutdownPolicy-org.apache.ignite.ShutdownPolicy-">setShutdownPolicy(ShutdownPolicy)</a></span> - Method 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">Sets shutdown policy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryBasicNameMapper.html#setSimpleName-boolean-">setSimpleName(boolean)</a></span> - Method in 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">Sets whether to use simple name of class or not.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteReflectionFactory.html#setSingleton-boolean-">setSingleton(boolean)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/IgniteReflectionFactory.html" title="class in org.apache.ignite.configuration">IgniteReflectionFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/stream/StreamAdapter.html#setSingleTupleExtractor-org.apache.ignite.stream.StreamSingleTupleExtractor-">setSingleTupleExtractor(StreamSingleTupleExtractor<span class='angle_bracket'>&lt;</span>T, K, V<span class='angle_bracket'>&gt;</span>)</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>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ExecutorConfiguration.html#setSize-int-">setSize(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ExecutorConfiguration.html" title="class in org.apache.ignite.configuration">ExecutorConfiguration</a></dt>
<dd>
<div class="block">Set thread pool size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#setSkipReducerOnUpdate-boolean-">setSkipReducerOnUpdate(boolean)</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#setSkipStore-boolean-">setSkipStore(boolean)</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setSnapshotPath-java.lang.String-">setSnapshotPath(String)</a></span> - Method 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>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html#setSocketOptions-com.datastax.driver.core.SocketOptions-">setSocketOptions(SocketOptions)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.datasource.<a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html" title="class in org.apache.ignite.cache.store.cassandra.datasource">DataSource</a></dt>
<dd>
<div class="block">Sets socket options to use.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#setSocketReceiveBuffer-int-">setSocketReceiveBuffer(int)</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html#setSocketReceiveBufferSize-int-">setSocketReceiveBufferSize(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ClientConnectorConfiguration</a></dt>
<dd>
<div class="block">Sets socket receive buffer size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/OdbcConfiguration.html#setSocketReceiveBufferSize-int-">setSocketReceiveBufferSize(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/OdbcConfiguration.html" title="class in org.apache.ignite.configuration">OdbcConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets socket receive buffer size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/SqlConnectorConfiguration.html#setSocketReceiveBufferSize-int-">setSocketReceiveBufferSize(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/SqlConnectorConfiguration.html" title="class in org.apache.ignite.configuration">SqlConnectorConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets socket receive buffer size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#setSocketSendBuffer-int-">setSocketSendBuffer(int)</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html#setSocketSendBufferSize-int-">setSocketSendBufferSize(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ClientConnectorConfiguration</a></dt>
<dd>
<div class="block">Sets socket send buffer size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/OdbcConfiguration.html#setSocketSendBufferSize-int-">setSocketSendBufferSize(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/OdbcConfiguration.html" title="class in org.apache.ignite.configuration">OdbcConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets socket send buffer size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/SqlConnectorConfiguration.html#setSocketSendBufferSize-int-">setSocketSendBufferSize(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/SqlConnectorConfiguration.html" title="class in org.apache.ignite.configuration">SqlConnectorConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets socket send buffer size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#setSocketTimeout-long-">setSocketTimeout(long)</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">Sets socket operations timeout.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#setSoLinger-int-">setSoLinger(int)</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">Sets SO_LINGER to use for all created sockets.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html#setSpeculativeExecutionPolicy-com.datastax.driver.core.policies.SpeculativeExecutionPolicy-">setSpeculativeExecutionPolicy(SpeculativeExecutionPolicy)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.datasource.<a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html" title="class in org.apache.ignite.cache.store.cassandra.datasource">DataSource</a></dt>
<dd>
<div class="block">Sets speculative execution policy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SqlFieldsQuery.html#setSql-java.lang.String-">setSql(String)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SqlFieldsQuery.html" title="class in org.apache.ignite.cache.query">SqlFieldsQuery</a></dt>
<dd>
<div class="block">Sets SQL clause.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SqlQuery.html#setSql-java.lang.String-">setSql(String)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SqlQuery.html" title="class in org.apache.ignite.cache.query">SqlQuery</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets SQL clause.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setSqlConfiguration-org.apache.ignite.configuration.SqlConfiguration-">setSqlConfiguration(SqlConfiguration)</a></span> - Method 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>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setSqlConnectorConfiguration-org.apache.ignite.configuration.SqlConnectorConfiguration-">setSqlConnectorConfiguration(SqlConnectorConfiguration)</a></span> - Method 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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/IgniteConfiguration.html#setClientConnectorConfiguration-org.apache.ignite.configuration.ClientConnectorConfiguration-"><code>IgniteConfiguration.setClientConnectorConfiguration(ClientConnectorConfiguration)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html#setSqlEscapeAll-boolean-">setSqlEscapeAll(boolean)</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">If <code>true</code> all the SQL table and field names will be escaped with double quotes like
({@code "tableName"."</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcPojoStoreFactory.html#setSqlEscapeAll-boolean-">setSqlEscapeAll(boolean)</a></span> - Method in 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>
<div class="block">If <code>true</code> all the SQL table and field names will be escaped with double quotes like
({@code "tableName"."</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#setSqlEscapeAll-boolean-">setSqlEscapeAll(boolean)</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setSqlEscapeAll-boolean-">setSqlEscapeAll(boolean)</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>
<dd>
<div class="block">If <code>true</code> all the SQL table and field names will be escaped with double quotes like
({@code "tableName"."</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setSqlFunctionClasses-java.lang.Class...-">setSqlFunctionClasses(Class<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>...)</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>
<dd>
<div class="block">Sets classes with methods annotated by <a href="org/apache/ignite/cache/query/annotations/QuerySqlFunction.html" title="annotation in org.apache.ignite.cache.query.annotations"><code>QuerySqlFunction</code></a>
to be used as user-defined functions from SQL queries.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#setSqlIndexMaxInlineSize-int-">setSqlIndexMaxInlineSize(int)</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setSqlIndexMaxInlineSize-int-">setSqlIndexMaxInlineSize(int)</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>
<dd>
<div class="block">Sets maximum inline size for sql indexes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setSqlOnheapCacheEnabled-boolean-">setSqlOnheapCacheEnabled(boolean)</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>
<dd>
<div class="block">Sets whether SQL on-heap cache is enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setSqlOnheapCacheMaxSize-int-">setSqlOnheapCacheMaxSize(int)</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>
<dd>
<div class="block">Sets maximum SQL on-heap cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setSqlQueryHistorySize-int-">setSqlQueryHistorySize(int)</a></span> - Method 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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/SqlConfiguration.html#getSqlQueryHistorySize--"><code>SqlConfiguration.getSqlQueryHistorySize()</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/SqlConfiguration.html#setSqlQueryHistorySize-int-">setSqlQueryHistorySize(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/SqlConfiguration.html" title="class in org.apache.ignite.configuration">SqlConfiguration</a></dt>
<dd>
<div class="block">Sets number of SQL query history elements kept in memory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#setSqlSchema-java.lang.String-">setSqlSchema(String)</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setSqlSchema-java.lang.String-">setSqlSchema(String)</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>
<dd>
<div class="block">Sets sql schema to be used for current cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setSqlSchemas-java.lang.String...-">setSqlSchemas(String...)</a></span> - Method 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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/SqlConfiguration.html#setSqlSchemas-java.lang.String...-"><code>SqlConfiguration.setSqlSchemas(String...)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/SqlConfiguration.html#setSqlSchemas-java.lang.String...-">setSqlSchemas(String...)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/SqlConfiguration.html" title="class in org.apache.ignite.configuration">SqlConfiguration</a></dt>
<dd>
<div class="block">Sets SQL schemas to be created on node startup.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/s3/S3CheckpointSpi.html#setSSEAlgorithm-java.lang.String-">setSSEAlgorithm(String)</a></span> - Method 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">Sets server-side encryption algorithm for Amazon S3-managed encryption keys.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/TcpDiscoveryS3IpFinder.html#setSSEAlgorithm-java.lang.String-">setSSEAlgorithm(String)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.s3.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/TcpDiscoveryS3IpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.s3">TcpDiscoveryS3IpFinder</a></dt>
<dd>
<div class="block">Sets server-side encryption algorithm for Amazon S3-managed encryption keys.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html#setSslClientAuth-boolean-">setSslClientAuth(boolean)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ClientConnectorConfiguration</a></dt>
<dd>
<div class="block">Sets flag indicating whether or not SSL client authentication is required.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ConnectorConfiguration.html#setSslClientAuth-boolean-">setSslClientAuth(boolean)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ConnectorConfiguration</a></dt>
<dd>
<div class="block">Sets flag indicating whether or not SSL client authentication is required.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConfiguration.html#setSslClientCertificateKeyStorePassword-java.lang.String-">setSslClientCertificateKeyStorePassword(String)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration">ClientConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#setSslClientCertificateKeyStorePassword-java.lang.String-">setSslClientCertificateKeyStorePassword(String)</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dd>
<div class="block">Sets key store password.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConfiguration.html#setSslClientCertificateKeyStorePath-java.lang.String-">setSslClientCertificateKeyStorePath(String)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration">ClientConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConfiguration.html#setSslClientCertificateKeyStoreType-java.lang.String-">setSslClientCertificateKeyStoreType(String)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration">ClientConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#setSslClientCertificateKeyStoreType-java.lang.String-">setSslClientCertificateKeyStoreType(String)</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dd>
<div class="block">Sets key store type used in context initialization.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#setSslClientCertificateKeyStoreUrl-java.lang.String-">setSslClientCertificateKeyStoreUrl(String)</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dd>
<div class="block">Sets path to the key store file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConfiguration.html#setSslContextFactory-javax.cache.configuration.Factory-">setSslContextFactory(Factory<span class='angle_bracket'>&lt;</span>SSLContext<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration">ClientConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html#setSslContextFactory-javax.cache.configuration.Factory-">setSslContextFactory(Factory<span class='angle_bracket'>&lt;</span>SSLContext<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ClientConnectorConfiguration</a></dt>
<dd>
<div class="block">Sets SSL context factory that will be used for creating a secure socket layer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ConnectorConfiguration.html#setSslContextFactory-org.apache.ignite.internal.client.ssl.GridSslContextFactory-">setSslContextFactory(GridSslContextFactory)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ConnectorConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/ConnectorConfiguration.html#setSslFactory-javax.cache.configuration.Factory-"><code>ConnectorConfiguration.setSslFactory(Factory)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setSslContextFactory-javax.cache.configuration.Factory-">setSslContextFactory(Factory<span class='angle_bracket'>&lt;</span>SSLContext<span class='angle_bracket'>&gt;</span>)</a></span> - Method 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">Sets SSL context factory that will be used for creating a secure socket layer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html#setSslEnabled-boolean-">setSslEnabled(boolean)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ClientConnectorConfiguration</a></dt>
<dd>
<div class="block">Sets whether Secure Socket Layer should be enabled for client connector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ConnectorConfiguration.html#setSslEnabled-boolean-">setSslEnabled(boolean)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ConnectorConfiguration</a></dt>
<dd>
<div class="block">Sets whether Secure Socket Layer should be enabled for REST TCP binary protocol.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ConnectorConfiguration.html#setSslFactory-javax.cache.configuration.Factory-">setSslFactory(Factory<span class='angle_bracket'>&lt;</span>SSLContext<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ConnectorConfiguration</a></dt>
<dd>
<div class="block">Sets instance of <code>Factory</code> that will be used to create an instance of <code>SSLContext</code>
for Secure Socket Layer on TCP binary protocol.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#setSslFactory-java.lang.String-">setSslFactory(String)</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dd>
<div class="block">Sets the class name of the custom implementation of the Factory<span class='angle_bracket'>&lt;</span>SSLSocketFactory<span class='angle_bracket'>&gt;</span>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConfiguration.html#setSslKeyAlgorithm-java.lang.String-">setSslKeyAlgorithm(String)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration">ClientConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#setSslKeyAlgorithm-java.lang.String-">setSslKeyAlgorithm(String)</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dd>
<div class="block">Sets key manager algorithm that will be used to create a key manager.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConfiguration.html#setSslMode-org.apache.ignite.client.SslMode-">setSslMode(SslMode)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration">ClientConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#setSslMode-java.lang.String-">setSslMode(String)</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dd>
<div class="block">Use SSL connection to Ignite node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html#setSslOptions-com.datastax.driver.core.SSLOptions-">setSslOptions(SSLOptions)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.datasource.<a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html" title="class in org.apache.ignite.cache.store.cassandra.datasource">DataSource</a></dt>
<dd>
<div class="block">Sets SSL options.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConfiguration.html#setSslProtocol-org.apache.ignite.client.SslProtocol-">setSslProtocol(SslProtocol)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration">ClientConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#setSslProtocol-java.lang.String-">setSslProtocol(String)</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dd>
<div class="block">Sets protocol for secure transport.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConfiguration.html#setSslTrustAll-boolean-">setSslTrustAll(boolean)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration">ClientConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#setSslTrustAll-boolean-">setSslTrustAll(boolean)</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dd>
<div class="block">Sets to <code>true</code> to trust any server certificate (revoked, expired or self-signed SSL certificates).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConfiguration.html#setSslTrustCertificateKeyStorePassword-java.lang.String-">setSslTrustCertificateKeyStorePassword(String)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration">ClientConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#setSslTrustCertificateKeyStorePassword-java.lang.String-">setSslTrustCertificateKeyStorePassword(String)</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dd>
<div class="block">Sets trust store password.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConfiguration.html#setSslTrustCertificateKeyStorePath-java.lang.String-">setSslTrustCertificateKeyStorePath(String)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration">ClientConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConfiguration.html#setSslTrustCertificateKeyStoreType-java.lang.String-">setSslTrustCertificateKeyStoreType(String)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration">ClientConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#setSslTrustCertificateKeyStoreType-java.lang.String-">setSslTrustCertificateKeyStoreType(String)</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dd>
<div class="block">Sets trust store type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#setSslTrustCertificateKeyStoreUrl-java.lang.String-">setSslTrustCertificateKeyStoreUrl(String)</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dd>
<div class="block">Sets path to the trust store file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html#setStarvationIncrement-int-">setStarvationIncrement(int)</a></span> - Method in class org.apache.ignite.spi.collision.priorityqueue.<a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html" title="class in org.apache.ignite.spi.collision.priorityqueue">PriorityQueueCollisionSpi</a></dt>
<dd>
<div class="block">Sets value to increment job priority by every time a lower priority job gets
behind a higher priority job.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpiMBean.html#setStarvationIncrement-int-">setStarvationIncrement(int)</a></span> - Method in interface org.apache.ignite.spi.collision.priorityqueue.<a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpiMBean.html" title="interface in org.apache.ignite.spi.collision.priorityqueue">PriorityQueueCollisionSpiMBean</a></dt>
<dd>
<div class="block">Sets value to increment job priority by every time a lower priority job gets
behind a higher priority job.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html#setStarvationPreventionEnabled-boolean-">setStarvationPreventionEnabled(boolean)</a></span> - Method in class org.apache.ignite.spi.collision.priorityqueue.<a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html" title="class in org.apache.ignite.spi.collision.priorityqueue">PriorityQueueCollisionSpi</a></dt>
<dd>
<div class="block">Sets flag indicating whether job starvation prevention is enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpiMBean.html#setStarvationPreventionEnabled-boolean-">setStarvationPreventionEnabled(boolean)</a></span> - Method in interface org.apache.ignite.spi.collision.priorityqueue.<a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpiMBean.html" title="interface in org.apache.ignite.spi.collision.priorityqueue">PriorityQueueCollisionSpiMBean</a></dt>
<dd>
<div class="block">Sets flag indicating whether job starvation prevention is enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#setStatisticsEnabled-boolean-">setStatisticsEnabled(boolean)</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setStatisticsEnabled-boolean-">setStatisticsEnabled(boolean)</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="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#setStatisticsPrintFrequency-long-">setStatisticsPrintFrequency(long)</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">Sets statistics print frequency.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/NoopSpiSpecificSpan.html#setStatus-org.apache.ignite.spi.tracing.SpanStatus-">setStatus(SpanStatus)</a></span> - Method in class org.apache.ignite.spi.tracing.<a href="org/apache/ignite/spi/tracing/NoopSpiSpecificSpan.html" title="class in org.apache.ignite.spi.tracing">NoopSpiSpecificSpan</a></dt>
<dd>
<div class="block">Explicitly set status for span.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/opencensus/OpenCensusSpanAdapter.html#setStatus-org.apache.ignite.spi.tracing.SpanStatus-">setStatus(SpanStatus)</a></span> - Method in class org.apache.ignite.spi.tracing.opencensus.<a href="org/apache/ignite/spi/tracing/opencensus/OpenCensusSpanAdapter.html" title="class in org.apache.ignite.spi.tracing.opencensus">OpenCensusSpanAdapter</a></dt>
<dd>
<div class="block">Explicitly set status for span.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/SpiSpecificSpan.html#setStatus-org.apache.ignite.spi.tracing.SpanStatus-">setStatus(SpanStatus)</a></span> - Method in interface org.apache.ignite.spi.tracing.<a href="org/apache/ignite/spi/tracing/SpiSpecificSpan.html" title="interface in org.apache.ignite.spi.tracing">SpiSpecificSpan</a></dt>
<dd>
<div class="block">Explicitly set status for span.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpi.html#setStealingAttributes-java.util.Map-">setStealingAttributes(Map<span class='angle_bracket'>&lt;</span>String, ? extends Serializable<span class='angle_bracket'>&gt;</span>)</a></span> - Method 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">Configuration parameter to enable stealing to/from only nodes that
have these attributes set (see <a href="org/apache/ignite/cluster/ClusterNode.html#attribute-java.lang.String-"><code>ClusterNode.attribute(String)</code></a> and
<a href="org/apache/ignite/configuration/IgniteConfiguration.html#getUserAttributes--"><code>IgniteConfiguration.getUserAttributes()</code></a> methods).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpi.html#setStealingEnabled-boolean-">setStealingEnabled(boolean)</a></span> - Method 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">Gets flag indicating whether this node should attempt to steal jobs
from other nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpiMBean.html#setStealingEnabled-boolean-">setStealingEnabled(boolean)</a></span> - Method in interface org.apache.ignite.spi.collision.jobstealing.<a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpiMBean.html" title="interface in org.apache.ignite.spi.collision.jobstealing">JobStealingCollisionSpiMBean</a></dt>
<dd>
<div class="block">Gets flag indicating whether this node should attempt to steal jobs
from other nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#setStorage-org.apache.ignite.ml.math.primitives.matrix.MatrixStorage-">setStorage(MatrixStorage)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#setStorage-org.apache.ignite.ml.math.primitives.vector.VectorStorage-">setStorage(VectorStorage)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Set storage.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#setStoragePath-java.lang.String-">setStoragePath(String)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Sets a path to the root directory where the Persistent Store will persist data and indexes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setStoreByValue-boolean-">setStoreByValue(boolean)</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="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setStoreConcurrentLoadAllThreshold-int-">setStoreConcurrentLoadAllThreshold(int)</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>
<dd>
<div class="block">Sets the concurrent load-all threshold used for cases when keys' values are being loaded from <a href="org/apache/ignite/cache/store/CacheStore.html" title="interface in org.apache.ignite.cache.store"><code>CacheStore</code></a>
in parallel.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setStoreKeepBinary-boolean-">setStoreKeepBinary(boolean)</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>
<dd>
<div class="block">Sets keep binary in store flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/stream/StreamAdapter.html#setStreamer-org.apache.ignite.IgniteDataStreamer-">setStreamer(IgniteDataStreamer<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</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>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setStripedPoolSize-int-">setStripedPoolSize(int)</a></span> - Method 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">Sets striped pool size that should be used for cache requests
processing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/MemoryPolicyConfiguration.html#setSubIntervals-int-">setSubIntervals(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/MemoryPolicyConfiguration.html" title="class in org.apache.ignite.configuration">MemoryPolicyConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/mxbean/MetricsMxBean.html#configureHitRateMetric-java.lang.String-long-"><code>MetricsMxBean.configureHitRateMetric(String, long)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#setSubIntervals-int-">setSubIntervals(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/mxbean/MetricsMxBean.html#configureHitRateMetric-java.lang.String-long-"><code>MetricsMxBean.configureHitRateMetric(String, long)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/statistics/MeanValueStatistic.html#setSumOfValues-double-">setSumOfValues(double)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.statistics.<a href="org/apache/ignite/ml/tree/randomforest/data/statistics/MeanValueStatistic.html" title="class in org.apache.ignite.ml.tree.randomforest.data.statistics">MeanValueStatistic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/MemoryPolicyConfiguration.html#setSwapFilePath-java.lang.String-">setSwapFilePath(String)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/MemoryPolicyConfiguration.html" title="class in org.apache.ignite.configuration">MemoryPolicyConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets a path to the memory-mapped file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataRegionConfiguration.html#setSwapPath-java.lang.String-">setSwapPath(String)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataRegionConfiguration.html" title="class in org.apache.ignite.configuration">DataRegionConfiguration</a></dt>
<dd>
<div class="block">Sets a path to the memory-mapped files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/MemoryConfiguration.html#setSystemCacheInitialSize-long-">setSystemCacheInitialSize(long)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/MemoryConfiguration.html" title="class in org.apache.ignite.configuration">MemoryConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets initial size of a memory region reserved for system cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/MemoryConfiguration.html#setSystemCacheMaxSize-long-">setSystemCacheMaxSize(long)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/MemoryConfiguration.html" title="class in org.apache.ignite.configuration">MemoryConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets maximum memory region size reserved for system cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/SecurityBasicPermissionSet.html#setSystemPermissions-java.util.Collection-">setSystemPermissions(Collection<span class='angle_bracket'>&lt;</span>SecurityPermission<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.plugin.security.<a href="org/apache/ignite/plugin/security/SecurityBasicPermissionSet.html" title="class in org.apache.ignite.plugin.security">SecurityBasicPermissionSet</a></dt>
<dd>
<div class="block">Setter for set collection system permission.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#setSystemRegionInitialSize-long-">setSystemRegionInitialSize(long)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Sets initial size of a data region reserved for system cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#setSystemRegionMaxSize-long-">setSystemRegionMaxSize(long)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Sets maximum data region size reserved for system cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setSystemThreadPoolSize-int-">setSystemThreadPoolSize(int)</a></span> - Method 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">Sets system thread pool size to use within grid.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setSystemViewExporterSpi-org.apache.ignite.spi.systemview.SystemViewExporterSpi...-">setSystemViewExporterSpi(SystemViewExporterSpi...)</a></span> - Method 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">Sets fully configured instances of <a href="org/apache/ignite/spi/systemview/SystemViewExporterSpi.html" title="interface in org.apache.ignite.spi.systemview"><code>SystemViewExporterSpi</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/SystemViewExporterSpi.html#setSystemViewRegistry-org.apache.ignite.spi.systemview.ReadOnlySystemViewRegistry-">setSystemViewRegistry(ReadOnlySystemViewRegistry)</a></span> - Method in interface org.apache.ignite.spi.systemview.<a href="org/apache/ignite/spi/systemview/SystemViewExporterSpi.html" title="interface in org.apache.ignite.spi.systemview">SystemViewExporterSpi</a></dt>
<dd>
<div class="block">Sets system view registry that SPI should export.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setSystemWorkerBlockedTimeout-long-">setSystemWorkerBlockedTimeout(long)</a></span> - Method 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">Sets maximum inactivity period for system worker.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/FailureHandlingMxBean.html#setSystemWorkerBlockedTimeout-long-">setSystemWorkerBlockedTimeout(long)</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/FailureHandlingMxBean.html" title="interface in org.apache.ignite.mxbean">FailureHandlingMxBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryEntity.html#setTableName-java.lang.String-">setTableName(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">Sets table name for this query entity.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/aop/GridifyArgumentAdapter.html#setTarget-java.lang.Object-">setTarget(Object)</a></span> - Method in class org.apache.ignite.compute.gridify.aop.<a href="org/apache/ignite/compute/gridify/aop/GridifyArgumentAdapter.html" title="class in org.apache.ignite.compute.gridify.aop">GridifyArgumentAdapter</a></dt>
<dd>
<div class="block">Sets target object for method execution.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/encoding/target/TargetCounter.html#setTargetCount-java.lang.Long-">setTargetCount(Long)</a></span> - Method in class org.apache.ignite.ml.preprocessing.encoding.target.<a href="org/apache/ignite/ml/preprocessing/encoding/target/TargetCounter.html" title="class in org.apache.ignite.ml.preprocessing.encoding.target">TargetCounter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/elb/TcpDiscoveryAlbIpFinder.html#setTargetGrpARN-java.lang.String-">setTargetGrpARN(String)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.elb.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/elb/TcpDiscoveryAlbIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.elb">TcpDiscoveryAlbIpFinder</a></dt>
<dd>
<div class="block">Sets AWS Application Load Balancer's target group ARN.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/encoding/target/TargetCounter.html#setTargetSum-java.lang.Double-">setTargetSum(Double)</a></span> - Method in class org.apache.ignite.ml.preprocessing.encoding.target.<a href="org/apache/ignite/ml/preprocessing/encoding/target/TargetCounter.html" title="class in org.apache.ignite.ml.preprocessing.encoding.target">TargetCounter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/SecurityBasicPermissionSet.html#setTaskPermissions-java.util.Map-">setTaskPermissions(Map<span class='angle_bracket'>&lt;</span>String, Collection<span class='angle_bracket'>&lt;</span>SecurityPermission<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.plugin.security.<a href="org/apache/ignite/plugin/security/SecurityBasicPermissionSet.html" title="class in org.apache.ignite.plugin.security">SecurityBasicPermissionSet</a></dt>
<dd>
<div class="block">Setter for set task permission map.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConfiguration.html#setTcpNoDelay-boolean-">setTcpNoDelay(boolean)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration">ClientConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html#setTcpNoDelay-boolean-">setTcpNoDelay(boolean)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ClientConnectorConfiguration</a></dt>
<dd>
<div class="block">Set TCP NO_DELAY flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/SqlConnectorConfiguration.html#setTcpNoDelay-boolean-">setTcpNoDelay(boolean)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/SqlConnectorConfiguration.html" title="class in org.apache.ignite.configuration">SqlConnectorConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Set TCP NO_DELAY flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#setTcpNoDelay-boolean-">setTcpNoDelay(boolean)</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/deployment/uri/UriDeploymentSpi.html#setTemporaryDirectoryPath-java.lang.String-">setTemporaryDirectoryPath(String)</a></span> - Method in class org.apache.ignite.spi.deployment.uri.<a href="org/apache/ignite/spi/deployment/uri/UriDeploymentSpi.html" title="class in org.apache.ignite.spi.deployment.uri">UriDeploymentSpi</a></dt>
<dd>
<div class="block">Sets absolute path to temporary directory which will be used by
deployment SPI to keep all deployed classes in.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/TextQuery.html#setText-java.lang.String-">setText(String)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/TextQuery.html" title="class in org.apache.ignite.cache.query">TextQuery</a></dt>
<dd>
<div class="block">Sets text search string.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/DecisionTreeConditionalNode.html#setThenNode-org.apache.ignite.ml.tree.DecisionTreeNode-">setThenNode(DecisionTreeNode)</a></span> - Method in class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/DecisionTreeConditionalNode.html" title="class in org.apache.ignite.ml.tree">DecisionTreeConditionalNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html#setThinClientConfiguration-org.apache.ignite.configuration.ThinClientConfiguration-">setThinClientConfiguration(ThinClientConfiguration)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ClientConnectorConfiguration</a></dt>
<dd>
<div class="block">Sets thin-client specific configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html#setThinClientEnabled-boolean-">setThinClientEnabled(boolean)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ClientConnectorConfiguration</a></dt>
<dd>
<div class="block">Sets whether access through thin client is enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/startup/BasicWarmupClosure.html#setThreadCount-int-">setThreadCount(int)</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">Sets thread count for warmup.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SqlFieldsQuery.html#setThreadedQueryInitiatorId-java.lang.String-">setThreadedQueryInitiatorId(String)</a></span> - Static method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SqlFieldsQuery.html" title="class in org.apache.ignite.cache.query">SqlFieldsQuery</a></dt>
<dd>
<div class="block">Used at the Job worker to setup originator by default for current thread.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html#setThreadPoolSize-int-">setThreadPoolSize(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ClientConnectorConfiguration</a></dt>
<dd>
<div class="block">Sets thread pool that is in charge of processing client requests.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ConnectorConfiguration.html#setThreadPoolSize-int-">setThreadPoolSize(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ConnectorConfiguration</a></dt>
<dd>
<div class="block">Sets thread pool size to use for processing of client messages (REST requests).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/OdbcConfiguration.html#setThreadPoolSize-int-">setThreadPoolSize(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/OdbcConfiguration.html" title="class in org.apache.ignite.configuration">OdbcConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets thread pool that is in charge of processing ODBC tasks.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/SqlConnectorConfiguration.html#setThreadPoolSize-int-">setThreadPoolSize(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/SqlConnectorConfiguration.html" title="class in org.apache.ignite.configuration">SqlConnectorConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets thread pool that is in charge of processing SQL requests.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#setThreadPriority-int-">setThreadPriority(int)</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">Sets thread priority.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/stream/socket/SocketStreamer.html#setThreads-int-">setThreads(int)</a></span> - Method in class org.apache.ignite.stream.socket.<a href="org/apache/ignite/stream/socket/SocketStreamer.html" title="class in org.apache.ignite.stream.socket">SocketStreamer</a></dt>
<dd>
<div class="block">Sets threadds amount.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/CacheLoadOnlyStoreAdapter.html#setThreadsCount-int-">setThreadsCount(int)</a></span> - Method in 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>
<div class="block">Sets number of worker threads.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/AbstractContinuousQuery.html#setTimeInterval-long-">setTimeInterval(long)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/AbstractContinuousQuery.html" title="class in org.apache.ignite.cache.query">AbstractContinuousQuery</a></dt>
<dd>
<div class="block">Sets time interval.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/ContinuousQuery.html#setTimeInterval-long-">setTimeInterval(long)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/ContinuousQuery.html" title="class in org.apache.ignite.cache.query">ContinuousQuery</a></dt>
<dd>
<div class="block">Sets time interval.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/ContinuousQueryWithTransformer.html#setTimeInterval-long-">setTimeInterval(long)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/ContinuousQueryWithTransformer.html" title="class in org.apache.ignite.cache.query">ContinuousQueryWithTransformer</a></dt>
<dd>
<div class="block">Sets time interval.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SqlFieldsQuery.html#setTimeout-int-java.util.concurrent.TimeUnit-">setTimeout(int, TimeUnit)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SqlFieldsQuery.html" title="class in org.apache.ignite.cache.query">SqlFieldsQuery</a></dt>
<dd>
<div class="block">Sets the query execution timeout.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SqlQuery.html#setTimeout-int-java.util.concurrent.TimeUnit-">setTimeout(int, TimeUnit)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SqlQuery.html" title="class in org.apache.ignite.cache.query">SqlQuery</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets the query execution timeout.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConfiguration.html#setTimeout-int-">setTimeout(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration">ClientConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setTimeServerPortBase-int-">setTimeServerPortBase(int)</a></span> - Method 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">Sets time server port base.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setTimeServerPortRange-int-">setTimeServerPortRange(int)</a></span> - Method 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">Sets time server port range.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/multicast/TcpDiscoveryMulticastIpFinder.html#setTimeToLive-int-">setTimeToLive(int)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.multicast.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/multicast/TcpDiscoveryMulticastIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.multicast">TcpDiscoveryMulticastIpFinder</a></dt>
<dd>
<div class="block">Set the default time-to-live for multicast packets sent out on this
IP finder in order to control the scope of the multicast.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#setTlbSize-int-">setTlbSize(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Instead <a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#setWalBufferSize-int-"><code>PersistentStoreConfiguration.setWalBufferSize(int walBuffSize)</code></a> should be used.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#setTopHistorySize-int-">setTopHistorySize(int)</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">Sets size of topology snapshots history.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setTopologyValidator-org.apache.ignite.configuration.TopologyValidator-">setTopologyValidator(TopologyValidator)</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>
<dd>
<div class="block">Sets topology validator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/services/ServiceConfiguration.html#setTotalCount-int-">setTotalCount(int)</a></span> - Method 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">Sets total number of deployed service instances in the cluster, <code>0</code> for unlimited.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setTracingSpi-org.apache.ignite.spi.tracing.TracingSpi-">setTracingSpi(TracingSpi)</a></span> - Method 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">Set fully configured instance of <a href="org/apache/ignite/spi/tracing/TracingSpi.html" title="interface in org.apache.ignite.spi.tracing"><code>TracingSpi</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConfiguration.html#setTransactionConfiguration-org.apache.ignite.configuration.ClientTransactionConfiguration-">setTransactionConfiguration(ClientTransactionConfiguration)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration">ClientConfiguration</a></dt>
<dd>
<div class="block">Sets transactions configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setTransactionConfiguration-org.apache.ignite.configuration.TransactionConfiguration-">setTransactionConfiguration(TransactionConfiguration)</a></span> - Method 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">Sets transactions configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/spring/CacheSpringStoreSessionListener.html#setTransactionManager-org.springframework.transaction.PlatformTransactionManager-">setTransactionManager(PlatformTransactionManager)</a></span> - Method in class org.apache.ignite.cache.store.spring.<a href="org/apache/ignite/cache/store/spring/CacheSpringStoreSessionListener.html" title="class in org.apache.ignite.cache.store.spring">CacheSpringStoreSessionListener</a></dt>
<dd>
<div class="block">Sets transaction manager.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setTransactionManagerLookupClassName-java.lang.String-">setTransactionManagerLookupClassName(String)</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>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/TransactionConfiguration.html#setTxManagerFactory-javax.cache.configuration.Factory-"><code>TransactionConfiguration.setTxManagerFactory(Factory)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/TransactionsMXBean.html#setTransactionTimeDumpSamplesCoefficient-double-">setTransactionTimeDumpSamplesCoefficient(double)</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/TransactionsMXBean.html" title="interface in org.apache.ignite.mxbean">TransactionsMXBean</a></dt>
<dd>
<div class="block">Sets the coefficient for samples of completed transactions that will be dumped in log.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/TransactionsMXBean.html#setTransactionTimeDumpSamplesPerSecondLimit-int-">setTransactionTimeDumpSamplesPerSecondLimit(int)</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/TransactionsMXBean.html" title="interface in org.apache.ignite.mxbean">TransactionsMXBean</a></dt>
<dd>
<div class="block">Sets the limit of samples of completed transactions that will be dumped in log per second,
if <a href="org/apache/ignite/mxbean/TransactionsMXBean.html#getTransactionTimeDumpSamplesCoefficient--"><code>TransactionsMXBean.getTransactionTimeDumpSamplesCoefficient()</code></a> is above <code>0.0</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html#setTransformer-org.apache.ignite.cache.store.jdbc.JdbcTypesTransformer-">setTransformer(JdbcTypesTransformer)</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">Sets types transformer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcPojoStoreFactory.html#setTransformer-org.apache.ignite.cache.store.jdbc.JdbcTypesTransformer-">setTransformer(JdbcTypesTransformer)</a></span> - Method in 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>
<div class="block">Sets types transformer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ssl/SslContextFactory.html#setTrustManagers-javax.net.ssl.TrustManager...-">setTrustManagers(TrustManager...)</a></span> - Method in class org.apache.ignite.ssl.<a href="org/apache/ignite/ssl/SslContextFactory.html" title="class in org.apache.ignite.ssl">SslContextFactory</a></dt>
<dd>
<div class="block">Sets pre-configured trust managers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ssl/SslContextFactory.html#setTrustStoreFilePath-java.lang.String-">setTrustStoreFilePath(String)</a></span> - Method in class org.apache.ignite.ssl.<a href="org/apache/ignite/ssl/SslContextFactory.html" title="class in org.apache.ignite.ssl">SslContextFactory</a></dt>
<dd>
<div class="block">Sets path to the trust store file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ssl/SslContextFactory.html#setTrustStorePassword-char:A-">setTrustStorePassword(char[])</a></span> - Method in class org.apache.ignite.ssl.<a href="org/apache/ignite/ssl/SslContextFactory.html" title="class in org.apache.ignite.ssl">SslContextFactory</a></dt>
<dd>
<div class="block">Sets trust store password.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ssl/SslContextFactory.html#setTrustStoreType-java.lang.String-">setTrustStoreType(String)</a></span> - Method in class org.apache.ignite.ssl.<a href="org/apache/ignite/ssl/SslContextFactory.html" title="class in org.apache.ignite.ssl">SslContextFactory</a></dt>
<dd>
<div class="block">Sets trust store type used in context initialization.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/stream/StreamAdapter.html#setTupleExtractor-org.apache.ignite.stream.StreamTupleExtractor-">setTupleExtractor(StreamTupleExtractor<span class='angle_bracket'>&lt;</span>T, K, V<span class='angle_bracket'>&gt;</span>)</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"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/TransactionsMXBean.html#setTxKeyCollisionsInterval-int-">setTxKeyCollisionsInterval(int)</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/TransactionsMXBean.html" title="interface in org.apache.ignite.mxbean">TransactionsMXBean</a></dt>
<dd>
<div class="block">Set timeout interval for tx key contention analysis.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/TransactionConfiguration.html#setTxManagerFactory-javax.cache.configuration.Factory-">setTxManagerFactory(Factory<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/TransactionConfiguration.html" title="class in org.apache.ignite.configuration">TransactionConfiguration</a></dt>
<dd>
<div class="block">Sets transaction manager factory for available <code>javax.transaction.TransactionManager</code> implementation,
if any.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/TransactionConfiguration.html#setTxManagerLookupClassName-java.lang.String-">setTxManagerLookupClassName(String)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/TransactionConfiguration.html" title="class in org.apache.ignite.configuration">TransactionConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/TransactionConfiguration.html#setTxManagerFactory-javax.cache.configuration.Factory-"><code>TransactionConfiguration.setTxManagerFactory(Factory)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/TransactionsMXBean.html#setTxOwnerDumpRequestsAllowed-boolean-">setTxOwnerDumpRequestsAllowed(boolean)</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/TransactionsMXBean.html" title="interface in org.apache.ignite.mxbean">TransactionsMXBean</a></dt>
<dd>
<div class="block">Sets if dump requests from local node to near node are allowed, when long running transaction
is found.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/TransactionConfiguration.html#setTxSerializableEnabled-boolean-">setTxSerializableEnabled(boolean)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/TransactionConfiguration.html" title="class in org.apache.ignite.configuration">TransactionConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">This method has no effect, <a href="org/apache/ignite/transactions/TransactionIsolation.html#SERIALIZABLE"><code>TransactionIsolation.SERIALIZABLE</code></a> isolation is always enabled.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/TransactionConfiguration.html#setTxTimeoutOnPartitionMapExchange-long-">setTxTimeoutOnPartitionMapExchange(long)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/TransactionConfiguration.html" title="class in org.apache.ignite.configuration">TransactionConfiguration</a></dt>
<dd>
<div class="block">Sets the transaction timeout that will be enforced if the partition map exchange process starts.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCluster.html#setTxTimeoutOnPartitionMapExchange-long-">setTxTimeoutOnPartitionMapExchange(long)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCluster.html" title="interface in org.apache.ignite">IgniteCluster</a></dt>
<dd>
<div class="block">Sets transaction timeout on partition map exchange.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/TransactionsMXBean.html#setTxTimeoutOnPartitionMapExchange-long-">setTxTimeoutOnPartitionMapExchange(long)</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/TransactionsMXBean.html" title="interface in org.apache.ignite.mxbean">TransactionsMXBean</a></dt>
<dd>
<div class="block">Sets transaction timeout on partition map exchange.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SqlQuery.html#setType-java.lang.String-">setType(String)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SqlQuery.html" title="class in org.apache.ignite.cache.query">SqlQuery</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets type for query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SqlQuery.html#setType-java.lang.Class-">setType(Class<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SqlQuery.html" title="class in org.apache.ignite.cache.query">SqlQuery</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/TextQuery.html#setType-java.lang.Class-">setType(Class<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/TextQuery.html" title="class in org.apache.ignite.cache.query">TextQuery</a></dt>
<dd>
<div class="block">Sets type for query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/TextQuery.html#setType-java.lang.String-">setType(String)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/TextQuery.html" title="class in org.apache.ignite.cache.query">TextQuery</a></dt>
<dd>
<div class="block">Sets type for query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/BinaryConfiguration.html#setTypeConfigurations-java.util.Collection-">setTypeConfigurations(Collection<span class='angle_bracket'>&lt;</span>BinaryTypeConfiguration<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/BinaryConfiguration.html" title="class in org.apache.ignite.configuration">BinaryConfiguration</a></dt>
<dd>
<div class="block">Sets type configurations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryTypeConfiguration.html#setTypeName-java.lang.String-">setTypeName(String)</a></span> - Method in 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">Sets type name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheKeyConfiguration.html#setTypeName-java.lang.String-">setTypeName(String)</a></span> - Method in 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="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetAffinityFunction.html#setTypeName-java.lang.String-">setTypeName(String)</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">Sets .NET type name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryTypeConfiguration.html#setTypeName-java.lang.String-">setTypeName(String)</a></span> - Method in class org.apache.ignite.platform.dotnet.<a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryTypeConfiguration.html" title="class in org.apache.ignite.platform.dotnet">PlatformDotNetBinaryTypeConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetCacheStoreFactory.html#setTypeName-java.lang.String-">setTypeName(String)</a></span> - Method in class org.apache.ignite.platform.dotnet.<a href="org/apache/ignite/platform/dotnet/PlatformDotNetCacheStoreFactory.html" title="class in org.apache.ignite.platform.dotnet">PlatformDotNetCacheStoreFactory</a></dt>
<dd>
<div class="block">Sets .NET type name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetLifecycleBean.html#setTypeName-java.lang.String-">setTypeName(String)</a></span> - Method in class org.apache.ignite.platform.dotnet.<a href="org/apache/ignite/platform/dotnet/PlatformDotNetLifecycleBean.html" title="class in org.apache.ignite.platform.dotnet">PlatformDotNetLifecycleBean</a></dt>
<dd>
<div class="block">Set type name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html#setTypes-org.apache.ignite.cache.store.jdbc.JdbcType...-">setTypes(JdbcType...)</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">Sets store configurations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcPojoStoreFactory.html#setTypes-org.apache.ignite.cache.store.jdbc.JdbcType...-">setTypes(JdbcType...)</a></span> - Method in 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>
<div class="block">Sets store configurations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setTypes-java.lang.Class-java.lang.Class-">setTypes(Class<span class='angle_bracket'>&lt;</span>K<span class='angle_bracket'>&gt;</span>, Class<span class='angle_bracket'>&lt;</span>V<span class='angle_bracket'>&gt;</span>)</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="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryConfiguration.html#setTypes-java.util.Collection-">setTypes(Collection<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.platform.dotnet.<a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryConfiguration.html" title="class in org.apache.ignite.platform.dotnet">PlatformDotNetBinaryConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryConfiguration.html#setTypesConfiguration-java.util.Collection-">setTypesConfiguration(Collection<span class='angle_bracket'>&lt;</span>PlatformDotNetBinaryTypeConfiguration<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.platform.dotnet.<a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryConfiguration.html" title="class in org.apache.ignite.platform.dotnet">PlatformDotNetBinaryConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/isolve/lsqr/LSQRPartitionContext.html#setU-double:A-">setU(double[])</a></span> - Method in class org.apache.ignite.ml.math.isolve.lsqr.<a href="org/apache/ignite/ml/math/isolve/lsqr/LSQRPartitionContext.html" title="class in org.apache.ignite.ml.math.isolve.lsqr">LSQRPartitionContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SqlFieldsQuery.html#setUpdateBatchSize-int-">setUpdateBatchSize(int)</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SqlFieldsQuery.html" title="class in org.apache.ignite.cache.query">SqlFieldsQuery</a></dt>
<dd>
<div class="block">Sets update internal bach size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcBlobStore.html#setUpdateQuery-java.lang.String-">setUpdateQuery(String)</a></span> - Method in 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>
<div class="block">Sets update entry query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcBlobStoreFactory.html#setUpdateQuery-java.lang.String-">setUpdateQuery(String)</a></span> - Method in 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>
<div class="block">Sets update entry query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/optimization/updatecalculators/RPropParameterUpdate.html#setUpdatesMask-org.apache.ignite.ml.math.primitives.vector.Vector-">setUpdatesMask(Vector)</a></span> - Method in class org.apache.ignite.ml.optimization.updatecalculators.<a href="org/apache/ignite/ml/optimization/updatecalculators/RPropParameterUpdate.html" title="class in org.apache.ignite.ml.optimization.updatecalculators">RPropParameterUpdate</a></dt>
<dd>
<div class="block">Set updates mask (values by which updateCache is multiplied).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/utils/IgniteYarnUtils.html#setupFile-org.apache.hadoop.fs.Path-org.apache.hadoop.fs.FileSystem-org.apache.hadoop.yarn.api.records.LocalResourceType-">setupFile(Path, FileSystem, LocalResourceType)</a></span> - Static method in class org.apache.ignite.yarn.utils.<a href="org/apache/ignite/yarn/utils/IgniteYarnUtils.html" title="class in org.apache.ignite.yarn.utils">IgniteYarnUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/deployment/uri/UriDeploymentSpi.html#setUriList-java.util.List-">setUriList(List<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.spi.deployment.uri.<a href="org/apache/ignite/spi/deployment/uri/UriDeploymentSpi.html" title="class in org.apache.ignite.spi.deployment.uri">UriDeploymentSpi</a></dt>
<dd>
<div class="block">Sets list of URI which point to a directory with packages and which should be
scanned by SPI for the new tasks.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#setURL-java.lang.String-">setURL(String)</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dd>
<div class="block">Different application servers us different format (URL & url).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#setUrl-java.lang.String-">setUrl(String)</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/loadbalancing/adaptive/AdaptiveCpuLoadProbe.html#setUseAverage-boolean-">setUseAverage(boolean)</a></span> - Method in 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">Sets flag indicating whether to use average CPU load vs. current.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/loadbalancing/adaptive/AdaptiveJobCountLoadProbe.html#setUseAverage-boolean-">setUseAverage(boolean)</a></span> - Method in 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">Sets flag indicating whether to use average job counts vs. current.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/loadbalancing/adaptive/AdaptiveProcessingTimeLoadProbe.html#setUseAverage-boolean-">setUseAverage(boolean)</a></span> - Method in 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">Sets flag indicating whether to use average execution time vs. current.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html#setUseIgniteSslContextFactory-boolean-">setUseIgniteSslContextFactory(boolean)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ClientConnectorConfiguration</a></dt>
<dd>
<div class="block">Sets whether to use Ignite SSL context factory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/TransactionConfiguration.html#setUseJtaSynchronization-boolean-">setUseJtaSynchronization(boolean)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/TransactionConfiguration.html" title="class in org.apache.ignite.configuration">TransactionConfiguration</a></dt>
<dd>
<div class="block">Sets the flag that defines whether to use lightweight JTA synchronization callback to enlist
into JTA transaction instead of creating a separate XA resource.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/loadbalancing/adaptive/AdaptiveCpuLoadProbe.html#setUseProcessors-boolean-">setUseProcessors(boolean)</a></span> - Method in 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">Sets flag indicating whether to use average CPU load vs. current
(default is <code>true</code>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html#setUser-java.lang.String-">setUser(String)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.datasource.<a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html" title="class in org.apache.ignite.cache.store.cassandra.datasource">DataSource</a></dt>
<dd>
<div class="block">Sets user name to use for authentication.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcBlobStore.html#setUser-java.lang.String-">setUser(String)</a></span> - Method in 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>
<div class="block">Sets user name for database access.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcBlobStoreFactory.html#setUser-java.lang.String-">setUser(String)</a></span> - Method in 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>
<div class="block">Sets user name for database access.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html#setUser-java.lang.String-">setUser(String)</a></span> - Method in class org.apache.ignite.spi.checkpoint.jdbc.<a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.jdbc">JdbcCheckpointSpi</a></dt>
<dd>
<div class="block">Sets checkpoint database user name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConfiguration.html#setUserAttributes-java.util.Map-">setUserAttributes(Map<span class='angle_bracket'>&lt;</span>String, String<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration">ClientConfiguration</a></dt>
<dd>
<div class="block">Sets user attributes which can be used to send additional info to the server nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setUserAttributes-java.util.Map-">setUserAttributes(Map<span class='angle_bracket'>&lt;</span>String, ?<span class='angle_bracket'>&gt;</span>)</a></span> - Method 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">Sets user attributes for this node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConfiguration.html#setUserName-java.lang.String-">setUserName(String)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration">ClientConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#setUsername-java.lang.String-">setUsername(String)</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/SecurityCredentials.html#setUserObject-java.lang.Object-">setUserObject(Object)</a></span> - Method in class org.apache.ignite.plugin.security.<a href="org/apache/ignite/plugin/security/SecurityCredentials.html" title="class in org.apache.ignite.plugin.security">SecurityCredentials</a></dt>
<dd>
<div class="block">Sets user-specific object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConfiguration.html#setUserPassword-java.lang.String-">setUserPassword(String)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration">ClientConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html#setUseSSL-boolean-">setUseSSL(boolean)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.datasource.<a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html" title="class in org.apache.ignite.cache.store.cassandra.datasource">DataSource</a></dt>
<dd>
<div class="block">Enables SSL for communications with Cassandra.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/loadbalancing/weightedrandom/WeightedRandomLoadBalancingSpi.html#setUseWeights-boolean-">setUseWeights(boolean)</a></span> - Method in class org.apache.ignite.spi.loadbalancing.weightedrandom.<a href="org/apache/ignite/spi/loadbalancing/weightedrandom/WeightedRandomLoadBalancingSpi.html" title="class in org.apache.ignite.spi.loadbalancing.weightedrandom">WeightedRandomLoadBalancingSpi</a></dt>
<dd>
<div class="block">Sets a flag to indicate whether node weights should be checked when
doing random load balancing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setUtilityCacheKeepAliveTime-long-">setUtilityCacheKeepAliveTime(long)</a></span> - Method 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">Sets keep alive time of thread pool size that will be used to process utility cache messages.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setUtilityCachePoolSize-int-">setUtilityCachePoolSize(int)</a></span> - Method 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">Sets default thread pool size that will be used to process utility cache messages.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/TreeNode.html#setVal-double-">setVal(double)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.<a href="org/apache/ignite/ml/tree/randomforest/data/TreeNode.html" title="class in org.apache.ignite.ml.tree.randomforest.data">TreeNode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/SqlConfiguration.html#setValidationEnabled-boolean-">setValidationEnabled(boolean)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/SqlConfiguration.html" title="class in org.apache.ignite.configuration">SqlConfiguration</a></dt>
<dd>
<div class="block">Enable/disable key & value validation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PojoFieldAccessor.html#setValue-java.lang.Object-java.lang.Object-">setValue(Object, Object)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/PojoFieldAccessor.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">PojoFieldAccessor</a></dt>
<dd>
<div class="block">Assigns value for the object field.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteBiTuple.html#setValue-V2-">setValue(V2)</a></span> - Method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteBiTuple.html" title="class in org.apache.ignite.lang">IgniteBiTuple</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryEntity.html#setValueFieldName-java.lang.String-">setValueFieldName(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">Sets value field name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html#setValueFieldName-java.lang.String-">setValueFieldName(String)</a></span> - Method in class org.apache.ignite.spi.checkpoint.jdbc.<a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.jdbc">JdbcCheckpointSpi</a></dt>
<dd>
<div class="block">Sets checkpoint value field name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/JdbcType.html#setValueFields-org.apache.ignite.cache.store.jdbc.JdbcTypeField...-">setValueFields(JdbcTypeField...)</a></span> - Method in class org.apache.ignite.cache.store.jdbc.<a href="org/apache/ignite/cache/store/jdbc/JdbcType.html" title="class in org.apache.ignite.cache.store.jdbc">JdbcType</a></dt>
<dd>
<div class="block">Sets optional persistent value fields (needed only if <a href="org/apache/ignite/cache/store/jdbc/CacheJdbcPojoStore.html" title="class in org.apache.ignite.cache.store.jdbc"><code>CacheJdbcPojoStore</code></a> is used).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html#setValueFieldType-java.lang.String-">setValueFieldType(String)</a></span> - Method in class org.apache.ignite.spi.checkpoint.jdbc.<a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.jdbc">JdbcCheckpointSpi</a></dt>
<dd>
<div class="block">Sets checkpoint value field type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PojoField.html#setValueFromRow-com.datastax.driver.core.Row-java.lang.Object-org.apache.ignite.cache.store.cassandra.serializer.Serializer-">setValueFromRow(Row, Object, Serializer)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/PojoField.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">PojoField</a></dt>
<dd>
<div class="block">Sets object field value from a <code>Row</code> returned by Cassandra CQL statement.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/statistics/LeafValuesComputer.html#setValuesForLeaves-java.util.ArrayList-org.apache.ignite.ml.dataset.Dataset-">setValuesForLeaves(ArrayList<span class='angle_bracket'>&lt;</span>RandomForestTreeModel<span class='angle_bracket'>&gt;</span>, Dataset<span class='angle_bracket'>&lt;</span>EmptyContext, BootstrappedDatasetPartition<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.statistics.<a href="org/apache/ignite/ml/tree/randomforest/data/statistics/LeafValuesComputer.html" title="class in org.apache.ignite.ml.tree.randomforest.data.statistics">LeafValuesComputer</a></dt>
<dd>
<div class="block">Takes a list of all built trees and in one map-reduceImpurityStatistics step collect statistics for evaluating
leaf-values for each tree and sets values for leaves.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryEntity.html#setValueType-java.lang.String-">setValueType(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">Sets value type for this query pair.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/JdbcType.html#setValueType-java.lang.String-">setValueType(String)</a></span> - Method in class org.apache.ignite.cache.store.jdbc.<a href="org/apache/ignite/cache/store/jdbc/JdbcType.html" title="class in org.apache.ignite.cache.store.jdbc">JdbcType</a></dt>
<dd>
<div class="block">Sets value type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/JdbcType.html#setValueType-java.lang.Class-">setValueType(Class<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.cache.store.jdbc.<a href="org/apache/ignite/cache/store/jdbc/JdbcType.html" title="class in org.apache.ignite.cache.store.jdbc">JdbcType</a></dt>
<dd>
<div class="block">Sets value type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PlatformCacheConfiguration.html#setValueTypeName-java.lang.String-">setValueTypeName(String)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PlatformCacheConfiguration.html" title="class in org.apache.ignite.configuration">PlatformCacheConfiguration</a></dt>
<dd>
<div class="block">Sets fully-qualified platform type name of the cache value used for the local map.</div>
</dd>
<dt><a href="org/apache/ignite/spi/systemview/view/datastructures/SetView.html" title="class in org.apache.ignite.spi.systemview.view.datastructures"><span class="typeNameLink">SetView</span></a> - Class in <a href="org/apache/ignite/spi/systemview/view/datastructures/package-summary.html">org.apache.ignite.spi.systemview.view.datastructures</a></dt>
<dd>
<div class="block">Set representation for a <a href="org/apache/ignite/spi/systemview/view/SystemView.html" title="interface in org.apache.ignite.spi.systemview.view"><code>SystemView</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/datastructures/SetView.html#SetView-org.apache.ignite.internal.processors.datastructures.GridCacheSetProxy-">SetView(GridCacheSetProxy<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.spi.systemview.view.datastructures.<a href="org/apache/ignite/spi/systemview/view/datastructures/SetView.html" title="class in org.apache.ignite.spi.systemview.view.datastructures">SetView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setWaitForSegmentOnStart-boolean-">setWaitForSegmentOnStart(boolean)</a></span> - Method 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">Sets wait for segment on start flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/fifoqueue/FifoQueueCollisionSpi.html#setWaitingJobsNumber-int-">setWaitingJobsNumber(int)</a></span> - Method in class org.apache.ignite.spi.collision.fifoqueue.<a href="org/apache/ignite/spi/collision/fifoqueue/FifoQueueCollisionSpi.html" title="class in org.apache.ignite.spi.collision.fifoqueue">FifoQueueCollisionSpi</a></dt>
<dd>
<div class="block">Sets maximum number of jobs that are allowed to wait in waiting queue.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/fifoqueue/FifoQueueCollisionSpiMBean.html#setWaitingJobsNumber-int-">setWaitingJobsNumber(int)</a></span> - Method in interface org.apache.ignite.spi.collision.fifoqueue.<a href="org/apache/ignite/spi/collision/fifoqueue/FifoQueueCollisionSpiMBean.html" title="interface in org.apache.ignite.spi.collision.fifoqueue">FifoQueueCollisionSpiMBean</a></dt>
<dd>
<div class="block">Sets maximum number of jobs that are allowed to wait in waiting queue.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html#setWaitingJobsNumber-int-">setWaitingJobsNumber(int)</a></span> - Method in class org.apache.ignite.spi.collision.priorityqueue.<a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html" title="class in org.apache.ignite.spi.collision.priorityqueue">PriorityQueueCollisionSpi</a></dt>
<dd>
<div class="block">Maximum number of jobs that are allowed to wait in waiting queue.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpiMBean.html#setWaitingJobsNumber-int-">setWaitingJobsNumber(int)</a></span> - Method in interface org.apache.ignite.spi.collision.priorityqueue.<a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpiMBean.html" title="interface in org.apache.ignite.spi.collision.priorityqueue">PriorityQueueCollisionSpiMBean</a></dt>
<dd>
<div class="block">Maximum number of jobs that are allowed to wait in waiting queue.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpi.html#setWaitJobsThreshold-int-">setWaitJobsThreshold(int)</a></span> - Method 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">Sets job count threshold at which this node will
start stealing jobs from other nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpiMBean.html#setWaitJobsThreshold-int-">setWaitJobsThreshold(int)</a></span> - Method in interface org.apache.ignite.spi.collision.jobstealing.<a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpiMBean.html" title="interface in org.apache.ignite.spi.collision.jobstealing">JobStealingCollisionSpiMBean</a></dt>
<dd>
<div class="block">Sets job count threshold at which this node will
start stealing jobs from other nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#setWalArchivePath-java.lang.String-">setWalArchivePath(String)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Sets a path for the WAL archive directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#setWalArchivePath-java.lang.String-">setWalArchivePath(String)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets a path for the WAL archive directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#setWalAutoArchiveAfterInactivity-long-">setWalAutoArchiveAfterInactivity(long)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block"><b>Note:</b> setting this value with <a href="org/apache/ignite/configuration/WALMode.html#FSYNC"><code>WALMode.FSYNC</code></a> may generate file size overhead for WAL segments in case
grid is used rarely.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#setWalAutoArchiveAfterInactivity-long-">setWalAutoArchiveAfterInactivity(long)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block"><b>Note:</b> setting this value with <a href="org/apache/ignite/configuration/WALMode.html#FSYNC"><code>WALMode.FSYNC</code></a> may generate file size overhead for WAL segments in case
grid is used rarely.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#setWalBufferSize-int-">setWalBufferSize(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Property defines size(in bytes) of WAL buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#setWalBufferSize-int-">setWalBufferSize(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#setWalCompactionEnabled-boolean-">setWalCompactionEnabled(boolean)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Sets flag indicating whether WAL compaction is enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#setWalCompactionLevel-int-">setWalCompactionLevel(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataStorageMXBean.html#setWalCompactionLevel-int-">setWalCompactionLevel(int)</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataStorageMXBean.html" title="interface in org.apache.ignite.mxbean">DataStorageMXBean</a></dt>
<dd>
<div class="block">Sets ZIP compression level to WAL compaction.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#setWalFlushFrequency-long-">setWalFlushFrequency(long)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">This property define how often WAL will be fsync-ed in <code>BACKGROUND</code> mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#setWalFlushFrequency-long-">setWalFlushFrequency(long)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">This property define how often WAL will be fsync-ed in <code>BACKGROUND</code> mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#setWalFsyncDelayNanos-long-">setWalFsyncDelayNanos(long)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Sets property that allows to trade latency for throughput in <a href="org/apache/ignite/configuration/WALMode.html#FSYNC"><code>WALMode.FSYNC</code></a> mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#setWalFsyncDelayNanos-long-">setWalFsyncDelayNanos(long)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#setWalHistorySize-int-">setWalHistorySize(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Instead of walHistorySize use maxWalArchiveSize for manage of archive size.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#setWalHistorySize-int-">setWalHistorySize(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets a total number of checkpoints to keep in the WAL history.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#setWalMode-org.apache.ignite.configuration.WALMode-">setWalMode(WALMode)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Sets property that defines behavior of wal fsync.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#setWalMode-org.apache.ignite.configuration.WALMode-">setWalMode(WALMode)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#setWalPageCompression-org.apache.ignite.configuration.DiskPageCompression-">setWalPageCompression(DiskPageCompression)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Sets compression algorithm for WAL page snapshot records.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#setWalPageCompressionLevel-java.lang.Integer-">setWalPageCompressionLevel(Integer)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Sets <a href="org/apache/ignite/configuration/DataStorageConfiguration.html#setWalPageCompression-org.apache.ignite.configuration.DiskPageCompression-"><code>algorithm</code></a> specific page compression level.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#setWalPath-java.lang.String-">setWalPath(String)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Sets a path to the directory where WAL is stored.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#setWalRecordIteratorBufferSize-int-">setWalRecordIteratorBufferSize(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Sets property defining how many bytes iterator read from
disk (for one reading), during go ahead wal.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#setWalRecordIteratorBufferSize-int-">setWalRecordIteratorBufferSize(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#setWalSegments-int-">setWalSegments(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Sets a number of WAL segments to work with.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#setWalSegments-int-">setWalSegments(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets a number of WAL segments to work with.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#setWalSegmentSize-int-">setWalSegmentSize(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Sets size(in bytes) of a WAL segment.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#setWalSegmentSize-int-">setWalSegmentSize(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets size of a WAL segment.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#setWalStorePath-java.lang.String-">setWalStorePath(String)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets a path to the directory where WAL is stored .</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#setWalThreadLocalBufferSize-int-">setWalThreadLocalBufferSize(int)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Sets size of thread local buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setWarmupClosure-org.apache.ignite.lang.IgniteInClosure-">setWarmupClosure(IgniteInClosure<span class='angle_bracket'>&lt;</span>IgniteConfiguration<span class='angle_bracket'>&gt;</span>)</a></span> - Method 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">Sets warmup closure to execute before grid startup.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataRegionConfiguration.html#setWarmUpConfiguration-org.apache.ignite.configuration.WarmUpConfiguration-">setWarmUpConfiguration(WarmUpConfiguration)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataRegionConfiguration.html" title="class in org.apache.ignite.configuration">DataRegionConfiguration</a></dt>
<dd>
<div class="block">Sets warm-up configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/startup/BasicWarmupClosure.html#setWarmupMethods-java.lang.String...-">setWarmupMethods(String...)</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">Sets warmup methods to use for cache warmup.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/MultilayerPerceptron.html#setWeight-int-int-int-double-">setWeight(int, int, int, double)</a></span> - Method in class org.apache.ignite.ml.nn.<a href="org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</a></dt>
<dd>
<div class="block">Set the weight of neuron with given index in previous layer to neuron with given index in given layer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/MultilayerPerceptron.html#setWeights-int-org.apache.ignite.ml.math.primitives.matrix.Matrix-">setWeights(int, Matrix)</a></span> - Method in class org.apache.ignite.ml.nn.<a href="org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</a></dt>
<dd>
<div class="block">Sets the weighs of layer with a given index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/plugin/MLPluginConfiguration.html#setWithMdlDescStorage-boolean-">setWithMdlDescStorage(boolean)</a></span> - Method in class org.apache.ignite.ml.util.plugin.<a href="org/apache/ignite/ml/util/plugin/MLPluginConfiguration.html" title="class in org.apache.ignite.ml.util.plugin">MLPluginConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/plugin/MLPluginConfiguration.html#setWithMdlStorage-boolean-">setWithMdlStorage(boolean)</a></span> - Method in class org.apache.ignite.ml.util.plugin.<a href="org/apache/ignite/ml/util/plugin/MLPluginConfiguration.html" title="class in org.apache.ignite.ml.util.plugin">MLPluginConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setWorkDirectory-java.lang.String-">setWorkDirectory(String)</a></span> - Method 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">Sets Ignite work folder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/java/JavaLogger.html#setWorkDirectory-java.lang.String-">setWorkDirectory(String)</a></span> - Method in class org.apache.ignite.logger.java.<a href="org/apache/ignite/logger/java/JavaLogger.html" title="class in org.apache.ignite.logger.java">JavaLogger</a></dt>
<dd>
<div class="block">Set work directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setWriteBehindBatchSize-int-">setWriteBehindBatchSize(int)</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>
<dd>
<div class="block">Sets maximum batch size for write-behind cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setWriteBehindCoalescing-boolean-">setWriteBehindCoalescing(boolean)</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>
<dd>
<div class="block">Sets write coalescing flag for write-behind cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setWriteBehindEnabled-boolean-">setWriteBehindEnabled(boolean)</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>
<dd>
<div class="block">Sets flag indicating whether write-behind is enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setWriteBehindFlushFrequency-long-">setWriteBehindFlushFrequency(long)</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>
<dd>
<div class="block">Sets write-behind flush frequency.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setWriteBehindFlushSize-int-">setWriteBehindFlushSize(int)</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>
<dd>
<div class="block">Sets write-behind flush size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setWriteBehindFlushThreadCount-int-">setWriteBehindFlushThreadCount(int)</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>
<dd>
<div class="block">Sets flush thread count for write-behind cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html#setWriteConsistency-java.lang.String-">setWriteConsistency(String)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.datasource.<a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html" title="class in org.apache.ignite.cache.store.cassandra.datasource">DataSource</a></dt>
<dd>
<div class="block">Set consistency level for WRITE operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#setWriteSynchronizationMode-org.apache.ignite.cache.CacheWriteSynchronizationMode-">setWriteSynchronizationMode(CacheWriteSynchronizationMode)</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setWriteSynchronizationMode-org.apache.ignite.cache.CacheWriteSynchronizationMode-">setWriteSynchronizationMode(CacheWriteSynchronizationMode)</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>
<dd>
<div class="block">Sets write synchronization mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#setWriteThrottlingEnabled-boolean-">setWriteThrottlingEnabled(boolean)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Sets flag indicating whether write throttling is enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#setWriteThrottlingEnabled-boolean-">setWriteThrottlingEnabled(boolean)</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets flag indicating whether write throttling is enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setWriteThrough-boolean-">setWriteThrough(boolean)</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="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#setX-int-int-double-">setX(int, int, double)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>
<div class="block">Sets given value without checking for index bounds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html#setX-int-int-double-">setX(int, int, double)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">Matrix</a></dt>
<dd>
<div class="block">Sets given value without checking for index bounds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#setX-int-double-">setX(int, double)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Sets value without checking for index boundaries.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#setX-int-double-">setX(int, double)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Sets value without checking for index boundaries.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html#setX-int-double-">setX(int, double)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a></dt>
<dd>
<div class="block">Sets value without checking for index boundaries.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/zk/TcpDiscoveryZookeeperIpFinder.html#setZkConnectionString-java.lang.String-">setZkConnectionString(String)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.zk.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/zk/TcpDiscoveryZookeeperIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.zk">TcpDiscoveryZookeeperIpFinder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html#setZkConnectionString-java.lang.String-">setZkConnectionString(String)</a></span> - Method in class org.apache.ignite.spi.discovery.zk.<a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.zk">ZookeeperDiscoverySpi</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html#setZkRootPath-java.lang.String-">setZkRootPath(String)</a></span> - Method in class org.apache.ignite.spi.discovery.zk.<a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.zk">ZookeeperDiscoverySpi</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/cloud/TcpDiscoveryCloudIpFinder.html#setZones-java.util.Collection-">setZones(Collection<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.cloud.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/cloud/TcpDiscoveryCloudIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.cloud">TcpDiscoveryCloudIpFinder</a></dt>
<dd>
<div class="block">Sets list of zones where VMs are located.</div>
</dd>
<dt><a href="org/apache/ignite/ml/selection/split/mapper/SHA256UniformMapper.html" title="class in org.apache.ignite.ml.selection.split.mapper"><span class="typeNameLink">SHA256UniformMapper</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/selection/split/mapper/SHA256UniformMapper.html" title="type parameter in SHA256UniformMapper">K</a>,<a href="org/apache/ignite/ml/selection/split/mapper/SHA256UniformMapper.html" title="type parameter in SHA256UniformMapper">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/selection/split/mapper/package-summary.html">org.apache.ignite.ml.selection.split.mapper</a></dt>
<dd>
<div class="block">Implementation of uniform mappers based on SHA-256 hashing algorithm.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/split/mapper/SHA256UniformMapper.html#SHA256UniformMapper--">SHA256UniformMapper()</a></span> - Constructor for class org.apache.ignite.ml.selection.split.mapper.<a href="org/apache/ignite/ml/selection/split/mapper/SHA256UniformMapper.html" title="class in org.apache.ignite.ml.selection.split.mapper">SHA256UniformMapper</a></dt>
<dd>
<div class="block">Constructs a new instance of SHA-256 uniform mapper.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/split/mapper/SHA256UniformMapper.html#SHA256UniformMapper-java.util.Random-">SHA256UniformMapper(Random)</a></span> - Constructor for class org.apache.ignite.ml.selection.split.mapper.<a href="org/apache/ignite/ml/selection/split/mapper/SHA256UniformMapper.html" title="class in org.apache.ignite.ml.selection.split.mapper">SHA256UniformMapper</a></dt>
<dd>
<div class="block">Constructs a new instance of SHA-256 uniform mapper.</div>
</dd>
<dt><a href="org/apache/ignite/spi/checkpoint/sharedfs/SharedFsCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.sharedfs"><span class="typeNameLink">SharedFsCheckpointSpi</span></a> - Class in <a href="org/apache/ignite/spi/checkpoint/sharedfs/package-summary.html">org.apache.ignite.spi.checkpoint.sharedfs</a></dt>
<dd>
<div class="block">This class defines shared file system <a href="org/apache/ignite/spi/checkpoint/CheckpointSpi.html" title="interface in org.apache.ignite.spi.checkpoint"><code>CheckpointSpi</code></a> implementation for
checkpoint SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/sharedfs/SharedFsCheckpointSpi.html#SharedFsCheckpointSpi--">SharedFsCheckpointSpi()</a></span> - Constructor for class org.apache.ignite.spi.checkpoint.sharedfs.<a href="org/apache/ignite/spi/checkpoint/sharedfs/SharedFsCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.sharedfs">SharedFsCheckpointSpi</a></dt>
<dd>
<div class="block">Initializes default directory paths.</div>
</dd>
<dt><a href="org/apache/ignite/spi/checkpoint/sharedfs/SharedFsCheckpointSpiMBean.html" title="interface in org.apache.ignite.spi.checkpoint.sharedfs"><span class="typeNameLink">SharedFsCheckpointSpiMBean</span></a> - Interface in <a href="org/apache/ignite/spi/checkpoint/sharedfs/package-summary.html">org.apache.ignite.spi.checkpoint.sharedfs</a></dt>
<dd>
<div class="block">Management bean that provides general administrative and configuration information
about shared file system checkpoints.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/AttributeNames.html#shmemPort--">shmemPort()</a></span> - Method in class org.apache.ignite.spi.communication.tcp.<a href="org/apache/ignite/spi/communication/tcp/AttributeNames.html" title="class in org.apache.ignite.spi.communication.tcp">AttributeNames</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/CacheEvent.html#shortDisplay--">shortDisplay()</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 a shortened version of <code>toString()</code> result.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/CacheRebalancingEvent.html#shortDisplay--">shortDisplay()</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 a shortened version of <code>toString()</code> result.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/CheckpointEvent.html#shortDisplay--">shortDisplay()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/CheckpointEvent.html" title="class in org.apache.ignite.events">CheckpointEvent</a></dt>
<dd>
<div class="block">Gets a shortened version of <code>toString()</code> result.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/DeploymentEvent.html#shortDisplay--">shortDisplay()</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 a shortened version of <code>toString()</code> result.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/DiscoveryEvent.html#shortDisplay--">shortDisplay()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/DiscoveryEvent.html" title="class in org.apache.ignite.events">DiscoveryEvent</a></dt>
<dd>
<div class="block">Gets a shortened version of <code>toString()</code> result.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/Event.html#shortDisplay--">shortDisplay()</a></span> - Method in interface org.apache.ignite.events.<a href="org/apache/ignite/events/Event.html" title="interface in org.apache.ignite.events">Event</a></dt>
<dd>
<div class="block">Gets a shortened version of <code>toString()</code> result.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventAdapter.html#shortDisplay--">shortDisplay()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/EventAdapter.html" title="class in org.apache.ignite.events">EventAdapter</a></dt>
<dd>
<div class="block">Gets a shortened version of <code>toString()</code> result.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/JobEvent.html#shortDisplay--">shortDisplay()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/JobEvent.html" title="class in org.apache.ignite.events">JobEvent</a></dt>
<dd>
<div class="block">Gets a shortened version of <code>toString()</code> result.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/TaskEvent.html#shortDisplay--">shortDisplay()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/TaskEvent.html" title="class in org.apache.ignite.events">TaskEvent</a></dt>
<dd>
<div class="block">Gets a shortened version of <code>toString()</code> result.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteUuid.html#shortString--">shortString()</a></span> - Method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteUuid.html" title="class in org.apache.ignite.lang">IgniteUuid</a></dt>
<dd>
<div class="block">Gets a short string version of this ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/maintenance/MaintenanceWorkflowCallback.html#shouldProceedWithMaintenance--">shouldProceedWithMaintenance()</a></span> - Method in interface org.apache.ignite.maintenance.<a href="org/apache/ignite/maintenance/MaintenanceWorkflowCallback.html" title="interface in org.apache.ignite.maintenance">MaintenanceWorkflowCallback</a></dt>
<dd>
<div class="block">Called by <a href="org/apache/ignite/maintenance/MaintenanceRegistry.html" title="interface in org.apache.ignite.maintenance"><code>MaintenanceRegistry</code></a> and enables it to check if maintenance is still needed
for component that provided this callback.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/Tracer.html#showAscii-org.apache.ignite.ml.math.primitives.vector.Vector-org.apache.ignite.IgniteLogger-java.lang.String-">showAscii(Vector, IgniteLogger, String)</a></span> - Static method in class org.apache.ignite.ml.math.<a href="org/apache/ignite/ml/math/Tracer.html" title="class in org.apache.ignite.ml.math">Tracer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/Tracer.html#showAscii-org.apache.ignite.ml.math.primitives.vector.Vector-org.apache.ignite.IgniteLogger-">showAscii(Vector, IgniteLogger)</a></span> - Static method in class org.apache.ignite.ml.math.<a href="org/apache/ignite/ml/math/Tracer.html" title="class in org.apache.ignite.ml.math">Tracer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/Tracer.html#showAscii-org.apache.ignite.ml.math.primitives.vector.Vector-java.lang.String-">showAscii(Vector, String)</a></span> - Static method in class org.apache.ignite.ml.math.<a href="org/apache/ignite/ml/math/Tracer.html" title="class in org.apache.ignite.ml.math">Tracer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/Tracer.html#showAscii-org.apache.ignite.ml.math.primitives.matrix.Matrix-">showAscii(Matrix)</a></span> - Static method in class org.apache.ignite.ml.math.<a href="org/apache/ignite/ml/math/Tracer.html" title="class in org.apache.ignite.ml.math">Tracer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/Tracer.html#showAscii-org.apache.ignite.ml.math.primitives.matrix.Matrix-java.lang.String-">showAscii(Matrix, String)</a></span> - Static method in class org.apache.ignite.ml.math.<a href="org/apache/ignite/ml/math/Tracer.html" title="class in org.apache.ignite.ml.math">Tracer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/Tracer.html#showAscii-org.apache.ignite.ml.math.primitives.matrix.Matrix-org.apache.ignite.IgniteLogger-java.lang.String-">showAscii(Matrix, IgniteLogger, String)</a></span> - Static method in class org.apache.ignite.ml.math.<a href="org/apache/ignite/ml/math/Tracer.html" title="class in org.apache.ignite.ml.math">Tracer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/Tracer.html#showAscii-org.apache.ignite.ml.math.primitives.vector.Vector-">showAscii(Vector)</a></span> - Static method in class org.apache.ignite.ml.math.<a href="org/apache/ignite/ml/math/Tracer.html" title="class in org.apache.ignite.ml.math">Tracer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/Tracer.html#showClassificationDatasetHtml-org.apache.ignite.ml.util.generators.DataStreamGenerator-int-int-int-boolean-">showClassificationDatasetHtml(DataStreamGenerator, int, int, int, boolean)</a></span> - Static method in class org.apache.ignite.ml.math.<a href="org/apache/ignite/ml/math/Tracer.html" title="class in org.apache.ignite.ml.math">Tracer</a></dt>
<dd>
<div class="block">Open browser and shows given dataset generator's data on two dimensional plane.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/Tracer.html#showClassificationDatasetHtml-java.lang.String-org.apache.ignite.ml.util.generators.DataStreamGenerator-int-int-int-boolean-">showClassificationDatasetHtml(String, DataStreamGenerator, int, int, int, boolean)</a></span> - Static method in class org.apache.ignite.ml.math.<a href="org/apache/ignite/ml/math/Tracer.html" title="class in org.apache.ignite.ml.math">Tracer</a></dt>
<dd>
<div class="block">Open browser and shows given dataset generator's data on two dimensional plane.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/Tracer.html#showHtml-org.apache.ignite.ml.math.primitives.matrix.Matrix-">showHtml(Matrix)</a></span> - Static method in class org.apache.ignite.ml.math.<a href="org/apache/ignite/ml/math/Tracer.html" title="class in org.apache.ignite.ml.math">Tracer</a></dt>
<dd>
<div class="block">Shows given matrix in the browser with D3-based visualization.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/Tracer.html#showHtml-org.apache.ignite.ml.math.primitives.matrix.Matrix-boolean-">showHtml(Matrix, boolean)</a></span> - Static method in class org.apache.ignite.ml.math.<a href="org/apache/ignite/ml/math/Tracer.html" title="class in org.apache.ignite.ml.math">Tracer</a></dt>
<dd>
<div class="block">Shows given matrix in the browser with D3-based visualization.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/Tracer.html#showHtml-org.apache.ignite.ml.math.primitives.matrix.Matrix-org.apache.ignite.ml.math.Tracer.ColorMapper-">showHtml(Matrix, Tracer.ColorMapper)</a></span> - Static method in class org.apache.ignite.ml.math.<a href="org/apache/ignite/ml/math/Tracer.html" title="class in org.apache.ignite.ml.math">Tracer</a></dt>
<dd>
<div class="block">Shows given matrix in the browser with D3-based visualization.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/Tracer.html#showHtml-org.apache.ignite.ml.math.primitives.matrix.Matrix-org.apache.ignite.ml.math.Tracer.ColorMapper-boolean-">showHtml(Matrix, Tracer.ColorMapper, boolean)</a></span> - Static method in class org.apache.ignite.ml.math.<a href="org/apache/ignite/ml/math/Tracer.html" title="class in org.apache.ignite.ml.math">Tracer</a></dt>
<dd>
<div class="block">Shows given matrix in the browser with D3-based visualization.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/Tracer.html#showHtml-org.apache.ignite.ml.math.primitives.vector.Vector-">showHtml(Vector)</a></span> - Static method in class org.apache.ignite.ml.math.<a href="org/apache/ignite/ml/math/Tracer.html" title="class in org.apache.ignite.ml.math">Tracer</a></dt>
<dd>
<div class="block">Shows given vector in the browser with D3-based visualization.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/Tracer.html#showHtml-org.apache.ignite.ml.math.primitives.vector.Vector-boolean-">showHtml(Vector, boolean)</a></span> - Static method in class org.apache.ignite.ml.math.<a href="org/apache/ignite/ml/math/Tracer.html" title="class in org.apache.ignite.ml.math">Tracer</a></dt>
<dd>
<div class="block">Shows given vector in the browser with D3-based visualization.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/Tracer.html#showHtml-org.apache.ignite.ml.math.primitives.vector.Vector-org.apache.ignite.ml.math.Tracer.ColorMapper-">showHtml(Vector, Tracer.ColorMapper)</a></span> - Static method in class org.apache.ignite.ml.math.<a href="org/apache/ignite/ml/math/Tracer.html" title="class in org.apache.ignite.ml.math">Tracer</a></dt>
<dd>
<div class="block">Shows given vector in the browser with D3-based visualization.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/Tracer.html#showHtml-org.apache.ignite.ml.math.primitives.vector.Vector-org.apache.ignite.ml.math.Tracer.ColorMapper-boolean-">showHtml(Vector, Tracer.ColorMapper, boolean)</a></span> - Static method in class org.apache.ignite.ml.math.<a href="org/apache/ignite/ml/math/Tracer.html" title="class in org.apache.ignite.ml.math">Tracer</a></dt>
<dd>
<div class="block">Shows given vector in the browser with D3-based visualization.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/Tracer.html#showRegressionDatasetInHtml-java.lang.String-org.apache.ignite.ml.util.generators.DataStreamGenerator-int-int-">showRegressionDatasetInHtml(String, DataStreamGenerator, int, int)</a></span> - Static method in class org.apache.ignite.ml.math.<a href="org/apache/ignite/ml/math/Tracer.html" title="class in org.apache.ignite.ml.math">Tracer</a></dt>
<dd>
<div class="block">Open browser and shows given dataset generator's data on two dimensional plane.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/Tracer.html#showRegressionDatasetInHtml-org.apache.ignite.ml.util.generators.DataStreamGenerator-int-int-">showRegressionDatasetInHtml(DataStreamGenerator, int, int)</a></span> - Static method in class org.apache.ignite.ml.math.<a href="org/apache/ignite/ml/math/Tracer.html" title="class in org.apache.ignite.ml.math">Tracer</a></dt>
<dd>
<div class="block">Open browser and shows given dataset generator's data on two dimensional plane.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/AbstractEvictionPolicy.html#shrink--">shrink()</a></span> - Method in 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>
<div class="block">Shrinks backed container to maximum allowed size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/AbstractEvictionPolicy.html#shrink0--">shrink0()</a></span> - Method in 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><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/fifo/FifoEvictionPolicy.html#shrink0--">shrink0()</a></span> - Method in class org.apache.ignite.cache.eviction.fifo.<a href="org/apache/ignite/cache/eviction/fifo/FifoEvictionPolicy.html" title="class in org.apache.ignite.cache.eviction.fifo">FifoEvictionPolicy</a></dt>
<dd>
<div class="block">Tries to remove one item from queue.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/lru/LruEvictionPolicy.html#shrink0--">shrink0()</a></span> - Method in class org.apache.ignite.cache.eviction.lru.<a href="org/apache/ignite/cache/eviction/lru/LruEvictionPolicy.html" title="class in org.apache.ignite.cache.eviction.lru">LruEvictionPolicy</a></dt>
<dd>
<div class="block">Tries to remove one item from queue.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicy.html#shrink0--">shrink0()</a></span> - Method in class org.apache.ignite.cache.eviction.sorted.<a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicy.html" title="class in org.apache.ignite.cache.eviction.sorted">SortedEvictionPolicy</a></dt>
<dd>
<div class="block">Tries to remove one item from queue.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGenerator.html#shuffle--">shuffle()</a></span> - Method in interface org.apache.ignite.ml.util.generators.primitives.vector.<a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGenerator.html" title="interface in org.apache.ignite.ml.util.generators.primitives.vector">VectorGenerator</a></dt>
<dd>
<div class="block">Creates a permanent rearrangement mapping of features in vector and applies this rearrangement for each vectors
of current generator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGenerator.html#shuffle-java.lang.Long-">shuffle(Long)</a></span> - Method in interface org.apache.ignite.ml.util.generators.primitives.vector.<a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGenerator.html" title="interface in org.apache.ignite.ml.util.generators.primitives.vector">VectorGenerator</a></dt>
<dd>
<div class="block">Creates a permanent rearrangement mapping of features in vector and applies this rearrangement for each vectors
of current generator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#shutdown">shutdown</a></span> - 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">Shutdown policy for cluster.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/thread/IgniteStripedThreadPoolExecutor.html#shutdown--">shutdown()</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="memberNameLink"><a href="org/apache/ignite/thread/IgniteStripedThreadPoolExecutor.html#shutdownNow--">shutdownNow()</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="memberNameLink"><a href="org/apache/ignite/IgniteCluster.html#shutdownPolicy--">shutdownPolicy()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCluster.html" title="interface in org.apache.ignite">IgniteCluster</a></dt>
<dd>
<div class="block">Returns a policy of shutdown or default value <code>IgniteConfiguration.DFLT_SHUTDOWN_POLICY</code>
if the property is not set.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCluster.html#shutdownPolicy-org.apache.ignite.ShutdownPolicy-">shutdownPolicy(ShutdownPolicy)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCluster.html" title="interface in org.apache.ignite">IgniteCluster</a></dt>
<dd>
<div class="block">Sets a shutdown policy on a cluster.</div>
</dd>
<dt><a href="org/apache/ignite/ShutdownPolicy.html" title="enum in org.apache.ignite"><span class="typeNameLink">ShutdownPolicy</span></a> - Enum in <a href="org/apache/ignite/package-summary.html">org.apache.ignite</a></dt>
<dd>
<div class="block">This class reperesents a policy of shutdown.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/functions/Functions.html#SIGMOID">SIGMOID</a></span> - Static variable in class org.apache.ignite.ml.math.functions.<a href="org/apache/ignite/ml/math/functions/Functions.html" title="class in org.apache.ignite.ml.math.functions">Functions</a></dt>
<dd>
<div class="block">Function that returns <code>1 / (1 + exp(-a) </code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/Activators.html#SIGMOID">SIGMOID</a></span> - Static variable in class org.apache.ignite.ml.nn.<a href="org/apache/ignite/ml/nn/Activators.html" title="class in org.apache.ignite.ml.nn">Activators</a></dt>
<dd>
<div class="block">Sigmoid activation function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/functions/Functions.html#SIGMOIDGRADIENT">SIGMOIDGRADIENT</a></span> - Static variable in class org.apache.ignite.ml.math.functions.<a href="org/apache/ignite/ml/math/functions/Functions.html" title="class in org.apache.ignite.ml.math.functions">Functions</a></dt>
<dd>
<div class="block">Function that returns <code>a * (1-a) </code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/functions/Functions.html#SIGN">SIGN</a></span> - Static variable in class org.apache.ignite.ml.math.functions.<a href="org/apache/ignite/ml/math/functions/Functions.html" title="class in org.apache.ignite.ml.math.functions">Functions</a></dt>
<dd>
<div class="block">Function that returns {@code a < 0 ?</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCondition.html#signal--">signal()</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">Wakes up one waiting thread.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCondition.html#signalAll--">signalAll()</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">Wakes up all waiting threads.</div>
</dd>
<dt><a href="org/apache/ignite/ml/dataset/primitive/SimpleDataset.html" title="class in org.apache.ignite.ml.dataset.primitive"><span class="typeNameLink">SimpleDataset</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/dataset/primitive/SimpleDataset.html" title="type parameter in SimpleDataset">C</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/dataset/primitive/package-summary.html">org.apache.ignite.ml.dataset.primitive</a></dt>
<dd>
<div class="block">A simple dataset introduces additional methods based on a matrix of features.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/primitive/SimpleDataset.html#SimpleDataset-org.apache.ignite.ml.dataset.Dataset-">SimpleDataset(Dataset<span class='angle_bracket'>&lt;</span>C, SimpleDatasetData<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.dataset.primitive.<a href="org/apache/ignite/ml/dataset/primitive/SimpleDataset.html" title="class in org.apache.ignite.ml.dataset.primitive">SimpleDataset</a></dt>
<dd>
<div class="block">Creates a new instance of simple dataset that introduces additional methods based on a matrix of features.</div>
</dd>
<dt><a href="org/apache/ignite/ml/dataset/primitive/data/SimpleDatasetData.html" title="class in org.apache.ignite.ml.dataset.primitive.data"><span class="typeNameLink">SimpleDatasetData</span></a> - Class in <a href="org/apache/ignite/ml/dataset/primitive/data/package-summary.html">org.apache.ignite.ml.dataset.primitive.data</a></dt>
<dd>
<div class="block">A partition <code>data</code> of the <a href="org/apache/ignite/ml/dataset/primitive/SimpleDataset.html" title="class in org.apache.ignite.ml.dataset.primitive"><code>SimpleDataset</code></a> containing matrix of features in flat column-major format
stored in heap.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/primitive/data/SimpleDatasetData.html#SimpleDatasetData-double:A-int-">SimpleDatasetData(double[], int)</a></span> - Constructor for class org.apache.ignite.ml.dataset.primitive.data.<a href="org/apache/ignite/ml/dataset/primitive/data/SimpleDatasetData.html" title="class in org.apache.ignite.ml.dataset.primitive.data">SimpleDatasetData</a></dt>
<dd>
<div class="block">Constructs a new instance of partition <code>data</code> of the <a href="org/apache/ignite/ml/dataset/primitive/SimpleDataset.html" title="class in org.apache.ignite.ml.dataset.primitive"><code>SimpleDataset</code></a> containing matrix of features in
flat column-major format stored in heap.</div>
</dd>
<dt><a href="org/apache/ignite/ml/dataset/primitive/builder/data/SimpleDatasetDataBuilder.html" title="class in org.apache.ignite.ml.dataset.primitive.builder.data"><span class="typeNameLink">SimpleDatasetDataBuilder</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/dataset/primitive/builder/data/SimpleDatasetDataBuilder.html" title="type parameter in SimpleDatasetDataBuilder">K</a>,<a href="org/apache/ignite/ml/dataset/primitive/builder/data/SimpleDatasetDataBuilder.html" title="type parameter in SimpleDatasetDataBuilder">V</a>,<a href="org/apache/ignite/ml/dataset/primitive/builder/data/SimpleDatasetDataBuilder.html" title="type parameter in SimpleDatasetDataBuilder">C</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>,<a href="org/apache/ignite/ml/dataset/primitive/builder/data/SimpleDatasetDataBuilder.html" title="type parameter in SimpleDatasetDataBuilder">CO</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/dataset/primitive/builder/data/package-summary.html">org.apache.ignite.ml.dataset.primitive.builder.data</a></dt>
<dd>
<div class="block">A partition <code>data</code> builder that makes <a href="org/apache/ignite/ml/dataset/primitive/data/SimpleDatasetData.html" title="class in org.apache.ignite.ml.dataset.primitive.data"><code>SimpleDatasetData</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/primitive/builder/data/SimpleDatasetDataBuilder.html#SimpleDatasetDataBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">SimpleDatasetDataBuilder(Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.dataset.primitive.builder.data.<a href="org/apache/ignite/ml/dataset/primitive/builder/data/SimpleDatasetDataBuilder.html" title="class in org.apache.ignite.ml.dataset.primitive.builder.data">SimpleDatasetDataBuilder</a></dt>
<dd>
<div class="block">Construct a new instance of partition <code>data</code> builder that makes <a href="org/apache/ignite/ml/dataset/primitive/data/SimpleDatasetData.html" title="class in org.apache.ignite.ml.dataset.primitive.data"><code>SimpleDatasetData</code></a>.</div>
</dd>
<dt><a href="org/apache/ignite/ml/optimization/updatecalculators/SimpleGDParameterUpdate.html" title="class in org.apache.ignite.ml.optimization.updatecalculators"><span class="typeNameLink">SimpleGDParameterUpdate</span></a> - Class in <a href="org/apache/ignite/ml/optimization/updatecalculators/package-summary.html">org.apache.ignite.ml.optimization.updatecalculators</a></dt>
<dd>
<div class="block">Parameters for <a href="org/apache/ignite/ml/optimization/updatecalculators/SimpleGDUpdateCalculator.html" title="class in org.apache.ignite.ml.optimization.updatecalculators"><code>SimpleGDUpdateCalculator</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/optimization/updatecalculators/SimpleGDParameterUpdate.html#SimpleGDParameterUpdate-int-">SimpleGDParameterUpdate(int)</a></span> - Constructor for class org.apache.ignite.ml.optimization.updatecalculators.<a href="org/apache/ignite/ml/optimization/updatecalculators/SimpleGDParameterUpdate.html" title="class in org.apache.ignite.ml.optimization.updatecalculators">SimpleGDParameterUpdate</a></dt>
<dd>
<div class="block">Construct instance of this class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/optimization/updatecalculators/SimpleGDParameterUpdate.html#SimpleGDParameterUpdate-org.apache.ignite.ml.math.primitives.vector.Vector-">SimpleGDParameterUpdate(Vector)</a></span> - Constructor for class org.apache.ignite.ml.optimization.updatecalculators.<a href="org/apache/ignite/ml/optimization/updatecalculators/SimpleGDParameterUpdate.html" title="class in org.apache.ignite.ml.optimization.updatecalculators">SimpleGDParameterUpdate</a></dt>
<dd>
<div class="block">Construct instance of this class.</div>
</dd>
<dt><a href="org/apache/ignite/ml/optimization/updatecalculators/SimpleGDUpdateCalculator.html" title="class in org.apache.ignite.ml.optimization.updatecalculators"><span class="typeNameLink">SimpleGDUpdateCalculator</span></a> - Class in <a href="org/apache/ignite/ml/optimization/updatecalculators/package-summary.html">org.apache.ignite.ml.optimization.updatecalculators</a></dt>
<dd>
<div class="block">Simple gradient descent parameters updater.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/optimization/updatecalculators/SimpleGDUpdateCalculator.html#SimpleGDUpdateCalculator--">SimpleGDUpdateCalculator()</a></span> - Constructor for class org.apache.ignite.ml.optimization.updatecalculators.<a href="org/apache/ignite/ml/optimization/updatecalculators/SimpleGDUpdateCalculator.html" title="class in org.apache.ignite.ml.optimization.updatecalculators">SimpleGDUpdateCalculator</a></dt>
<dd>
<div class="block">Construct instance of this class with default parameters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/optimization/updatecalculators/SimpleGDUpdateCalculator.html#SimpleGDUpdateCalculator-double-">SimpleGDUpdateCalculator(double)</a></span> - Constructor for class org.apache.ignite.ml.optimization.updatecalculators.<a href="org/apache/ignite/ml/optimization/updatecalculators/SimpleGDUpdateCalculator.html" title="class in org.apache.ignite.ml.optimization.updatecalculators">SimpleGDUpdateCalculator</a></dt>
<dd>
<div class="block">Construct SimpleGDUpdateCalculator.</div>
</dd>
<dt><a href="org/apache/ignite/ml/dataset/primitive/SimpleLabeledDataset.html" title="class in org.apache.ignite.ml.dataset.primitive"><span class="typeNameLink">SimpleLabeledDataset</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/dataset/primitive/SimpleLabeledDataset.html" title="type parameter in SimpleLabeledDataset">C</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/dataset/primitive/package-summary.html">org.apache.ignite.ml.dataset.primitive</a></dt>
<dd>
<div class="block">A simple labeled dataset introduces additional methods based on a matrix of features and labels vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/primitive/SimpleLabeledDataset.html#SimpleLabeledDataset-org.apache.ignite.ml.dataset.Dataset-">SimpleLabeledDataset(Dataset<span class='angle_bracket'>&lt;</span>C, SimpleLabeledDatasetData<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.dataset.primitive.<a href="org/apache/ignite/ml/dataset/primitive/SimpleLabeledDataset.html" title="class in org.apache.ignite.ml.dataset.primitive">SimpleLabeledDataset</a></dt>
<dd>
<div class="block">Creates a new instance of simple labeled dataset that introduces additional methods based on a matrix of features
and labels vector.</div>
</dd>
<dt><a href="org/apache/ignite/ml/dataset/primitive/data/SimpleLabeledDatasetData.html" title="class in org.apache.ignite.ml.dataset.primitive.data"><span class="typeNameLink">SimpleLabeledDatasetData</span></a> - Class in <a href="org/apache/ignite/ml/dataset/primitive/data/package-summary.html">org.apache.ignite.ml.dataset.primitive.data</a></dt>
<dd>
<div class="block">A partition <code>data</code> of the <a href="org/apache/ignite/ml/dataset/primitive/SimpleLabeledDataset.html" title="class in org.apache.ignite.ml.dataset.primitive"><code>SimpleLabeledDataset</code></a> containing matrix of features in flat column-major
format stored in heap and vector of labels stored in heap as well.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/primitive/data/SimpleLabeledDatasetData.html#SimpleLabeledDatasetData-double:A-double:A-int-">SimpleLabeledDatasetData(double[], double[], int)</a></span> - Constructor for class org.apache.ignite.ml.dataset.primitive.data.<a href="org/apache/ignite/ml/dataset/primitive/data/SimpleLabeledDatasetData.html" title="class in org.apache.ignite.ml.dataset.primitive.data">SimpleLabeledDatasetData</a></dt>
<dd>
<div class="block">Constructs a new instance of partition <code>data</code> of the <a href="org/apache/ignite/ml/dataset/primitive/SimpleLabeledDataset.html" title="class in org.apache.ignite.ml.dataset.primitive"><code>SimpleLabeledDataset</code></a> containing matrix of
features in flat column-major format stored in heap and vector of labels stored in heap as well.</div>
</dd>
<dt><a href="org/apache/ignite/ml/dataset/primitive/builder/data/SimpleLabeledDatasetDataBuilder.html" title="class in org.apache.ignite.ml.dataset.primitive.builder.data"><span class="typeNameLink">SimpleLabeledDatasetDataBuilder</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/dataset/primitive/builder/data/SimpleLabeledDatasetDataBuilder.html" title="type parameter in SimpleLabeledDatasetDataBuilder">K</a>,<a href="org/apache/ignite/ml/dataset/primitive/builder/data/SimpleLabeledDatasetDataBuilder.html" title="type parameter in SimpleLabeledDatasetDataBuilder">V</a>,<a href="org/apache/ignite/ml/dataset/primitive/builder/data/SimpleLabeledDatasetDataBuilder.html" title="type parameter in SimpleLabeledDatasetDataBuilder">C</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/dataset/primitive/builder/data/package-summary.html">org.apache.ignite.ml.dataset.primitive.builder.data</a></dt>
<dd>
<div class="block">A partition <code>data</code> builder that makes <a href="org/apache/ignite/ml/dataset/primitive/data/SimpleLabeledDatasetData.html" title="class in org.apache.ignite.ml.dataset.primitive.data"><code>SimpleLabeledDatasetData</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/primitive/builder/data/SimpleLabeledDatasetDataBuilder.html#SimpleLabeledDatasetDataBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">SimpleLabeledDatasetDataBuilder(Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.dataset.primitive.builder.data.<a href="org/apache/ignite/ml/dataset/primitive/builder/data/SimpleLabeledDatasetDataBuilder.html" title="class in org.apache.ignite.ml.dataset.primitive.builder.data">SimpleLabeledDatasetDataBuilder</a></dt>
<dd>
<div class="block">Constructs a new instance of partition <code>data</code> builder that makes <a href="org/apache/ignite/ml/dataset/primitive/data/SimpleLabeledDatasetData.html" title="class in org.apache.ignite.ml.dataset.primitive.data"><code>SimpleLabeledDatasetData</code></a>.</div>
</dd>
<dt><a href="org/apache/ignite/ml/composition/stacking/SimpleStackedDatasetTrainer.html" title="class in org.apache.ignite.ml.composition.stacking"><span class="typeNameLink">SimpleStackedDatasetTrainer</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/composition/stacking/SimpleStackedDatasetTrainer.html" title="type parameter in SimpleStackedDatasetTrainer">I</a>,<a href="org/apache/ignite/ml/composition/stacking/SimpleStackedDatasetTrainer.html" title="type parameter in SimpleStackedDatasetTrainer">O</a>,<a href="org/apache/ignite/ml/composition/stacking/SimpleStackedDatasetTrainer.html" title="type parameter in SimpleStackedDatasetTrainer">AM</a> extends <a href="org/apache/ignite/ml/IgniteModel.html" title="interface in org.apache.ignite.ml">IgniteModel</a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/composition/stacking/SimpleStackedDatasetTrainer.html" title="type parameter in SimpleStackedDatasetTrainer">I</a>,<a href="org/apache/ignite/ml/composition/stacking/SimpleStackedDatasetTrainer.html" title="type parameter in SimpleStackedDatasetTrainer">O</a><span class='angle_bracket'>&gt;</span>,<a href="org/apache/ignite/ml/composition/stacking/SimpleStackedDatasetTrainer.html" title="type parameter in SimpleStackedDatasetTrainer">L</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/composition/stacking/package-summary.html">org.apache.ignite.ml.composition.stacking</a></dt>
<dd>
<div class="block"><a href="org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers"><code>DatasetTrainer</code></a> with same type of input and output of submodels.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/stacking/SimpleStackedDatasetTrainer.html#SimpleStackedDatasetTrainer-org.apache.ignite.ml.trainers.DatasetTrainer-org.apache.ignite.ml.math.functions.IgniteBinaryOperator-org.apache.ignite.ml.math.functions.IgniteFunction-org.apache.ignite.ml.math.functions.IgniteFunction-org.apache.ignite.ml.math.functions.IgniteFunction-">SimpleStackedDatasetTrainer(DatasetTrainer<span class='angle_bracket'>&lt;</span>AM, L<span class='angle_bracket'>&gt;</span>, IgniteBinaryOperator<span class='angle_bracket'>&lt;</span>I<span class='angle_bracket'>&gt;</span>, IgniteFunction<span class='angle_bracket'>&lt;</span>I, I<span class='angle_bracket'>&gt;</span>, IgniteFunction<span class='angle_bracket'>&lt;</span>Vector, I<span class='angle_bracket'>&gt;</span>, IgniteFunction<span class='angle_bracket'>&lt;</span>I, Vector<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.composition.stacking.<a href="org/apache/ignite/ml/composition/stacking/SimpleStackedDatasetTrainer.html" title="class in org.apache.ignite.ml.composition.stacking">SimpleStackedDatasetTrainer</a></dt>
<dd>
<div class="block">Construct instance of this class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/stacking/SimpleStackedDatasetTrainer.html#SimpleStackedDatasetTrainer-org.apache.ignite.ml.trainers.DatasetTrainer-org.apache.ignite.ml.math.functions.IgniteBinaryOperator-">SimpleStackedDatasetTrainer(DatasetTrainer<span class='angle_bracket'>&lt;</span>AM, L<span class='angle_bracket'>&gt;</span>, IgniteBinaryOperator<span class='angle_bracket'>&lt;</span>I<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.composition.stacking.<a href="org/apache/ignite/ml/composition/stacking/SimpleStackedDatasetTrainer.html" title="class in org.apache.ignite.ml.composition.stacking">SimpleStackedDatasetTrainer</a></dt>
<dd>
<div class="block">Construct instance of this class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/stacking/SimpleStackedDatasetTrainer.html#SimpleStackedDatasetTrainer--">SimpleStackedDatasetTrainer()</a></span> - Constructor for class org.apache.ignite.ml.composition.stacking.<a href="org/apache/ignite/ml/composition/stacking/SimpleStackedDatasetTrainer.html" title="class in org.apache.ignite.ml.composition.stacking">SimpleStackedDatasetTrainer</a></dt>
<dd>
<div class="block">Constructs instance of this class.</div>
</dd>
<dt><a href="org/apache/ignite/ml/tree/impurity/util/SimpleStepFunctionCompressor.html" title="class in org.apache.ignite.ml.tree.impurity.util"><span class="typeNameLink">SimpleStepFunctionCompressor</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/tree/impurity/util/SimpleStepFunctionCompressor.html" title="type parameter in SimpleStepFunctionCompressor">T</a> extends <a href="org/apache/ignite/ml/tree/impurity/ImpurityMeasure.html" title="interface in org.apache.ignite.ml.tree.impurity">ImpurityMeasure</a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/tree/impurity/util/SimpleStepFunctionCompressor.html" title="type parameter in SimpleStepFunctionCompressor">T</a><span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/tree/impurity/util/package-summary.html">org.apache.ignite.ml.tree.impurity.util</a></dt>
<dd>
<div class="block">Simple step function compressor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/impurity/util/SimpleStepFunctionCompressor.html#SimpleStepFunctionCompressor--">SimpleStepFunctionCompressor()</a></span> - Constructor for class org.apache.ignite.ml.tree.impurity.util.<a href="org/apache/ignite/ml/tree/impurity/util/SimpleStepFunctionCompressor.html" title="class in org.apache.ignite.ml.tree.impurity.util">SimpleStepFunctionCompressor</a></dt>
<dd>
<div class="block">Constructs a new instance of simple step function compressor with default parameters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/impurity/util/SimpleStepFunctionCompressor.html#SimpleStepFunctionCompressor-int-double-double-">SimpleStepFunctionCompressor(int, double, double)</a></span> - Constructor for class org.apache.ignite.ml.tree.impurity.util.<a href="org/apache/ignite/ml/tree/impurity/util/SimpleStepFunctionCompressor.html" title="class in org.apache.ignite.ml.tree.impurity.util">SimpleStepFunctionCompressor</a></dt>
<dd>
<div class="block">Constructs a new instance of simple step function compressor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#simulateNodeFailure--">simulateNodeFailure()</a></span> - Method 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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">you should you DI and get instances of [nioSrvWrapper, commWorker, clientPool] via it.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/isolated/IsolatedDiscoverySpi.html#simulateNodeFailure--">simulateNodeFailure()</a></span> - Method in class org.apache.ignite.spi.discovery.isolated.<a href="org/apache/ignite/spi/discovery/isolated/IsolatedDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.isolated">IsolatedDiscoverySpi</a></dt>
<dd>
<div class="block">For TESTING only.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#simulateNodeFailure--">simulateNodeFailure()</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="memberNameLink"><a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html#simulateNodeFailure--">simulateNodeFailure()</a></span> - Method in class org.apache.ignite.spi.discovery.zk.<a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.zk">ZookeeperDiscoverySpi</a></dt>
<dd>
<div class="block">For TESTING only.</div>
</dd>
<dt><a href="org/apache/ignite/ml/trainers/SingleLabelDatasetTrainer.html" title="class in org.apache.ignite.ml.trainers"><span class="typeNameLink">SingleLabelDatasetTrainer</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/trainers/SingleLabelDatasetTrainer.html" title="type parameter in SingleLabelDatasetTrainer">M</a> extends <a href="org/apache/ignite/ml/IgniteModel.html" title="interface in org.apache.ignite.ml">IgniteModel</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/trainers/package-summary.html">org.apache.ignite.ml.trainers</a></dt>
<dd>
<div class="block">Interface for trainers that trains on dataset with singe label per object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/trainers/SingleLabelDatasetTrainer.html#SingleLabelDatasetTrainer--">SingleLabelDatasetTrainer()</a></span> - Constructor for class org.apache.ignite.ml.trainers.<a href="org/apache/ignite/ml/trainers/SingleLabelDatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">SingleLabelDatasetTrainer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/inference/builder/SingleModelBuilder.html" title="class in org.apache.ignite.ml.inference.builder"><span class="typeNameLink">SingleModelBuilder</span></a> - Class in <a href="org/apache/ignite/ml/inference/builder/package-summary.html">org.apache.ignite.ml.inference.builder</a></dt>
<dd>
<div class="block">Implementation of synchronous inference model builder that builds a model processed locally in a single thread.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/builder/SingleModelBuilder.html#SingleModelBuilder--">SingleModelBuilder()</a></span> - Constructor for class org.apache.ignite.ml.inference.builder.<a href="org/apache/ignite/ml/inference/builder/SingleModelBuilder.html" title="class in org.apache.ignite.ml.inference.builder">SingleModelBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/math/exceptions/math/SingularMatrixException.html" title="class in org.apache.ignite.ml.math.exceptions.math"><span class="typeNameLink">SingularMatrixException</span></a> - Exception in <a href="org/apache/ignite/ml/math/exceptions/math/package-summary.html">org.apache.ignite.ml.math.exceptions.math</a></dt>
<dd>
<div class="block">Exception to be thrown when a non-singular matrix is expected.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/exceptions/math/SingularMatrixException.html#SingularMatrixException--">SingularMatrixException()</a></span> - Constructor for exception org.apache.ignite.ml.math.exceptions.math.<a href="org/apache/ignite/ml/math/exceptions/math/SingularMatrixException.html" title="class in org.apache.ignite.ml.math.exceptions.math">SingularMatrixException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/exceptions/math/SingularMatrixException.html#SingularMatrixException-java.lang.String-java.lang.Object...-">SingularMatrixException(String, Object...)</a></span> - Constructor for exception org.apache.ignite.ml.math.exceptions.math.<a href="org/apache/ignite/ml/math/exceptions/math/SingularMatrixException.html" title="class in org.apache.ignite.ml.math.exceptions.math">SingularMatrixException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryObject.html#size--">size()</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryObject.html" title="interface in org.apache.ignite.binary">BinaryObject</a></dt>
<dd>
<div class="block">Get the size of the object</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/EvictableEntry.html#size--">size()</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">Returns entry size in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#size--">size()</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 the number of all entries cached on this node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#size-org.apache.ignite.cache.CachePeekMode:A-">size(CachePeekMode[])</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCache.html#size-org.apache.ignite.cache.CachePeekMode...-">size(CachePeekMode...)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a></dt>
<dd>
<div class="block">Gets the number of all entries cached across all nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#size-org.apache.ignite.cache.CachePeekMode...-">size(CachePeekMode...)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Gets the number of all entries cached across all nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteQueue.html#size--">size()</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="memberNameLink"><a href="org/apache/ignite/IgniteSet.html#size--">size()</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="memberNameLink"><a href="org/apache/ignite/lang/IgniteBiTuple.html#size--">size()</a></span> - Method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteBiTuple.html" title="class in org.apache.ignite.lang">IgniteBiTuple</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#size--">size()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Gets cardinality of this vector (maximum number of the elements).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#size--">size()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Gets cardinality of this vector (maximum number of the elements).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/DenseVectorStorage.html#size--">size()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/DenseVectorStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">DenseVectorStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/SparseVectorStorage.html#size--">size()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/SparseVectorStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">SparseVectorStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorizedViewMatrixStorage.html#size--">size()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorizedViewMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">VectorizedViewMatrixStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorViewStorage.html#size--">size()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorViewStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">VectorViewStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html#size--">size()</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a></dt>
<dd>
<div class="block">Gets cardinality of this vector (maximum number of the elements).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/VectorStorage.html#size--">size()</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/VectorStorage.html" title="interface in org.apache.ignite.ml.math.primitives.vector">VectorStorage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/DatasetRow.html#size--">size()</a></span> - Method in class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/DatasetRow.html" title="class in org.apache.ignite.ml.structures">DatasetRow</a></dt>
<dd>
<div class="block">Gets cardinality of dataset row (maximum number of the elements).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/primitives/scalar/DiscreteRandomProducer.html#size--">size()</a></span> - Method in class org.apache.ignite.ml.util.generators.primitives.scalar.<a href="org/apache/ignite/ml/util/generators/primitives/scalar/DiscreteRandomProducer.html" title="class in org.apache.ignite.ml.util.generators.primitives.scalar">DiscreteRandomProducer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/genetic/Chromosome.html#size--">size()</a></span> - Method in class org.apache.ignite.ml.util.genetic.<a href="org/apache/ignite/ml/util/genetic/Chromosome.html" title="class in org.apache.ignite.ml.util.genetic">Chromosome</a></dt>
<dd>
<div class="block">Returns the amount of genes in chromosome.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/genetic/Population.html#size--">size()</a></span> - Method in class org.apache.ignite.ml.util.genetic.<a href="org/apache/ignite/ml/util/genetic/Population.html" title="class in org.apache.ignite.ml.util.genetic">Population</a></dt>
<dd>
<div class="block">Returns the size of population.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/datastructures/QueueView.html#size--">size()</a></span> - Method in class org.apache.ignite.spi.systemview.view.datastructures.<a href="org/apache/ignite/spi/systemview/view/datastructures/QueueView.html" title="class in org.apache.ignite.spi.systemview.view.datastructures">QueueView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/datastructures/SetView.html#size--">size()</a></span> - Method in class org.apache.ignite.spi.systemview.view.datastructures.<a href="org/apache/ignite/spi/systemview/view/datastructures/SetView.html" title="class in org.apache.ignite.spi.systemview.view.datastructures">SetView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SystemView.html#size--">size()</a></span> - Method in interface org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SystemView.html" title="interface in org.apache.ignite.spi.systemview.view">SystemView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteProductVersion.html#SIZE_IN_BYTES">SIZE_IN_BYTES</a></span> - Static variable in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteProductVersion.html" title="class in org.apache.ignite.lang">IgniteProductVersion</a></dt>
<dd>
<div class="block">Size in bytes of serialized: 3 bytes (maj, min, maintenance version), 8 bytes - timestamp</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#sizeAsync-org.apache.ignite.cache.CachePeekMode:A-">sizeAsync(CachePeekMode[])</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCache.html#sizeAsync-org.apache.ignite.cache.CachePeekMode...-">sizeAsync(CachePeekMode...)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a></dt>
<dd>
<div class="block">Gets the number of all entries cached across all nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#sizeAsync-org.apache.ignite.cache.CachePeekMode...-">sizeAsync(CachePeekMode...)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Asynchronously gets the number of all entries cached across all nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#sizeLong--">sizeLong()</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 the number of all entries cached on this node as a long value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#sizeLong-org.apache.ignite.cache.CachePeekMode:A-">sizeLong(CachePeekMode[])</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#sizeLong-int-org.apache.ignite.cache.CachePeekMode:A-">sizeLong(int, CachePeekMode[])</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#sizeLong-org.apache.ignite.cache.CachePeekMode...-">sizeLong(CachePeekMode...)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Gets the number of all entries cached across all nodes as a long value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#sizeLong-int-org.apache.ignite.cache.CachePeekMode...-">sizeLong(int, CachePeekMode...)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Gets the number of all entries cached in a partition as a long value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#sizeLongAsync-org.apache.ignite.cache.CachePeekMode:A-">sizeLongAsync(CachePeekMode[])</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#sizeLongAsync-int-org.apache.ignite.cache.CachePeekMode:A-">sizeLongAsync(int, CachePeekMode[])</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#sizeLongAsync-org.apache.ignite.cache.CachePeekMode...-">sizeLongAsync(CachePeekMode...)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Asynchronously gets the number of all entries cached across all nodes as a long value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#sizeLongAsync-int-org.apache.ignite.cache.CachePeekMode...-">sizeLongAsync(int, CachePeekMode...)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Asynchronously gets the number of all entries cached in a partition as a long value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.ArrayLikeObjectLabelVectorizer.html#sizeOf-K-V-">sizeOf(K, V)</a></span> - Method in class org.apache.ignite.ml.dataset.feature.extractor.<a href="org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.ArrayLikeObjectLabelVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor">ExtractionUtils.ArrayLikeObjectLabelVectorizer</a></dt>
<dd>
<div class="block">Size of array-like structure of upstream object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.ArrayLikeVectorizer.html#sizeOf-K-V-">sizeOf(K, V)</a></span> - Method in class org.apache.ignite.ml.dataset.feature.extractor.<a href="org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.ArrayLikeVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor">ExtractionUtils.ArrayLikeVectorizer</a></dt>
<dd>
<div class="block">Size of array-like structure of upstream object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/impl/DoubleArrayVectorizer.html#sizeOf-K-double:A-">sizeOf(K, double[])</a></span> - Method in class org.apache.ignite.ml.dataset.feature.extractor.impl.<a href="org/apache/ignite/ml/dataset/feature/extractor/impl/DoubleArrayVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor.impl">DoubleArrayVectorizer</a></dt>
<dd>
<div class="block">Size of array-like structure of upstream object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/impl/DummyVectorizer.html#sizeOf-K-org.apache.ignite.ml.math.primitives.vector.Vector-">sizeOf(K, Vector)</a></span> - Method in class org.apache.ignite.ml.dataset.feature.extractor.impl.<a href="org/apache/ignite/ml/dataset/feature/extractor/impl/DummyVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor.impl">DummyVectorizer</a></dt>
<dd>
<div class="block">Size of array-like structure of upstream object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/impl/ObjectArrayVectorizer.html#sizeOf-K-java.lang.Object:A-">sizeOf(K, Object[])</a></span> - Method in class org.apache.ignite.ml.dataset.feature.extractor.impl.<a href="org/apache/ignite/ml/dataset/feature/extractor/impl/ObjectArrayVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor.impl">ObjectArrayVectorizer</a></dt>
<dd>
<div class="block">Size of array-like structure of upstream object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/messaging/MessagingListenActor.html#skip--">skip()</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">Skips current message and continues to listen for new message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#skipStore--">skipStore()</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteDataStreamer.html#skipStore--">skipStore()</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 indicating that write-through behavior should be disabled for data streaming.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteDataStreamer.html#skipStore-boolean-">skipStore(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 indicating that write-through behavior should be disabled for data streaming.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/IgniteScheduler.html#slaveLost-org.apache.mesos.SchedulerDriver-org.apache.mesos.Protos.SlaveID-">slaveLost(SchedulerDriver, Protos.SlaveID)</a></span> - Method in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/IgniteScheduler.html" title="class in org.apache.ignite.mesos">IgniteScheduler</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/common/RandomSleeper.html#sleep--">sleep()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.common.<a href="org/apache/ignite/cache/store/cassandra/common/RandomSleeper.html" title="class in org.apache.ignite.cache.store.cassandra.common">RandomSleeper</a></dt>
<dd>
<div class="block">Sleeps</div>
</dd>
<dt><a href="org/apache/ignite/logger/slf4j/Slf4jLogger.html" title="class in org.apache.ignite.logger.slf4j"><span class="typeNameLink">Slf4jLogger</span></a> - Class in <a href="org/apache/ignite/logger/slf4j/package-summary.html">org.apache.ignite.logger.slf4j</a></dt>
<dd>
<div class="block">SLF4J-based implementation for logging.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/slf4j/Slf4jLogger.html#Slf4jLogger--">Slf4jLogger()</a></span> - Constructor for class org.apache.ignite.logger.slf4j.<a href="org/apache/ignite/logger/slf4j/Slf4jLogger.html" title="class in org.apache.ignite.logger.slf4j">Slf4jLogger</a></dt>
<dd>
<div class="block">Creates new logger.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/slf4j/Slf4jLogger.html#Slf4jLogger-org.slf4j.Logger-">Slf4jLogger(Logger)</a></span> - Constructor for class org.apache.ignite.logger.slf4j.<a href="org/apache/ignite/logger/slf4j/Slf4jLogger.html" title="class in org.apache.ignite.logger.slf4j">Slf4jLogger</a></dt>
<dd>
<div class="block">Creates new logger with given implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/encoding/EncoderTrainer.html#smoothing-java.lang.Double-">smoothing(Double)</a></span> - Method in class org.apache.ignite.ml.preprocessing.encoding.<a href="org/apache/ignite/ml/preprocessing/encoding/EncoderTrainer.html" title="class in org.apache.ignite.ml.preprocessing.encoding">EncoderTrainer</a></dt>
<dd>
<div class="block">Sets the smoothing for target encoding.</div>
</dd>
<dt><a href="org/apache/ignite/ml/optimization/SmoothParametrized.html" title="interface in org.apache.ignite.ml.optimization"><span class="typeNameLink">SmoothParametrized</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/optimization/SmoothParametrized.html" title="type parameter in SmoothParametrized">M</a> extends <a href="org/apache/ignite/ml/optimization/Parametrized.html" title="interface in org.apache.ignite.ml.optimization">Parametrized</a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/optimization/SmoothParametrized.html" title="type parameter in SmoothParametrized">M</a><span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/ml/optimization/package-summary.html">org.apache.ignite.ml.optimization</a></dt>
<dd>
<div class="block">Interface for models which are smooth functions of their parameters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignite.html#snapshot--">snapshot()</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>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#snapshot--">snapshot()</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="memberNameLink"><a href="org/apache/ignite/IgniteSystemProperties.html#snapshot--">snapshot()</a></span> - Static method in class org.apache.ignite.<a href="org/apache/ignite/IgniteSystemProperties.html" title="class in org.apache.ignite">IgniteSystemProperties</a></dt>
<dd>
<div class="block">Gets snapshot of system properties.</div>
</dd>
<dt><a href="org/apache/ignite/events/SnapshotEvent.html" title="class in org.apache.ignite.events"><span class="typeNameLink">SnapshotEvent</span></a> - Class in <a href="org/apache/ignite/events/package-summary.html">org.apache.ignite.events</a></dt>
<dd>
<div class="block">Event indicating the cluster snapshot operation result state with the given name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/SnapshotEvent.html#SnapshotEvent-org.apache.ignite.cluster.ClusterNode-java.lang.String-java.lang.String-int-">SnapshotEvent(ClusterNode, String, String, int)</a></span> - Constructor for class org.apache.ignite.events.<a href="org/apache/ignite/events/SnapshotEvent.html" title="class in org.apache.ignite.events">SnapshotEvent</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/mxbean/SnapshotMXBean.html" title="interface in org.apache.ignite.mxbean"><span class="typeNameLink">SnapshotMXBean</span></a> - Interface in <a href="org/apache/ignite/mxbean/package-summary.html">org.apache.ignite.mxbean</a></dt>
<dd>
<div class="block">Snapshot features MBean.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/SnapshotEvent.html#snapshotName--">snapshotName()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/SnapshotEvent.html" title="class in org.apache.ignite.events">SnapshotEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#sndMsgLsnrs">sndMsgLsnrs</a></span> - 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>&nbsp;</dd>
<dt><a href="org/apache/ignite/stream/socket/SocketMessageConverter.html" title="interface in org.apache.ignite.stream.socket"><span class="typeNameLink">SocketMessageConverter</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/stream/socket/SocketMessageConverter.html" title="type parameter in SocketMessageConverter">T</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/stream/socket/package-summary.html">org.apache.ignite.stream.socket</a></dt>
<dd>
<div class="block">Socket message converter.</div>
</dd>
<dt><a href="org/apache/ignite/stream/socket/SocketStreamer.html" title="class in org.apache.ignite.stream.socket"><span class="typeNameLink">SocketStreamer</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/stream/socket/SocketStreamer.html" title="type parameter in SocketStreamer">T</a>,<a href="org/apache/ignite/stream/socket/SocketStreamer.html" title="type parameter in SocketStreamer">K</a>,<a href="org/apache/ignite/stream/socket/SocketStreamer.html" title="type parameter in SocketStreamer">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/stream/socket/package-summary.html">org.apache.ignite.stream.socket</a></dt>
<dd>
<div class="block">Server that receives data from TCP socket, converts it to key-value pairs using <a href="org/apache/ignite/stream/StreamTupleExtractor.html" title="interface in org.apache.ignite.stream"><code>StreamTupleExtractor</code></a> and
streams into <a href="org/apache/ignite/IgniteDataStreamer.html" title="interface in org.apache.ignite"><code>IgniteDataStreamer</code></a> instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/stream/socket/SocketStreamer.html#SocketStreamer--">SocketStreamer()</a></span> - Constructor for class org.apache.ignite.stream.socket.<a href="org/apache/ignite/stream/socket/SocketStreamer.html" title="class in org.apache.ignite.stream.socket">SocketStreamer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/isolve/lsqr/AbstractLSQR.html#solve-double-double-double-double-double-boolean-double:A-">solve(double, double, double, double, double, boolean, double[])</a></span> - Method in class org.apache.ignite.ml.math.isolve.lsqr.<a href="org/apache/ignite/ml/math/isolve/lsqr/AbstractLSQR.html" title="class in org.apache.ignite.ml.math.isolve.lsqr">AbstractLSQR</a></dt>
<dd>
<div class="block">Solves given Sparse Linear Systems.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/LUDecomposition.html#solve-org.apache.ignite.ml.math.primitives.vector.Vector-">solve(Vector)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/LUDecomposition.html" title="class in org.apache.ignite.ml.math.primitives.matrix">LUDecomposition</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/LUDecomposition.html#solve-org.apache.ignite.ml.math.primitives.matrix.Matrix-">solve(Matrix)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/LUDecomposition.html" title="class in org.apache.ignite.ml.math.primitives.matrix">LUDecomposition</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#sort--">sort()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Sorts this vector in ascending order.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#sort--">sort()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Sorts this vector in ascending order.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html#sort--">sort()</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a></dt>
<dd>
<div class="block">Sorts this vector in ascending order.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/data/DecisionTreeData.html#sort-int-">sort(int)</a></span> - Method in class org.apache.ignite.ml.tree.data.<a href="org/apache/ignite/ml/tree/data/DecisionTreeData.html" title="class in org.apache.ignite.ml.tree.data">DecisionTreeData</a></dt>
<dd>
<div class="block">Sorts data by specified column in ascending order.</div>
</dd>
<dt><a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicy.html" title="class in org.apache.ignite.cache.eviction.sorted"><span class="typeNameLink">SortedEvictionPolicy</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicy.html" title="type parameter in SortedEvictionPolicy">K</a>,<a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicy.html" title="type parameter in SortedEvictionPolicy">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/cache/eviction/sorted/package-summary.html">org.apache.ignite.cache.eviction.sorted</a></dt>
<dd>
<div class="block">Cache eviction policy which will select the minimum cache entry for eviction.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicy.html#SortedEvictionPolicy--">SortedEvictionPolicy()</a></span> - Constructor for class org.apache.ignite.cache.eviction.sorted.<a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicy.html" title="class in org.apache.ignite.cache.eviction.sorted">SortedEvictionPolicy</a></dt>
<dd>
<div class="block">Constructs sorted eviction policy with all defaults.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicy.html#SortedEvictionPolicy-int-">SortedEvictionPolicy(int)</a></span> - Constructor for class org.apache.ignite.cache.eviction.sorted.<a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicy.html" title="class in org.apache.ignite.cache.eviction.sorted">SortedEvictionPolicy</a></dt>
<dd>
<div class="block">Constructs sorted eviction policy with maximum size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicy.html#SortedEvictionPolicy-int-java.util.Comparator-">SortedEvictionPolicy(int, Comparator<span class='angle_bracket'>&lt;</span>EvictableEntry<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.cache.eviction.sorted.<a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicy.html" title="class in org.apache.ignite.cache.eviction.sorted">SortedEvictionPolicy</a></dt>
<dd>
<div class="block">Constructs sorted eviction policy with given maximum size and given entry comparator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicy.html#SortedEvictionPolicy-int-int-java.util.Comparator-">SortedEvictionPolicy(int, int, Comparator<span class='angle_bracket'>&lt;</span>EvictableEntry<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.cache.eviction.sorted.<a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicy.html" title="class in org.apache.ignite.cache.eviction.sorted">SortedEvictionPolicy</a></dt>
<dd>
<div class="block">Constructs sorted eviction policy with given maximum size, eviction batch size and entries comparator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicy.html#SortedEvictionPolicy-java.util.Comparator-">SortedEvictionPolicy(Comparator<span class='angle_bracket'>&lt;</span>EvictableEntry<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.cache.eviction.sorted.<a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicy.html" title="class in org.apache.ignite.cache.eviction.sorted">SortedEvictionPolicy</a></dt>
<dd>
<div class="block">Constructs sorted eviction policy with given maximum size and given entry comparator.</div>
</dd>
<dt><a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicyFactory.html" title="class in org.apache.ignite.cache.eviction.sorted"><span class="typeNameLink">SortedEvictionPolicyFactory</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicyFactory.html" title="type parameter in SortedEvictionPolicyFactory">K</a>,<a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicyFactory.html" title="type parameter in SortedEvictionPolicyFactory">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/cache/eviction/sorted/package-summary.html">org.apache.ignite.cache.eviction.sorted</a></dt>
<dd>
<div class="block">Factory class for <a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicy.html" title="class in org.apache.ignite.cache.eviction.sorted"><code>SortedEvictionPolicy</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicyFactory.html#SortedEvictionPolicyFactory--">SortedEvictionPolicyFactory()</a></span> - Constructor for class org.apache.ignite.cache.eviction.sorted.<a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicyFactory.html" title="class in org.apache.ignite.cache.eviction.sorted">SortedEvictionPolicyFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicyFactory.html#SortedEvictionPolicyFactory-int-">SortedEvictionPolicyFactory(int)</a></span> - Constructor for class org.apache.ignite.cache.eviction.sorted.<a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicyFactory.html" title="class in org.apache.ignite.cache.eviction.sorted">SortedEvictionPolicyFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicyFactory.html#SortedEvictionPolicyFactory-int-int-long-">SortedEvictionPolicyFactory(int, int, long)</a></span> - Constructor for class org.apache.ignite.cache.eviction.sorted.<a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicyFactory.html" title="class in org.apache.ignite.cache.eviction.sorted">SortedEvictionPolicyFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicyMBean.html" title="interface in org.apache.ignite.cache.eviction.sorted"><span class="typeNameLink">SortedEvictionPolicyMBean</span></a> - Interface in <a href="org/apache/ignite/cache/eviction/sorted/package-summary.html">org.apache.ignite.cache.eviction.sorted</a></dt>
<dd>
<div class="block">MBean for sorted eviction policy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/utils/IgniteYarnUtils.html#SPACE">SPACE</a></span> - Static variable in class org.apache.ignite.yarn.utils.<a href="org/apache/ignite/yarn/utils/IgniteYarnUtils.html" title="class in org.apache.ignite.yarn.utils">IgniteYarnUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/DiscoveryEvent.html#span--">span()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/DiscoveryEvent.html" title="class in org.apache.ignite.events">DiscoveryEvent</a></dt>
<dd>
<div class="block">Gets span instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/DiscoveryEvent.html#span-org.apache.ignite.internal.processors.tracing.Span-">span(Span)</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/DiscoveryEvent.html" title="class in org.apache.ignite.events">DiscoveryEvent</a></dt>
<dd>
<div class="block">Set span.</div>
</dd>
<dt><a href="org/apache/ignite/spi/tracing/SpanStatus.html" title="enum in org.apache.ignite.spi.tracing"><span class="typeNameLink">SpanStatus</span></a> - Enum in <a href="org/apache/ignite/spi/tracing/package-summary.html">org.apache.ignite.spi.tracing</a></dt>
<dd>
<div class="block">Various statuses for Spans execution.</div>
</dd>
<dt><a href="org/apache/ignite/ml/sparkmodelparser/SparkModelParser.html" title="class in org.apache.ignite.ml.sparkmodelparser"><span class="typeNameLink">SparkModelParser</span></a> - Class in <a href="org/apache/ignite/ml/sparkmodelparser/package-summary.html">org.apache.ignite.ml.sparkmodelparser</a></dt>
<dd>
<div class="block">Parser of Spark models.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/sparkmodelparser/SparkModelParser.html#SparkModelParser--">SparkModelParser()</a></span> - Constructor for class org.apache.ignite.ml.sparkmodelparser.<a href="org/apache/ignite/ml/sparkmodelparser/SparkModelParser.html" title="class in org.apache.ignite.ml.sparkmodelparser">SparkModelParser</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/math/primitives/matrix/impl/SparseMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix.impl"><span class="typeNameLink">SparseMatrix</span></a> - Class in <a href="org/apache/ignite/ml/math/primitives/matrix/impl/package-summary.html">org.apache.ignite.ml.math.primitives.matrix.impl</a></dt>
<dd>
<div class="block">Sparse local onheap matrix with <a href="org/apache/ignite/ml/math/primitives/vector/impl/SparseVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl"><code>SparseVector</code></a> as rows.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/impl/SparseMatrix.html#SparseMatrix--">SparseMatrix()</a></span> - Constructor for class org.apache.ignite.ml.math.primitives.matrix.impl.<a href="org/apache/ignite/ml/math/primitives/matrix/impl/SparseMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix.impl">SparseMatrix</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/impl/SparseMatrix.html#SparseMatrix-int-int-">SparseMatrix(int, int)</a></span> - Constructor for class org.apache.ignite.ml.math.primitives.matrix.impl.<a href="org/apache/ignite/ml/math/primitives/matrix/impl/SparseMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix.impl">SparseMatrix</a></dt>
<dd>
<div class="block">Construct new <a href="org/apache/ignite/ml/math/primitives/matrix/impl/SparseMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix.impl"><code>SparseMatrix</code></a>.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/primitives/matrix/storage/SparseMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.matrix.storage"><span class="typeNameLink">SparseMatrixStorage</span></a> - Class in <a href="org/apache/ignite/ml/math/primitives/matrix/storage/package-summary.html">org.apache.ignite.ml.math.primitives.matrix.storage</a></dt>
<dd>
<div class="block">Storage for sparse, local, on-heap matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/storage/SparseMatrixStorage.html#SparseMatrixStorage--">SparseMatrixStorage()</a></span> - Constructor for class org.apache.ignite.ml.math.primitives.matrix.storage.<a href="org/apache/ignite/ml/math/primitives/matrix/storage/SparseMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.matrix.storage">SparseMatrixStorage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/storage/SparseMatrixStorage.html#SparseMatrixStorage-int-int-int-int-">SparseMatrixStorage(int, int, int, int)</a></span> - Constructor for class org.apache.ignite.ml.math.primitives.matrix.storage.<a href="org/apache/ignite/ml/math/primitives/matrix/storage/SparseMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.matrix.storage">SparseMatrixStorage</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/math/primitives/vector/impl/SparseVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl"><span class="typeNameLink">SparseVector</span></a> - Class in <a href="org/apache/ignite/ml/math/primitives/vector/impl/package-summary.html">org.apache.ignite.ml.math.primitives.vector.impl</a></dt>
<dd>
<div class="block">Local on-heap sparse vector based on hash map storage.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/SparseVector.html#SparseVector--">SparseVector()</a></span> - Constructor for class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/SparseVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">SparseVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/SparseVector.html#SparseVector-java.util.Map-boolean-">SparseVector(Map<span class='angle_bracket'>&lt;</span>Integer, Double<span class='angle_bracket'>&gt;</span>, boolean)</a></span> - Constructor for class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/SparseVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">SparseVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/SparseVector.html#SparseVector-int-">SparseVector(int)</a></span> - Constructor for class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/SparseVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">SparseVector</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/math/primitives/vector/storage/SparseVectorStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage"><span class="typeNameLink">SparseVectorStorage</span></a> - Class in <a href="org/apache/ignite/ml/math/primitives/vector/storage/package-summary.html">org.apache.ignite.ml.math.primitives.vector.storage</a></dt>
<dd>
<div class="block">Sparse, local, on-heap vector storage.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/SparseVectorStorage.html#SparseVectorStorage--">SparseVectorStorage()</a></span> - Constructor for class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/SparseVectorStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">SparseVectorStorage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/SparseVectorStorage.html#SparseVectorStorage-java.util.Map-boolean-">SparseVectorStorage(Map<span class='angle_bracket'>&lt;</span>Integer, ? extends Serializable<span class='angle_bracket'>&gt;</span>, boolean)</a></span> - Constructor for class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/SparseVectorStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">SparseVectorStorage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/SparseVectorStorage.html#SparseVectorStorage-int-">SparseVectorStorage(int)</a></span> - Constructor for class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/SparseVectorStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">SparseVectorStorage</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/knn/utils/indices/SpatialIndex.html" title="interface in org.apache.ignite.ml.knn.utils.indices"><span class="typeNameLink">SpatialIndex</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/knn/utils/indices/SpatialIndex.html" title="type parameter in SpatialIndex">L</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/ml/knn/utils/indices/package-summary.html">org.apache.ignite.ml.knn.utils.indices</a></dt>
<dd>
<div class="block">An index that works with spatial data and allows to quickly find <code>k</code> closest element.</div>
</dd>
<dt><a href="org/apache/ignite/ml/knn/utils/indices/SpatialIndexType.html" title="enum in org.apache.ignite.ml.knn.utils.indices"><span class="typeNameLink">SpatialIndexType</span></a> - Enum in <a href="org/apache/ignite/ml/knn/utils/indices/package-summary.html">org.apache.ignite.ml.knn.utils.indices</a></dt>
<dd>
<div class="block">Spatial index type.</div>
</dd>
<dt><a href="org/apache/ignite/ml/selection/scoring/metric/classification/Specificity.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification"><span class="typeNameLink">Specificity</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/selection/scoring/metric/classification/Specificity.html" title="type parameter in Specificity">L</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/selection/scoring/metric/classification/package-summary.html">org.apache.ignite.ml.selection.scoring.metric.classification</a></dt>
<dd>
<div class="block">Specificity metric class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/Specificity.html#Specificity--">Specificity()</a></span> - Constructor for class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/Specificity.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">Specificity</a></dt>
<dd>
<div class="block">Creates an instance of Specificity.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/Specificity.html#Specificity-L-L-">Specificity(L, L)</a></span> - Constructor for class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/Specificity.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">Specificity</a></dt>
<dd>
<div class="block">Creates an instance of Specificity class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiMBeanAdapter.html#spiAdapter">spiAdapter</a></span> - Variable in class org.apache.ignite.spi.<a href="org/apache/ignite/spi/IgniteSpiMBeanAdapter.html" title="class in org.apache.ignite.spi">IgniteSpiMBeanAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/TcpDiscoveryIpFinderAdapter.html#spiContext--">spiContext()</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/TcpDiscoveryIpFinderAdapter.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder">TcpDiscoveryIpFinderAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#spiCtx">spiCtx</a></span> - 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>&nbsp;</dd>
<dt><a href="org/apache/ignite/cache/query/SpiQuery.html" title="class in org.apache.ignite.cache.query"><span class="typeNameLink">SpiQuery</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/cache/query/SpiQuery.html" title="type parameter in SpiQuery">K</a>,<a href="org/apache/ignite/cache/query/SpiQuery.html" title="type parameter in SpiQuery">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/cache/query/package-summary.html">org.apache.ignite.cache.query</a></dt>
<dd>
<div class="block">Query to be used by <a href="org/apache/ignite/spi/indexing/IndexingSpi.html" title="interface in org.apache.ignite.spi.indexing"><code>IndexingSpi</code></a> implementations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SpiQuery.html#SpiQuery--">SpiQuery()</a></span> - Constructor for class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SpiQuery.html" title="class in org.apache.ignite.cache.query">SpiQuery</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/spi/tracing/SpiSpecificSpan.html" title="interface in org.apache.ignite.spi.tracing"><span class="typeNameLink">SpiSpecificSpan</span></a> - Interface in <a href="org/apache/ignite/spi/tracing/package-summary.html">org.apache.ignite.spi.tracing</a></dt>
<dd>
<div class="block">Logical piece of a trace that insulates spi specific logic.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/cache/CacheCheckpointSpi.html#spiStart-java.lang.String-">spiStart(String)</a></span> - Method in 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>
<div class="block">This method is called to start SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html#spiStart-java.lang.String-">spiStart(String)</a></span> - Method in class org.apache.ignite.spi.checkpoint.jdbc.<a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.jdbc">JdbcCheckpointSpi</a></dt>
<dd>
<div class="block">This method is called to start SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/noop/NoopCheckpointSpi.html#spiStart-java.lang.String-">spiStart(String)</a></span> - Method in class org.apache.ignite.spi.checkpoint.noop.<a href="org/apache/ignite/spi/checkpoint/noop/NoopCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.noop">NoopCheckpointSpi</a></dt>
<dd>
<div class="block">This method is called to start SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/s3/S3CheckpointSpi.html#spiStart-java.lang.String-">spiStart(String)</a></span> - Method 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">This method is called to start SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/sharedfs/SharedFsCheckpointSpi.html#spiStart-java.lang.String-">spiStart(String)</a></span> - Method in class org.apache.ignite.spi.checkpoint.sharedfs.<a href="org/apache/ignite/spi/checkpoint/sharedfs/SharedFsCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.sharedfs">SharedFsCheckpointSpi</a></dt>
<dd>
<div class="block">This method is called to start SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/fifoqueue/FifoQueueCollisionSpi.html#spiStart-java.lang.String-">spiStart(String)</a></span> - Method in class org.apache.ignite.spi.collision.fifoqueue.<a href="org/apache/ignite/spi/collision/fifoqueue/FifoQueueCollisionSpi.html" title="class in org.apache.ignite.spi.collision.fifoqueue">FifoQueueCollisionSpi</a></dt>
<dd>
<div class="block">This method is called to start SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpi.html#spiStart-java.lang.String-">spiStart(String)</a></span> - Method 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">This method is called to start SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/noop/NoopCollisionSpi.html#spiStart-java.lang.String-">spiStart(String)</a></span> - Method in class org.apache.ignite.spi.collision.noop.<a href="org/apache/ignite/spi/collision/noop/NoopCollisionSpi.html" title="class in org.apache.ignite.spi.collision.noop">NoopCollisionSpi</a></dt>
<dd>
<div class="block">This method is called to start SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html#spiStart-java.lang.String-">spiStart(String)</a></span> - Method in class org.apache.ignite.spi.collision.priorityqueue.<a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html" title="class in org.apache.ignite.spi.collision.priorityqueue">PriorityQueueCollisionSpi</a></dt>
<dd>
<div class="block">This method is called to start SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#spiStart-java.lang.String-">spiStart(String)</a></span> - Method 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">This method is called to start SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/deployment/local/LocalDeploymentSpi.html#spiStart-java.lang.String-">spiStart(String)</a></span> - Method in class org.apache.ignite.spi.deployment.local.<a href="org/apache/ignite/spi/deployment/local/LocalDeploymentSpi.html" title="class in org.apache.ignite.spi.deployment.local">LocalDeploymentSpi</a></dt>
<dd>
<div class="block">This method is called to start SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/deployment/uri/UriDeploymentSpi.html#spiStart-java.lang.String-">spiStart(String)</a></span> - Method in class org.apache.ignite.spi.deployment.uri.<a href="org/apache/ignite/spi/deployment/uri/UriDeploymentSpi.html" title="class in org.apache.ignite.spi.deployment.uri">UriDeploymentSpi</a></dt>
<dd>
<div class="block">This method is called to start SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/isolated/IsolatedDiscoverySpi.html#spiStart-java.lang.String-">spiStart(String)</a></span> - Method in class org.apache.ignite.spi.discovery.isolated.<a href="org/apache/ignite/spi/discovery/isolated/IsolatedDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.isolated">IsolatedDiscoverySpi</a></dt>
<dd>
<div class="block">This method is called to start SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#spiStart-java.lang.String-">spiStart(String)</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">This method is called to start SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html#spiStart-java.lang.String-">spiStart(String)</a></span> - Method in class org.apache.ignite.spi.discovery.zk.<a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.zk">ZookeeperDiscoverySpi</a></dt>
<dd>
<div class="block">This method is called to start SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionSpi.html#spiStart-java.lang.String-">spiStart(String)</a></span> - Method in class org.apache.ignite.spi.encryption.keystore.<a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionSpi.html" title="class in org.apache.ignite.spi.encryption.keystore">KeystoreEncryptionSpi</a></dt>
<dd>
<div class="block">This method is called to start SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/noop/NoopEncryptionSpi.html#spiStart-java.lang.String-">spiStart(String)</a></span> - Method in class org.apache.ignite.spi.encryption.noop.<a href="org/apache/ignite/spi/encryption/noop/NoopEncryptionSpi.html" title="class in org.apache.ignite.spi.encryption.noop">NoopEncryptionSpi</a></dt>
<dd>
<div class="block">This method is called to start SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/eventstorage/memory/MemoryEventStorageSpi.html#spiStart-java.lang.String-">spiStart(String)</a></span> - Method in class org.apache.ignite.spi.eventstorage.memory.<a href="org/apache/ignite/spi/eventstorage/memory/MemoryEventStorageSpi.html" title="class in org.apache.ignite.spi.eventstorage.memory">MemoryEventStorageSpi</a></dt>
<dd>
<div class="block">This method is called to start SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/eventstorage/NoopEventStorageSpi.html#spiStart-java.lang.String-">spiStart(String)</a></span> - Method in class org.apache.ignite.spi.eventstorage.<a href="org/apache/ignite/spi/eventstorage/NoopEventStorageSpi.html" title="class in org.apache.ignite.spi.eventstorage">NoopEventStorageSpi</a></dt>
<dd>
<div class="block">This method is called to start SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/failover/always/AlwaysFailoverSpi.html#spiStart-java.lang.String-">spiStart(String)</a></span> - Method 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">This method is called to start SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/failover/jobstealing/JobStealingFailoverSpi.html#spiStart-java.lang.String-">spiStart(String)</a></span> - Method in class org.apache.ignite.spi.failover.jobstealing.<a href="org/apache/ignite/spi/failover/jobstealing/JobStealingFailoverSpi.html" title="class in org.apache.ignite.spi.failover.jobstealing">JobStealingFailoverSpi</a></dt>
<dd>
<div class="block">This method is called to start SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/failover/never/NeverFailoverSpi.html#spiStart-java.lang.String-">spiStart(String)</a></span> - Method in class org.apache.ignite.spi.failover.never.<a href="org/apache/ignite/spi/failover/never/NeverFailoverSpi.html" title="class in org.apache.ignite.spi.failover.never">NeverFailoverSpi</a></dt>
<dd>
<div class="block">This method is called to start SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpi.html#spiStart-java.lang.String-">spiStart(String)</a></span> - Method in interface org.apache.ignite.spi.<a href="org/apache/ignite/spi/IgniteSpi.html" title="interface in org.apache.ignite.spi">IgniteSpi</a></dt>
<dd>
<div class="block">This method is called to start SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/indexing/noop/NoopIndexingSpi.html#spiStart-java.lang.String-">spiStart(String)</a></span> - Method in class org.apache.ignite.spi.indexing.noop.<a href="org/apache/ignite/spi/indexing/noop/NoopIndexingSpi.html" title="class in org.apache.ignite.spi.indexing.noop">NoopIndexingSpi</a></dt>
<dd>
<div class="block">This method is called to start SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/loadbalancing/adaptive/AdaptiveLoadBalancingSpi.html#spiStart-java.lang.String-">spiStart(String)</a></span> - Method in 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>
<div class="block">This method is called to start SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/loadbalancing/roundrobin/RoundRobinLoadBalancingSpi.html#spiStart-java.lang.String-">spiStart(String)</a></span> - Method in class org.apache.ignite.spi.loadbalancing.roundrobin.<a href="org/apache/ignite/spi/loadbalancing/roundrobin/RoundRobinLoadBalancingSpi.html" title="class in org.apache.ignite.spi.loadbalancing.roundrobin">RoundRobinLoadBalancingSpi</a></dt>
<dd>
<div class="block">This method is called to start SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/loadbalancing/weightedrandom/WeightedRandomLoadBalancingSpi.html#spiStart-java.lang.String-">spiStart(String)</a></span> - Method in class org.apache.ignite.spi.loadbalancing.weightedrandom.<a href="org/apache/ignite/spi/loadbalancing/weightedrandom/WeightedRandomLoadBalancingSpi.html" title="class in org.apache.ignite.spi.loadbalancing.weightedrandom">WeightedRandomLoadBalancingSpi</a></dt>
<dd>
<div class="block">This method is called to start SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/metric/jmx/JmxMetricExporterSpi.html#spiStart-java.lang.String-">spiStart(String)</a></span> - Method in class org.apache.ignite.spi.metric.jmx.<a href="org/apache/ignite/spi/metric/jmx/JmxMetricExporterSpi.html" title="class in org.apache.ignite.spi.metric.jmx">JmxMetricExporterSpi</a></dt>
<dd>
<div class="block">This method is called to start SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/metric/noop/NoopMetricExporterSpi.html#spiStart-java.lang.String-">spiStart(String)</a></span> - Method in class org.apache.ignite.spi.metric.noop.<a href="org/apache/ignite/spi/metric/noop/NoopMetricExporterSpi.html" title="class in org.apache.ignite.spi.metric.noop">NoopMetricExporterSpi</a></dt>
<dd>
<div class="block">This method is called to start SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/metric/opencensus/OpenCensusMetricExporterSpi.html#spiStart-java.lang.String-">spiStart(String)</a></span> - Method in class org.apache.ignite.spi.metric.opencensus.<a href="org/apache/ignite/spi/metric/opencensus/OpenCensusMetricExporterSpi.html" title="class in org.apache.ignite.spi.metric.opencensus">OpenCensusMetricExporterSpi</a></dt>
<dd>
<div class="block">This method is called to start SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/NoopTracingSpi.html#spiStart-java.lang.String-">spiStart(String)</a></span> - Method in class org.apache.ignite.spi.tracing.<a href="org/apache/ignite/spi/tracing/NoopTracingSpi.html" title="class in org.apache.ignite.spi.tracing">NoopTracingSpi</a></dt>
<dd>
<div class="block">This method is called to start SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/opencensus/OpenCensusTracingSpi.html#spiStart-java.lang.String-">spiStart(String)</a></span> - Method in class org.apache.ignite.spi.tracing.opencensus.<a href="org/apache/ignite/spi/tracing/opencensus/OpenCensusTracingSpi.html" title="class in org.apache.ignite.spi.tracing.opencensus">OpenCensusTracingSpi</a></dt>
<dd>
<div class="block">This method is called to start SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/cache/CacheCheckpointSpi.html#spiStop--">spiStop()</a></span> - Method in 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>
<div class="block">This method is called to stop SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html#spiStop--">spiStop()</a></span> - Method in class org.apache.ignite.spi.checkpoint.jdbc.<a href="org/apache/ignite/spi/checkpoint/jdbc/JdbcCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.jdbc">JdbcCheckpointSpi</a></dt>
<dd>
<div class="block">This method is called to stop SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/noop/NoopCheckpointSpi.html#spiStop--">spiStop()</a></span> - Method in class org.apache.ignite.spi.checkpoint.noop.<a href="org/apache/ignite/spi/checkpoint/noop/NoopCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.noop">NoopCheckpointSpi</a></dt>
<dd>
<div class="block">This method is called to stop SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/s3/S3CheckpointSpi.html#spiStop--">spiStop()</a></span> - Method 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">This method is called to stop SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/sharedfs/SharedFsCheckpointSpi.html#spiStop--">spiStop()</a></span> - Method in class org.apache.ignite.spi.checkpoint.sharedfs.<a href="org/apache/ignite/spi/checkpoint/sharedfs/SharedFsCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.sharedfs">SharedFsCheckpointSpi</a></dt>
<dd>
<div class="block">This method is called to stop SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/fifoqueue/FifoQueueCollisionSpi.html#spiStop--">spiStop()</a></span> - Method in class org.apache.ignite.spi.collision.fifoqueue.<a href="org/apache/ignite/spi/collision/fifoqueue/FifoQueueCollisionSpi.html" title="class in org.apache.ignite.spi.collision.fifoqueue">FifoQueueCollisionSpi</a></dt>
<dd>
<div class="block">This method is called to stop SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpi.html#spiStop--">spiStop()</a></span> - Method 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">This method is called to stop SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/noop/NoopCollisionSpi.html#spiStop--">spiStop()</a></span> - Method in class org.apache.ignite.spi.collision.noop.<a href="org/apache/ignite/spi/collision/noop/NoopCollisionSpi.html" title="class in org.apache.ignite.spi.collision.noop">NoopCollisionSpi</a></dt>
<dd>
<div class="block">This method is called to stop SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html#spiStop--">spiStop()</a></span> - Method in class org.apache.ignite.spi.collision.priorityqueue.<a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html" title="class in org.apache.ignite.spi.collision.priorityqueue">PriorityQueueCollisionSpi</a></dt>
<dd>
<div class="block">This method is called to stop SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#spiStop--">spiStop()</a></span> - Method 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">This method is called to stop SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/deployment/local/LocalDeploymentSpi.html#spiStop--">spiStop()</a></span> - Method in class org.apache.ignite.spi.deployment.local.<a href="org/apache/ignite/spi/deployment/local/LocalDeploymentSpi.html" title="class in org.apache.ignite.spi.deployment.local">LocalDeploymentSpi</a></dt>
<dd>
<div class="block">This method is called to stop SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/deployment/uri/UriDeploymentSpi.html#spiStop--">spiStop()</a></span> - Method in class org.apache.ignite.spi.deployment.uri.<a href="org/apache/ignite/spi/deployment/uri/UriDeploymentSpi.html" title="class in org.apache.ignite.spi.deployment.uri">UriDeploymentSpi</a></dt>
<dd>
<div class="block">This method is called to stop SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/isolated/IsolatedDiscoverySpi.html#spiStop--">spiStop()</a></span> - Method in class org.apache.ignite.spi.discovery.isolated.<a href="org/apache/ignite/spi/discovery/isolated/IsolatedDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.isolated">IsolatedDiscoverySpi</a></dt>
<dd>
<div class="block">This method is called to stop SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#spiStop--">spiStop()</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">This method is called to stop SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html#spiStop--">spiStop()</a></span> - Method in class org.apache.ignite.spi.discovery.zk.<a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.zk">ZookeeperDiscoverySpi</a></dt>
<dd>
<div class="block">This method is called to stop SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionSpi.html#spiStop--">spiStop()</a></span> - Method in class org.apache.ignite.spi.encryption.keystore.<a href="org/apache/ignite/spi/encryption/keystore/KeystoreEncryptionSpi.html" title="class in org.apache.ignite.spi.encryption.keystore">KeystoreEncryptionSpi</a></dt>
<dd>
<div class="block">This method is called to stop SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/encryption/noop/NoopEncryptionSpi.html#spiStop--">spiStop()</a></span> - Method in class org.apache.ignite.spi.encryption.noop.<a href="org/apache/ignite/spi/encryption/noop/NoopEncryptionSpi.html" title="class in org.apache.ignite.spi.encryption.noop">NoopEncryptionSpi</a></dt>
<dd>
<div class="block">This method is called to stop SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/eventstorage/memory/MemoryEventStorageSpi.html#spiStop--">spiStop()</a></span> - Method in class org.apache.ignite.spi.eventstorage.memory.<a href="org/apache/ignite/spi/eventstorage/memory/MemoryEventStorageSpi.html" title="class in org.apache.ignite.spi.eventstorage.memory">MemoryEventStorageSpi</a></dt>
<dd>
<div class="block">This method is called to stop SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/eventstorage/NoopEventStorageSpi.html#spiStop--">spiStop()</a></span> - Method in class org.apache.ignite.spi.eventstorage.<a href="org/apache/ignite/spi/eventstorage/NoopEventStorageSpi.html" title="class in org.apache.ignite.spi.eventstorage">NoopEventStorageSpi</a></dt>
<dd>
<div class="block">This method is called to stop SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/failover/always/AlwaysFailoverSpi.html#spiStop--">spiStop()</a></span> - Method 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">This method is called to stop SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/failover/jobstealing/JobStealingFailoverSpi.html#spiStop--">spiStop()</a></span> - Method in class org.apache.ignite.spi.failover.jobstealing.<a href="org/apache/ignite/spi/failover/jobstealing/JobStealingFailoverSpi.html" title="class in org.apache.ignite.spi.failover.jobstealing">JobStealingFailoverSpi</a></dt>
<dd>
<div class="block">This method is called to stop SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/failover/never/NeverFailoverSpi.html#spiStop--">spiStop()</a></span> - Method in class org.apache.ignite.spi.failover.never.<a href="org/apache/ignite/spi/failover/never/NeverFailoverSpi.html" title="class in org.apache.ignite.spi.failover.never">NeverFailoverSpi</a></dt>
<dd>
<div class="block">This method is called to stop SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpi.html#spiStop--">spiStop()</a></span> - Method in interface org.apache.ignite.spi.<a href="org/apache/ignite/spi/IgniteSpi.html" title="interface in org.apache.ignite.spi">IgniteSpi</a></dt>
<dd>
<div class="block">This method is called to stop SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/indexing/noop/NoopIndexingSpi.html#spiStop--">spiStop()</a></span> - Method in class org.apache.ignite.spi.indexing.noop.<a href="org/apache/ignite/spi/indexing/noop/NoopIndexingSpi.html" title="class in org.apache.ignite.spi.indexing.noop">NoopIndexingSpi</a></dt>
<dd>
<div class="block">This method is called to stop SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/loadbalancing/adaptive/AdaptiveLoadBalancingSpi.html#spiStop--">spiStop()</a></span> - Method in 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>
<div class="block">This method is called to stop SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/loadbalancing/roundrobin/RoundRobinLoadBalancingSpi.html#spiStop--">spiStop()</a></span> - Method in class org.apache.ignite.spi.loadbalancing.roundrobin.<a href="org/apache/ignite/spi/loadbalancing/roundrobin/RoundRobinLoadBalancingSpi.html" title="class in org.apache.ignite.spi.loadbalancing.roundrobin">RoundRobinLoadBalancingSpi</a></dt>
<dd>
<div class="block">This method is called to stop SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/loadbalancing/weightedrandom/WeightedRandomLoadBalancingSpi.html#spiStop--">spiStop()</a></span> - Method in class org.apache.ignite.spi.loadbalancing.weightedrandom.<a href="org/apache/ignite/spi/loadbalancing/weightedrandom/WeightedRandomLoadBalancingSpi.html" title="class in org.apache.ignite.spi.loadbalancing.weightedrandom">WeightedRandomLoadBalancingSpi</a></dt>
<dd>
<div class="block">This method is called to stop SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/metric/jmx/JmxMetricExporterSpi.html#spiStop--">spiStop()</a></span> - Method in class org.apache.ignite.spi.metric.jmx.<a href="org/apache/ignite/spi/metric/jmx/JmxMetricExporterSpi.html" title="class in org.apache.ignite.spi.metric.jmx">JmxMetricExporterSpi</a></dt>
<dd>
<div class="block">This method is called to stop SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/metric/noop/NoopMetricExporterSpi.html#spiStop--">spiStop()</a></span> - Method in class org.apache.ignite.spi.metric.noop.<a href="org/apache/ignite/spi/metric/noop/NoopMetricExporterSpi.html" title="class in org.apache.ignite.spi.metric.noop">NoopMetricExporterSpi</a></dt>
<dd>
<div class="block">This method is called to stop SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/NoopTracingSpi.html#spiStop--">spiStop()</a></span> - Method in class org.apache.ignite.spi.tracing.<a href="org/apache/ignite/spi/tracing/NoopTracingSpi.html" title="class in org.apache.ignite.spi.tracing">NoopTracingSpi</a></dt>
<dd>
<div class="block">This method is called to stop SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/opencensus/OpenCensusTracingSpi.html#spiStop--">spiStop()</a></span> - Method in class org.apache.ignite.spi.tracing.opencensus.<a href="org/apache/ignite/spi/tracing/opencensus/OpenCensusTracingSpi.html" title="class in org.apache.ignite.spi.tracing.opencensus">OpenCensusTracingSpi</a></dt>
<dd>
<div class="block">This method is called to stop SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeTaskSplitAdapter.html#split-int-T-">split(int, T)</a></span> - Method in class org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeTaskSplitAdapter.html" title="class in org.apache.ignite.compute">ComputeTaskSplitAdapter</a></dt>
<dd>
<div class="block">This is a simplified version of <a href="org/apache/ignite/compute/ComputeTask.html#map-java.util.List-T-"><code>ComputeTask.map(List, Object)</code></a> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/split/TrainTestDatasetSplitter.html#split-double-">split(double)</a></span> - Method in class org.apache.ignite.ml.selection.split.<a href="org/apache/ignite/ml/selection/split/TrainTestDatasetSplitter.html" title="class in org.apache.ignite.ml.selection.split">TrainTestDatasetSplitter</a></dt>
<dd>
<div class="block">Splits dataset into train and test subsets.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/split/TrainTestDatasetSplitter.html#split-double-double-">split(double, double)</a></span> - Method in class org.apache.ignite.ml.selection.split.<a href="org/apache/ignite/ml/selection/split/TrainTestDatasetSplitter.html" title="class in org.apache.ignite.ml.selection.split">TrainTestDatasetSplitter</a></dt>
<dd>
<div class="block">Splits dataset into train and test subsets.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/NodeSplit.html#split-org.apache.ignite.ml.tree.randomforest.data.TreeNode-">split(TreeNode)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.<a href="org/apache/ignite/ml/tree/randomforest/data/NodeSplit.html" title="class in org.apache.ignite.ml.tree.randomforest.data">NodeSplit</a></dt>
<dd>
<div class="block">Split node from parameter onto two children nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/Blas.html#spr-java.lang.Double-org.apache.ignite.ml.math.primitives.vector.impl.DenseVector-org.apache.ignite.ml.math.primitives.vector.impl.DenseVector-">spr(Double, DenseVector, DenseVector)</a></span> - Static method in class org.apache.ignite.ml.math.<a href="org/apache/ignite/ml/math/Blas.html" title="class in org.apache.ignite.ml.math">Blas</a></dt>
<dd>
<div class="block">Adds alpha * v * v.t to a matrix in-place.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/Blas.html#spr-java.lang.Double-org.apache.ignite.ml.math.primitives.vector.impl.SparseVector-org.apache.ignite.ml.math.primitives.vector.impl.DenseVector-">spr(Double, SparseVector, DenseVector)</a></span> - Static method in class org.apache.ignite.ml.math.<a href="org/apache/ignite/ml/math/Blas.html" title="class in org.apache.ignite.ml.math">Blas</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/resources/SpringApplicationContextResource.html" title="annotation in org.apache.ignite.resources"><span class="typeNameLink">SpringApplicationContextResource</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 Spring ApplicationContext resource.</div>
</dd>
<dt><a href="org/apache/ignite/resources/SpringResource.html" title="annotation in org.apache.ignite.resources"><span class="typeNameLink">SpringResource</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 resource
from Spring <code>ApplicationContext</code>.</div>
</dd>
<dt><a href="org/apache/ignite/resources/SpringResource.DEFAULT.html" title="class in org.apache.ignite.resources"><span class="typeNameLink">SpringResource.DEFAULT</span></a> - Class in <a href="org/apache/ignite/resources/package-summary.html">org.apache.ignite.resources</a></dt>
<dd>
<div class="block">Dummy class to compensate for impossibility of having default null value for annotation method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlQueryHistoryView.html#sql--">sql()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlQueryHistoryView.html" title="class in org.apache.ignite.spi.systemview.view">SqlQueryHistoryView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlQueryView.html#sql--">sql()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlQueryView.html" title="class in org.apache.ignite.spi.systemview.view">SqlQueryView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/configuration/SqlConfiguration.html" title="class in org.apache.ignite.configuration"><span class="typeNameLink">SqlConfiguration</span></a> - Class in <a href="org/apache/ignite/configuration/package-summary.html">org.apache.ignite.configuration</a></dt>
<dd>
<div class="block">The configuration of the SQL query subsystem.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/SqlConfiguration.html#SqlConfiguration--">SqlConfiguration()</a></span> - Constructor for class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/SqlConfiguration.html" title="class in org.apache.ignite.configuration">SqlConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/configuration/SqlConnectorConfiguration.html" title="class in org.apache.ignite.configuration"><span class="typeNameLink">SqlConnectorConfiguration</span></a> - Class in <a href="org/apache/ignite/configuration/package-summary.html">org.apache.ignite.configuration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/SqlConnectorConfiguration.html#SqlConnectorConfiguration--">SqlConnectorConfiguration()</a></span> - Constructor for class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/SqlConnectorConfiguration.html" title="class in org.apache.ignite.configuration">SqlConnectorConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Creates SQL connector configuration with all default values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/SqlConnectorConfiguration.html#SqlConnectorConfiguration-org.apache.ignite.configuration.SqlConnectorConfiguration-">SqlConnectorConfiguration(SqlConnectorConfiguration)</a></span> - Constructor for class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/SqlConnectorConfiguration.html" title="class in org.apache.ignite.configuration">SqlConnectorConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Creates SQL connector configuration by copying all properties from given configuration.</div>
</dd>
<dt><a href="org/apache/ignite/ml/sql/SqlDatasetBuilder.html" title="class in org.apache.ignite.ml.sql"><span class="typeNameLink">SqlDatasetBuilder</span></a> - Class in <a href="org/apache/ignite/ml/sql/package-summary.html">org.apache.ignite.ml.sql</a></dt>
<dd>
<div class="block">Subclass of <a href="org/apache/ignite/ml/dataset/impl/cache/CacheBasedDatasetBuilder.html" title="class in org.apache.ignite.ml.dataset.impl.cache"><code>CacheBasedDatasetBuilder</code></a> that should be used to work with SQL tables.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/sql/SqlDatasetBuilder.html#SqlDatasetBuilder-org.apache.ignite.Ignite-java.lang.String-">SqlDatasetBuilder(Ignite, String)</a></span> - Constructor for class org.apache.ignite.ml.sql.<a href="org/apache/ignite/ml/sql/SqlDatasetBuilder.html" title="class in org.apache.ignite.ml.sql">SqlDatasetBuilder</a></dt>
<dd>
<div class="block">Constructs a new instance of cache based dataset builder that makes <a href="org/apache/ignite/ml/dataset/impl/cache/CacheBasedDataset.html" title="class in org.apache.ignite.ml.dataset.impl.cache"><code>CacheBasedDataset</code></a> with default
predicate that passes all upstream entries to dataset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/sql/SqlDatasetBuilder.html#SqlDatasetBuilder-org.apache.ignite.Ignite-java.lang.String-org.apache.ignite.lang.IgniteBiPredicate-">SqlDatasetBuilder(Ignite, String, IgniteBiPredicate<span class='angle_bracket'>&lt;</span>Object, BinaryObject<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.sql.<a href="org/apache/ignite/ml/sql/SqlDatasetBuilder.html" title="class in org.apache.ignite.ml.sql">SqlDatasetBuilder</a></dt>
<dd>
<div class="block">Constructs a new instance of cache based dataset builder that makes <a href="org/apache/ignite/ml/dataset/impl/cache/CacheBasedDataset.html" title="class in org.apache.ignite.ml.dataset.impl.cache"><code>CacheBasedDataset</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/sql/SqlDatasetBuilder.html#SqlDatasetBuilder-org.apache.ignite.Ignite-java.lang.String-org.apache.ignite.lang.IgniteBiPredicate-org.apache.ignite.ml.dataset.UpstreamTransformerBuilder-">SqlDatasetBuilder(Ignite, String, IgniteBiPredicate<span class='angle_bracket'>&lt;</span>Object, BinaryObject<span class='angle_bracket'>&gt;</span>, UpstreamTransformerBuilder)</a></span> - Constructor for class org.apache.ignite.ml.sql.<a href="org/apache/ignite/ml/sql/SqlDatasetBuilder.html" title="class in org.apache.ignite.ml.sql">SqlDatasetBuilder</a></dt>
<dd>
<div class="block">Constructs a new instance of cache based dataset builder that makes <a href="org/apache/ignite/ml/dataset/impl/cache/CacheBasedDataset.html" title="class in org.apache.ignite.ml.dataset.impl.cache"><code>CacheBasedDataset</code></a>.</div>
</dd>
<dt><a href="org/apache/ignite/cache/query/SqlFieldsQuery.html" title="class in org.apache.ignite.cache.query"><span class="typeNameLink">SqlFieldsQuery</span></a> - Class in <a href="org/apache/ignite/cache/query/package-summary.html">org.apache.ignite.cache.query</a></dt>
<dd>
<div class="block">SQL Fields query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SqlFieldsQuery.html#SqlFieldsQuery-org.apache.ignite.cache.query.SqlFieldsQuery-">SqlFieldsQuery(SqlFieldsQuery)</a></span> - Constructor for class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SqlFieldsQuery.html" title="class in org.apache.ignite.cache.query">SqlFieldsQuery</a></dt>
<dd>
<div class="block">Copy constructs SQL fields query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SqlFieldsQuery.html#SqlFieldsQuery-java.lang.String-">SqlFieldsQuery(String)</a></span> - Constructor for class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SqlFieldsQuery.html" title="class in org.apache.ignite.cache.query">SqlFieldsQuery</a></dt>
<dd>
<div class="block">Constructs SQL fields query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SqlFieldsQuery.html#SqlFieldsQuery-java.lang.String-boolean-">SqlFieldsQuery(String, boolean)</a></span> - Constructor for class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SqlFieldsQuery.html" title="class in org.apache.ignite.cache.query">SqlFieldsQuery</a></dt>
<dd>
<div class="block">Constructs SQL fields query.</div>
</dd>
<dt><a href="org/apache/ignite/ml/sql/SQLFunctions.html" title="class in org.apache.ignite.ml.sql"><span class="typeNameLink">SQLFunctions</span></a> - Class in <a href="org/apache/ignite/ml/sql/package-summary.html">org.apache.ignite.ml.sql</a></dt>
<dd>
<div class="block">SQL functions that should be defined and passed into cache configuration to extend list of functions available
in SQL interface.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/sql/SQLFunctions.html#SQLFunctions--">SQLFunctions()</a></span> - Constructor for class org.apache.ignite.ml.sql.<a href="org/apache/ignite/ml/sql/SQLFunctions.html" title="class in org.apache.ignite.ml.sql">SQLFunctions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#sqlIndexMaxInlineSize--">sqlIndexMaxInlineSize()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/spi/systemview/view/SqlIndexView.html" title="class in org.apache.ignite.spi.systemview.view"><span class="typeNameLink">SqlIndexView</span></a> - Class in <a href="org/apache/ignite/spi/systemview/view/package-summary.html">org.apache.ignite.spi.systemview.view</a></dt>
<dd>
<div class="block">Sql index representation for a <a href="org/apache/ignite/spi/systemview/view/SystemView.html" title="interface in org.apache.ignite.spi.systemview.view"><code>SystemView</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlIndexView.html#SqlIndexView-org.apache.ignite.internal.processors.query.h2.opt.GridH2Table-org.apache.ignite.internal.processors.query.h2.database.IndexInformation-">SqlIndexView(GridH2Table, IndexInformation)</a></span> - Constructor for class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlIndexView.html" title="class in org.apache.ignite.spi.systemview.view">SqlIndexView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#sqlOnheapCacheMaxSize--">sqlOnheapCacheMaxSize()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/cache/query/SqlQuery.html" title="class in org.apache.ignite.cache.query"><span class="typeNameLink">SqlQuery</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/cache/query/SqlQuery.html" title="type parameter in SqlQuery">K</a>,<a href="org/apache/ignite/cache/query/SqlQuery.html" title="type parameter in SqlQuery">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/cache/query/package-summary.html">org.apache.ignite.cache.query</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Since 2.8, please use <a href="org/apache/ignite/cache/query/SqlFieldsQuery.html" title="class in org.apache.ignite.cache.query"><code>SqlFieldsQuery</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SqlQuery.html#SqlQuery-java.lang.String-java.lang.String-">SqlQuery(String, String)</a></span> - Constructor for class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SqlQuery.html" title="class in org.apache.ignite.cache.query">SqlQuery</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Constructs query for the given type name and SQL query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SqlQuery.html#SqlQuery-java.lang.Class-java.lang.String-">SqlQuery(Class<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>, String)</a></span> - Constructor for class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SqlQuery.html" title="class in org.apache.ignite.cache.query">SqlQuery</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Constructs query for the given type and SQL query.</div>
</dd>
<dt><a href="org/apache/ignite/events/SqlQueryExecutionEvent.html" title="class in org.apache.ignite.events"><span class="typeNameLink">SqlQueryExecutionEvent</span></a> - Class in <a href="org/apache/ignite/events/package-summary.html">org.apache.ignite.events</a></dt>
<dd>
<div class="block">Query execution event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/SqlQueryExecutionEvent.html#SqlQueryExecutionEvent-org.apache.ignite.cluster.ClusterNode-java.lang.String-java.lang.String-java.lang.Object:A-java.util.UUID-">SqlQueryExecutionEvent(ClusterNode, String, String, Object[], UUID)</a></span> - Constructor for class org.apache.ignite.events.<a href="org/apache/ignite/events/SqlQueryExecutionEvent.html" title="class in org.apache.ignite.events">SqlQueryExecutionEvent</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/spi/systemview/view/SqlQueryHistoryView.html" title="class in org.apache.ignite.spi.systemview.view"><span class="typeNameLink">SqlQueryHistoryView</span></a> - Class in <a href="org/apache/ignite/spi/systemview/view/package-summary.html">org.apache.ignite.spi.systemview.view</a></dt>
<dd>
<div class="block">SQL query history representation for a <a href="org/apache/ignite/spi/systemview/view/SystemView.html" title="interface in org.apache.ignite.spi.systemview.view"><code>SystemView</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlQueryHistoryView.html#SqlQueryHistoryView-org.apache.ignite.internal.processors.query.QueryHistory-">SqlQueryHistoryView(QueryHistory)</a></span> - Constructor for class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlQueryHistoryView.html" title="class in org.apache.ignite.spi.systemview.view">SqlQueryHistoryView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/spi/systemview/view/SqlQueryView.html" title="class in org.apache.ignite.spi.systemview.view"><span class="typeNameLink">SqlQueryView</span></a> - Class in <a href="org/apache/ignite/spi/systemview/view/package-summary.html">org.apache.ignite.spi.systemview.view</a></dt>
<dd>
<div class="block">SQL query representation for a <a href="org/apache/ignite/spi/systemview/view/SystemView.html" title="interface in org.apache.ignite.spi.systemview.view"><code>SystemView</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlQueryView.html#SqlQueryView-org.apache.ignite.internal.processors.query.GridRunningQueryInfo-">SqlQueryView(GridRunningQueryInfo)</a></span> - Constructor for class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlQueryView.html" title="class in org.apache.ignite.spi.systemview.view">SqlQueryView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#sqlSchema--">sqlSchema()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/spi/systemview/view/SqlSchemaView.html" title="class in org.apache.ignite.spi.systemview.view"><span class="typeNameLink">SqlSchemaView</span></a> - Class in <a href="org/apache/ignite/spi/systemview/view/package-summary.html">org.apache.ignite.spi.systemview.view</a></dt>
<dd>
<div class="block">Sql schema system view representation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlSchemaView.html#SqlSchemaView-org.apache.ignite.internal.processors.query.h2.H2Schema-">SqlSchemaView(H2Schema)</a></span> - Constructor for class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlSchemaView.html" title="class in org.apache.ignite.spi.systemview.view">SqlSchemaView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/cache/store/jdbc/dialect/SQLServerDialect.html" title="class in org.apache.ignite.cache.store.jdbc.dialect"><span class="typeNameLink">SQLServerDialect</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">A dialect compatible with the Microsoft SQL Server database.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/dialect/SQLServerDialect.html#SQLServerDialect--">SQLServerDialect()</a></span> - Constructor for class org.apache.ignite.cache.store.jdbc.dialect.<a href="org/apache/ignite/cache/store/jdbc/dialect/SQLServerDialect.html" title="class in org.apache.ignite.cache.store.jdbc.dialect">SQLServerDialect</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/spi/systemview/view/SqlTableColumnView.html" title="class in org.apache.ignite.spi.systemview.view"><span class="typeNameLink">SqlTableColumnView</span></a> - Class in <a href="org/apache/ignite/spi/systemview/view/package-summary.html">org.apache.ignite.spi.systemview.view</a></dt>
<dd>
<div class="block">Sql table column representation for a <a href="org/apache/ignite/spi/systemview/view/SystemView.html" title="interface in org.apache.ignite.spi.systemview.view"><code>SystemView</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlTableColumnView.html#SqlTableColumnView-org.apache.ignite.internal.processors.query.h2.opt.GridH2Table-org.h2.table.Column-">SqlTableColumnView(GridH2Table, Column)</a></span> - Constructor for class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlTableColumnView.html" title="class in org.apache.ignite.spi.systemview.view">SqlTableColumnView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/spi/systemview/view/SqlTableView.html" title="class in org.apache.ignite.spi.systemview.view"><span class="typeNameLink">SqlTableView</span></a> - Class in <a href="org/apache/ignite/spi/systemview/view/package-summary.html">org.apache.ignite.spi.systemview.view</a></dt>
<dd>
<div class="block">Sql table representation for a <a href="org/apache/ignite/spi/systemview/view/SystemView.html" title="interface in org.apache.ignite.spi.systemview.view"><code>SystemView</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlTableView.html#SqlTableView-org.apache.ignite.internal.processors.query.h2.opt.GridH2Table-">SqlTableView(GridH2Table)</a></span> - Constructor for class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlTableView.html" title="class in org.apache.ignite.spi.systemview.view">SqlTableView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/spi/systemview/view/SqlViewColumnView.html" title="class in org.apache.ignite.spi.systemview.view"><span class="typeNameLink">SqlViewColumnView</span></a> - Class in <a href="org/apache/ignite/spi/systemview/view/package-summary.html">org.apache.ignite.spi.systemview.view</a></dt>
<dd>
<div class="block">Sql view column representation for a <a href="org/apache/ignite/spi/systemview/view/SystemView.html" title="interface in org.apache.ignite.spi.systemview.view"><code>SystemView</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlViewColumnView.html#SqlViewColumnView-org.apache.ignite.internal.processors.query.h2.sys.view.SqlSystemView-org.h2.table.Column-">SqlViewColumnView(SqlSystemView, Column)</a></span> - Constructor for class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlViewColumnView.html" title="class in org.apache.ignite.spi.systemview.view">SqlViewColumnView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/spi/systemview/view/SqlViewView.html" title="class in org.apache.ignite.spi.systemview.view"><span class="typeNameLink">SqlViewView</span></a> - Class in <a href="org/apache/ignite/spi/systemview/view/package-summary.html">org.apache.ignite.spi.systemview.view</a></dt>
<dd>
<div class="block">Sql view representation for a <a href="org/apache/ignite/spi/systemview/view/SystemView.html" title="interface in org.apache.ignite.spi.systemview.view"><code>SystemView</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlViewView.html#SqlViewView-org.apache.ignite.internal.processors.query.h2.sys.view.SqlSystemView-">SqlViewView(SqlSystemView)</a></span> - Constructor for class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlViewView.html" title="class in org.apache.ignite.spi.systemview.view">SqlViewView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/FeaturesCountSelectionStrategies.html#SQRT">SQRT</a></span> - Static variable in class org.apache.ignite.ml.tree.randomforest.data.<a href="org/apache/ignite/ml/tree/randomforest/data/FeaturesCountSelectionStrategies.html" title="class in org.apache.ignite.ml.tree.randomforest.data">FeaturesCountSelectionStrategies</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/functions/Functions.html#SQUARE">SQUARE</a></span> - Static variable in class org.apache.ignite.ml.math.functions.<a href="org/apache/ignite/ml/math/functions/Functions.html" title="class in org.apache.ignite.ml.math.functions">Functions</a></dt>
<dd>
<div class="block">Function that returns <code>a * a</code>.</div>
</dd>
<dt><a href="org/apache/ignite/ml/composition/boosting/loss/SquaredError.html" title="class in org.apache.ignite.ml.composition.boosting.loss"><span class="typeNameLink">SquaredError</span></a> - Class in <a href="org/apache/ignite/ml/composition/boosting/loss/package-summary.html">org.apache.ignite.ml.composition.boosting.loss</a></dt>
<dd>
<div class="block">Represent error function as E(label, modelAnswer) = 1/N * (label - prediction)^2</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/loss/SquaredError.html#SquaredError--">SquaredError()</a></span> - Constructor for class org.apache.ignite.ml.composition.boosting.loss.<a href="org/apache/ignite/ml/composition/boosting/loss/SquaredError.html" title="class in org.apache.ignite.ml.composition.boosting.loss">SquaredError</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ssl/SslContextFactory.html" title="class in org.apache.ignite.ssl"><span class="typeNameLink">SslContextFactory</span></a> - Class in <a href="org/apache/ignite/ssl/package-summary.html">org.apache.ignite.ssl</a></dt>
<dd>
<div class="block">SSL context factory that provides SSL context configuration with specified key and trust stores.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ssl/SslContextFactory.html#SslContextFactory--">SslContextFactory()</a></span> - Constructor for class org.apache.ignite.ssl.<a href="org/apache/ignite/ssl/SslContextFactory.html" title="class in org.apache.ignite.ssl">SslContextFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ssl/SSLContextWrapper.html" title="class in org.apache.ignite.ssl"><span class="typeNameLink">SSLContextWrapper</span></a> - Class in <a href="org/apache/ignite/ssl/package-summary.html">org.apache.ignite.ssl</a></dt>
<dd>
<div class="block">Wrapper for <a href="https://docs.oracle.com/javase/8/docs/api/javax/net/ssl/SSLContext.html?is-external=true" title="class or interface in javax.net.ssl"><code>SSLContext</code></a> that extend source context with custom SSL parameters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ssl/SSLContextWrapper.html#SSLContextWrapper-javax.net.ssl.SSLContext-javax.net.ssl.SSLParameters-">SSLContextWrapper(SSLContext, SSLParameters)</a></span> - Constructor for class org.apache.ignite.ssl.<a href="org/apache/ignite/ssl/SSLContextWrapper.html" title="class in org.apache.ignite.ssl">SSLContextWrapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#sslEnable">sslEnable</a></span> - 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">SSL enable/disable flag.</div>
</dd>
<dt><a href="org/apache/ignite/client/SslMode.html" title="enum in org.apache.ignite.client"><span class="typeNameLink">SslMode</span></a> - Enum in <a href="org/apache/ignite/client/package-summary.html">org.apache.ignite.client</a></dt>
<dd>
<div class="block">SSL/TLS modes.</div>
</dd>
<dt><a href="org/apache/ignite/client/SslProtocol.html" title="enum in org.apache.ignite.client"><span class="typeNameLink">SslProtocol</span></a> - Enum in <a href="org/apache/ignite/client/package-summary.html">org.apache.ignite.client</a></dt>
<dd>
<div class="block">SSL Protocol.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#sslSockFactory">sslSockFactory</a></span> - 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">SSL socket factory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#sslSrvSockFactory">sslSrvSockFactory</a></span> - 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">SSL server socket factory.</div>
</dd>
<dt><a href="org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="class in org.apache.ignite.ml.composition.stacking"><span class="typeNameLink">StackedDatasetTrainer</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="type parameter in StackedDatasetTrainer">IS</a>,<a href="org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="type parameter in StackedDatasetTrainer">IA</a>,<a href="org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="type parameter in StackedDatasetTrainer">O</a>,<a href="org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="type parameter in StackedDatasetTrainer">AM</a> extends <a href="org/apache/ignite/ml/IgniteModel.html" title="interface in org.apache.ignite.ml">IgniteModel</a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="type parameter in StackedDatasetTrainer">IA</a>,<a href="org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="type parameter in StackedDatasetTrainer">O</a><span class='angle_bracket'>&gt;</span>,<a href="org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="type parameter in StackedDatasetTrainer">L</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/composition/stacking/package-summary.html">org.apache.ignite.ml.composition.stacking</a></dt>
<dd>
<div class="block"><a href="org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers"><code>DatasetTrainer</code></a> encapsulating stacking technique for model training.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html#StackedDatasetTrainer-org.apache.ignite.ml.trainers.DatasetTrainer-org.apache.ignite.ml.math.functions.IgniteBinaryOperator-org.apache.ignite.ml.math.functions.IgniteFunction-java.util.List-org.apache.ignite.ml.math.functions.IgniteFunction-org.apache.ignite.ml.math.functions.IgniteFunction-">StackedDatasetTrainer(DatasetTrainer<span class='angle_bracket'>&lt;</span>AM, L<span class='angle_bracket'>&gt;</span>, IgniteBinaryOperator<span class='angle_bracket'>&lt;</span>IA<span class='angle_bracket'>&gt;</span>, IgniteFunction<span class='angle_bracket'>&lt;</span>IS, IA<span class='angle_bracket'>&gt;</span>, List<span class='angle_bracket'>&lt;</span>DatasetTrainer<span class='angle_bracket'>&lt;</span>IgniteModel<span class='angle_bracket'>&lt;</span>IS, IA<span class='angle_bracket'>&gt;</span>, L<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>, IgniteFunction<span class='angle_bracket'>&lt;</span>Vector, IS<span class='angle_bracket'>&gt;</span>, IgniteFunction<span class='angle_bracket'>&lt;</span>IA, Vector<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.composition.stacking.<a href="org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="class in org.apache.ignite.ml.composition.stacking">StackedDatasetTrainer</a></dt>
<dd>
<div class="block">Create instance of this class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html#StackedDatasetTrainer-org.apache.ignite.ml.trainers.DatasetTrainer-org.apache.ignite.ml.math.functions.IgniteBinaryOperator-org.apache.ignite.ml.math.functions.IgniteFunction-">StackedDatasetTrainer(DatasetTrainer<span class='angle_bracket'>&lt;</span>AM, L<span class='angle_bracket'>&gt;</span>, IgniteBinaryOperator<span class='angle_bracket'>&lt;</span>IA<span class='angle_bracket'>&gt;</span>, IgniteFunction<span class='angle_bracket'>&lt;</span>IS, IA<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.composition.stacking.<a href="org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="class in org.apache.ignite.ml.composition.stacking">StackedDatasetTrainer</a></dt>
<dd>
<div class="block">Constructs instance of this class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html#StackedDatasetTrainer--">StackedDatasetTrainer()</a></span> - Constructor for class org.apache.ignite.ml.composition.stacking.<a href="org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="class in org.apache.ignite.ml.composition.stacking">StackedDatasetTrainer</a></dt>
<dd>
<div class="block">Constructs instance of this class.</div>
</dd>
<dt><a href="org/apache/ignite/ml/composition/stacking/StackedModel.html" title="class in org.apache.ignite.ml.composition.stacking"><span class="typeNameLink">StackedModel</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/composition/stacking/StackedModel.html" title="type parameter in StackedModel">IS</a>,<a href="org/apache/ignite/ml/composition/stacking/StackedModel.html" title="type parameter in StackedModel">IA</a>,<a href="org/apache/ignite/ml/composition/stacking/StackedModel.html" title="type parameter in StackedModel">O</a>,<a href="org/apache/ignite/ml/composition/stacking/StackedModel.html" title="type parameter in StackedModel">AM</a> extends <a href="org/apache/ignite/ml/IgniteModel.html" title="interface in org.apache.ignite.ml">IgniteModel</a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/composition/stacking/StackedModel.html" title="type parameter in StackedModel">IA</a>,<a href="org/apache/ignite/ml/composition/stacking/StackedModel.html" title="type parameter in StackedModel">O</a><span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/composition/stacking/package-summary.html">org.apache.ignite.ml.composition.stacking</a></dt>
<dd>
<div class="block">This is a wrapper for model produced by <a href="org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="class in org.apache.ignite.ml.composition.stacking"><code>StackedDatasetTrainer</code></a>.</div>
</dd>
<dt><a href="org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html" title="class in org.apache.ignite.ml.composition.stacking"><span class="typeNameLink">StackedVectorDatasetTrainer</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html" title="type parameter in StackedVectorDatasetTrainer">O</a>,<a href="org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html" title="type parameter in StackedVectorDatasetTrainer">AM</a> extends <a href="org/apache/ignite/ml/IgniteModel.html" title="interface in org.apache.ignite.ml">IgniteModel</a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a>,<a href="org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html" title="type parameter in StackedVectorDatasetTrainer">O</a><span class='angle_bracket'>&gt;</span>,<a href="org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html" title="type parameter in StackedVectorDatasetTrainer">L</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/composition/stacking/package-summary.html">org.apache.ignite.ml.composition.stacking</a></dt>
<dd>
<div class="block"><a href="org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="class in org.apache.ignite.ml.composition.stacking"><code>StackedDatasetTrainer</code></a> with <a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector"><code>Vector</code></a> as submodels input and output.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html#StackedVectorDatasetTrainer-org.apache.ignite.ml.trainers.DatasetTrainer-">StackedVectorDatasetTrainer(DatasetTrainer<span class='angle_bracket'>&lt;</span>AM, L<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.composition.stacking.<a href="org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html" title="class in org.apache.ignite.ml.composition.stacking">StackedVectorDatasetTrainer</a></dt>
<dd>
<div class="block">Constructs instance of this class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html#StackedVectorDatasetTrainer--">StackedVectorDatasetTrainer()</a></span> - Constructor for class org.apache.ignite.ml.composition.stacking.<a href="org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html" title="class in org.apache.ignite.ml.composition.stacking">StackedVectorDatasetTrainer</a></dt>
<dd>
<div class="block">Constructs instance of this class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteProductVersion.html#stage--">stage()</a></span> - Method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteProductVersion.html" title="class in org.apache.ignite.lang">IgniteProductVersion</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteAtomicStamped.html#stamp--">stamp()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteAtomicStamped.html" title="interface in org.apache.ignite">IgniteAtomicStamped</a></dt>
<dd>
<div class="block">Gets current stamp.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/datastructures/AtomicStampedView.html#stamp--">stamp()</a></span> - Method in class org.apache.ignite.spi.systemview.view.datastructures.<a href="org/apache/ignite/spi/systemview/view/datastructures/AtomicStampedView.html" title="class in org.apache.ignite.spi.systemview.view.datastructures">AtomicStampedView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/preprocessing/standardscaling/StandardScalerData.html" title="class in org.apache.ignite.ml.preprocessing.standardscaling"><span class="typeNameLink">StandardScalerData</span></a> - Class in <a href="org/apache/ignite/ml/preprocessing/standardscaling/package-summary.html">org.apache.ignite.ml.preprocessing.standardscaling</a></dt>
<dd>
<div class="block">A Service class for <a href="org/apache/ignite/ml/preprocessing/standardscaling/StandardScalerTrainer.html" title="class in org.apache.ignite.ml.preprocessing.standardscaling"><code>StandardScalerTrainer</code></a> which used for sums holing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/standardscaling/StandardScalerData.html#StandardScalerData-double:A-double:A-long-">StandardScalerData(double[], double[], long)</a></span> - Constructor for class org.apache.ignite.ml.preprocessing.standardscaling.<a href="org/apache/ignite/ml/preprocessing/standardscaling/StandardScalerData.html" title="class in org.apache.ignite.ml.preprocessing.standardscaling">StandardScalerData</a></dt>
<dd>
<div class="block">Creates <code>StandardScalerData</code>.</div>
</dd>
<dt><a href="org/apache/ignite/ml/preprocessing/standardscaling/StandardScalerPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.standardscaling"><span class="typeNameLink">StandardScalerPreprocessor</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/preprocessing/standardscaling/StandardScalerPreprocessor.html" title="type parameter in StandardScalerPreprocessor">K</a>,<a href="org/apache/ignite/ml/preprocessing/standardscaling/StandardScalerPreprocessor.html" title="type parameter in StandardScalerPreprocessor">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/preprocessing/standardscaling/package-summary.html">org.apache.ignite.ml.preprocessing.standardscaling</a></dt>
<dd>
<div class="block">The preprocessing function that makes standard scaling, transforms features to make <code>mean</code> equal to <code>0</code>
and <code>variance</code> equal to <code>1</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/standardscaling/StandardScalerPreprocessor.html#StandardScalerPreprocessor-double:A-double:A-org.apache.ignite.ml.preprocessing.Preprocessor-">StandardScalerPreprocessor(double[], double[], Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.preprocessing.standardscaling.<a href="org/apache/ignite/ml/preprocessing/standardscaling/StandardScalerPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.standardscaling">StandardScalerPreprocessor</a></dt>
<dd>
<div class="block">Constructs a new instance of standardscaling preprocessor.</div>
</dd>
<dt><a href="org/apache/ignite/ml/preprocessing/standardscaling/StandardScalerTrainer.html" title="class in org.apache.ignite.ml.preprocessing.standardscaling"><span class="typeNameLink">StandardScalerTrainer</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/preprocessing/standardscaling/StandardScalerTrainer.html" title="type parameter in StandardScalerTrainer">K</a>,<a href="org/apache/ignite/ml/preprocessing/standardscaling/StandardScalerTrainer.html" title="type parameter in StandardScalerTrainer">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/preprocessing/standardscaling/package-summary.html">org.apache.ignite.ml.preprocessing.standardscaling</a></dt>
<dd>
<div class="block">Trainer of the standard scaler preprocessor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/standardscaling/StandardScalerTrainer.html#StandardScalerTrainer--">StandardScalerTrainer()</a></span> - Constructor for class org.apache.ignite.ml.preprocessing.standardscaling.<a href="org/apache/ignite/ml/preprocessing/standardscaling/StandardScalerTrainer.html" title="class in org.apache.ignite.ml.preprocessing.standardscaling">StandardScalerTrainer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateAccessStrategyFactory.html#start-java.util.Map-">start(Map<span class='angle_bracket'>&lt;</span>Object, Object<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.cache.hibernate.<a href="org/apache/ignite/cache/hibernate/HibernateAccessStrategyFactory.html" title="class in org.apache.ignite.cache.hibernate">HibernateAccessStrategyFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html#start--">start()</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">Starts grid component, called on grid start.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcStoreSessionListener.html#start--">start()</a></span> - Method in 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>
<div class="block">Starts grid component, called on grid start.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/spring/CacheSpringStoreSessionListener.html#start--">start()</a></span> - Method in class org.apache.ignite.cache.store.spring.<a href="org/apache/ignite/cache/store/spring/CacheSpringStoreSessionListener.html" title="class in org.apache.ignite.cache.store.spring">CacheSpringStoreSessionListener</a></dt>
<dd>
<div class="block">Starts grid component, called on grid start.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteClientSpringBean.html#start--">start()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteClientSpringBean.html" title="class in org.apache.ignite">IgniteClientSpringBean</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpring.html#start-org.springframework.context.ApplicationContext-">start(ApplicationContext)</a></span> - Static method in class org.apache.ignite.<a href="org/apache/ignite/IgniteSpring.html" title="class in org.apache.ignite">IgniteSpring</a></dt>
<dd>
<div class="block">Starts grid with default configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpring.html#start-org.apache.ignite.configuration.IgniteConfiguration-org.springframework.context.ApplicationContext-">start(IgniteConfiguration, ApplicationContext)</a></span> - Static method in class org.apache.ignite.<a href="org/apache/ignite/IgniteSpring.html" title="class in org.apache.ignite">IgniteSpring</a></dt>
<dd>
<div class="block">Starts grid with given configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpring.html#start-java.lang.String-org.springframework.context.ApplicationContext-">start(String, ApplicationContext)</a></span> - Static method in class org.apache.ignite.<a href="org/apache/ignite/IgniteSpring.html" title="class in org.apache.ignite">IgniteSpring</a></dt>
<dd>
<div class="block">Starts all grids specified within given Spring XML configuration file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpring.html#start-java.net.URL-org.springframework.context.ApplicationContext-">start(URL, ApplicationContext)</a></span> - Static method in class org.apache.ignite.<a href="org/apache/ignite/IgniteSpring.html" title="class in org.apache.ignite">IgniteSpring</a></dt>
<dd>
<div class="block">Starts all grids specified within given Spring XML configuration file URL.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignition.html#start--">start()</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">Starts grid with default configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignition.html#start-org.apache.ignite.configuration.IgniteConfiguration-">start(IgniteConfiguration)</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">Starts grid with given configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignition.html#start-java.lang.String-">start(String)</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">Starts all grids specified within given Spring XML configuration file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignition.html#start-java.net.URL-">start(URL)</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">Starts all grids specified within given Spring XML configuration file URL.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignition.html#start-java.io.InputStream-">start(InputStream)</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">Starts all grids specified within given Spring XML configuration input stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lifecycle/LifecycleAware.html#start--">start()</a></span> - Method in interface org.apache.ignite.lifecycle.<a href="org/apache/ignite/lifecycle/LifecycleAware.html" title="interface in org.apache.ignite.lifecycle">LifecycleAware</a></dt>
<dd>
<div class="block">Starts grid component, called on grid start.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/resource/JettyServer.html#start-org.eclipse.jetty.server.Handler-org.apache.ignite.mesos.ClusterProperties-">start(Handler, ClusterProperties)</a></span> - Method in class org.apache.ignite.mesos.resource.<a href="org/apache/ignite/mesos/resource/JettyServer.html" title="class in org.apache.ignite.mesos.resource">JettyServer</a></dt>
<dd>
<div class="block">Starts jetty server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/plugin/MLPluginProvider.html#start-org.apache.ignite.plugin.PluginContext-">start(PluginContext)</a></span> - Method in class org.apache.ignite.ml.util.plugin.<a href="org/apache/ignite/ml/util/plugin/MLPluginProvider.html" title="class in org.apache.ignite.ml.util.plugin">MLPluginProvider</a></dt>
<dd>
<div class="block">Starts grid component.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/PerformanceStatisticsMBean.html#start--">start()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/PerformanceStatisticsMBean.html" title="interface in org.apache.ignite.mxbean">PerformanceStatisticsMBean</a></dt>
<dd>
<div class="block">Start collecting performance statistics in the cluster.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/osgi/IgniteAbstractOsgiContextActivator.html#start-org.osgi.framework.BundleContext-">start(BundleContext)</a></span> - Method in class org.apache.ignite.osgi.<a href="org/apache/ignite/osgi/IgniteAbstractOsgiContextActivator.html" title="class in org.apache.ignite.osgi">IgniteAbstractOsgiContextActivator</a></dt>
<dd>
<div class="block">Method invoked by OSGi to start the bundle.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetAffinityFunction.html#start--">start()</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">Starts grid component, called on grid start.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/CachePluginProvider.html#start--">start()</a></span> - Method in interface org.apache.ignite.plugin.<a href="org/apache/ignite/plugin/CachePluginProvider.html" title="interface in org.apache.ignite.plugin">CachePluginProvider</a></dt>
<dd>
<div class="block">Starts grid component.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/PluginProvider.html#start-org.apache.ignite.plugin.PluginContext-">start(PluginContext)</a></span> - Method in interface org.apache.ignite.plugin.<a href="org/apache/ignite/plugin/PluginProvider.html" title="interface in org.apache.ignite.plugin">PluginProvider</a></dt>
<dd>
<div class="block">Starts grid component.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/opencensus/OpenCensusTraceExporter.html#start-java.lang.String-">start(String)</a></span> - Method in class org.apache.ignite.spi.tracing.opencensus.<a href="org/apache/ignite/spi/tracing/opencensus/OpenCensusTraceExporter.html" title="class in org.apache.ignite.spi.tracing.opencensus">OpenCensusTraceExporter</a></dt>
<dd>
<div class="block">Starts trace exporter on given node with name <code>igniteInstanceName</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/stream/socket/SocketStreamer.html#start--">start()</a></span> - Method in class org.apache.ignite.stream.socket.<a href="org/apache/ignite/stream/socket/SocketStreamer.html" title="class in org.apache.ignite.stream.socket">SocketStreamer</a></dt>
<dd>
<div class="block">Starts streamer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/visor/plugin/VisorPlugin.html#start--">start()</a></span> - Method in class org.apache.ignite.visor.plugin.<a href="org/apache/ignite/visor/plugin/VisorPlugin.html" title="class in org.apache.ignite.visor.plugin">VisorPlugin</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#START_TIMESTAMP_DESC">START_TIMESTAMP_DESC</a></span> - Static variable 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="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#START_TIMESTAMP_FORMATTED_DESC">START_TIMESTAMP_FORMATTED_DESC</a></span> - Static variable 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="memberNameLink"><a href="org/apache/ignite/Ignition.html#startClient-org.apache.ignite.configuration.ClientConfiguration-">startClient(ClientConfiguration)</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">Initializes new instance of <a href="org/apache/ignite/client/IgniteClient.html" title="interface in org.apache.ignite.client"><code>IgniteClient</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/PerformanceStatisticsMBean.html#started--">started()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/PerformanceStatisticsMBean.html" title="interface in org.apache.ignite.mxbean">PerformanceStatisticsMBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiAdapter.html#started--">started()</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">Checks if <a href="org/apache/ignite/spi/IgniteSpiAdapter.html#onBeforeStart--"><code>IgniteSpiAdapter.onBeforeStart()</code></a> has been called on this SPI instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CommunicationFailureContext.html#startedCaches--">startedCaches()</a></span> - Method in interface org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/CommunicationFailureContext.html" title="interface in org.apache.ignite.configuration">CommunicationFailureContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiAdapter.html#startInfo--">startInfo()</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">Gets uniformly formatted message for SPI start.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#startMessageProcess-org.apache.ignite.spi.discovery.tcp.messages.TcpDiscoveryAbstractMessage-">startMessageProcess(TcpDiscoveryAbstractMessage)</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="memberNameLink"><a href="org/apache/ignite/IgniteCluster.html#startNodes-java.io.File-boolean-int-int-">startNodes(File, boolean, int, int)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCluster.html" title="interface in org.apache.ignite">IgniteCluster</a></dt>
<dd>
<div class="block">Starts one or more nodes on remote host(s).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCluster.html#startNodes-java.util.Collection-java.util.Map-boolean-int-int-">startNodes(Collection<span class='angle_bracket'>&lt;</span>Map<span class='angle_bracket'>&lt;</span>String, Object<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>, Map<span class='angle_bracket'>&lt;</span>String, Object<span class='angle_bracket'>&gt;</span>, boolean, int, int)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCluster.html" title="interface in org.apache.ignite">IgniteCluster</a></dt>
<dd>
<div class="block">Starts one or more nodes on remote host(s).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCluster.html#startNodesAsync-java.io.File-boolean-int-int-">startNodesAsync(File, boolean, int, int)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCluster.html" title="interface in org.apache.ignite">IgniteCluster</a></dt>
<dd>
<div class="block">Starts one or more nodes on remote host(s) asynchronously.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCluster.html#startNodesAsync-java.util.Collection-java.util.Map-boolean-int-int-">startNodesAsync(Collection<span class='angle_bracket'>&lt;</span>Map<span class='angle_bracket'>&lt;</span>String, Object<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>, Map<span class='angle_bracket'>&lt;</span>String, Object<span class='angle_bracket'>&gt;</span>, boolean, int, int)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCluster.html" title="interface in org.apache.ignite">IgniteCluster</a></dt>
<dd>
<div class="block">Starts one or more nodes on remote host(s) asynchronously.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiAdapter.html#startStopwatch--">startStopwatch()</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">Starts startup stopwatch.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DefragmentationMXBean.html#startTime--">startTime()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DefragmentationMXBean.html" title="interface in org.apache.ignite.mxbean">DefragmentationMXBean</a></dt>
<dd>
<div class="block">Get defragmentation's start time.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ComputeJobView.html#startTime--">startTime()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ComputeJobView.html" title="class in org.apache.ignite.spi.systemview.view">ComputeJobView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ComputeTaskView.html#startTime--">startTime()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ComputeTaskView.html" title="class in org.apache.ignite.spi.systemview.view">ComputeTaskView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ScanQueryView.html#startTime--">startTime()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ScanQueryView.html" title="class in org.apache.ignite.spi.systemview.view">ScanQueryView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlQueryView.html#startTime--">startTime()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlQueryView.html" title="class in org.apache.ignite.spi.systemview.view">SqlQueryView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/TransactionView.html#startTime--">startTime()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/TransactionView.html" title="class in org.apache.ignite.spi.systemview.view">TransactionView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/transactions/Transaction.html#startTime--">startTime()</a></span> - Method in interface org.apache.ignite.transactions.<a href="org/apache/ignite/transactions/Transaction.html" title="interface in org.apache.ignite.transactions">Transaction</a></dt>
<dd>
<div class="block">Start time of this transaction.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCluster.html#state--">state()</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCluster.html" title="interface in org.apache.ignite.client">ClientCluster</a></dt>
<dd>
<div class="block">Gets current cluster state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCluster.html#state-org.apache.ignite.cluster.ClusterState-">state(ClusterState)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCluster.html" title="interface in org.apache.ignite.client">ClientCluster</a></dt>
<dd>
<div class="block">Changes current cluster state to given <code>newState</code> cluster state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/ClusterStateChangeEvent.html#state--">state()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/ClusterStateChangeEvent.html" title="class in org.apache.ignite.events">ClusterStateChangeEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/ClusterStateChangeStartedEvent.html#state--">state()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/ClusterStateChangeStartedEvent.html" title="class in org.apache.ignite.events">ClusterStateChangeStartedEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCluster.html#state--">state()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCluster.html" title="interface in org.apache.ignite">IgniteCluster</a></dt>
<dd>
<div class="block">Gets current cluster state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCluster.html#state-org.apache.ignite.cluster.ClusterState-">state(ClusterState)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCluster.html" title="interface in org.apache.ignite">IgniteCluster</a></dt>
<dd>
<div class="block">Changes current cluster state to given <code>newState</code> cluster state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignition.html#state--">state()</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 state of grid default grid.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignition.html#state-java.lang.String-">state(String)</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 states of named Ignite instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageReader.html#state--">state()</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">Gets current read state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageWriter.html#state--">state()</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">Gets current message state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ComputeJobView.html#state--">state()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ComputeJobView.html" title="class in org.apache.ignite.spi.systemview.view">ComputeJobView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/PartitionStateView.html#state--">state()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/PartitionStateView.html" title="class in org.apache.ignite.spi.systemview.view">PartitionStateView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/TransactionView.html#state--">state()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/TransactionView.html" title="class in org.apache.ignite.spi.systemview.view">TransactionView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/transactions/Transaction.html#state--">state()</a></span> - Method in interface org.apache.ignite.transactions.<a href="org/apache/ignite/transactions/Transaction.html" title="interface in org.apache.ignite.transactions">Transaction</a></dt>
<dd>
<div class="block">Gets current transaction state value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ServiceView.html#staticallyConfigured--">staticallyConfigured()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ServiceView.html" title="class in org.apache.ignite.spi.systemview.view">ServiceView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#stats">stats</a></span> - 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">Statistics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#statsPrintFreq">statsPrintFreq</a></span> - 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">Statistics print frequency.</div>
</dd>
<dt><a href="org/apache/ignite/spi/tracing/opencensus/StatusMatchTable.html" title="class in org.apache.ignite.spi.tracing.opencensus"><span class="typeNameLink">StatusMatchTable</span></a> - Class in <a href="org/apache/ignite/spi/tracing/opencensus/package-summary.html">org.apache.ignite.spi.tracing.opencensus</a></dt>
<dd>
<div class="block">Table to match OpenCensus span statuses with declared in Tracing SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/IgniteScheduler.html#statusUpdate-org.apache.mesos.SchedulerDriver-org.apache.mesos.Protos.TaskStatus-">statusUpdate(SchedulerDriver, Protos.TaskStatus)</a></span> - Method in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/IgniteScheduler.html" title="class in org.apache.ignite.mesos">IgniteScheduler</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/primitive/SimpleDataset.html#std--">std()</a></span> - Method in class org.apache.ignite.ml.dataset.primitive.<a href="org/apache/ignite/ml/dataset/primitive/SimpleDataset.html" title="class in org.apache.ignite.ml.dataset.primitive">SimpleDataset</a></dt>
<dd>
<div class="block">Calculates standard deviation by all columns.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/statistics/NormalDistributionStatistics.html#std--">std()</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.statistics.<a href="org/apache/ignite/ml/tree/randomforest/data/statistics/NormalDistributionStatistics.html" title="class in org.apache.ignite.ml.tree.randomforest.data.statistics">NormalDistributionStatistics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpi.html#STEALING_ATTEMPT_COUNT_ATTR">STEALING_ATTEMPT_COUNT_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">Name of job context attribute containing current stealing attempt count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpi.html#STEALING_PRIORITY_ATTR">STEALING_PRIORITY_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">Stealing priority attribute name.</div>
</dd>
<dt><a href="org/apache/ignite/ml/tree/impurity/util/StepFunction.html" title="class in org.apache.ignite.ml.tree.impurity.util"><span class="typeNameLink">StepFunction</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/tree/impurity/util/StepFunction.html" title="type parameter in StepFunction">T</a> extends <a href="org/apache/ignite/ml/tree/impurity/ImpurityMeasure.html" title="interface in org.apache.ignite.ml.tree.impurity">ImpurityMeasure</a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/tree/impurity/util/StepFunction.html" title="type parameter in StepFunction">T</a><span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/tree/impurity/util/package-summary.html">org.apache.ignite.ml.tree.impurity.util</a></dt>
<dd>
<div class="block">Step function described by <code>x</code> and <code>y</code> points.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/impurity/util/StepFunction.html#StepFunction-double:A-T:A-">StepFunction(double[], T[])</a></span> - Constructor for class org.apache.ignite.ml.tree.impurity.util.<a href="org/apache/ignite/ml/tree/impurity/util/StepFunction.html" title="class in org.apache.ignite.ml.tree.impurity.util">StepFunction</a></dt>
<dd>
<div class="block">Constructs a new instance of step function.</div>
</dd>
<dt><a href="org/apache/ignite/ml/tree/impurity/util/StepFunctionCompressor.html" title="interface in org.apache.ignite.ml.tree.impurity.util"><span class="typeNameLink">StepFunctionCompressor</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/tree/impurity/util/StepFunctionCompressor.html" title="type parameter in StepFunctionCompressor">T</a> extends <a href="org/apache/ignite/ml/tree/impurity/ImpurityMeasure.html" title="interface in org.apache.ignite.ml.tree.impurity">ImpurityMeasure</a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/tree/impurity/util/StepFunctionCompressor.html" title="type parameter in StepFunctionCompressor">T</a><span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/ml/tree/impurity/util/package-summary.html">org.apache.ignite.ml.tree.impurity.util</a></dt>
<dd>
<div class="block">Base interface for step function compressors which reduces step function size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html#stop--">stop()</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">Stops grid component, called on grid shutdown.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcStoreSessionListener.html#stop--">stop()</a></span> - Method in 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>
<div class="block">Stops grid component, called on grid shutdown.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/spring/CacheSpringStoreSessionListener.html#stop--">stop()</a></span> - Method in class org.apache.ignite.cache.store.spring.<a href="org/apache/ignite/cache/store/spring/CacheSpringStoreSessionListener.html" title="class in org.apache.ignite.cache.store.spring">CacheSpringStoreSessionListener</a></dt>
<dd>
<div class="block">Stops grid component, called on grid shutdown.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteClientSpringBean.html#stop-java.lang.Runnable-">stop(Runnable)</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteClientSpringBean.html" title="class in org.apache.ignite">IgniteClientSpringBean</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteClientSpringBean.html#stop--">stop()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteClientSpringBean.html" title="class in org.apache.ignite">IgniteClientSpringBean</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignition.html#stop-boolean-">stop(boolean)</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">Stops default grid.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignition.html#stop-java.lang.String-boolean-">stop(String, boolean)</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">Stops named Ignite instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lifecycle/LifecycleAware.html#stop--">stop()</a></span> - Method in interface org.apache.ignite.lifecycle.<a href="org/apache/ignite/lifecycle/LifecycleAware.html" title="interface in org.apache.ignite.lifecycle">LifecycleAware</a></dt>
<dd>
<div class="block">Stops grid component, called on grid shutdown.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/resource/JettyServer.html#stop--">stop()</a></span> - Method in class org.apache.ignite.mesos.resource.<a href="org/apache/ignite/mesos/resource/JettyServer.html" title="class in org.apache.ignite.mesos.resource">JettyServer</a></dt>
<dd>
<div class="block">Stops server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/messaging/MessagingListenActor.html#stop--">stop()</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">This method instructs underlying implementation to stop receiving new messages and unregister
the message listener.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/messaging/MessagingListenActor.html#stop-java.lang.Object-">stop(Object)</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">This method sends the response message to the original sender node and instructs underlying
implementation to stop receiving new messages and unregister the message listener.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/plugin/MLPluginProvider.html#stop-boolean-">stop(boolean)</a></span> - Method in class org.apache.ignite.ml.util.plugin.<a href="org/apache/ignite/ml/util/plugin/MLPluginProvider.html" title="class in org.apache.ignite.ml.util.plugin">MLPluginProvider</a></dt>
<dd>
<div class="block">Stops grid component.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgnitionMXBean.html#stop-boolean-">stop(boolean)</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/IgnitionMXBean.html" title="interface in org.apache.ignite.mxbean">IgnitionMXBean</a></dt>
<dd>
<div class="block">Stops default grid instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgnitionMXBean.html#stop-java.lang.String-boolean-">stop(String, boolean)</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/IgnitionMXBean.html" title="interface in org.apache.ignite.mxbean">IgnitionMXBean</a></dt>
<dd>
<div class="block">Stops named Ignite instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/PerformanceStatisticsMBean.html#stop--">stop()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/PerformanceStatisticsMBean.html" title="interface in org.apache.ignite.mxbean">PerformanceStatisticsMBean</a></dt>
<dd>
<div class="block">Stop collecting performance statistics in the cluster.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/osgi/IgniteAbstractOsgiContextActivator.html#stop-org.osgi.framework.BundleContext-">stop(BundleContext)</a></span> - Method in class org.apache.ignite.osgi.<a href="org/apache/ignite/osgi/IgniteAbstractOsgiContextActivator.html" title="class in org.apache.ignite.osgi">IgniteAbstractOsgiContextActivator</a></dt>
<dd>
<div class="block">Stops Ignite when the bundle is stopping.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetAffinityFunction.html#stop--">stop()</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">Stops grid component, called on grid shutdown.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/CachePluginProvider.html#stop-boolean-">stop(boolean)</a></span> - Method in interface org.apache.ignite.plugin.<a href="org/apache/ignite/plugin/CachePluginProvider.html" title="interface in org.apache.ignite.plugin">CachePluginProvider</a></dt>
<dd>
<div class="block">Stops grid component.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/PluginProvider.html#stop-boolean-">stop(boolean)</a></span> - Method in interface org.apache.ignite.plugin.<a href="org/apache/ignite/plugin/PluginProvider.html" title="interface in org.apache.ignite.plugin">PluginProvider</a></dt>
<dd>
<div class="block">Stops grid component.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/opencensus/OpenCensusTraceExporter.html#stop--">stop()</a></span> - Method in class org.apache.ignite.spi.tracing.opencensus.<a href="org/apache/ignite/spi/tracing/opencensus/OpenCensusTraceExporter.html" title="class in org.apache.ignite.spi.tracing.opencensus">OpenCensusTraceExporter</a></dt>
<dd>
<div class="block">Stops trace exporter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/stream/socket/SocketStreamer.html#stop--">stop()</a></span> - Method in class org.apache.ignite.stream.socket.<a href="org/apache/ignite/stream/socket/SocketStreamer.html" title="class in org.apache.ignite.stream.socket">SocketStreamer</a></dt>
<dd>
<div class="block">Stops streamer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/visor/plugin/VisorPlugin.html#stop--">stop()</a></span> - Method in class org.apache.ignite.visor.plugin.<a href="org/apache/ignite/visor/plugin/VisorPlugin.html" title="class in org.apache.ignite.visor.plugin">VisorPlugin</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignition.html#stopAll-boolean-">stopAll(boolean)</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">Stops <b>all</b> started grids in current JVM.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgnitionMXBean.html#stopAll-boolean-">stopAll(boolean)</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/IgnitionMXBean.html" title="interface in org.apache.ignite.mxbean">IgnitionMXBean</a></dt>
<dd>
<div class="block">Stops <b>all</b> started grids.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiAdapter.html#stopInfo--">stopInfo()</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">Gets uniformly format message for SPI stop.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteEvents.html#stopLocalListen-org.apache.ignite.lang.IgnitePredicate-int...-">stopLocalListen(IgnitePredicate<span class='angle_bracket'>&lt;</span>? extends Event<span class='angle_bracket'>&gt;</span>, int...)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteEvents.html" title="interface in org.apache.ignite">IgniteEvents</a></dt>
<dd>
<div class="block">Removes local event listener.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteMessaging.html#stopLocalListen-java.lang.Object-org.apache.ignite.lang.IgniteBiPredicate-">stopLocalListen(Object, IgniteBiPredicate<span class='angle_bracket'>&lt;</span>UUID, ?<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteMessaging.html" title="interface in org.apache.ignite">IgniteMessaging</a></dt>
<dd>
<div class="block">Unregisters local listener for given topic on local node only.</div>
</dd>
<dt><a href="org/apache/ignite/failure/StopNodeFailureHandler.html" title="class in org.apache.ignite.failure"><span class="typeNameLink">StopNodeFailureHandler</span></a> - Class in <a href="org/apache/ignite/failure/package-summary.html">org.apache.ignite.failure</a></dt>
<dd>
<div class="block">Handler will stop node in case of critical error using <code>IgnitionEx.stop(nodeName, true, true)</code> call.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/failure/StopNodeFailureHandler.html#StopNodeFailureHandler--">StopNodeFailureHandler()</a></span> - Constructor for class org.apache.ignite.failure.<a href="org/apache/ignite/failure/StopNodeFailureHandler.html" title="class in org.apache.ignite.failure">StopNodeFailureHandler</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/failure/StopNodeOrHaltFailureHandler.html" title="class in org.apache.ignite.failure"><span class="typeNameLink">StopNodeOrHaltFailureHandler</span></a> - Class in <a href="org/apache/ignite/failure/package-summary.html">org.apache.ignite.failure</a></dt>
<dd>
<div class="block">Handler will try to stop node if <code>tryStop</code> value is <code>true</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/failure/StopNodeOrHaltFailureHandler.html#StopNodeOrHaltFailureHandler--">StopNodeOrHaltFailureHandler()</a></span> - Constructor for class org.apache.ignite.failure.<a href="org/apache/ignite/failure/StopNodeOrHaltFailureHandler.html" title="class in org.apache.ignite.failure">StopNodeOrHaltFailureHandler</a></dt>
<dd>
<div class="block">Default constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/failure/StopNodeOrHaltFailureHandler.html#StopNodeOrHaltFailureHandler-boolean-long-">StopNodeOrHaltFailureHandler(boolean, long)</a></span> - Constructor for class org.apache.ignite.failure.<a href="org/apache/ignite/failure/StopNodeOrHaltFailureHandler.html" title="class in org.apache.ignite.failure">StopNodeOrHaltFailureHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCluster.html#stopNodes--">stopNodes()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCluster.html" title="interface in org.apache.ignite">IgniteCluster</a></dt>
<dd>
<div class="block">Stops nodes satisfying optional set of predicates.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCluster.html#stopNodes-java.util.Collection-">stopNodes(Collection<span class='angle_bracket'>&lt;</span>UUID<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCluster.html" title="interface in org.apache.ignite">IgniteCluster</a></dt>
<dd>
<div class="block">Stops nodes defined by provided IDs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoverySpiCustomMessage.html#stopProcess--">stopProcess()</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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Is not used anymore and will be removed at 3.0.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteEvents.html#stopRemoteListen-java.util.UUID-">stopRemoteListen(UUID)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteEvents.html" title="interface in org.apache.ignite">IgniteEvents</a></dt>
<dd>
<div class="block">Stops listening to remote events.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteMessaging.html#stopRemoteListen-java.util.UUID-">stopRemoteListen(UUID)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteMessaging.html" title="interface in org.apache.ignite">IgniteMessaging</a></dt>
<dd>
<div class="block">Unregisters all listeners identified with provided operation ID on all nodes in the cluster group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteEvents.html#stopRemoteListenAsync-java.util.UUID-">stopRemoteListenAsync(UUID)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteEvents.html" title="interface in org.apache.ignite">IgniteEvents</a></dt>
<dd>
<div class="block">Asynchronously stops listening to remote events.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteMessaging.html#stopRemoteListenAsync-java.util.UUID-">stopRemoteListenAsync(UUID)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteMessaging.html" title="interface in org.apache.ignite">IgniteMessaging</a></dt>
<dd>
<div class="block">Asynchronously unregisters all listeners identified with provided operation ID on all nodes in the cluster group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/WorkersControlMXBean.html#stopThreadById-long-">stopThreadById(long)</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/WorkersControlMXBean.html" title="interface in org.apache.ignite.mxbean">WorkersControlMXBean</a></dt>
<dd>
<div class="block">Stops thread by <code>id</code>, if exists.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/WorkersControlMXBean.html#stopThreadByUniqueName-java.lang.String-">stopThreadByUniqueName(String)</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/WorkersControlMXBean.html" title="interface in org.apache.ignite.mxbean">WorkersControlMXBean</a></dt>
<dd>
<div class="block">Stops thread by <code>name</code>, if exists and unique.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/WarmUpMXBean.html#stopWarmUp--">stopWarmUp()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/WarmUpMXBean.html" title="interface in org.apache.ignite.mxbean">WarmUpMXBean</a></dt>
<dd>
<div class="block">Stop warm-up.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/StorageConstants.html" title="interface in org.apache.ignite.ml.math"><span class="typeNameLink">StorageConstants</span></a> - Interface in <a href="org/apache/ignite/ml/math/package-summary.html">org.apache.ignite.ml.math</a></dt>
<dd>
<div class="block">Support for different modes of accessing data storage.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#storageGet-int-int-">storageGet(int, int)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#storageGet-int-">storageGet(int)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#storageGetRaw-int-">storageGetRaw(int)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Gets serializable value from storage and casts it to target type T.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/MatrixStorage.html#storageMode--">storageMode()</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/MatrixStorage.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">MatrixStorage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/storage/DenseMatrixStorage.html#storageMode--">storageMode()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.storage.<a href="org/apache/ignite/ml/math/primitives/matrix/storage/DenseMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.matrix.storage">DenseMatrixStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/storage/SparseMatrixStorage.html#storageMode--">storageMode()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.storage.<a href="org/apache/ignite/ml/math/primitives/matrix/storage/SparseMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.matrix.storage">SparseMatrixStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/storage/ViewMatrixStorage.html#storageMode--">storageMode()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.storage.<a href="org/apache/ignite/ml/math/primitives/matrix/storage/ViewMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.matrix.storage">ViewMatrixStorage</a></dt>
<dt><a href="org/apache/ignite/ml/math/StorageOpsMetrics.html" title="interface in org.apache.ignite.ml.math"><span class="typeNameLink">StorageOpsMetrics</span></a> - Interface in <a href="org/apache/ignite/ml/math/package-summary.html">org.apache.ignite.ml.math</a></dt>
<dd>
<div class="block">Storage and operation cost characteristics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#storageSet-int-int-double-">storageSet(int, int, double)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#storageSet-int-double-">storageSet(int, double)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#storageSetRaw-int-java.io.Serializable-">storageSetRaw(int, Serializable)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Sets serializable value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/indexing/IndexingSpi.html#store-java.lang.String-java.lang.Object-java.lang.Object-long-">store(String, Object, Object, long)</a></span> - Method in interface org.apache.ignite.spi.indexing.<a href="org/apache/ignite/spi/indexing/IndexingSpi.html" title="interface in org.apache.ignite.spi.indexing">IndexingSpi</a></dt>
<dd>
<div class="block">Updates index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/indexing/noop/NoopIndexingSpi.html#store-java.lang.String-java.lang.Object-java.lang.Object-long-">store(String, Object, Object, long)</a></span> - Method in class org.apache.ignite.spi.indexing.noop.<a href="org/apache/ignite/spi/indexing/noop/NoopIndexingSpi.html" title="class in org.apache.ignite.spi.indexing.noop">NoopIndexingSpi</a></dt>
<dd>
<div class="block">Updates index.</div>
</dd>
<dt><a href="org/apache/ignite/stream/StreamAdapter.html" title="class in org.apache.ignite.stream"><span class="typeNameLink">StreamAdapter</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/stream/StreamAdapter.html" title="type parameter in StreamAdapter">T</a>,<a href="org/apache/ignite/stream/StreamAdapter.html" title="type parameter in StreamAdapter">K</a>,<a href="org/apache/ignite/stream/StreamAdapter.html" title="type parameter in StreamAdapter">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/stream/package-summary.html">org.apache.ignite.stream</a></dt>
<dd>
<div class="block">Convenience adapter for streamers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/stream/StreamAdapter.html#StreamAdapter--">StreamAdapter()</a></span> - Constructor for 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">Empty constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/stream/StreamAdapter.html#StreamAdapter-org.apache.ignite.IgniteDataStreamer-org.apache.ignite.stream.StreamSingleTupleExtractor-">StreamAdapter(IgniteDataStreamer<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, StreamSingleTupleExtractor<span class='angle_bracket'>&lt;</span>T, K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for 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">Stream adapter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/stream/StreamAdapter.html#StreamAdapter-org.apache.ignite.IgniteDataStreamer-org.apache.ignite.stream.StreamMultipleTupleExtractor-">StreamAdapter(IgniteDataStreamer<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, StreamMultipleTupleExtractor<span class='angle_bracket'>&lt;</span>T, K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for 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">Stream adapter.</div>
</dd>
<dt><a href="org/apache/ignite/stream/StreamMultipleTupleExtractor.html" title="interface in org.apache.ignite.stream"><span class="typeNameLink">StreamMultipleTupleExtractor</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/stream/StreamMultipleTupleExtractor.html" title="type parameter in StreamMultipleTupleExtractor">T</a>,<a href="org/apache/ignite/stream/StreamMultipleTupleExtractor.html" title="type parameter in StreamMultipleTupleExtractor">K</a>,<a href="org/apache/ignite/stream/StreamMultipleTupleExtractor.html" title="type parameter in StreamMultipleTupleExtractor">V</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/stream/package-summary.html">org.apache.ignite.stream</a></dt>
<dd>
<div class="block">Stream tuple extractor to convert a single message to zero, one or many tuples.</div>
</dd>
<dt><a href="org/apache/ignite/stream/StreamReceiver.html" title="interface in org.apache.ignite.stream"><span class="typeNameLink">StreamReceiver</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/stream/StreamReceiver.html" title="type parameter in StreamReceiver">K</a>,<a href="org/apache/ignite/stream/StreamReceiver.html" title="type parameter in StreamReceiver">V</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/stream/package-summary.html">org.apache.ignite.stream</a></dt>
<dd>
<div class="block">Updates cache with batch of entries.</div>
</dd>
<dt><a href="org/apache/ignite/stream/StreamSingleTupleExtractor.html" title="interface in org.apache.ignite.stream"><span class="typeNameLink">StreamSingleTupleExtractor</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/stream/StreamSingleTupleExtractor.html" title="type parameter in StreamSingleTupleExtractor">T</a>,<a href="org/apache/ignite/stream/StreamSingleTupleExtractor.html" title="type parameter in StreamSingleTupleExtractor">K</a>,<a href="org/apache/ignite/stream/StreamSingleTupleExtractor.html" title="type parameter in StreamSingleTupleExtractor">V</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/stream/package-summary.html">org.apache.ignite.stream</a></dt>
<dd>
<div class="block">Stream tuple extractor to convert a message to a single Ignite key-value tuple.</div>
</dd>
<dt><a href="org/apache/ignite/stream/StreamTransformer.html" title="class in org.apache.ignite.stream"><span class="typeNameLink">StreamTransformer</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/stream/StreamTransformer.html" title="type parameter in StreamTransformer">K</a>,<a href="org/apache/ignite/stream/StreamTransformer.html" title="type parameter in StreamTransformer">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/stream/package-summary.html">org.apache.ignite.stream</a></dt>
<dd>
<div class="block">Convenience adapter to transform update existing values in streaming cache
based on the previously cached value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/stream/StreamTransformer.html#StreamTransformer--">StreamTransformer()</a></span> - Constructor for class org.apache.ignite.stream.<a href="org/apache/ignite/stream/StreamTransformer.html" title="class in org.apache.ignite.stream">StreamTransformer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/stream/StreamTupleExtractor.html" title="interface in org.apache.ignite.stream"><span class="typeNameLink">StreamTupleExtractor</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/stream/StreamTupleExtractor.html" title="type parameter in StreamTupleExtractor">T</a>,<a href="org/apache/ignite/stream/StreamTupleExtractor.html" title="type parameter in StreamTupleExtractor">K</a>,<a href="org/apache/ignite/stream/StreamTupleExtractor.html" title="type parameter in StreamTupleExtractor">V</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/stream/package-summary.html">org.apache.ignite.stream</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Will be removed in 2.0.0.</span></div>
</div>
</dd>
<dt><a href="org/apache/ignite/stream/StreamVisitor.html" title="class in org.apache.ignite.stream"><span class="typeNameLink">StreamVisitor</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/stream/StreamVisitor.html" title="type parameter in StreamVisitor">K</a>,<a href="org/apache/ignite/stream/StreamVisitor.html" title="type parameter in StreamVisitor">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/stream/package-summary.html">org.apache.ignite.stream</a></dt>
<dd>
<div class="block">Convenience adapter to visit every key-value tuple in the stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/stream/StreamVisitor.html#StreamVisitor--">StreamVisitor()</a></span> - Constructor for class org.apache.ignite.stream.<a href="org/apache/ignite/stream/StreamVisitor.html" title="class in org.apache.ignite.stream">StreamVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html#STRING">STRING</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#STRING">STRING</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgNodeContext.html#STRING--">STRING()</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgNodeContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgNodeContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.StringCoordVectorizer.html#StringCoordVectorizer-java.lang.String...-">StringCoordVectorizer(String...)</a></span> - Constructor for class org.apache.ignite.ml.dataset.feature.extractor.<a href="org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.StringCoordVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor">ExtractionUtils.StringCoordVectorizer</a></dt>
<dd>
<div class="block">Creates an instance of Vectorizer.</div>
</dd>
<dt><a href="org/apache/ignite/ml/preprocessing/encoding/stringencoder/StringEncoderPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.encoding.stringencoder"><span class="typeNameLink">StringEncoderPreprocessor</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/preprocessing/encoding/stringencoder/StringEncoderPreprocessor.html" title="type parameter in StringEncoderPreprocessor">K</a>,<a href="org/apache/ignite/ml/preprocessing/encoding/stringencoder/StringEncoderPreprocessor.html" title="type parameter in StringEncoderPreprocessor">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/preprocessing/encoding/stringencoder/package-summary.html">org.apache.ignite.ml.preprocessing.encoding.stringencoder</a></dt>
<dd>
<div class="block">Preprocessing function that makes String encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/encoding/stringencoder/StringEncoderPreprocessor.html#StringEncoderPreprocessor-java.util.Map:A-org.apache.ignite.ml.preprocessing.Preprocessor-java.util.Set-">StringEncoderPreprocessor(Map<span class='angle_bracket'>&lt;</span>String, Integer<span class='angle_bracket'>&gt;</span>[], Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Set<span class='angle_bracket'>&lt;</span>Integer<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.preprocessing.encoding.stringencoder.<a href="org/apache/ignite/ml/preprocessing/encoding/stringencoder/StringEncoderPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.encoding.stringencoder">StringEncoderPreprocessor</a></dt>
<dd>
<div class="block">Constructs a new instance of String Encoder preprocessor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/thread/IgniteThread.html#stripe--">stripe()</a></span> - Method in class org.apache.ignite.thread.<a href="org/apache/ignite/thread/IgniteThread.html" title="class in org.apache.ignite.thread">IgniteThread</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/mxbean/StripedExecutorMXBean.html" title="interface in org.apache.ignite.mxbean"><span class="typeNameLink">StripedExecutorMXBean</span></a> - Interface in <a href="org/apache/ignite/mxbean/package-summary.html">org.apache.ignite.mxbean</a></dt>
<dd>
<div class="block">MBean that provides access to information about striped executor service.</div>
</dd>
<dt><a href="org/apache/ignite/spi/systemview/view/StripedExecutorTaskView.html" title="class in org.apache.ignite.spi.systemview.view"><span class="typeNameLink">StripedExecutorTaskView</span></a> - Class in <a href="org/apache/ignite/spi/systemview/view/package-summary.html">org.apache.ignite.spi.systemview.view</a></dt>
<dd>
<div class="block"><code>StripedExecutor</code> task representation for a <a href="org/apache/ignite/spi/systemview/view/SystemView.html" title="interface in org.apache.ignite.spi.systemview.view"><code>SystemView</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/StripedExecutorTaskView.html#StripedExecutorTaskView-org.apache.ignite.internal.util.StripedExecutor.Stripe-java.lang.Runnable-">StripedExecutorTaskView(StripedExecutor.Stripe, Runnable)</a></span> - Constructor for class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/StripedExecutorTaskView.html" title="class in org.apache.ignite.spi.systemview.view">StripedExecutorTaskView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/StripedExecutorTaskView.html#stripeIndex--">stripeIndex()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/StripedExecutorTaskView.html" title="class in org.apache.ignite.spi.systemview.view">StripedExecutorTaskView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/PagesListView.html#stripesCount--">stripesCount()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/PagesListView.html" title="class in org.apache.ignite.spi.systemview.view">PagesListView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/parallelism/NoParallelismStrategy.Stub.html#Stub-T-">Stub(T)</a></span> - Constructor for class org.apache.ignite.ml.environment.parallelism.<a href="org/apache/ignite/ml/environment/parallelism/NoParallelismStrategy.Stub.html" title="class in org.apache.ignite.ml.environment.parallelism">NoParallelismStrategy.Stub</a></dt>
<dd>
<div class="block">Create an instance of Stub</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html#subIntervals-int-">subIntervals(int)</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataRegionMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/mxbean/MetricsMxBean.html#configureHitRateMetric-java.lang.String-long-"><code>MetricsMxBean.configureHitRateMetric(String, long)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html#subIntervals-int-">subIntervals(int)</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">DataStorageMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/mxbean/MetricsMxBean.html#configureHitRateMetric-java.lang.String-long-"><code>MetricsMxBean.configureHitRateMetric(String, long)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/MemoryMetricsMXBean.html#subIntervals-int-">subIntervals(int)</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/MemoryMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">MemoryMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets a number of sub-intervals the whole <a href="org/apache/ignite/mxbean/MemoryMetricsMXBean.html#rateTimeInterval-long-"><code>MemoryMetricsMXBean.rateTimeInterval(long)</code></a> will be split into to calculate
<a href="org/apache/ignite/mxbean/MemoryMetricsMXBean.html#getAllocationRate--"><code>MemoryMetricsMXBean.getAllocationRate()</code></a> and <a href="org/apache/ignite/mxbean/MemoryMetricsMXBean.html#getEvictionRate--"><code>MemoryMetricsMXBean.getEvictionRate()</code></a> rates (5 by default).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/PersistenceMetricsMXBean.html#subIntervals-int-">subIntervals(int)</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/PersistenceMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">PersistenceMetricsMXBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets a number of sub-intervals the whole <a href="org/apache/ignite/mxbean/PersistenceMetricsMXBean.html#rateTimeInterval-long-"><code>PersistenceMetricsMXBean.rateTimeInterval(long)</code></a> will be split into to calculate
rate-based metrics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/CacheEvent.html#subjectId--">subjectId()</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 security subject ID initiated this cache event, if available.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/CacheQueryExecutedEvent.html#subjectId--">subjectId()</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 security subject ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/CacheQueryReadEvent.html#subjectId--">subjectId()</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 security subject ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/SqlQueryExecutionEvent.html#subjectId--">subjectId()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/SqlQueryExecutionEvent.html" title="class in org.apache.ignite.events">SqlQueryExecutionEvent</a></dt>
<dd>
<div class="block">Gets security subject ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/TaskEvent.html#subjectId--">subjectId()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/TaskEvent.html" title="class in org.apache.ignite.events">TaskEvent</a></dt>
<dd>
<div class="block">Gets security subject ID initiated this task event, if available.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/AuthenticationContext.html#subjectId--">subjectId()</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 ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/AuthenticationContext.html#subjectId-java.util.UUID-">subjectId(UUID)</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 ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ScanQueryView.html#subjectId--">subjectId()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ScanQueryView.html" title="class in org.apache.ignite.spi.systemview.view">ScanQueryView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/TransactionView.html#subjectId--">subjectId()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/TransactionView.html" title="class in org.apache.ignite.spi.systemview.view">TransactionView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/AuthenticationContext.html#subjectType--">subjectType()</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 type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/AuthenticationContext.html#subjectType-org.apache.ignite.plugin.security.SecuritySubjectType-">subjectType(SecuritySubjectType)</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 type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/parallelism/DefaultParallelismStrategy.html#submit-org.apache.ignite.ml.math.functions.IgniteSupplier-">submit(IgniteSupplier<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.environment.parallelism.<a href="org/apache/ignite/ml/environment/parallelism/DefaultParallelismStrategy.html" title="class in org.apache.ignite.ml.environment.parallelism">DefaultParallelismStrategy</a></dt>
<dd>
<div class="block">Submit task.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/parallelism/NoParallelismStrategy.html#submit-org.apache.ignite.ml.math.functions.IgniteSupplier-">submit(IgniteSupplier<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.environment.parallelism.<a href="org/apache/ignite/ml/environment/parallelism/NoParallelismStrategy.html" title="class in org.apache.ignite.ml.environment.parallelism">NoParallelismStrategy</a></dt>
<dd>
<div class="block">Submit task.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/parallelism/ParallelismStrategy.html#submit-org.apache.ignite.ml.math.functions.IgniteSupplier-">submit(IgniteSupplier<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.ml.environment.parallelism.<a href="org/apache/ignite/ml/environment/parallelism/ParallelismStrategy.html" title="interface in org.apache.ignite.ml.environment.parallelism">ParallelismStrategy</a></dt>
<dd>
<div class="block">Submit task.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/parallelism/ParallelismStrategy.html#submit-java.util.List-">submit(List<span class='angle_bracket'>&lt;</span>IgniteSupplier<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.ml.environment.parallelism.<a href="org/apache/ignite/ml/environment/parallelism/ParallelismStrategy.html" title="interface in org.apache.ignite.ml.environment.parallelism">ParallelismStrategy</a></dt>
<dd>
<div class="block">Submit the list of tasks.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/thread/IgniteStripedThreadPoolExecutor.html#submit-java.util.concurrent.Callable-">submit(Callable<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>)</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="memberNameLink"><a href="org/apache/ignite/thread/IgniteStripedThreadPoolExecutor.html#submit-java.lang.Runnable-T-">submit(Runnable, T)</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="memberNameLink"><a href="org/apache/ignite/thread/IgniteStripedThreadPoolExecutor.html#submit-java.lang.Runnable-">submit(Runnable)</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="memberNameLink"><a href="org/apache/ignite/ml/composition/combinators/parallel/ModelsParallelComposition.html#submodels--">submodels()</a></span> - Method in class org.apache.ignite.ml.composition.combinators.parallel.<a href="org/apache/ignite/ml/composition/combinators/parallel/ModelsParallelComposition.html" title="class in org.apache.ignite.ml.composition.combinators.parallel">ModelsParallelComposition</a></dt>
<dd>
<div class="block">List of submodels constituting this model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/impurity/gini/GiniImpurityMeasure.html#subtract-org.apache.ignite.ml.tree.impurity.gini.GiniImpurityMeasure-">subtract(GiniImpurityMeasure)</a></span> - Method in class org.apache.ignite.ml.tree.impurity.gini.<a href="org/apache/ignite/ml/tree/impurity/gini/GiniImpurityMeasure.html" title="class in org.apache.ignite.ml.tree.impurity.gini">GiniImpurityMeasure</a></dt>
<dd>
<div class="block">Subtracts the given impurity for this.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/impurity/ImpurityMeasure.html#subtract-T-">subtract(T)</a></span> - Method in interface org.apache.ignite.ml.tree.impurity.<a href="org/apache/ignite/ml/tree/impurity/ImpurityMeasure.html" title="interface in org.apache.ignite.ml.tree.impurity">ImpurityMeasure</a></dt>
<dd>
<div class="block">Subtracts the given impurity for this.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/impurity/mse/MSEImpurityMeasure.html#subtract-org.apache.ignite.ml.tree.impurity.mse.MSEImpurityMeasure-">subtract(MSEImpurityMeasure)</a></span> - Method in class org.apache.ignite.ml.tree.impurity.mse.<a href="org/apache/ignite/ml/tree/impurity/mse/MSEImpurityMeasure.html" title="class in org.apache.ignite.ml.tree.impurity.mse">MSEImpurityMeasure</a></dt>
<dd>
<div class="block">Subtracts the given impurity for this.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#sum--">sum()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>
<div class="block">Gets sum of all elements in the matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html#sum--">sum()</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">Matrix</a></dt>
<dd>
<div class="block">Gets sum of all elements in the matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#sum--">sum()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Gets the sum of all elements in this vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#sum--">sum()</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Gets the sum of all elements in this vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html#sum--">sum()</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a></dt>
<dd>
<div class="block">Gets the sum of all elements in this vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/optimization/updatecalculators/NesterovParameterUpdate.html#sum-java.util.List-">sum(List<span class='angle_bracket'>&lt;</span>NesterovParameterUpdate<span class='angle_bracket'>&gt;</span>)</a></span> - Static method in class org.apache.ignite.ml.optimization.updatecalculators.<a href="org/apache/ignite/ml/optimization/updatecalculators/NesterovParameterUpdate.html" title="class in org.apache.ignite.ml.optimization.updatecalculators">NesterovParameterUpdate</a></dt>
<dd>
<div class="block">Get sum of parameters updates.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/optimization/updatecalculators/RPropParameterUpdate.html#SUM">SUM</a></span> - Static variable in class org.apache.ignite.ml.optimization.updatecalculators.<a href="org/apache/ignite/ml/optimization/updatecalculators/RPropParameterUpdate.html" title="class in org.apache.ignite.ml.optimization.updatecalculators">RPropParameterUpdate</a></dt>
<dd>
<div class="block">Sums updates returned by different trainings.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/optimization/updatecalculators/RPropParameterUpdate.html#SUM_LOCAL">SUM_LOCAL</a></span> - Static variable in class org.apache.ignite.ml.optimization.updatecalculators.<a href="org/apache/ignite/ml/optimization/updatecalculators/RPropParameterUpdate.html" title="class in org.apache.ignite.ml.optimization.updatecalculators">RPropParameterUpdate</a></dt>
<dd>
<div class="block">Sums updates during one training.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/optimization/updatecalculators/SimpleGDParameterUpdate.html#SUM_LOCAL">SUM_LOCAL</a></span> - Static variable in class org.apache.ignite.ml.optimization.updatecalculators.<a href="org/apache/ignite/ml/optimization/updatecalculators/SimpleGDParameterUpdate.html" title="class in org.apache.ignite.ml.optimization.updatecalculators">SimpleGDParameterUpdate</a></dt>
<dd>
<div class="block">Method used to get total update of all parallel trainings.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/imputing/ImputerPartitionData.html#sums--">sums()</a></span> - Method in class org.apache.ignite.ml.preprocessing.imputing.<a href="org/apache/ignite/ml/preprocessing/imputing/ImputerPartitionData.html" title="class in org.apache.ignite.ml.preprocessing.imputing">ImputerPartitionData</a></dt>
<dd>
<div class="block">Gets the array of sums of values in partition for each feature in the dataset.</div>
</dd>
<dt><a href="org/apache/ignite/ml/sparkmodelparser/SupportedSparkModels.html" title="enum in org.apache.ignite.ml.sparkmodelparser"><span class="typeNameLink">SupportedSparkModels</span></a> - Enum in <a href="org/apache/ignite/ml/sparkmodelparser/package-summary.html">org.apache.ignite.ml.sparkmodelparser</a></dt>
<dd>
<div class="block">List of supported Spark models.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/isolated/IsolatedDiscoverySpi.html#supportsCommunicationFailureResolve--">supportsCommunicationFailureResolve()</a></span> - Method in class org.apache.ignite.spi.discovery.isolated.<a href="org/apache/ignite/spi/discovery/isolated/IsolatedDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.isolated">IsolatedDiscoverySpi</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#supportsCommunicationFailureResolve--">supportsCommunicationFailureResolve()</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html#supportsCommunicationFailureResolve--">supportsCommunicationFailureResolve()</a></span> - Method in class org.apache.ignite.spi.discovery.zk.<a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.zk">ZookeeperDiscoverySpi</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/transactions/Transaction.html#suspend--">suspend()</a></span> - Method in interface org.apache.ignite.transactions.<a href="org/apache/ignite/transactions/Transaction.html" title="interface in org.apache.ignite.transactions">Transaction</a></dt>
<dd>
<div class="block">Suspends a transaction.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/svm/SVMLinearClassificationModel.SVMLinearClassificationJSONExportModel.html#SVMLinearClassificationJSONExportModel-java.lang.Long-java.lang.String-java.lang.String-">SVMLinearClassificationJSONExportModel(Long, String, String)</a></span> - Constructor for class org.apache.ignite.ml.svm.<a href="org/apache/ignite/ml/svm/SVMLinearClassificationModel.SVMLinearClassificationJSONExportModel.html" title="class in org.apache.ignite.ml.svm">SVMLinearClassificationModel.SVMLinearClassificationJSONExportModel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/svm/SVMLinearClassificationModel.SVMLinearClassificationJSONExportModel.html#SVMLinearClassificationJSONExportModel--">SVMLinearClassificationJSONExportModel()</a></span> - Constructor for class org.apache.ignite.ml.svm.<a href="org/apache/ignite/ml/svm/SVMLinearClassificationModel.SVMLinearClassificationJSONExportModel.html" title="class in org.apache.ignite.ml.svm">SVMLinearClassificationModel.SVMLinearClassificationJSONExportModel</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/svm/SVMLinearClassificationModel.html" title="class in org.apache.ignite.ml.svm"><span class="typeNameLink">SVMLinearClassificationModel</span></a> - Class in <a href="org/apache/ignite/ml/svm/package-summary.html">org.apache.ignite.ml.svm</a></dt>
<dd>
<div class="block">Base class for SVM linear classification model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/svm/SVMLinearClassificationModel.html#SVMLinearClassificationModel--">SVMLinearClassificationModel()</a></span> - Constructor for class org.apache.ignite.ml.svm.<a href="org/apache/ignite/ml/svm/SVMLinearClassificationModel.html" title="class in org.apache.ignite.ml.svm">SVMLinearClassificationModel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/svm/SVMLinearClassificationModel.html#SVMLinearClassificationModel-org.apache.ignite.ml.math.primitives.vector.Vector-double-">SVMLinearClassificationModel(Vector, double)</a></span> - Constructor for class org.apache.ignite.ml.svm.<a href="org/apache/ignite/ml/svm/SVMLinearClassificationModel.html" title="class in org.apache.ignite.ml.svm">SVMLinearClassificationModel</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/svm/SVMLinearClassificationModel.SVMLinearClassificationJSONExportModel.html" title="class in org.apache.ignite.ml.svm"><span class="typeNameLink">SVMLinearClassificationModel.SVMLinearClassificationJSONExportModel</span></a> - Class in <a href="org/apache/ignite/ml/svm/package-summary.html">org.apache.ignite.ml.svm</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/svm/SVMLinearClassificationTrainer.html" title="class in org.apache.ignite.ml.svm"><span class="typeNameLink">SVMLinearClassificationTrainer</span></a> - Class in <a href="org/apache/ignite/ml/svm/package-summary.html">org.apache.ignite.ml.svm</a></dt>
<dd>
<div class="block">Base class for a soft-margin SVM linear classification trainer based on the communication-efficient distributed dual
coordinate ascent algorithm (CoCoA) with hinge-loss function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/svm/SVMLinearClassificationTrainer.html#SVMLinearClassificationTrainer--">SVMLinearClassificationTrainer()</a></span> - Constructor for class org.apache.ignite.ml.svm.<a href="org/apache/ignite/ml/svm/SVMLinearClassificationTrainer.html" title="class in org.apache.ignite.ml.svm">SVMLinearClassificationTrainer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteBiTuple.html#swap--">swap()</a></span> - Method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteBiTuple.html" title="class in org.apache.ignite.lang">IgniteBiTuple</a></dt>
<dd>
<div class="block">Swaps values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#swapColumns-int-int-">swapColumns(int, int)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>
<div class="block">Swaps two columns in this matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html#swapColumns-int-int-">swapColumns(int, int)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">Matrix</a></dt>
<dd>
<div class="block">Swaps two columns in this matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#swapRows-int-int-">swapRows(int, int)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>
<div class="block">Swaps two rows in this matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html#swapRows-int-int-">swapRows(int, int)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">Matrix</a></dt>
<dd>
<div class="block">Swaps two rows in this matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/osgi/classloaders/ContainerSweepClassLoader.html#sweepContainer-java.lang.String-">sweepContainer(String)</a></span> - Method in class org.apache.ignite.osgi.classloaders.<a href="org/apache/ignite/osgi/classloaders/ContainerSweepClassLoader.html" title="class in org.apache.ignite.osgi.classloaders">ContainerSweepClassLoader</a></dt>
<dd>
<div class="block">Sweeps the OSGi container to find the first <code>Bundle</code> that can load the class.</div>
</dd>
<dt><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/encrypt/SymmetricKeyEncryptionService.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt"><span class="typeNameLink">SymmetricKeyEncryptionService</span></a> - Class in <a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/encrypt/package-summary.html">org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt</a></dt>
<dd>
<div class="block">Service to encrypt data using symmetric key encryption.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/encrypt/SymmetricKeyEncryptionService.html#SymmetricKeyEncryptionService--">SymmetricKeyEncryptionService()</a></span> - Constructor for class org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/encrypt/SymmetricKeyEncryptionService.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt">SymmetricKeyEncryptionService</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/inference/builder/SyncModelBuilder.html" title="interface in org.apache.ignite.ml.inference.builder"><span class="typeNameLink">SyncModelBuilder</span></a> - Interface in <a href="org/apache/ignite/ml/inference/builder/package-summary.html">org.apache.ignite.ml.inference.builder</a></dt>
<dd>
<div class="block">Builder of synchronous inference model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/Blas.html#syr-java.lang.Double-org.apache.ignite.ml.math.primitives.vector.impl.SparseVector-org.apache.ignite.ml.math.primitives.matrix.impl.DenseMatrix-">syr(Double, SparseVector, DenseMatrix)</a></span> - Static method in class org.apache.ignite.ml.math.<a href="org/apache/ignite/ml/math/Blas.html" title="class in org.apache.ignite.ml.math">Blas</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/TransactionView.html#system--">system()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/TransactionView.html" title="class in org.apache.ignite.spi.systemview.view">TransactionView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/cache/store/cassandra/common/SystemHelper.html" title="class in org.apache.ignite.cache.store.cassandra.common"><span class="typeNameLink">SystemHelper</span></a> - Class in <a href="org/apache/ignite/cache/store/cassandra/common/package-summary.html">org.apache.ignite.cache.store.cassandra.common</a></dt>
<dd>
<div class="block">Helper class providing system information about the host (ip, hostname, os and etc.)</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/common/SystemHelper.html#SystemHelper--">SystemHelper()</a></span> - Constructor for class org.apache.ignite.cache.store.cassandra.common.<a href="org/apache/ignite/cache/store/cassandra/common/SystemHelper.html" title="class in org.apache.ignite.cache.store.cassandra.common">SystemHelper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/SecurityBasicPermissionSet.html#systemPermissions--">systemPermissions()</a></span> - Method in class org.apache.ignite.plugin.security.<a href="org/apache/ignite/plugin/security/SecurityBasicPermissionSet.html" title="class in org.apache.ignite.plugin.security">SecurityBasicPermissionSet</a></dt>
<dd>
<div class="block">Collection of system-wide permissions (events enable/disable, Visor task execution).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/SecurityPermissionSet.html#systemPermissions--">systemPermissions()</a></span> - Method in interface org.apache.ignite.plugin.security.<a href="org/apache/ignite/plugin/security/SecurityPermissionSet.html" title="interface in org.apache.ignite.plugin.security">SecurityPermissionSet</a></dt>
<dd>
<div class="block">Collection of system-wide permissions (events enable/disable, Visor task execution).</div>
</dd>
<dt><a href="org/apache/ignite/SystemProperty.html" title="annotation in org.apache.ignite"><span class="typeNameLink">SystemProperty</span></a> - Annotation Type in <a href="org/apache/ignite/package-summary.html">org.apache.ignite</a></dt>
<dd>
<div class="block">Ignite system property info.</div>
</dd>
<dt><a href="org/apache/ignite/spi/systemview/view/SystemView.html" title="interface in org.apache.ignite.spi.systemview.view"><span class="typeNameLink">SystemView</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/spi/systemview/view/SystemView.html" title="type parameter in SystemView">R</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/spi/systemview/view/package-summary.html">org.apache.ignite.spi.systemview.view</a></dt>
<dd>
<div class="block">Implementation provides data for some internal Ignite objects.</div>
</dd>
<dt><a href="org/apache/ignite/spi/systemview/SystemViewExporterSpi.html" title="interface in org.apache.ignite.spi.systemview"><span class="typeNameLink">SystemViewExporterSpi</span></a> - Interface in <a href="org/apache/ignite/spi/systemview/package-summary.html">org.apache.ignite.spi.systemview</a></dt>
<dd>
<div class="block">Exporter of system view to the external recepient.</div>
</dd>
<dt><a href="org/apache/ignite/spi/systemview/view/SystemViewRowAttributeWalker.html" title="interface in org.apache.ignite.spi.systemview.view"><span class="typeNameLink">SystemViewRowAttributeWalker</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/spi/systemview/view/SystemViewRowAttributeWalker.html" title="type parameter in SystemViewRowAttributeWalker">R</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/spi/systemview/view/package-summary.html">org.apache.ignite.spi.systemview.view</a></dt>
<dd>
<div class="block">Utility class for quick iteration over row properties.</div>
</dd>
<dt><a href="org/apache/ignite/spi/systemview/view/SystemViewRowAttributeWalker.AttributeVisitor.html" title="interface in org.apache.ignite.spi.systemview.view"><span class="typeNameLink">SystemViewRowAttributeWalker.AttributeVisitor</span></a> - Interface in <a href="org/apache/ignite/spi/systemview/view/package-summary.html">org.apache.ignite.spi.systemview.view</a></dt>
<dd>
<div class="block">Attribute visitor.</div>
</dd>
<dt><a href="org/apache/ignite/spi/systemview/view/SystemViewRowAttributeWalker.AttributeWithValueVisitor.html" title="interface in org.apache.ignite.spi.systemview.view"><span class="typeNameLink">SystemViewRowAttributeWalker.AttributeWithValueVisitor</span></a> - Interface in <a href="org/apache/ignite/spi/systemview/view/package-summary.html">org.apache.ignite.spi.systemview.view</a></dt>
<dd>
<div class="block">Attribute visitor.</div>
</dd>
</dl>
<a name="I:T">
<!-- -->
</a>
<h2 class="title">T</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/BatchExecutionAssistant.html#tableExistenceRequired--">tableExistenceRequired()</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">Indicates if Cassandra tables existence is required for this batch operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/ExecutionAssistant.html#tableExistenceRequired--">tableExistenceRequired()</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">Indicates if Cassandra table existence is required for an operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/GenericBatchExecutionAssistant.html#tableExistenceRequired--">tableExistenceRequired()</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">Indicates if Cassandra tables existence is required for this batch operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/transaction/DeleteMutation.html#tableExistenceRequired--">tableExistenceRequired()</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">Indicates if Cassandra tables existence is required for this operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/transaction/Mutation.html#tableExistenceRequired--">tableExistenceRequired()</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">Indicates if Cassandra tables existence is required for this operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/transaction/WriteMutation.html#tableExistenceRequired--">tableExistenceRequired()</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">Indicates if Cassandra tables existence is required for this operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/jdbc/BasicJdbcIpFinderDialect.html#tableName--">tableName()</a></span> - Method in 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>
<div class="block">Gets table name in a valid form to use as IP addresses</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/jdbc/JdbcIpFinderDialect.html#tableName--">tableName()</a></span> - Method in interface org.apache.ignite.spi.discovery.tcp.ipfinder.jdbc.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/jdbc/JdbcIpFinderDialect.html" title="interface in org.apache.ignite.spi.discovery.tcp.ipfinder.jdbc">JdbcIpFinderDialect</a></dt>
<dd>
<div class="block">Gets table name in a valid form to use as IP addresses</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/jdbc/OracleJdbcIpFinderDialect.html#tableName--">tableName()</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.jdbc.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/jdbc/OracleJdbcIpFinderDialect.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.jdbc">OracleJdbcIpFinderDialect</a></dt>
<dd>
<div class="block">Gets table name in a valid form to use as IP addresses</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlIndexView.html#tableName--">tableName()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlIndexView.html" title="class in org.apache.ignite.spi.systemview.view">SqlIndexView</a></dt>
<dd>
<div class="block">Returns table name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlTableColumnView.html#tableName--">tableName()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlTableColumnView.html" title="class in org.apache.ignite.spi.systemview.view">SqlTableColumnView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlTableView.html#tableName--">tableName()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlTableView.html" title="class in org.apache.ignite.spi.systemview.view">SqlTableView</a></dt>
<dd>
<div class="block">Returns table name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCluster.html#tag--">tag()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCluster.html" title="interface in org.apache.ignite">IgniteCluster</a></dt>
<dd>
<div class="block">User-defined tag describing the cluster.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCluster.html#tag-java.lang.String-">tag(String)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCluster.html" title="interface in org.apache.ignite">IgniteCluster</a></dt>
<dd>
<div class="block">Enables user to add a specific label to the cluster e.g. to describe purpose of the cluster
or any its characteristics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteClusterMXBean.html#tag-java.lang.String-">tag(String)</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/IgniteClusterMXBean.html" title="interface in org.apache.ignite.mxbean">IgniteClusterMXBean</a></dt>
<dd>
<div class="block">Changes cluster tag to provided value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteQueue.html#take--">take()</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><a href="org/apache/ignite/ml/preprocessing/encoding/target/TargetCounter.html" title="class in org.apache.ignite.ml.preprocessing.encoding.target"><span class="typeNameLink">TargetCounter</span></a> - Class in <a href="org/apache/ignite/ml/preprocessing/encoding/target/package-summary.html">org.apache.ignite.ml.preprocessing.encoding.target</a></dt>
<dd>
<div class="block">Counter for encode category.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/encoding/target/TargetCounter.html#TargetCounter--">TargetCounter()</a></span> - Constructor for class org.apache.ignite.ml.preprocessing.encoding.target.<a href="org/apache/ignite/ml/preprocessing/encoding/target/TargetCounter.html" title="class in org.apache.ignite.ml.preprocessing.encoding.target">TargetCounter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/encoding/EncoderPartitionData.html#targetCounters--">targetCounters()</a></span> - Method in class org.apache.ignite.ml.preprocessing.encoding.<a href="org/apache/ignite/ml/preprocessing/encoding/EncoderPartitionData.html" title="class in org.apache.ignite.ml.preprocessing.encoding">EncoderPartitionData</a></dt>
<dd>
<div class="block">Gets the map of target encoding meta by value in partition for label.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/encoding/target/TargetEncoderPreprocessor.html#targetCounters">targetCounters</a></span> - Variable in class org.apache.ignite.ml.preprocessing.encoding.target.<a href="org/apache/ignite/ml/preprocessing/encoding/target/TargetEncoderPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.encoding.target">TargetEncoderPreprocessor</a></dt>
<dd>
<div class="block">Filling values.</div>
</dd>
<dt><a href="org/apache/ignite/ml/preprocessing/encoding/target/TargetEncoderPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.encoding.target"><span class="typeNameLink">TargetEncoderPreprocessor</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/preprocessing/encoding/target/TargetEncoderPreprocessor.html" title="type parameter in TargetEncoderPreprocessor">K</a>,<a href="org/apache/ignite/ml/preprocessing/encoding/target/TargetEncoderPreprocessor.html" title="type parameter in TargetEncoderPreprocessor">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/preprocessing/encoding/target/package-summary.html">org.apache.ignite.ml.preprocessing.encoding.target</a></dt>
<dd>
<div class="block">Preprocessing function that makes Target encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/encoding/target/TargetEncoderPreprocessor.html#TargetEncoderPreprocessor-org.apache.ignite.ml.preprocessing.encoding.target.TargetEncodingMeta:A-org.apache.ignite.ml.preprocessing.Preprocessor-java.util.Set-">TargetEncoderPreprocessor(TargetEncodingMeta[], Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Set<span class='angle_bracket'>&lt;</span>Integer<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.preprocessing.encoding.target.<a href="org/apache/ignite/ml/preprocessing/encoding/target/TargetEncoderPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.encoding.target">TargetEncoderPreprocessor</a></dt>
<dd>
<div class="block">Constructs a new instance of Frequency Encoder preprocessor.</div>
</dd>
<dt><a href="org/apache/ignite/ml/preprocessing/encoding/target/TargetEncodingMeta.html" title="class in org.apache.ignite.ml.preprocessing.encoding.target"><span class="typeNameLink">TargetEncodingMeta</span></a> - Class in <a href="org/apache/ignite/ml/preprocessing/encoding/target/package-summary.html">org.apache.ignite.ml.preprocessing.encoding.target</a></dt>
<dd>
<div class="block">Metadata for encode category.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/encoding/target/TargetEncodingMeta.html#TargetEncodingMeta--">TargetEncodingMeta()</a></span> - Constructor for class org.apache.ignite.ml.preprocessing.encoding.target.<a href="org/apache/ignite/ml/preprocessing/encoding/target/TargetEncodingMeta.html" title="class in org.apache.ignite.ml.preprocessing.encoding.target">TargetEncodingMeta</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/JobEvent.html#taskClassName--">taskClassName()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/JobEvent.html" title="class in org.apache.ignite.events">JobEvent</a></dt>
<dd>
<div class="block">Gets name of task class that triggered this event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/JobEvent.html#taskClassName-java.lang.String-">taskClassName(String)</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/JobEvent.html" title="class in org.apache.ignite.events">JobEvent</a></dt>
<dd>
<div class="block">Sets name of the task class that triggered this event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/TaskEvent.html#taskClassName--">taskClassName()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/TaskEvent.html" title="class in org.apache.ignite.events">TaskEvent</a></dt>
<dd>
<div class="block">Gets name of task class that triggered this event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ComputeJobView.html#taskClassName--">taskClassName()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ComputeJobView.html" title="class in org.apache.ignite.spi.systemview.view">ComputeJobView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ComputeTaskView.html#taskClassName--">taskClassName()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ComputeTaskView.html" title="class in org.apache.ignite.spi.systemview.view">ComputeTaskView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/resources/TaskContinuousMapperResource.html" title="annotation in org.apache.ignite.resources"><span class="typeNameLink">TaskContinuousMapperResource</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
<a href="org/apache/ignite/compute/ComputeTaskContinuousMapper.html" title="interface in org.apache.ignite.compute"><code>ComputeTaskContinuousMapper</code></a> resource.</div>
</dd>
<dt><a href="org/apache/ignite/events/TaskEvent.html" title="class in org.apache.ignite.events"><span class="typeNameLink">TaskEvent</span></a> - Class in <a href="org/apache/ignite/events/package-summary.html">org.apache.ignite.events</a></dt>
<dd>
<div class="block">Grid task event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/TaskEvent.html#TaskEvent-org.apache.ignite.cluster.ClusterNode-java.lang.String-int-org.apache.ignite.lang.IgniteUuid-java.lang.String-java.lang.String-boolean-java.util.UUID-">TaskEvent(ClusterNode, String, int, IgniteUuid, String, String, boolean, UUID)</a></span> - Constructor for class org.apache.ignite.events.<a href="org/apache/ignite/events/TaskEvent.html" title="class in org.apache.ignite.events">TaskEvent</a></dt>
<dd>
<div class="block">Creates task event with given parameters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/CacheEvent.html#taskName--">taskName()</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 task name if cache event was caused by an operation initiated within task execution.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/CacheQueryExecutedEvent.html#taskName--">taskName()</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 the name of the task that executed the query (if any).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/CacheQueryReadEvent.html#taskName--">taskName()</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 the name of the task that executed the query (if any).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/JobEvent.html#taskName--">taskName()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/JobEvent.html" title="class in org.apache.ignite.events">JobEvent</a></dt>
<dd>
<div class="block">Gets name of the task that triggered the event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/JobEvent.html#taskName-java.lang.String-">taskName(String)</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/JobEvent.html" title="class in org.apache.ignite.events">JobEvent</a></dt>
<dd>
<div class="block">Sets name of the task that triggered this event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/TaskEvent.html#taskName--">taskName()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/TaskEvent.html" title="class in org.apache.ignite.events">TaskEvent</a></dt>
<dd>
<div class="block">Gets name of the task that triggered the event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ComputeJobView.html#taskName--">taskName()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ComputeJobView.html" title="class in org.apache.ignite.spi.systemview.view">ComputeJobView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ComputeTaskView.html#taskName--">taskName()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ComputeTaskView.html" title="class in org.apache.ignite.spi.systemview.view">ComputeTaskView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ScanQueryView.html#taskName--">taskName()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ScanQueryView.html" title="class in org.apache.ignite.spi.systemview.view">ScanQueryView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/StripedExecutorTaskView.html#taskName--">taskName()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/StripedExecutorTaskView.html" title="class in org.apache.ignite.spi.systemview.view">StripedExecutorTaskView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/JobEvent.html#taskNode--">taskNode()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/JobEvent.html" title="class in org.apache.ignite.events">JobEvent</a></dt>
<dd>
<div class="block">Get node where parent task of the job has originated.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/JobEvent.html#taskNode-org.apache.ignite.cluster.ClusterNode-">taskNode(ClusterNode)</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/JobEvent.html" title="class in org.apache.ignite.events">JobEvent</a></dt>
<dd>
<div class="block">Sets node where parent task of the job has originated.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ComputeTaskView.html#taskNodeId--">taskNodeId()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ComputeTaskView.html" title="class in org.apache.ignite.spi.systemview.view">ComputeTaskView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/SecurityBasicPermissionSet.html#taskPermissions--">taskPermissions()</a></span> - Method in class org.apache.ignite.plugin.security.<a href="org/apache/ignite/plugin/security/SecurityBasicPermissionSet.html" title="class in org.apache.ignite.plugin.security">SecurityBasicPermissionSet</a></dt>
<dd>
<div class="block">Map of task names to task permissions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/SecurityPermissionSet.html#taskPermissions--">taskPermissions()</a></span> - Method in interface org.apache.ignite.plugin.security.<a href="org/apache/ignite/plugin/security/SecurityPermissionSet.html" title="interface in org.apache.ignite.plugin.security">SecurityPermissionSet</a></dt>
<dd>
<div class="block">Map of task names to task permissions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.TaskResult.html#TaskResult-java.util.Map-double:A-">TaskResult(Map<span class='angle_bracket'>&lt;</span>String, Double<span class='angle_bracket'>&gt;</span>, double[])</a></span> - Constructor for class org.apache.ignite.ml.selection.cv.<a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.TaskResult.html" title="class in org.apache.ignite.ml.selection.cv">AbstractCrossValidation.TaskResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/JobEvent.html#taskSessionId--">taskSessionId()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/JobEvent.html" title="class in org.apache.ignite.events">JobEvent</a></dt>
<dd>
<div class="block">Gets task session ID of the task that triggered this event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/JobEvent.html#taskSessionId-org.apache.ignite.lang.IgniteUuid-">taskSessionId(IgniteUuid)</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/JobEvent.html" title="class in org.apache.ignite.events">JobEvent</a></dt>
<dd>
<div class="block">Sets task session ID of the task that triggered this event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/TaskEvent.html#taskSessionId--">taskSessionId()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/TaskEvent.html" title="class in org.apache.ignite.events">TaskEvent</a></dt>
<dd>
<div class="block">Gets session ID of the task that triggered the event.</div>
</dd>
<dt><a href="org/apache/ignite/resources/TaskSessionResource.html" title="annotation in org.apache.ignite.resources"><span class="typeNameLink">TaskSessionResource</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 <a href="org/apache/ignite/compute/ComputeTaskSession.html" title="interface in org.apache.ignite.compute"><code>ComputeTaskSession</code></a> resource.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/JobEvent.html#taskSubjectId--">taskSubjectId()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/JobEvent.html" title="class in org.apache.ignite.events">JobEvent</a></dt>
<dd>
<div class="block">Gets task subject ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/JobEvent.html#taskSubjectId-java.util.UUID-">taskSubjectId(UUID)</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/JobEvent.html" title="class in org.apache.ignite.events">JobEvent</a></dt>
<dd>
<div class="block">Sets task subject ID.</div>
</dd>
<dt><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationMetricsListener.html" title="class in org.apache.ignite.spi.communication.tcp"><span class="typeNameLink">TcpCommunicationMetricsListener</span></a> - Class in <a href="org/apache/ignite/spi/communication/tcp/package-summary.html">org.apache.ignite.spi.communication.tcp</a></dt>
<dd>
<div class="block">Statistics for <a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html" title="class in org.apache.ignite.spi.communication.tcp"><code>TcpCommunicationSpi</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationMetricsListener.html#TcpCommunicationMetricsListener-org.apache.ignite.Ignite-org.apache.ignite.spi.IgniteSpiContext-">TcpCommunicationMetricsListener(Ignite, IgniteSpiContext)</a></span> - Constructor for class org.apache.ignite.spi.communication.tcp.<a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationMetricsListener.html" title="class in org.apache.ignite.spi.communication.tcp">TcpCommunicationMetricsListener</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html" title="class in org.apache.ignite.spi.communication.tcp"><span class="typeNameLink">TcpCommunicationSpi</span></a> - Class in <a href="org/apache/ignite/spi/communication/tcp/package-summary.html">org.apache.ignite.spi.communication.tcp</a></dt>
<dd>
<div class="block"><tt>TcpCommunicationSpi</tt> is default communication SPI which uses
TCP/IP protocol and Java NIO to communicate with other nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#TcpCommunicationSpi--">TcpCommunicationSpi()</a></span> - Constructor for 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><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html" title="interface in org.apache.ignite.spi.communication.tcp"><span class="typeNameLink">TcpCommunicationSpiMBean</span></a> - Interface in <a href="org/apache/ignite/spi/communication/tcp/package-summary.html">org.apache.ignite.spi.communication.tcp</a></dt>
<dd>
<div class="block">MBean provide access to TCP-based communication SPI.</div>
</dd>
<dt><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/elb/TcpDiscoveryAlbIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.elb"><span class="typeNameLink">TcpDiscoveryAlbIpFinder</span></a> - Class in <a href="org/apache/ignite/spi/discovery/tcp/ipfinder/elb/package-summary.html">org.apache.ignite.spi.discovery.tcp.ipfinder.elb</a></dt>
<dd>
<div class="block">AWS Application load balancer(ALB) based IP finder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/elb/TcpDiscoveryAlbIpFinder.html#TcpDiscoveryAlbIpFinder--">TcpDiscoveryAlbIpFinder()</a></span> - Constructor for class org.apache.ignite.spi.discovery.tcp.ipfinder.elb.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/elb/TcpDiscoveryAlbIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.elb">TcpDiscoveryAlbIpFinder</a></dt>
<dd>
<div class="block">Creates Application load balancer IP finder instance.</div>
</dd>
<dt><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/cloud/TcpDiscoveryCloudIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.cloud"><span class="typeNameLink">TcpDiscoveryCloudIpFinder</span></a> - Class in <a href="org/apache/ignite/spi/discovery/tcp/ipfinder/cloud/package-summary.html">org.apache.ignite.spi.discovery.tcp.ipfinder.cloud</a></dt>
<dd>
<div class="block">IP finder for automatic lookup of nodes running in a cloud.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/cloud/TcpDiscoveryCloudIpFinder.html#TcpDiscoveryCloudIpFinder--">TcpDiscoveryCloudIpFinder()</a></span> - Constructor for class org.apache.ignite.spi.discovery.tcp.ipfinder.cloud.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/cloud/TcpDiscoveryCloudIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.cloud">TcpDiscoveryCloudIpFinder</a></dt>
<dd>
<div class="block">Constructor.</div>
</dd>
<dt><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/elb/TcpDiscoveryElbIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.elb"><span class="typeNameLink">TcpDiscoveryElbIpFinder</span></a> - Class in <a href="org/apache/ignite/spi/discovery/tcp/ipfinder/elb/package-summary.html">org.apache.ignite.spi.discovery.tcp.ipfinder.elb</a></dt>
<dd>
<div class="block">AWS Classic load balancer based IP finder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/elb/TcpDiscoveryElbIpFinder.html#TcpDiscoveryElbIpFinder--">TcpDiscoveryElbIpFinder()</a></span> - Constructor for class org.apache.ignite.spi.discovery.tcp.ipfinder.elb.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/elb/TcpDiscoveryElbIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.elb">TcpDiscoveryElbIpFinder</a></dt>
<dd>
<div class="block">Creates Classic load balancer IP finder instance.</div>
</dd>
<dt><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/gce/TcpDiscoveryGoogleStorageIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.gce"><span class="typeNameLink">TcpDiscoveryGoogleStorageIpFinder</span></a> - Class in <a href="org/apache/ignite/spi/discovery/tcp/ipfinder/gce/package-summary.html">org.apache.ignite.spi.discovery.tcp.ipfinder.gce</a></dt>
<dd>
<div class="block">Google Cloud Storage based IP finder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/gce/TcpDiscoveryGoogleStorageIpFinder.html#TcpDiscoveryGoogleStorageIpFinder--">TcpDiscoveryGoogleStorageIpFinder()</a></span> - Constructor for class org.apache.ignite.spi.discovery.tcp.ipfinder.gce.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/gce/TcpDiscoveryGoogleStorageIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.gce">TcpDiscoveryGoogleStorageIpFinder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/TcpDiscoveryIpFinder.html" title="interface in org.apache.ignite.spi.discovery.tcp.ipfinder"><span class="typeNameLink">TcpDiscoveryIpFinder</span></a> - Interface in <a href="org/apache/ignite/spi/discovery/tcp/ipfinder/package-summary.html">org.apache.ignite.spi.discovery.tcp.ipfinder</a></dt>
<dd>
<div class="block">IP finder interface for <a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.tcp"><code>TcpDiscoverySpi</code></a>.</div>
</dd>
<dt><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/TcpDiscoveryIpFinderAdapter.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder"><span class="typeNameLink">TcpDiscoveryIpFinderAdapter</span></a> - Class in <a href="org/apache/ignite/spi/discovery/tcp/ipfinder/package-summary.html">org.apache.ignite.spi.discovery.tcp.ipfinder</a></dt>
<dd>
<div class="block">IP finder interface implementation adapter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/TcpDiscoveryIpFinderAdapter.html#TcpDiscoveryIpFinderAdapter--">TcpDiscoveryIpFinderAdapter()</a></span> - Constructor for class org.apache.ignite.spi.discovery.tcp.ipfinder.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/TcpDiscoveryIpFinderAdapter.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder">TcpDiscoveryIpFinderAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/jdbc/TcpDiscoveryJdbcIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.jdbc"><span class="typeNameLink">TcpDiscoveryJdbcIpFinder</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">JDBC-based IP finder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/jdbc/TcpDiscoveryJdbcIpFinder.html#TcpDiscoveryJdbcIpFinder--">TcpDiscoveryJdbcIpFinder()</a></span> - Constructor for class org.apache.ignite.spi.discovery.tcp.ipfinder.jdbc.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/jdbc/TcpDiscoveryJdbcIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.jdbc">TcpDiscoveryJdbcIpFinder</a></dt>
<dd>
<div class="block">Constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/jdbc/TcpDiscoveryJdbcIpFinder.html#TcpDiscoveryJdbcIpFinder-org.apache.ignite.spi.discovery.tcp.ipfinder.jdbc.JdbcIpFinderDialect-">TcpDiscoveryJdbcIpFinder(JdbcIpFinderDialect)</a></span> - Constructor for class org.apache.ignite.spi.discovery.tcp.ipfinder.jdbc.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/jdbc/TcpDiscoveryJdbcIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.jdbc">TcpDiscoveryJdbcIpFinder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/kubernetes/TcpDiscoveryKubernetesIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.kubernetes"><span class="typeNameLink">TcpDiscoveryKubernetesIpFinder</span></a> - Class in <a href="org/apache/ignite/spi/discovery/tcp/ipfinder/kubernetes/package-summary.html">org.apache.ignite.spi.discovery.tcp.ipfinder.kubernetes</a></dt>
<dd>
<div class="block">IP finder for automatic lookup of Ignite nodes running in Kubernetes environment.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/kubernetes/TcpDiscoveryKubernetesIpFinder.html#TcpDiscoveryKubernetesIpFinder--">TcpDiscoveryKubernetesIpFinder()</a></span> - Constructor for class org.apache.ignite.spi.discovery.tcp.ipfinder.kubernetes.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/kubernetes/TcpDiscoveryKubernetesIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.kubernetes">TcpDiscoveryKubernetesIpFinder</a></dt>
<dd>
<div class="block">Creates an instance of Kubernetes IP finder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/kubernetes/TcpDiscoveryKubernetesIpFinder.html#TcpDiscoveryKubernetesIpFinder-org.apache.ignite.kubernetes.configuration.KubernetesConnectionConfiguration-">TcpDiscoveryKubernetesIpFinder(KubernetesConnectionConfiguration)</a></span> - Constructor for class org.apache.ignite.spi.discovery.tcp.ipfinder.kubernetes.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/kubernetes/TcpDiscoveryKubernetesIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.kubernetes">TcpDiscoveryKubernetesIpFinder</a></dt>
<dd>
<div class="block">Creates an instance of Kubernetes IP finder.</div>
</dd>
<dt><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/multicast/TcpDiscoveryMulticastIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.multicast"><span class="typeNameLink">TcpDiscoveryMulticastIpFinder</span></a> - Class in <a href="org/apache/ignite/spi/discovery/tcp/ipfinder/multicast/package-summary.html">org.apache.ignite.spi.discovery.tcp.ipfinder.multicast</a></dt>
<dd>
<div class="block">Multicast-based IP finder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/multicast/TcpDiscoveryMulticastIpFinder.html#TcpDiscoveryMulticastIpFinder--">TcpDiscoveryMulticastIpFinder()</a></span> - Constructor for class org.apache.ignite.spi.discovery.tcp.ipfinder.multicast.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/multicast/TcpDiscoveryMulticastIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.multicast">TcpDiscoveryMulticastIpFinder</a></dt>
<dd>
<div class="block">Constructs new IP finder.</div>
</dd>
<dt><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/TcpDiscoveryS3IpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.s3"><span class="typeNameLink">TcpDiscoveryS3IpFinder</span></a> - Class in <a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/package-summary.html">org.apache.ignite.spi.discovery.tcp.ipfinder.s3</a></dt>
<dd>
<div class="block">AWS S3-based IP finder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/TcpDiscoveryS3IpFinder.html#TcpDiscoveryS3IpFinder--">TcpDiscoveryS3IpFinder()</a></span> - Constructor for class org.apache.ignite.spi.discovery.tcp.ipfinder.s3.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/TcpDiscoveryS3IpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.s3">TcpDiscoveryS3IpFinder</a></dt>
<dd>
<div class="block">Constructor.</div>
</dd>
<dt><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/sharedfs/TcpDiscoverySharedFsIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.sharedfs"><span class="typeNameLink">TcpDiscoverySharedFsIpFinder</span></a> - Class in <a href="org/apache/ignite/spi/discovery/tcp/ipfinder/sharedfs/package-summary.html">org.apache.ignite.spi.discovery.tcp.ipfinder.sharedfs</a></dt>
<dd>
<div class="block">Shared filesystem-based IP finder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/sharedfs/TcpDiscoverySharedFsIpFinder.html#TcpDiscoverySharedFsIpFinder--">TcpDiscoverySharedFsIpFinder()</a></span> - Constructor for class org.apache.ignite.spi.discovery.tcp.ipfinder.sharedfs.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/sharedfs/TcpDiscoverySharedFsIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.sharedfs">TcpDiscoverySharedFsIpFinder</a></dt>
<dd>
<div class="block">Constructor.</div>
</dd>
<dt><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.tcp"><span class="typeNameLink">TcpDiscoverySpi</span></a> - Class in <a href="org/apache/ignite/spi/discovery/tcp/package-summary.html">org.apache.ignite.spi.discovery.tcp</a></dt>
<dd>
<div class="block">Discovery SPI implementation that uses TCP/IP for node discovery.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#TcpDiscoverySpi--">TcpDiscoverySpi()</a></span> - Constructor for 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><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpiMBean.html" title="interface in org.apache.ignite.spi.discovery.tcp"><span class="typeNameLink">TcpDiscoverySpiMBean</span></a> - Interface in <a href="org/apache/ignite/spi/discovery/tcp/package-summary.html">org.apache.ignite.spi.discovery.tcp</a></dt>
<dd>
<div class="block">Management bean for <a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.tcp"><code>TcpDiscoverySpi</code></a>.</div>
</dd>
<dt><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/vm/TcpDiscoveryVmIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.vm"><span class="typeNameLink">TcpDiscoveryVmIpFinder</span></a> - Class in <a href="org/apache/ignite/spi/discovery/tcp/ipfinder/vm/package-summary.html">org.apache.ignite.spi.discovery.tcp.ipfinder.vm</a></dt>
<dd>
<div class="block">IP Finder which works only with pre-configured list of IP addresses specified
via <a href="org/apache/ignite/spi/discovery/tcp/ipfinder/vm/TcpDiscoveryVmIpFinder.html#setAddresses-java.util.Collection-"><code>TcpDiscoveryVmIpFinder.setAddresses(Collection)</code></a> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/vm/TcpDiscoveryVmIpFinder.html#TcpDiscoveryVmIpFinder--">TcpDiscoveryVmIpFinder()</a></span> - Constructor for class org.apache.ignite.spi.discovery.tcp.ipfinder.vm.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/vm/TcpDiscoveryVmIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.vm">TcpDiscoveryVmIpFinder</a></dt>
<dd>
<div class="block">Constructs new IP finder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/vm/TcpDiscoveryVmIpFinder.html#TcpDiscoveryVmIpFinder-boolean-">TcpDiscoveryVmIpFinder(boolean)</a></span> - Constructor for class org.apache.ignite.spi.discovery.tcp.ipfinder.vm.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/vm/TcpDiscoveryVmIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.vm">TcpDiscoveryVmIpFinder</a></dt>
<dd>
<div class="block">Constructs new IP finder.</div>
</dd>
<dt><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/zk/TcpDiscoveryZookeeperIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.zk"><span class="typeNameLink">TcpDiscoveryZookeeperIpFinder</span></a> - Class in <a href="org/apache/ignite/spi/discovery/tcp/ipfinder/zk/package-summary.html">org.apache.ignite.spi.discovery.tcp.ipfinder.zk</a></dt>
<dd>
<div class="block">This TCP Discovery IP Finder uses Apache ZooKeeper (ZK) to locate peer nodes when bootstrapping in order to join
the cluster.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/zk/TcpDiscoveryZookeeperIpFinder.html#TcpDiscoveryZookeeperIpFinder--">TcpDiscoveryZookeeperIpFinder()</a></span> - Constructor for class org.apache.ignite.spi.discovery.tcp.ipfinder.zk.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/zk/TcpDiscoveryZookeeperIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.zk">TcpDiscoveryZookeeperIpFinder</a></dt>
<dd>
<div class="block">Constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/WorkersControlMXBean.html#terminateWorker-java.lang.String-">terminateWorker(String)</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/WorkersControlMXBean.html" title="interface in org.apache.ignite.mxbean">WorkersControlMXBean</a></dt>
<dd>
<div class="block">Terminates worker.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/LabeledVectorSetTestTrainPair.html#test--">test()</a></span> - Method in class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/LabeledVectorSetTestTrainPair.html" title="class in org.apache.ignite.ml.structures">LabeledVectorSetTestTrainPair</a></dt>
<dd>
<div class="block">Test subset of the whole dataset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/SqlQueryExecutionEvent.html#text--">text()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/SqlQueryExecutionEvent.html" title="class in org.apache.ignite.events">SqlQueryExecutionEvent</a></dt>
<dd>
<div class="block">Gets query text.</div>
</dd>
<dt><a href="org/apache/ignite/cache/query/TextQuery.html" title="class in org.apache.ignite.cache.query"><span class="typeNameLink">TextQuery</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/cache/query/TextQuery.html" title="type parameter in TextQuery">K</a>,<a href="org/apache/ignite/cache/query/TextQuery.html" title="type parameter in TextQuery">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/cache/query/package-summary.html">org.apache.ignite.cache.query</a></dt>
<dd>
<div class="block"><h1 class="header">Full Text Queries
Ignite supports full text queries based on Apache Lucene engine.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/TextQuery.html#TextQuery-java.lang.String-java.lang.String-">TextQuery(String, String)</a></span> - Constructor for class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/TextQuery.html" title="class in org.apache.ignite.cache.query">TextQuery</a></dt>
<dd>
<div class="block">Constructs query for the given search string.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/TextQuery.html#TextQuery-java.lang.String-java.lang.String-int-">TextQuery(String, String, int)</a></span> - Constructor for class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/TextQuery.html" title="class in org.apache.ignite.cache.query">TextQuery</a></dt>
<dd>
<div class="block">Constructs query for the given search string.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/TextQuery.html#TextQuery-java.lang.Class-java.lang.String-">TextQuery(Class<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>, String)</a></span> - Constructor for class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/TextQuery.html" title="class in org.apache.ignite.cache.query">TextQuery</a></dt>
<dd>
<div class="block">Constructs query for the given search string.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/TextQuery.html#TextQuery-java.lang.Class-java.lang.String-int-">TextQuery(Class<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>, String, int)</a></span> - Constructor for class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/TextQuery.html" title="class in org.apache.ignite.cache.query">TextQuery</a></dt>
<dd>
<div class="block">Constructs query for the given search string.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpi.html#THIEF_NODE_ATTR">THIEF_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">Job context attribute for storing thief node UUID (this attribute is used in job stealing failover SPI).</div>
</dd>
<dt><a href="org/apache/ignite/configuration/ThinClientConfiguration.html" title="class in org.apache.ignite.configuration"><span class="typeNameLink">ThinClientConfiguration</span></a> - Class in <a href="org/apache/ignite/configuration/package-summary.html">org.apache.ignite.configuration</a></dt>
<dd>
<div class="block">Server-side thin-client configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ThinClientConfiguration.html#ThinClientConfiguration--">ThinClientConfiguration()</a></span> - Constructor for class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ThinClientConfiguration.html" title="class in org.apache.ignite.configuration">ThinClientConfiguration</a></dt>
<dd>
<div class="block">Creates thin-client configuration with all default values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ThinClientConfiguration.html#ThinClientConfiguration-org.apache.ignite.configuration.ThinClientConfiguration-">ThinClientConfiguration(ThinClientConfiguration)</a></span> - Constructor for class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ThinClientConfiguration.html" title="class in org.apache.ignite.configuration">ThinClientConfiguration</a></dt>
<dd>
<div class="block">Creates thin-client configuration by copying all properties from given configuration.</div>
</dd>
<dt><a href="org/apache/ignite/client/ThinClientKubernetesAddressFinder.html" title="class in org.apache.ignite.client"><span class="typeNameLink">ThinClientKubernetesAddressFinder</span></a> - Class in <a href="org/apache/ignite/client/package-summary.html">org.apache.ignite.client</a></dt>
<dd>
<div class="block">Address finder for automatic lookup of Ignite server nodes running in Kubernetes environment.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ThinClientKubernetesAddressFinder.html#ThinClientKubernetesAddressFinder-org.apache.ignite.kubernetes.configuration.KubernetesConnectionConfiguration-">ThinClientKubernetesAddressFinder(KubernetesConnectionConfiguration)</a></span> - Constructor for class org.apache.ignite.client.<a href="org/apache/ignite/client/ThinClientKubernetesAddressFinder.html" title="class in org.apache.ignite.client">ThinClientKubernetesAddressFinder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ThinClientKubernetesAddressFinder.html#ThinClientKubernetesAddressFinder-org.apache.ignite.kubernetes.configuration.KubernetesConnectionConfiguration-int-">ThinClientKubernetesAddressFinder(KubernetesConnectionConfiguration, int)</a></span> - Constructor for class org.apache.ignite.client.<a href="org/apache/ignite/client/ThinClientKubernetesAddressFinder.html" title="class in org.apache.ignite.client">ThinClientKubernetesAddressFinder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/inference/builder/ThreadedModelBuilder.html" title="class in org.apache.ignite.ml.inference.builder"><span class="typeNameLink">ThreadedModelBuilder</span></a> - Class in <a href="org/apache/ignite/ml/inference/builder/package-summary.html">org.apache.ignite.ml.inference.builder</a></dt>
<dd>
<div class="block">Implementation of asynchronous inference model builder that builds model processed locally utilizing specified number
of threads.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/builder/ThreadedModelBuilder.html#ThreadedModelBuilder-int-">ThreadedModelBuilder(int)</a></span> - Constructor for class org.apache.ignite.ml.inference.builder.<a href="org/apache/ignite/ml/inference/builder/ThreadedModelBuilder.html" title="class in org.apache.ignite.ml.inference.builder">ThreadedModelBuilder</a></dt>
<dd>
<div class="block">Constructs a new instance of threaded inference model builder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SqlFieldsQuery.html#threadedQueryInitiatorId--">threadedQueryInitiatorId()</a></span> - Static method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SqlFieldsQuery.html" title="class in org.apache.ignite.cache.query">SqlFieldsQuery</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/TransactionView.html#threadId--">threadId()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/TransactionView.html" title="class in org.apache.ignite.spi.systemview.view">TransactionView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/thread/IgniteStripedThreadPoolExecutor.html#threadId-int-">threadId(int)</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>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/transactions/Transaction.html#threadId--">threadId()</a></span> - Method in interface org.apache.ignite.transactions.<a href="org/apache/ignite/transactions/Transaction.html" title="interface in org.apache.ignite.transactions">Transaction</a></dt>
<dd>
<div class="block">ID of the thread in which this transaction started.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/StripedExecutorTaskView.html#threadName--">threadName()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/StripedExecutorTaskView.html" title="class in org.apache.ignite.spi.systemview.view">StripedExecutorTaskView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/mxbean/ThreadPoolMXBean.html" title="interface in org.apache.ignite.mxbean"><span class="typeNameLink">ThreadPoolMXBean</span></a> - Interface in <a href="org/apache/ignite/mxbean/package-summary.html">org.apache.ignite.mxbean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Check the <a href="org/apache/ignite/spi/metric/jmx/JmxMetricExporterSpi.html" title="class in org.apache.ignite.spi.metric.jmx"><code>JmxMetricExporterSpi</code></a> with "name=threadPools.{thread_pool_name}" instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#threadPri">threadPri</a></span> - 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">Thread priority for all threads started by SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionModel.LogisticRegressionJSONExportModel.html#threshold">threshold</a></span> - Variable in class org.apache.ignite.ml.regressions.logistic.<a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionModel.LogisticRegressionJSONExportModel.html" title="class in org.apache.ignite.ml.regressions.logistic">LogisticRegressionModel.LogisticRegressionJSONExportModel</a></dt>
<dd>
<div class="block">Threshold to assign '1' label to the observation if raw value more than this threshold.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionModel.html#threshold--">threshold()</a></span> - Method in class org.apache.ignite.ml.regressions.logistic.<a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionModel.html" title="class in org.apache.ignite.ml.regressions.logistic">LogisticRegressionModel</a></dt>
<dd>
<div class="block">Gets the threshold.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/svm/SVMLinearClassificationModel.SVMLinearClassificationJSONExportModel.html#threshold">threshold</a></span> - Variable in class org.apache.ignite.ml.svm.<a href="org/apache/ignite/ml/svm/SVMLinearClassificationModel.SVMLinearClassificationJSONExportModel.html" title="class in org.apache.ignite.ml.svm">SVMLinearClassificationModel.SVMLinearClassificationJSONExportModel</a></dt>
<dd>
<div class="block">Threshold to assign '1' label to the observation if raw value more than this threshold.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/svm/SVMLinearClassificationModel.html#threshold--">threshold()</a></span> - Method in class org.apache.ignite.ml.svm.<a href="org/apache/ignite/ml/svm/SVMLinearClassificationModel.html" title="class in org.apache.ignite.ml.svm">SVMLinearClassificationModel</a></dt>
<dd>
<div class="block">Gets the threshold.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/NodeData.html#threshold">threshold</a></span> - Variable in class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/NodeData.html" title="class in org.apache.ignite.ml.tree">NodeData</a></dt>
<dd>
<div class="block">Threshold.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/failure/StopNodeOrHaltFailureHandler.html#timeout--">timeout()</a></span> - Method in class org.apache.ignite.failure.<a href="org/apache/ignite/failure/StopNodeOrHaltFailureHandler.html" title="class in org.apache.ignite.failure">StopNodeOrHaltFailureHandler</a></dt>
<dd>
<div class="block">Get stop node timeout.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteDataStreamer.html#timeout-long-">timeout(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 the timeout that is used in the following cases:
any data addition method can be blocked when all per node parallel operations are exhausted.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteDataStreamer.html#timeout--">timeout()</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 timeout set by <a href="org/apache/ignite/IgniteDataStreamer.html#timeout-long-"><code>IgniteDataStreamer.timeout(long)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/TransactionView.html#timeout--">timeout()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/TransactionView.html" title="class in org.apache.ignite.spi.systemview.view">TransactionView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/transactions/Transaction.html#timeout--">timeout()</a></span> - Method in interface org.apache.ignite.transactions.<a href="org/apache/ignite/transactions/Transaction.html" title="interface in org.apache.ignite.transactions">Transaction</a></dt>
<dd>
<div class="block">Gets timeout value in milliseconds for this transaction.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/transactions/Transaction.html#timeout-long-">timeout(long)</a></span> - Method in interface org.apache.ignite.transactions.<a href="org/apache/ignite/transactions/Transaction.html" title="interface in org.apache.ignite.transactions">Transaction</a></dt>
<dd>
<div class="block">Sets transaction timeout value.</div>
</dd>
<dt><a href="org/apache/ignite/spi/TimeoutStrategy.html" title="interface in org.apache.ignite.spi"><span class="typeNameLink">TimeoutStrategy</span></a> - Interface in <a href="org/apache/ignite/spi/package-summary.html">org.apache.ignite.spi</a></dt>
<dd>
<div class="block">Strategy to calculate next timeout and check if total timeout reached.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#times-double-">times(double)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>
<div class="block">Creates new matrix containing the product of given value and values in this matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#times-org.apache.ignite.ml.math.primitives.vector.Vector-">times(Vector)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>
<div class="block">Creates new matrix that is the product of multiplying this matrix and the argument vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#times-org.apache.ignite.ml.math.primitives.matrix.Matrix-">times(Matrix)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>
<div class="block">Creates new matrix that is the product of multiplying this matrix and the argument matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html#times-double-">times(double)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">Matrix</a></dt>
<dd>
<div class="block">Creates new matrix containing the product of given value and values in this matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html#times-org.apache.ignite.ml.math.primitives.matrix.Matrix-">times(Matrix)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">Matrix</a></dt>
<dd>
<div class="block">Creates new matrix that is the product of multiplying this matrix and the argument matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html#times-org.apache.ignite.ml.math.primitives.vector.Vector-">times(Vector)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">Matrix</a></dt>
<dd>
<div class="block">Creates new matrix that is the product of multiplying this matrix and the argument vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#times-double-">times(double)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Gets a new vector that contains product of each element and the argument.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#times-org.apache.ignite.ml.math.primitives.vector.Vector-">times(Vector)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Gets a new vector that is an element-wie product of this vector and the argument.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#times-double-">times(double)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Gets a new vector that contains product of each element and the argument.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#times-org.apache.ignite.ml.math.primitives.vector.Vector-">times(Vector)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Gets a new vector that is an element-wie product of this vector and the argument.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/SparseVector.html#times-double-">times(double)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/SparseVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">SparseVector</a></dt>
<dd>
<div class="block">Gets a new vector that contains product of each element and the argument.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html#times-double-">times(double)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a></dt>
<dd>
<div class="block">Gets a new vector that contains product of each element and the argument.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html#times-org.apache.ignite.ml.math.primitives.vector.Vector-">times(Vector)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a></dt>
<dd>
<div class="block">Gets a new vector that is an element-wie product of this vector and the argument.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/Event.html#timestamp--">timestamp()</a></span> - Method in interface org.apache.ignite.events.<a href="org/apache/ignite/events/Event.html" title="interface in org.apache.ignite.events">Event</a></dt>
<dd>
<div class="block">Gets event timestamp.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventAdapter.html#timestamp--">timestamp()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/EventAdapter.html" title="class in org.apache.ignite.events">EventAdapter</a></dt>
<dd>
<div class="block">Gets event timestamp.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/json/JSONModel.html#timestamp">timestamp</a></span> - Variable in class org.apache.ignite.ml.inference.json.<a href="org/apache/ignite/ml/inference/json/JSONModel.html" title="class in org.apache.ignite.ml.inference.json">JSONModel</a></dt>
<dd>
<div class="block">Timestamp in ms from System.currentTimeMillis() method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteQueue.html#toArray--">toArray()</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="memberNameLink"><a href="org/apache/ignite/IgniteQueue.html#toArray-T:A-">toArray(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="memberNameLink"><a href="org/apache/ignite/IgniteSet.html#toArray--">toArray()</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="memberNameLink"><a href="org/apache/ignite/IgniteSet.html#toArray-T1:A-">toArray(T1[])</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="memberNameLink"><a href="org/apache/ignite/IgniteBinary.html#toBinary-java.lang.Object-">toBinary(Object)</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">Converts provided object to instance of <a href="org/apache/ignite/binary/BinaryObject.html" title="interface in org.apache.ignite.binary"><code>BinaryObject</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryObject.html#toBuilder--">toBuilder()</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryObject.html" title="interface in org.apache.ignite.binary">BinaryObject</a></dt>
<dd>
<div class="block">Creates a new <a href="org/apache/ignite/binary/BinaryObjectBuilder.html" title="interface in org.apache.ignite.binary"><code>BinaryObjectBuilder</code></a> based on this binary object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcBlobStore.html#toBytes-java.lang.Object-">toBytes(Object)</a></span> - Method in 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>
<div class="block">Serialize object to byte array using marshaller.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/TreeNode.html#toConditional-int-double-">toConditional(int, double)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.<a href="org/apache/ignite/ml/tree/randomforest/data/TreeNode.html" title="class in org.apache.ignite.ml.tree.randomforest.data">TreeNode</a></dt>
<dd>
<div class="block">Convert node to conditional node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/genetic/Chromosome.html#toDoubleArray--">toDoubleArray()</a></span> - Method in class org.apache.ignite.ml.util.genetic.<a href="org/apache/ignite/ml/util/genetic/Chromosome.html" title="class in org.apache.ignite.ml.util.genetic">Chromosome</a></dt>
<dd>
<div class="block">Returns the double array chromosome representation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ClusterProperties.html#toEnvs--">toEnvs()</a></span> - Method in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ClusterProperties.html" title="class in org.apache.ignite.yarn">ClusterProperties</a></dt>
<dd>
<div class="block">Convert to properties to map.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/kmeans/KMeansModel.html#toJSON-java.nio.file.Path-">toJSON(Path)</a></span> - Method in class org.apache.ignite.ml.clustering.kmeans.<a href="org/apache/ignite/ml/clustering/kmeans/KMeansModel.html" title="class in org.apache.ignite.ml.clustering.kmeans">KMeansModel</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/GDBModel.html#toJSON-java.nio.file.Path-">toJSON(Path)</a></span> - Method in class org.apache.ignite.ml.composition.boosting.<a href="org/apache/ignite/ml/composition/boosting/GDBModel.html" title="class in org.apache.ignite.ml.composition.boosting">GDBModel</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/json/JSONWritable.html#toJSON-java.nio.file.Path-">toJSON(Path)</a></span> - Method in interface org.apache.ignite.ml.inference.json.<a href="org/apache/ignite/ml/inference/json/JSONWritable.html" title="interface in org.apache.ignite.ml.inference.json">JSONWritable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/ann/ANNClassificationModel.html#toJSON-java.nio.file.Path-">toJSON(Path)</a></span> - Method in class org.apache.ignite.ml.knn.ann.<a href="org/apache/ignite/ml/knn/ann/ANNClassificationModel.html" title="class in org.apache.ignite.ml.knn.ann">ANNClassificationModel</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/compound/CompoundNaiveBayesModel.html#toJSON-java.nio.file.Path-">toJSON(Path)</a></span> - Method in class org.apache.ignite.ml.naivebayes.compound.<a href="org/apache/ignite/ml/naivebayes/compound/CompoundNaiveBayesModel.html" title="class in org.apache.ignite.ml.naivebayes.compound">CompoundNaiveBayesModel</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/discrete/DiscreteNaiveBayesModel.html#toJSON-java.nio.file.Path-">toJSON(Path)</a></span> - Method in class org.apache.ignite.ml.naivebayes.discrete.<a href="org/apache/ignite/ml/naivebayes/discrete/DiscreteNaiveBayesModel.html" title="class in org.apache.ignite.ml.naivebayes.discrete">DiscreteNaiveBayesModel</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/gaussian/GaussianNaiveBayesModel.html#toJSON-java.nio.file.Path-">toJSON(Path)</a></span> - Method in class org.apache.ignite.ml.naivebayes.gaussian.<a href="org/apache/ignite/ml/naivebayes/gaussian/GaussianNaiveBayesModel.html" title="class in org.apache.ignite.ml.naivebayes.gaussian">GaussianNaiveBayesModel</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/linear/LinearRegressionModel.html#toJSON-java.nio.file.Path-">toJSON(Path)</a></span> - Method in class org.apache.ignite.ml.regressions.linear.<a href="org/apache/ignite/ml/regressions/linear/LinearRegressionModel.html" title="class in org.apache.ignite.ml.regressions.linear">LinearRegressionModel</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionModel.html#toJSON-java.nio.file.Path-">toJSON(Path)</a></span> - Method in class org.apache.ignite.ml.regressions.logistic.<a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionModel.html" title="class in org.apache.ignite.ml.regressions.logistic">LogisticRegressionModel</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/svm/SVMLinearClassificationModel.html#toJSON-java.nio.file.Path-">toJSON(Path)</a></span> - Method in class org.apache.ignite.ml.svm.<a href="org/apache/ignite/ml/svm/SVMLinearClassificationModel.html" title="class in org.apache.ignite.ml.svm">SVMLinearClassificationModel</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/DecisionTreeModel.html#toJSON-java.nio.file.Path-">toJSON(Path)</a></span> - Method in class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/DecisionTreeModel.html" title="class in org.apache.ignite.ml.tree">DecisionTreeModel</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/RandomForestModel.html#toJSON-java.nio.file.Path-">toJSON(Path)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.<a href="org/apache/ignite/ml/tree/randomforest/RandomForestModel.html" title="class in org.apache.ignite.ml.tree.randomforest">RandomForestModel</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html#tokenNames">tokenNames</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelLexer</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html#VOCABULARY"><code>XGBoostModelLexer.VOCABULARY</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#tokenNames">tokenNames</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#VOCABULARY"><code>XGBoostModelParser.VOCABULARY</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/TreeNode.html#toLeaf-double-">toLeaf(double)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.<a href="org/apache/ignite/ml/tree/randomforest/data/TreeNode.html" title="class in org.apache.ignite.ml.tree.randomforest.data">TreeNode</a></dt>
<dd>
<div class="block">Convert node to leaf.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#toMatrix-boolean-">toMatrix(boolean)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Converts this vector into [N x 1] or [1 x N] matrix where N is this vector cardinality.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#toMatrix-boolean-">toMatrix(boolean)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Converts this vector into [N x 1] or [1 x N] matrix where N is this vector cardinality.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html#toMatrix-boolean-">toMatrix(boolean)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a></dt>
<dd>
<div class="block">Converts this vector into [N x 1] or [1 x N] matrix where N is this vector cardinality.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#toMatrixPlusOne-boolean-double-">toMatrixPlusOne(boolean, double)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dd>
<div class="block">Converts this vector into [N+1 x 1] or [1 x N+1] matrix where N is this vector cardinality</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#toMatrixPlusOne-boolean-double-">toMatrixPlusOne(boolean, double)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dd>
<div class="block">Converts this vector into [N+1 x 1] or [1 x N+1] matrix where N is this vector cardinality</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html#toMatrixPlusOne-boolean-double-">toMatrixPlusOne(boolean, double)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a></dt>
<dd>
<div class="block">Converts this vector into [N+1 x 1] or [1 x N+1] matrix where N is this vector cardinality</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/visor/plugin/VisorPluggableTab.html#tooltip--">tooltip()</a></span> - Method in class org.apache.ignite.visor.plugin.<a href="org/apache/ignite/visor/plugin/VisorPluggableTab.html" title="class in org.apache.ignite.visor.plugin">VisorPluggableTab</a></dt>
<dd>
<div class="block">Tab tooltip.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#topHistSize">topHistSize</a></span> - 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">Size of topology snapshots history.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ContinuousQueryView.html#topic--">topic()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ContinuousQueryView.html" title="class in org.apache.ignite.spi.systemview.view">ContinuousQueryView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCluster.html#topology-long-">topology(long)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCluster.html" title="interface in org.apache.ignite">IgniteCluster</a></dt>
<dd>
<div class="block">Gets a topology by version.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ScanQueryView.html#topology--">topology()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ScanQueryView.html" title="class in org.apache.ignite.spi.systemview.view">ScanQueryView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/DiscoveryEvent.html#topologyNodes--">topologyNodes()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/DiscoveryEvent.html" title="class in org.apache.ignite.events">DiscoveryEvent</a></dt>
<dd>
<div class="block">Gets topology nodes from topology snapshot.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CommunicationFailureContext.html#topologySnapshot--">topologySnapshot()</a></span> - Method in interface org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/CommunicationFailureContext.html" title="interface in org.apache.ignite.configuration">CommunicationFailureContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/DiscoveryEvent.html#topologySnapshot-long-java.util.Collection-">topologySnapshot(long, Collection<span class='angle_bracket'>&lt;</span>ClusterNode<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/DiscoveryEvent.html" title="class in org.apache.ignite.events">DiscoveryEvent</a></dt>
<dd>
<div class="block">Sets the topology snapshot.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/services/ServiceDescriptor.html#topologySnapshot--">topologySnapshot()</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 service deployment topology snapshot.</div>
</dd>
<dt><a href="org/apache/ignite/configuration/TopologyValidator.html" title="interface in org.apache.ignite.configuration"><span class="typeNameLink">TopologyValidator</span></a> - Interface in <a href="org/apache/ignite/configuration/package-summary.html">org.apache.ignite.configuration</a></dt>
<dd>
<div class="block">Topology validator is used to verify that cluster topology is valid for further cache operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheGroupView.html#topologyValidator--">topologyValidator()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheGroupView.html" title="class in org.apache.ignite.spi.systemview.view">CacheGroupView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#topologyValidator--">topologyValidator()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/DiscoveryEvent.html#topologyVersion--">topologyVersion()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/DiscoveryEvent.html" title="class in org.apache.ignite.events">DiscoveryEvent</a></dt>
<dd>
<div class="block">Gets topology version if this event is raised on
topology change and configured discovery SPI implementation
supports topology versioning.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCluster.html#topologyVersion--">topologyVersion()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCluster.html" title="interface in org.apache.ignite">IgniteCluster</a></dt>
<dd>
<div class="block">Gets current topology version.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/TransactionView.html#topVer--">topVer()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/TransactionView.html" title="class in org.apache.ignite.spi.systemview.view">TransactionView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryBasicIdMapper.html#toString--">toString()</a></span> - Method in class org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryBasicIdMapper.html" title="class in org.apache.ignite.binary">BinaryBasicIdMapper</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryBasicNameMapper.html#toString--">toString()</a></span> - Method in class org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryBasicNameMapper.html" title="class in org.apache.ignite.binary">BinaryBasicNameMapper</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryTypeConfiguration.html#toString--">toString()</a></span> - Method in class org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryTypeConfiguration.html" title="class in org.apache.ignite.binary">BinaryTypeConfiguration</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/affinity/AffinityKey.html#toString--">toString()</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/affinity/AffinityUuid.html#toString--">toString()</a></span> - Method in 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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/affinity/rendezvous/RendezvousAffinityFunction.html#toString--">toString()</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheKeyConfiguration.html#toString--">toString()</a></span> - Method in class org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheKeyConfiguration.html" title="class in org.apache.ignite.cache">CacheKeyConfiguration</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/fifo/FifoEvictionPolicy.html#toString--">toString()</a></span> - Method in class org.apache.ignite.cache.eviction.fifo.<a href="org/apache/ignite/cache/eviction/fifo/FifoEvictionPolicy.html" title="class in org.apache.ignite.cache.eviction.fifo">FifoEvictionPolicy</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/lru/LruEvictionPolicy.html#toString--">toString()</a></span> - Method in class org.apache.ignite.cache.eviction.lru.<a href="org/apache/ignite/cache/eviction/lru/LruEvictionPolicy.html" title="class in org.apache.ignite.cache.eviction.lru">LruEvictionPolicy</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/Query.html#toString--">toString()</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/Query.html" title="class in org.apache.ignite.cache.query">Query</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/ScanQuery.html#toString--">toString()</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/ScanQuery.html" title="class in org.apache.ignite.cache.query">ScanQuery</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SpiQuery.html#toString--">toString()</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SpiQuery.html" title="class in org.apache.ignite.cache.query">SpiQuery</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SqlFieldsQuery.html#toString--">toString()</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SqlFieldsQuery.html" title="class in org.apache.ignite.cache.query">SqlFieldsQuery</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/SqlQuery.html#toString--">toString()</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/SqlQuery.html" title="class in org.apache.ignite.cache.query">SqlQuery</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/TextQuery.html#toString--">toString()</a></span> - Method in class org.apache.ignite.cache.query.<a href="org/apache/ignite/cache/query/TextQuery.html" title="class in org.apache.ignite.cache.query">TextQuery</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryEntity.html#toString--">toString()</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryEntityPatch.html#toString--">toString()</a></span> - Method in class org.apache.ignite.cache.<a href="org/apache/ignite/cache/QueryEntityPatch.html" title="class in org.apache.ignite.cache">QueryEntityPatch</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryIndex.html#toString--">toString()</a></span> - Method in class org.apache.ignite.cache.<a href="org/apache/ignite/cache/QueryIndex.html" title="class in org.apache.ignite.cache">QueryIndex</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/CacheStoreAdapter.html#toString--">toString()</a></span> - Method in class org.apache.ignite.cache.store.<a href="org/apache/ignite/cache/store/CacheStoreAdapter.html" title="class in org.apache.ignite.cache.store">CacheStoreAdapter</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/CassandraCacheStore.html#toString--">toString()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.<a href="org/apache/ignite/cache/store/cassandra/CassandraCacheStore.html" title="class in org.apache.ignite.cache.store.cassandra">CassandraCacheStore</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html#toString--">toString()</a></span> - Method in class org.apache.ignite.cache.store.cassandra.datasource.<a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html" title="class in org.apache.ignite.cache.store.cassandra.datasource">DataSource</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcBlobStore.html#toString--">toString()</a></span> - Method in 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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcBlobStoreFactory.html#toString--">toString()</a></span> - Method in 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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcPojoStore.html#toString--">toString()</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcPojoStoreFactory.html#toString--">toString()</a></span> - Method in 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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/JdbcType.html#toString--">toString()</a></span> - Method in class org.apache.ignite.cache.store.jdbc.<a href="org/apache/ignite/cache/store/jdbc/JdbcType.html" title="class in org.apache.ignite.cache.store.jdbc">JdbcType</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/JdbcTypeField.html#toString--">toString()</a></span> - Method in class org.apache.ignite.cache.store.jdbc.<a href="org/apache/ignite/cache/store/jdbc/JdbcTypeField.html" title="class in org.apache.ignite.cache.store.jdbc">JdbcTypeField</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/websession/WebSessionFilter.html#toString--">toString()</a></span> - Method in class org.apache.ignite.cache.websession.<a href="org/apache/ignite/cache/websession/WebSessionFilter.html" title="class in org.apache.ignite.cache.websession">WebSessionFilter</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCacheConfiguration.html#toString--">toString()</a></span> - Method in class org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/aop/GridifyArgumentAdapter.html#toString--">toString()</a></span> - Method in class org.apache.ignite.compute.gridify.aop.<a href="org/apache/ignite/compute/gridify/aop/GridifyArgumentAdapter.html" title="class in org.apache.ignite.compute.gridify.aop">GridifyArgumentAdapter</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/AtomicConfiguration.html#toString--">toString()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/AtomicConfiguration.html" title="class in org.apache.ignite.configuration">AtomicConfiguration</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/BasicAddressResolver.html#toString--">toString()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/BasicAddressResolver.html" title="class in org.apache.ignite.configuration">BasicAddressResolver</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/BinaryConfiguration.html#toString--">toString()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/BinaryConfiguration.html" title="class in org.apache.ignite.configuration">BinaryConfiguration</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.IgniteAllNodesPredicate.html#toString--">toString()</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#toString--">toString()</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="memberNameLink"><a href="org/apache/ignite/configuration/ClientConfiguration.html#toString--">toString()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration">ClientConfiguration</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html#toString--">toString()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ClientConnectorConfiguration</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ClientTransactionConfiguration.html#toString--">toString()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ClientTransactionConfiguration.html" title="class in org.apache.ignite.configuration">ClientTransactionConfiguration</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CollectionConfiguration.html#toString--">toString()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/CollectionConfiguration.html" title="class in org.apache.ignite.configuration">CollectionConfiguration</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ConnectorConfiguration.html#toString--">toString()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ConnectorConfiguration.html" title="class in org.apache.ignite.configuration">ConnectorConfiguration</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataRegionConfiguration.html#toString--">toString()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataRegionConfiguration.html" title="class in org.apache.ignite.configuration">DataRegionConfiguration</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#toString--">toString()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DefaultCommunicationFailureResolver.html#toString--">toString()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DefaultCommunicationFailureResolver.html" title="class in org.apache.ignite.configuration">DefaultCommunicationFailureResolver</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ExecutorConfiguration.html#toString--">toString()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ExecutorConfiguration.html" title="class in org.apache.ignite.configuration">ExecutorConfiguration</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#toString--">toString()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/IgniteConfiguration.html" title="class in org.apache.ignite.configuration">IgniteConfiguration</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/LoadAllWarmUpConfiguration.html#toString--">toString()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/LoadAllWarmUpConfiguration.html" title="class in org.apache.ignite.configuration">LoadAllWarmUpConfiguration</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/MemoryConfiguration.html#toString--">toString()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/MemoryConfiguration.html" title="class in org.apache.ignite.configuration">MemoryConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/MemoryPolicyConfiguration.html#toString--">toString()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/MemoryPolicyConfiguration.html" title="class in org.apache.ignite.configuration">MemoryPolicyConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/NearCacheConfiguration.html#toString--">toString()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/NearCacheConfiguration.html" title="class in org.apache.ignite.configuration">NearCacheConfiguration</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/NoOpWarmUpConfiguration.html#toString--">toString()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/NoOpWarmUpConfiguration.html" title="class in org.apache.ignite.configuration">NoOpWarmUpConfiguration</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/OdbcConfiguration.html#toString--">toString()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/OdbcConfiguration.html" title="class in org.apache.ignite.configuration">OdbcConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#toString--">toString()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">PersistentStoreConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PlatformCacheConfiguration.html#toString--">toString()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PlatformCacheConfiguration.html" title="class in org.apache.ignite.configuration">PlatformCacheConfiguration</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/SqlConfiguration.html#toString--">toString()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/SqlConfiguration.html" title="class in org.apache.ignite.configuration">SqlConfiguration</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/SqlConnectorConfiguration.html#toString--">toString()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/SqlConnectorConfiguration.html" title="class in org.apache.ignite.configuration">SqlConnectorConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/ThinClientConfiguration.html#toString--">toString()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/ThinClientConfiguration.html" title="class in org.apache.ignite.configuration">ThinClientConfiguration</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/TransactionConfiguration.html#toString--">toString()</a></span> - Method in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/TransactionConfiguration.html" title="class in org.apache.ignite.configuration">TransactionConfiguration</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/development/utils/RecordSizeCountStat.html#toString--">toString()</a></span> - Method in class org.apache.ignite.development.utils.<a href="org/apache/ignite/development/utils/RecordSizeCountStat.html" title="class in org.apache.ignite.development.utils">RecordSizeCountStat</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/development/utils/TxWalStat.html#toString--">toString()</a></span> - Method in class org.apache.ignite.development.utils.<a href="org/apache/ignite/development/utils/TxWalStat.html" title="class in org.apache.ignite.development.utils">TxWalStat</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/development/utils/WalStat.html#toString--">toString()</a></span> - Method in class org.apache.ignite.development.utils.<a href="org/apache/ignite/development/utils/WalStat.html" title="class in org.apache.ignite.development.utils">WalStat</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/CacheEvent.html#toString--">toString()</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/CacheQueryExecutedEvent.html#toString--">toString()</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/CacheQueryReadEvent.html#toString--">toString()</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/CacheRebalancingEvent.html#toString--">toString()</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/CheckpointEvent.html#toString--">toString()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/CheckpointEvent.html" title="class in org.apache.ignite.events">CheckpointEvent</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/DeploymentEvent.html#toString--">toString()</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/DiscoveryEvent.html#toString--">toString()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/DiscoveryEvent.html" title="class in org.apache.ignite.events">DiscoveryEvent</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventAdapter.html#toString--">toString()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/EventAdapter.html" title="class in org.apache.ignite.events">EventAdapter</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/JobEvent.html#toString--">toString()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/JobEvent.html" title="class in org.apache.ignite.events">JobEvent</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/NodeValidationFailedEvent.html#toString--">toString()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/NodeValidationFailedEvent.html" title="class in org.apache.ignite.events">NodeValidationFailedEvent</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/SqlQueryExecutionEvent.html#toString--">toString()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/SqlQueryExecutionEvent.html" title="class in org.apache.ignite.events">SqlQueryExecutionEvent</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/TaskEvent.html#toString--">toString()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/TaskEvent.html" title="class in org.apache.ignite.events">TaskEvent</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/failure/AbstractFailureHandler.html#toString--">toString()</a></span> - Method in class org.apache.ignite.failure.<a href="org/apache/ignite/failure/AbstractFailureHandler.html" title="class in org.apache.ignite.failure">AbstractFailureHandler</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/failure/FailureContext.html#toString--">toString()</a></span> - Method in class org.apache.ignite.failure.<a href="org/apache/ignite/failure/FailureContext.html" title="class in org.apache.ignite.failure">FailureContext</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/failure/NoOpFailureHandler.html#toString--">toString()</a></span> - Method in class org.apache.ignite.failure.<a href="org/apache/ignite/failure/NoOpFailureHandler.html" title="class in org.apache.ignite.failure">NoOpFailureHandler</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/failure/RestartProcessFailureHandler.html#toString--">toString()</a></span> - Method in class org.apache.ignite.failure.<a href="org/apache/ignite/failure/RestartProcessFailureHandler.html" title="class in org.apache.ignite.failure">RestartProcessFailureHandler</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/failure/StopNodeFailureHandler.html#toString--">toString()</a></span> - Method in class org.apache.ignite.failure.<a href="org/apache/ignite/failure/StopNodeFailureHandler.html" title="class in org.apache.ignite.failure">StopNodeFailureHandler</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/failure/StopNodeOrHaltFailureHandler.html#toString--">toString()</a></span> - Method in class org.apache.ignite.failure.<a href="org/apache/ignite/failure/StopNodeOrHaltFailureHandler.html" title="class in org.apache.ignite.failure">StopNodeOrHaltFailureHandler</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCheckedException.html#toString--">toString()</a></span> - Method in exception org.apache.ignite.<a href="org/apache/ignite/IgniteCheckedException.html" title="class in org.apache.ignite">IgniteCheckedException</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteException.html#toString--">toString()</a></span> - Method in exception org.apache.ignite.<a href="org/apache/ignite/IgniteException.html" title="class in org.apache.ignite">IgniteException</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteIllegalStateException.html#toString--">toString()</a></span> - Method in exception org.apache.ignite.<a href="org/apache/ignite/IgniteIllegalStateException.html" title="class in org.apache.ignite">IgniteIllegalStateException</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#toString--">toString()</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="memberNameLink"><a href="org/apache/ignite/lang/IgniteBiTuple.html#toString--">toString()</a></span> - Method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteBiTuple.html" title="class in org.apache.ignite.lang">IgniteBiTuple</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteProductVersion.html#toString--">toString()</a></span> - Method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteProductVersion.html" title="class in org.apache.ignite.lang">IgniteProductVersion</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteUuid.html#toString--">toString()</a></span> - Method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteUuid.html" title="class in org.apache.ignite.lang">IgniteUuid</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/java/JavaLogger.html#toString--">toString()</a></span> - Method in class org.apache.ignite.logger.java.<a href="org/apache/ignite/logger/java/JavaLogger.html" title="class in org.apache.ignite.logger.java">JavaLogger</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/java/JavaLoggerFileHandler.html#toString--">toString()</a></span> - Method in class org.apache.ignite.logger.java.<a href="org/apache/ignite/logger/java/JavaLoggerFileHandler.html" title="class in org.apache.ignite.logger.java">JavaLoggerFileHandler</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/java/JavaLoggerFormatter.html#toString--">toString()</a></span> - Method 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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/jcl/JclLogger.html#toString--">toString()</a></span> - Method in class org.apache.ignite.logger.jcl.<a href="org/apache/ignite/logger/jcl/JclLogger.html" title="class in org.apache.ignite.logger.jcl">JclLogger</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j/Log4JLogger.html#toString--">toString()</a></span> - 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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j2/Log4J2Logger.html#toString--">toString()</a></span> - Method in class org.apache.ignite.logger.log4j2.<a href="org/apache/ignite/logger/log4j2/Log4J2Logger.html" title="class in org.apache.ignite.logger.log4j2">Log4J2Logger</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/NullLogger.html#toString--">toString()</a></span> - Method in class org.apache.ignite.logger.<a href="org/apache/ignite/logger/NullLogger.html" title="class in org.apache.ignite.logger">NullLogger</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/slf4j/Slf4jLogger.html#toString--">toString()</a></span> - Method in class org.apache.ignite.logger.slf4j.<a href="org/apache/ignite/logger/slf4j/Slf4jLogger.html" title="class in org.apache.ignite.logger.slf4j">Slf4jLogger</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/marshaller/jdk/JdkMarshaller.html#toString--">toString()</a></span> - Method in class org.apache.ignite.marshaller.jdk.<a href="org/apache/ignite/marshaller/jdk/JdkMarshaller.html" title="class in org.apache.ignite.marshaller.jdk">JdkMarshaller</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/IgniteTask.html#toString--">toString()</a></span> - Method in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/IgniteTask.html" title="class in org.apache.ignite.mesos">IgniteTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/messaging/MessagingListenActor.html#toString--">toString()</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/kmeans/KMeansModel.html#toString--">toString()</a></span> - Method in class org.apache.ignite.ml.clustering.kmeans.<a href="org/apache/ignite/ml/clustering/kmeans/KMeansModel.html" title="class in org.apache.ignite.ml.clustering.kmeans">KMeansModel</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/kmeans/KMeansModel.html#toString-boolean-">toString(boolean)</a></span> - Method in class org.apache.ignite.ml.clustering.kmeans.<a href="org/apache/ignite/ml/clustering/kmeans/KMeansModel.html" title="class in org.apache.ignite.ml.clustering.kmeans">KMeansModel</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/ModelOnFeaturesSubspace.html#toString--">toString()</a></span> - Method in class org.apache.ignite.ml.composition.<a href="org/apache/ignite/ml/composition/ModelOnFeaturesSubspace.html" title="class in org.apache.ignite.ml.composition">ModelOnFeaturesSubspace</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/ModelOnFeaturesSubspace.html#toString-boolean-">toString(boolean)</a></span> - Method in class org.apache.ignite.ml.composition.<a href="org/apache/ignite/ml/composition/ModelOnFeaturesSubspace.html" title="class in org.apache.ignite.ml.composition">ModelOnFeaturesSubspace</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/ModelsComposition.html#toString--">toString()</a></span> - Method in class org.apache.ignite.ml.composition.<a href="org/apache/ignite/ml/composition/ModelsComposition.html" title="class in org.apache.ignite.ml.composition">ModelsComposition</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/ModelsComposition.html#toString-boolean-">toString(boolean)</a></span> - Method in class org.apache.ignite.ml.composition.<a href="org/apache/ignite/ml/composition/ModelsComposition.html" title="class in org.apache.ignite.ml.composition">ModelsComposition</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/predictionsaggregator/PredictionsAggregator.html#toString-boolean-">toString(boolean)</a></span> - Method in interface org.apache.ignite.ml.composition.predictionsaggregator.<a href="org/apache/ignite/ml/composition/predictionsaggregator/PredictionsAggregator.html" title="interface in org.apache.ignite.ml.composition.predictionsaggregator">PredictionsAggregator</a></dt>
<dd>
<div class="block">Represents aggregator as String.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/predictionsaggregator/WeightedPredictionsAggregator.html#toString--">toString()</a></span> - Method in class org.apache.ignite.ml.composition.predictionsaggregator.<a href="org/apache/ignite/ml/composition/predictionsaggregator/WeightedPredictionsAggregator.html" title="class in org.apache.ignite.ml.composition.predictionsaggregator">WeightedPredictionsAggregator</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/predictionsaggregator/WeightedPredictionsAggregator.html#toString-boolean-">toString(boolean)</a></span> - Method in class org.apache.ignite.ml.composition.predictionsaggregator.<a href="org/apache/ignite/ml/composition/predictionsaggregator/WeightedPredictionsAggregator.html" title="class in org.apache.ignite.ml.composition.predictionsaggregator">WeightedPredictionsAggregator</a></dt>
<dd>
<div class="block">Represents aggregator as String.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/IgniteModel.html#toString-boolean-">toString(boolean)</a></span> - Method in interface org.apache.ignite.ml.<a href="org/apache/ignite/ml/IgniteModel.html" title="interface in org.apache.ignite.ml">IgniteModel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/ModelDescriptor.html#toString--">toString()</a></span> - Method in class org.apache.ignite.ml.inference.<a href="org/apache/ignite/ml/inference/ModelDescriptor.html" title="class in org.apache.ignite.ml.inference">ModelDescriptor</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/ann/ANNClassificationModel.html#toString--">toString()</a></span> - Method in class org.apache.ignite.ml.knn.ann.<a href="org/apache/ignite/ml/knn/ann/ANNClassificationModel.html" title="class in org.apache.ignite.ml.knn.ann">ANNClassificationModel</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/ann/ANNClassificationModel.html#toString-boolean-">toString(boolean)</a></span> - Method in class org.apache.ignite.ml.knn.ann.<a href="org/apache/ignite/ml/knn/ann/ANNClassificationModel.html" title="class in org.apache.ignite.ml.knn.ann">ANNClassificationModel</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/NNClassificationModel.html#toString--">toString()</a></span> - Method in class org.apache.ignite.ml.knn.<a href="org/apache/ignite/ml/knn/NNClassificationModel.html" title="class in org.apache.ignite.ml.knn">NNClassificationModel</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/NNClassificationModel.html#toString-boolean-">toString(boolean)</a></span> - Method in class org.apache.ignite.ml.knn.<a href="org/apache/ignite/ml/knn/NNClassificationModel.html" title="class in org.apache.ignite.ml.knn">NNClassificationModel</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/distances/BrayCurtisDistance.html#toString--">toString()</a></span> - Method in class org.apache.ignite.ml.math.distances.<a href="org/apache/ignite/ml/math/distances/BrayCurtisDistance.html" title="class in org.apache.ignite.ml.math.distances">BrayCurtisDistance</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/distances/MinkowskiDistance.html#toString--">toString()</a></span> - Method in class org.apache.ignite.ml.math.distances.<a href="org/apache/ignite/ml/math/distances/MinkowskiDistance.html" title="class in org.apache.ignite.ml.math.distances">MinkowskiDistance</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/distances/WeightedMinkowskiDistance.html#toString--">toString()</a></span> - Method in class org.apache.ignite.ml.math.distances.<a href="org/apache/ignite/ml/math/distances/WeightedMinkowskiDistance.html" title="class in org.apache.ignite.ml.math.distances">WeightedMinkowskiDistance</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/isolve/IterativeSolverResult.html#toString--">toString()</a></span> - Method in class org.apache.ignite.ml.math.isolve.<a href="org/apache/ignite/ml/math/isolve/IterativeSolverResult.html" title="class in org.apache.ignite.ml.math.isolve">IterativeSolverResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/isolve/lsqr/LSQRResult.html#toString--">toString()</a></span> - Method in class org.apache.ignite.ml.math.isolve.lsqr.<a href="org/apache/ignite/ml/math/isolve/lsqr/LSQRResult.html" title="class in org.apache.ignite.ml.math.isolve.lsqr">LSQRResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#toString--">toString()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/multiclass/MultiClassModel.html#toString--">toString()</a></span> - Method in class org.apache.ignite.ml.multiclass.<a href="org/apache/ignite/ml/multiclass/MultiClassModel.html" title="class in org.apache.ignite.ml.multiclass">MultiClassModel</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/multiclass/MultiClassModel.html#toString-boolean-">toString(boolean)</a></span> - Method in class org.apache.ignite.ml.multiclass.<a href="org/apache/ignite/ml/multiclass/MultiClassModel.html" title="class in org.apache.ignite.ml.multiclass">MultiClassModel</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/MultilayerPerceptron.html#toString--">toString()</a></span> - Method in class org.apache.ignite.ml.nn.<a href="org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/MultilayerPerceptron.html#toString-boolean-">toString(boolean)</a></span> - Method in class org.apache.ignite.ml.nn.<a href="org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/pipeline/PipelineMdl.html#toString--">toString()</a></span> - Method in class org.apache.ignite.ml.pipeline.<a href="org/apache/ignite/ml/pipeline/PipelineMdl.html" title="class in org.apache.ignite.ml.pipeline">PipelineMdl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/linear/LinearRegressionModel.html#toString--">toString()</a></span> - Method in class org.apache.ignite.ml.regressions.linear.<a href="org/apache/ignite/ml/regressions/linear/LinearRegressionModel.html" title="class in org.apache.ignite.ml.regressions.linear">LinearRegressionModel</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/linear/LinearRegressionModel.html#toString-boolean-">toString(boolean)</a></span> - Method in class org.apache.ignite.ml.regressions.linear.<a href="org/apache/ignite/ml/regressions/linear/LinearRegressionModel.html" title="class in org.apache.ignite.ml.regressions.linear">LinearRegressionModel</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionModel.LogisticRegressionJSONExportModel.html#toString--">toString()</a></span> - Method in class org.apache.ignite.ml.regressions.logistic.<a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionModel.LogisticRegressionJSONExportModel.html" title="class in org.apache.ignite.ml.regressions.logistic">LogisticRegressionModel.LogisticRegressionJSONExportModel</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionModel.html#toString--">toString()</a></span> - Method in class org.apache.ignite.ml.regressions.logistic.<a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionModel.html" title="class in org.apache.ignite.ml.regressions.logistic">LogisticRegressionModel</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionModel.html#toString-boolean-">toString(boolean)</a></span> - Method in class org.apache.ignite.ml.regressions.logistic.<a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionModel.html" title="class in org.apache.ignite.ml.regressions.logistic">LogisticRegressionModel</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/cv/CrossValidationResult.html#toString--">toString()</a></span> - Method in class org.apache.ignite.ml.selection.cv.<a href="org/apache/ignite/ml/selection/cv/CrossValidationResult.html" title="class in org.apache.ignite.ml.selection.cv">CrossValidationResult</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/EvaluationResult.html#toString-int-">toString(int)</a></span> - Method in class org.apache.ignite.ml.selection.scoring.evaluator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/EvaluationResult.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator">EvaluationResult</a></dt>
<dd>
<div class="block">Returns string representation of model estimation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/EvaluationResult.html#toString--">toString()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.evaluator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/EvaluationResult.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator">EvaluationResult</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/svm/SVMLinearClassificationModel.SVMLinearClassificationJSONExportModel.html#toString--">toString()</a></span> - Method in class org.apache.ignite.ml.svm.<a href="org/apache/ignite/ml/svm/SVMLinearClassificationModel.SVMLinearClassificationJSONExportModel.html" title="class in org.apache.ignite.ml.svm">SVMLinearClassificationModel.SVMLinearClassificationJSONExportModel</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/svm/SVMLinearClassificationModel.html#toString--">toString()</a></span> - Method in class org.apache.ignite.ml.svm.<a href="org/apache/ignite/ml/svm/SVMLinearClassificationModel.html" title="class in org.apache.ignite.ml.svm">SVMLinearClassificationModel</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/svm/SVMLinearClassificationModel.html#toString-boolean-">toString(boolean)</a></span> - Method in class org.apache.ignite.ml.svm.<a href="org/apache/ignite/ml/svm/SVMLinearClassificationModel.html" title="class in org.apache.ignite.ml.svm">SVMLinearClassificationModel</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/DecisionTreeConditionalNode.html#toString--">toString()</a></span> - Method in class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/DecisionTreeConditionalNode.html" title="class in org.apache.ignite.ml.tree">DecisionTreeConditionalNode</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/DecisionTreeConditionalNode.html#toString-boolean-">toString(boolean)</a></span> - Method in class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/DecisionTreeConditionalNode.html" title="class in org.apache.ignite.ml.tree">DecisionTreeConditionalNode</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/DecisionTreeLeafNode.html#toString--">toString()</a></span> - Method in class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/DecisionTreeLeafNode.html" title="class in org.apache.ignite.ml.tree">DecisionTreeLeafNode</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/DecisionTreeLeafNode.html#toString-boolean-">toString(boolean)</a></span> - Method in class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/DecisionTreeLeafNode.html" title="class in org.apache.ignite.ml.tree">DecisionTreeLeafNode</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/DecisionTreeModel.html#toString--">toString()</a></span> - Method in class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/DecisionTreeModel.html" title="class in org.apache.ignite.ml.tree">DecisionTreeModel</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/DecisionTreeModel.html#toString-boolean-">toString(boolean)</a></span> - Method in class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/DecisionTreeModel.html" title="class in org.apache.ignite.ml.tree">DecisionTreeModel</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/NodeData.html#toString--">toString()</a></span> - Method in class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/NodeData.html" title="class in org.apache.ignite.ml.tree">NodeData</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/RandomForestTreeModel.html#toString-boolean-">toString(boolean)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.<a href="org/apache/ignite/ml/tree/randomforest/data/RandomForestTreeModel.html" title="class in org.apache.ignite.ml.tree.randomforest.data">RandomForestTreeModel</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/RandomForestTreeModel.html#toString--">toString()</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.<a href="org/apache/ignite/ml/tree/randomforest/data/RandomForestTreeModel.html" title="class in org.apache.ignite.ml.tree.randomforest.data">RandomForestTreeModel</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/ModelTrace.html#toString--">toString()</a></span> - Method in class org.apache.ignite.ml.util.<a href="org/apache/ignite/ml/util/ModelTrace.html" title="class in org.apache.ignite.ml.util">ModelTrace</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/osgi/classloaders/BundleDelegatingClassLoader.html#toString--">toString()</a></span> - Method 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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/cpp/PlatformCppConfiguration.html#toString--">toString()</a></span> - Method in class org.apache.ignite.platform.cpp.<a href="org/apache/ignite/platform/cpp/PlatformCppConfiguration.html" title="class in org.apache.ignite.platform.cpp">PlatformCppConfiguration</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryConfiguration.html#toString--">toString()</a></span> - Method in class org.apache.ignite.platform.dotnet.<a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryConfiguration.html" title="class in org.apache.ignite.platform.dotnet">PlatformDotNetBinaryConfiguration</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryTypeConfiguration.html#toString--">toString()</a></span> - Method in class org.apache.ignite.platform.dotnet.<a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryTypeConfiguration.html" title="class in org.apache.ignite.platform.dotnet">PlatformDotNetBinaryTypeConfiguration</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetConfiguration.html#toString--">toString()</a></span> - Method in class org.apache.ignite.platform.dotnet.<a href="org/apache/ignite/platform/dotnet/PlatformDotNetConfiguration.html" title="class in org.apache.ignite.platform.dotnet">PlatformDotNetConfiguration</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/SecurityBasicPermissionSet.html#toString--">toString()</a></span> - Method in class org.apache.ignite.plugin.security.<a href="org/apache/ignite/plugin/security/SecurityBasicPermissionSet.html" title="class in org.apache.ignite.plugin.security">SecurityBasicPermissionSet</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/SecurityCredentials.html#toString--">toString()</a></span> - Method in class org.apache.ignite.plugin.security.<a href="org/apache/ignite/plugin/security/SecurityCredentials.html" title="class in org.apache.ignite.plugin.security">SecurityCredentials</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/services/ServiceConfiguration.html#toString--">toString()</a></span> - Method in class org.apache.ignite.services.<a href="org/apache/ignite/services/ServiceConfiguration.html" title="class in org.apache.ignite.services">ServiceConfiguration</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/cache/CacheCheckpointSpi.html#toString--">toString()</a></span> - Method in 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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/noop/NoopCheckpointSpi.html#toString--">toString()</a></span> - Method in class org.apache.ignite.spi.checkpoint.noop.<a href="org/apache/ignite/spi/checkpoint/noop/NoopCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.noop">NoopCheckpointSpi</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/s3/S3CheckpointSpi.html#toString--">toString()</a></span> - Method 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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/checkpoint/sharedfs/SharedFsCheckpointSpi.html#toString--">toString()</a></span> - Method in class org.apache.ignite.spi.checkpoint.sharedfs.<a href="org/apache/ignite/spi/checkpoint/sharedfs/SharedFsCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.sharedfs">SharedFsCheckpointSpi</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/fifoqueue/FifoQueueCollisionSpi.html#toString--">toString()</a></span> - Method in class org.apache.ignite.spi.collision.fifoqueue.<a href="org/apache/ignite/spi/collision/fifoqueue/FifoQueueCollisionSpi.html" title="class in org.apache.ignite.spi.collision.fifoqueue">FifoQueueCollisionSpi</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpi.html#toString--">toString()</a></span> - Method 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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingRequest.html#toString--">toString()</a></span> - Method in class org.apache.ignite.spi.collision.jobstealing.<a href="org/apache/ignite/spi/collision/jobstealing/JobStealingRequest.html" title="class in org.apache.ignite.spi.collision.jobstealing">JobStealingRequest</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/noop/NoopCollisionSpi.html#toString--">toString()</a></span> - Method in class org.apache.ignite.spi.collision.noop.<a href="org/apache/ignite/spi/collision/noop/NoopCollisionSpi.html" title="class in org.apache.ignite.spi.collision.noop">NoopCollisionSpi</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html#toString--">toString()</a></span> - Method in class org.apache.ignite.spi.collision.priorityqueue.<a href="org/apache/ignite/spi/collision/priorityqueue/PriorityQueueCollisionSpi.html" title="class in org.apache.ignite.spi.collision.priorityqueue">PriorityQueueCollisionSpi</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeMessage.html#toString--">toString()</a></span> - Method in class org.apache.ignite.spi.communication.tcp.messages.<a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeMessage.html" title="class in org.apache.ignite.spi.communication.tcp.messages">HandshakeMessage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeMessage2.html#toString--">toString()</a></span> - Method in class org.apache.ignite.spi.communication.tcp.messages.<a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeMessage2.html" title="class in org.apache.ignite.spi.communication.tcp.messages">HandshakeMessage2</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeWaitMessage.html#toString--">toString()</a></span> - Method in class org.apache.ignite.spi.communication.tcp.messages.<a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeWaitMessage.html" title="class in org.apache.ignite.spi.communication.tcp.messages">HandshakeWaitMessage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/messages/NodeIdMessage.html#toString--">toString()</a></span> - Method in class org.apache.ignite.spi.communication.tcp.messages.<a href="org/apache/ignite/spi/communication/tcp/messages/NodeIdMessage.html" title="class in org.apache.ignite.spi.communication.tcp.messages">NodeIdMessage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/messages/RecoveryLastReceivedMessage.html#toString--">toString()</a></span> - Method in class org.apache.ignite.spi.communication.tcp.messages.<a href="org/apache/ignite/spi/communication/tcp/messages/RecoveryLastReceivedMessage.html" title="class in org.apache.ignite.spi.communication.tcp.messages">RecoveryLastReceivedMessage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#toString--">toString()</a></span> - Method 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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/deployment/DeploymentResourceAdapter.html#toString--">toString()</a></span> - Method in class org.apache.ignite.spi.deployment.<a href="org/apache/ignite/spi/deployment/DeploymentResourceAdapter.html" title="class in org.apache.ignite.spi.deployment">DeploymentResourceAdapter</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/deployment/local/LocalDeploymentSpi.html#toString--">toString()</a></span> - Method in class org.apache.ignite.spi.deployment.local.<a href="org/apache/ignite/spi/deployment/local/LocalDeploymentSpi.html" title="class in org.apache.ignite.spi.deployment.local">LocalDeploymentSpi</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/deployment/uri/UriDeploymentSpi.html#toString--">toString()</a></span> - Method in class org.apache.ignite.spi.deployment.uri.<a href="org/apache/ignite/spi/deployment/uri/UriDeploymentSpi.html" title="class in org.apache.ignite.spi.deployment.uri">UriDeploymentSpi</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoveryDataBag.html#toString--">toString()</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/cloud/TcpDiscoveryCloudIpFinder.html#toString--">toString()</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.cloud.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/cloud/TcpDiscoveryCloudIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.cloud">TcpDiscoveryCloudIpFinder</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/gce/TcpDiscoveryGoogleStorageIpFinder.html#toString--">toString()</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.gce.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/gce/TcpDiscoveryGoogleStorageIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.gce">TcpDiscoveryGoogleStorageIpFinder</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/jdbc/TcpDiscoveryJdbcIpFinder.html#toString--">toString()</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.jdbc.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/jdbc/TcpDiscoveryJdbcIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.jdbc">TcpDiscoveryJdbcIpFinder</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/multicast/TcpDiscoveryMulticastIpFinder.html#toString--">toString()</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.multicast.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/multicast/TcpDiscoveryMulticastIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.multicast">TcpDiscoveryMulticastIpFinder</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/encrypt/AsymmetricKeyEncryptionService.html#toString--">toString()</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/encrypt/AsymmetricKeyEncryptionService.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt">AsymmetricKeyEncryptionService</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/encrypt/AwsKmsEncryptionService.html#toString--">toString()</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/encrypt/AwsKmsEncryptionService.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt">AwsKmsEncryptionService</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/encrypt/SymmetricKeyEncryptionService.html#toString--">toString()</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/encrypt/SymmetricKeyEncryptionService.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt">SymmetricKeyEncryptionService</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/TcpDiscoveryS3IpFinder.html#toString--">toString()</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.s3.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/TcpDiscoveryS3IpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.s3">TcpDiscoveryS3IpFinder</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/sharedfs/TcpDiscoverySharedFsIpFinder.html#toString--">toString()</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.sharedfs.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/sharedfs/TcpDiscoverySharedFsIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.sharedfs">TcpDiscoverySharedFsIpFinder</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/TcpDiscoveryIpFinderAdapter.html#toString--">toString()</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/TcpDiscoveryIpFinderAdapter.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder">TcpDiscoveryIpFinderAdapter</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/vm/TcpDiscoveryVmIpFinder.html#toString--">toString()</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.vm.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/vm/TcpDiscoveryVmIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.vm">TcpDiscoveryVmIpFinder</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#toString--">toString()</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html#toString--">toString()</a></span> - Method in class org.apache.ignite.spi.discovery.zk.<a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.zk">ZookeeperDiscoverySpi</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/eventstorage/memory/MemoryEventStorageSpi.html#toString--">toString()</a></span> - Method in class org.apache.ignite.spi.eventstorage.memory.<a href="org/apache/ignite/spi/eventstorage/memory/MemoryEventStorageSpi.html" title="class in org.apache.ignite.spi.eventstorage.memory">MemoryEventStorageSpi</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/ExponentialBackoffTimeoutStrategy.html#toString--">toString()</a></span> - Method in class org.apache.ignite.spi.<a href="org/apache/ignite/spi/ExponentialBackoffTimeoutStrategy.html" title="class in org.apache.ignite.spi">ExponentialBackoffTimeoutStrategy</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/failover/always/AlwaysFailoverSpi.html#toString--">toString()</a></span> - Method 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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/failover/jobstealing/JobStealingFailoverSpi.html#toString--">toString()</a></span> - Method in class org.apache.ignite.spi.failover.jobstealing.<a href="org/apache/ignite/spi/failover/jobstealing/JobStealingFailoverSpi.html" title="class in org.apache.ignite.spi.failover.jobstealing">JobStealingFailoverSpi</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/failover/never/NeverFailoverSpi.html#toString--">toString()</a></span> - Method in class org.apache.ignite.spi.failover.never.<a href="org/apache/ignite/spi/failover/never/NeverFailoverSpi.html" title="class in org.apache.ignite.spi.failover.never">NeverFailoverSpi</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteNodeValidationResult.html#toString--">toString()</a></span> - Method in class org.apache.ignite.spi.<a href="org/apache/ignite/spi/IgniteNodeValidationResult.html" title="class in org.apache.ignite.spi">IgniteNodeValidationResult</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiThread.html#toString--">toString()</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/loadbalancing/adaptive/AdaptiveCpuLoadProbe.html#toString--">toString()</a></span> - Method in 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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/loadbalancing/adaptive/AdaptiveJobCountLoadProbe.html#toString--">toString()</a></span> - Method in 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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/loadbalancing/adaptive/AdaptiveLoadBalancingSpi.html#toString--">toString()</a></span> - Method in 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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/loadbalancing/adaptive/AdaptiveProcessingTimeLoadProbe.html#toString--">toString()</a></span> - Method in 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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/loadbalancing/roundrobin/RoundRobinLoadBalancingSpi.html#toString--">toString()</a></span> - Method in class org.apache.ignite.spi.loadbalancing.roundrobin.<a href="org/apache/ignite/spi/loadbalancing/roundrobin/RoundRobinLoadBalancingSpi.html" title="class in org.apache.ignite.spi.loadbalancing.roundrobin">RoundRobinLoadBalancingSpi</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/loadbalancing/weightedrandom/WeightedRandomLoadBalancingSpi.html#toString--">toString()</a></span> - Method in class org.apache.ignite.spi.loadbalancing.weightedrandom.<a href="org/apache/ignite/spi/loadbalancing/weightedrandom/WeightedRandomLoadBalancingSpi.html" title="class in org.apache.ignite.spi.loadbalancing.weightedrandom">WeightedRandomLoadBalancingSpi</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/opencensus/OpenCensusTraceExporter.html#toString--">toString()</a></span> - Method in class org.apache.ignite.spi.tracing.opencensus.<a href="org/apache/ignite/spi/tracing/opencensus/OpenCensusTraceExporter.html" title="class in org.apache.ignite.spi.tracing.opencensus">OpenCensusTraceExporter</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/TracingConfigurationCoordinates.html#toString--">toString()</a></span> - Method in class org.apache.ignite.spi.tracing.<a href="org/apache/ignite/spi/tracing/TracingConfigurationCoordinates.html" title="class in org.apache.ignite.spi.tracing">TracingConfigurationCoordinates</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ssl/SslContextFactory.html#toString--">toString()</a></span> - Method in class org.apache.ignite.ssl.<a href="org/apache/ignite/ssl/SslContextFactory.html" title="class in org.apache.ignite.ssl">SslContextFactory</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/startup/BasicWarmupClosure.html#toString--">toString()</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/startup/servlet/ServletContextListenerStartup.html#toString--">toString()</a></span> - Method in class org.apache.ignite.startup.servlet.<a href="org/apache/ignite/startup/servlet/ServletContextListenerStartup.html" title="class in org.apache.ignite.startup.servlet">ServletContextListenerStartup</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/startup/servlet/ServletStartup.html#toString--">toString()</a></span> - Method in class org.apache.ignite.startup.servlet.<a href="org/apache/ignite/startup/servlet/ServletStartup.html" title="class in org.apache.ignite.startup.servlet">ServletStartup</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/thread/IgniteStripedThreadPoolExecutor.html#toString--">toString()</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="memberNameLink"><a href="org/apache/ignite/thread/IgniteThread.html#toString--">toString()</a></span> - Method in class org.apache.ignite.thread.<a href="org/apache/ignite/thread/IgniteThread.html" title="class in org.apache.ignite.thread">IgniteThread</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/thread/IgniteThreadFactory.html#toString--">toString()</a></span> - Method in class org.apache.ignite.thread.<a href="org/apache/ignite/thread/IgniteThreadFactory.html" title="class in org.apache.ignite.thread">IgniteThreadFactory</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/IgniteContainer.html#toString--">toString()</a></span> - Method in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/IgniteContainer.html" title="class in org.apache.ignite.yarn">IgniteContainer</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/ExponentialBackoffTimeoutStrategy.html#totalBackoffTimeout-long-long-long-">totalBackoffTimeout(long, long, long)</a></span> - Static method in class org.apache.ignite.spi.<a href="org/apache/ignite/spi/ExponentialBackoffTimeoutStrategy.html" title="class in org.apache.ignite.spi">ExponentialBackoffTimeoutStrategy</a></dt>
<dd>
<div class="block">Compute expected max backoff timeout based on initTimeout, maxTimeout and reconCnt and backoff coefficient.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/services/ServiceConfiguration.html#totalCnt">totalCnt</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">Total count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/kmeans/KMeansTrainer.TotalCostAndCounts.html#TotalCostAndCounts--">TotalCostAndCounts()</a></span> - Constructor for class org.apache.ignite.ml.clustering.kmeans.<a href="org/apache/ignite/ml/clustering/kmeans/KMeansTrainer.TotalCostAndCounts.html" title="class in org.apache.ignite.ml.clustering.kmeans">KMeansTrainer.TotalCostAndCounts</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/services/ServiceDescriptor.html#totalCount--">totalCount()</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 maximum allowed total number of deployed services in the grid, <code>0</code> for unlimited.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ServiceView.html#totalCount--">totalCount()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ServiceView.html" title="class in org.apache.ignite.spi.systemview.view">ServiceView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ClusterProperties.html#totalMemoryPerNode--">totalMemoryPerNode()</a></span> - Method in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ClusterProperties.html" title="class in org.apache.ignite.yarn">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/DefragmentationMXBean.html#totalPartitions--">totalPartitions()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/DefragmentationMXBean.html" title="interface in org.apache.ignite.mxbean">DefragmentationMXBean</a></dt>
<dd>
<div class="block">Get total count of partitions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/gmm/NewComponentStatisticsAggregator.html#totalRowCount--">totalRowCount()</a></span> - Method in class org.apache.ignite.ml.clustering.gmm.<a href="org/apache/ignite/ml/clustering/gmm/NewComponentStatisticsAggregator.html" title="class in org.apache.ignite.ml.clustering.gmm">NewComponentStatisticsAggregator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/query/QueryDetailMetrics.html#totalTime--">totalTime()</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 total time of all query executions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/AbstractEvictionPolicy.html#touch-org.apache.ignite.cache.eviction.EvictableEntry-">touch(EvictableEntry<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in 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><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/fifo/FifoEvictionPolicy.html#touch-org.apache.ignite.cache.eviction.EvictableEntry-">touch(EvictableEntry<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.cache.eviction.fifo.<a href="org/apache/ignite/cache/eviction/fifo/FifoEvictionPolicy.html" title="class in org.apache.ignite.cache.eviction.fifo">FifoEvictionPolicy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/lru/LruEvictionPolicy.html#touch-org.apache.ignite.cache.eviction.EvictableEntry-">touch(EvictableEntry<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.cache.eviction.lru.<a href="org/apache/ignite/cache/eviction/lru/LruEvictionPolicy.html" title="class in org.apache.ignite.cache.eviction.lru">LruEvictionPolicy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicy.html#touch-org.apache.ignite.cache.eviction.EvictableEntry-">touch(EvictableEntry<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.cache.eviction.sorted.<a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicy.html" title="class in org.apache.ignite.cache.eviction.sorted">SortedEvictionPolicy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteLogger.html#trace-java.lang.String-">trace(String)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteLogger.html" title="interface in org.apache.ignite">IgniteLogger</a></dt>
<dd>
<div class="block">Logs out trace message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteLogger.html#trace-java.lang.String-java.lang.String-">trace(String, String)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteLogger.html" title="interface in org.apache.ignite">IgniteLogger</a></dt>
<dd>
<div class="block">Logs out trace message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/java/JavaLogger.html#trace-java.lang.String-">trace(String)</a></span> - Method in class org.apache.ignite.logger.java.<a href="org/apache/ignite/logger/java/JavaLogger.html" title="class in org.apache.ignite.logger.java">JavaLogger</a></dt>
<dd>
<div class="block">Logs out trace message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/jcl/JclLogger.html#trace-java.lang.String-">trace(String)</a></span> - Method in class org.apache.ignite.logger.jcl.<a href="org/apache/ignite/logger/jcl/JclLogger.html" title="class in org.apache.ignite.logger.jcl">JclLogger</a></dt>
<dd>
<div class="block">Logs out trace message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j/Log4JLogger.html#trace-java.lang.String-">trace(String)</a></span> - 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">Logs out trace message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j2/Log4J2Logger.html#trace-java.lang.String-">trace(String)</a></span> - Method in class org.apache.ignite.logger.log4j2.<a href="org/apache/ignite/logger/log4j2/Log4J2Logger.html" title="class in org.apache.ignite.logger.log4j2">Log4J2Logger</a></dt>
<dd>
<div class="block">Logs out trace message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j2/Log4J2Logger.html#trace-java.lang.String-java.lang.String-">trace(String, String)</a></span> - Method in class org.apache.ignite.logger.log4j2.<a href="org/apache/ignite/logger/log4j2/Log4J2Logger.html" title="class in org.apache.ignite.logger.log4j2">Log4J2Logger</a></dt>
<dd>
<div class="block">Logs out trace message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/NullLogger.html#trace-java.lang.String-">trace(String)</a></span> - Method in class org.apache.ignite.logger.<a href="org/apache/ignite/logger/NullLogger.html" title="class in org.apache.ignite.logger">NullLogger</a></dt>
<dd>
<div class="block">Logs out trace message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/slf4j/Slf4jLogger.html#trace-java.lang.String-">trace(String)</a></span> - Method in class org.apache.ignite.logger.slf4j.<a href="org/apache/ignite/logger/slf4j/Slf4jLogger.html" title="class in org.apache.ignite.logger.slf4j">Slf4jLogger</a></dt>
<dd>
<div class="block">Logs out trace message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/slf4j/Slf4jLogger.html#trace-java.lang.String-java.lang.String-">trace(String, String)</a></span> - Method in class org.apache.ignite.logger.slf4j.<a href="org/apache/ignite/logger/slf4j/Slf4jLogger.html" title="class in org.apache.ignite.logger.slf4j">Slf4jLogger</a></dt>
<dd>
<div class="block">Logs out trace message.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/Tracer.html" title="class in org.apache.ignite.ml.math"><span class="typeNameLink">Tracer</span></a> - Class in <a href="org/apache/ignite/ml/math/package-summary.html">org.apache.ignite.ml.math</a></dt>
<dd>
<div class="block">Utility methods to support output of <a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector"><code>Vector</code></a> and <a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix"><code>Matrix</code></a> instances to plain text or HTML.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/Tracer.html#Tracer--">Tracer()</a></span> - Constructor for class org.apache.ignite.ml.math.<a href="org/apache/ignite/ml/math/Tracer.html" title="class in org.apache.ignite.ml.math">Tracer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/math/Tracer.ColorMapper.html" title="interface in org.apache.ignite.ml.math"><span class="typeNameLink">Tracer.ColorMapper</span></a> - Interface in <a href="org/apache/ignite/ml/math/package-summary.html">org.apache.ignite.ml.math</a></dt>
<dd>
<div class="block">Double to color mapper.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignite.html#tracingConfiguration--">tracingConfiguration()</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">Returns the <a href="org/apache/ignite/spi/tracing/TracingConfigurationManager.html" title="interface in org.apache.ignite.spi.tracing"><code>TracingConfigurationManager</code></a> instance that allows to
Configure tracing parameters such as sampling rate for the specific tracing coordinates
such as scope and label.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#tracingConfiguration--">tracingConfiguration()</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">Returns the <a href="org/apache/ignite/spi/tracing/TracingConfigurationManager.html" title="interface in org.apache.ignite.spi.tracing"><code>TracingConfigurationManager</code></a> instance that allows to
Configure tracing parameters such as sampling rate for the specific tracing coordinates
such as scope and label.</div>
</dd>
<dt><a href="org/apache/ignite/spi/tracing/TracingConfigurationCoordinates.html" title="class in org.apache.ignite.spi.tracing"><span class="typeNameLink">TracingConfigurationCoordinates</span></a> - Class in <a href="org/apache/ignite/spi/tracing/package-summary.html">org.apache.ignite.spi.tracing</a></dt>
<dd>
<div class="block">Specifies to which traces, specific configuration will be applied.</div>
</dd>
<dt><a href="org/apache/ignite/spi/tracing/TracingConfigurationCoordinates.Builder.html" title="class in org.apache.ignite.spi.tracing"><span class="typeNameLink">TracingConfigurationCoordinates.Builder</span></a> - Class in <a href="org/apache/ignite/spi/tracing/package-summary.html">org.apache.ignite.spi.tracing</a></dt>
<dd>
<div class="block"><code>TracingConfigurationCoordinates</code> builder.</div>
</dd>
<dt><a href="org/apache/ignite/spi/tracing/TracingConfigurationManager.html" title="interface in org.apache.ignite.spi.tracing"><span class="typeNameLink">TracingConfigurationManager</span></a> - Interface in <a href="org/apache/ignite/spi/tracing/package-summary.html">org.apache.ignite.spi.tracing</a></dt>
<dd>
<div class="block">Allows to configure tracing, read the configuration and restore it to the defaults.</div>
</dd>
<dt><a href="org/apache/ignite/spi/tracing/TracingConfigurationParameters.html" title="class in org.apache.ignite.spi.tracing"><span class="typeNameLink">TracingConfigurationParameters</span></a> - Class in <a href="org/apache/ignite/spi/tracing/package-summary.html">org.apache.ignite.spi.tracing</a></dt>
<dd>
<div class="block">Set of tracing configuration parameters like sampling rate or included scopes.</div>
</dd>
<dt><a href="org/apache/ignite/spi/tracing/TracingConfigurationParameters.Builder.html" title="class in org.apache.ignite.spi.tracing"><span class="typeNameLink">TracingConfigurationParameters.Builder</span></a> - Class in <a href="org/apache/ignite/spi/tracing/package-summary.html">org.apache.ignite.spi.tracing</a></dt>
<dd>
<div class="block"><code>TracingConfigurationParameters</code> builder.</div>
</dd>
<dt><a href="org/apache/ignite/spi/tracing/TracingSpi.html" title="interface in org.apache.ignite.spi.tracing"><span class="typeNameLink">TracingSpi</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/spi/tracing/TracingSpi.html" title="type parameter in TracingSpi">S</a> extends <a href="org/apache/ignite/spi/tracing/SpiSpecificSpan.html" title="interface in org.apache.ignite.spi.tracing">SpiSpecificSpan</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/spi/tracing/package-summary.html">org.apache.ignite.spi.tracing</a></dt>
<dd>
<div class="block">Tracing SPI interface.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/LabeledVectorSetTestTrainPair.html#train--">train()</a></span> - Method in class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/LabeledVectorSetTestTrainPair.html" title="class in org.apache.ignite.ml.structures">LabeledVectorSetTestTrainPair</a></dt>
<dd>
<div class="block">Train subset of the whole dataset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html#trainer">trainer</a></span> - Variable in class org.apache.ignite.ml.selection.cv.<a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html" title="class in org.apache.ignite.ml.selection.cv">AbstractCrossValidation</a></dt>
<dd>
<div class="block">Trainer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/GDBLearningStrategy.html#trainerEnvironment">trainerEnvironment</a></span> - Variable in class org.apache.ignite.ml.composition.boosting.<a href="org/apache/ignite/ml/composition/boosting/GDBLearningStrategy.html" title="class in org.apache.ignite.ml.composition.boosting">GDBLearningStrategy</a></dt>
<dd>
<div class="block">Learning environment used for trainer.</div>
</dd>
<dt><a href="org/apache/ignite/ml/composition/combinators/parallel/TrainersParallelComposition.html" title="class in org.apache.ignite.ml.composition.combinators.parallel"><span class="typeNameLink">TrainersParallelComposition</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/composition/combinators/parallel/TrainersParallelComposition.html" title="type parameter in TrainersParallelComposition">I</a>,<a href="org/apache/ignite/ml/composition/combinators/parallel/TrainersParallelComposition.html" title="type parameter in TrainersParallelComposition">O</a>,<a href="org/apache/ignite/ml/composition/combinators/parallel/TrainersParallelComposition.html" title="type parameter in TrainersParallelComposition">L</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/composition/combinators/parallel/package-summary.html">org.apache.ignite.ml.composition.combinators.parallel</a></dt>
<dd>
<div class="block">This class represents a parallel composition of trainers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/combinators/parallel/TrainersParallelComposition.html#TrainersParallelComposition-java.util.List-">TrainersParallelComposition(List<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.composition.combinators.parallel.<a href="org/apache/ignite/ml/composition/combinators/parallel/TrainersParallelComposition.html" title="class in org.apache.ignite.ml.composition.combinators.parallel">TrainersParallelComposition</a></dt>
<dd>
<div class="block">Construct an instance of this class from a list of trainers.</div>
</dd>
<dt><a href="org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html" title="class in org.apache.ignite.ml.composition.combinators.sequential"><span class="typeNameLink">TrainersSequentialComposition</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html" title="type parameter in TrainersSequentialComposition">I</a>,<a href="org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html" title="type parameter in TrainersSequentialComposition">O1</a>,<a href="org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html" title="type parameter in TrainersSequentialComposition">O2</a>,<a href="org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html" title="type parameter in TrainersSequentialComposition">L</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/composition/combinators/sequential/package-summary.html">org.apache.ignite.ml.composition.combinators.sequential</a></dt>
<dd>
<div class="block">Sequential composition of trainers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html#TrainersSequentialComposition-org.apache.ignite.ml.trainers.DatasetTrainer-org.apache.ignite.ml.trainers.DatasetTrainer-org.apache.ignite.ml.math.functions.IgniteFunction-">TrainersSequentialComposition(DatasetTrainer<span class='angle_bracket'>&lt;</span>? extends IgniteModel<span class='angle_bracket'>&lt;</span>I, O1<span class='angle_bracket'>&gt;</span>, L<span class='angle_bracket'>&gt;</span>, DatasetTrainer<span class='angle_bracket'>&lt;</span>? extends IgniteModel<span class='angle_bracket'>&lt;</span>O1, O2<span class='angle_bracket'>&gt;</span>, L<span class='angle_bracket'>&gt;</span>, IgniteFunction<span class='angle_bracket'>&lt;</span>? super IgniteModel<span class='angle_bracket'>&lt;</span>I, O1<span class='angle_bracket'>&gt;</span>, IgniteFunction<span class='angle_bracket'>&lt;</span>LabeledVector<span class='angle_bracket'>&lt;</span>L<span class='angle_bracket'>&gt;</span>, LabeledVector<span class='angle_bracket'>&lt;</span>L<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.composition.combinators.sequential.<a href="org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html" title="class in org.apache.ignite.ml.composition.combinators.sequential">TrainersSequentialComposition</a></dt>
<dd>
<div class="block">Construct sequential composition of given two trainers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html#TrainersSequentialComposition-org.apache.ignite.ml.trainers.DatasetTrainer-org.apache.ignite.ml.trainers.DatasetTrainer-org.apache.ignite.ml.math.functions.IgniteBiFunction-">TrainersSequentialComposition(DatasetTrainer<span class='angle_bracket'>&lt;</span>? extends IgniteModel<span class='angle_bracket'>&lt;</span>I, O1<span class='angle_bracket'>&gt;</span>, L<span class='angle_bracket'>&gt;</span>, DatasetTrainer<span class='angle_bracket'>&lt;</span>? extends IgniteModel<span class='angle_bracket'>&lt;</span>O1, O2<span class='angle_bracket'>&gt;</span>, L<span class='angle_bracket'>&gt;</span>, IgniteBiFunction<span class='angle_bracket'>&lt;</span>Integer, ? super IgniteModel<span class='angle_bracket'>&lt;</span>I, O1<span class='angle_bracket'>&gt;</span>, IgniteFunction<span class='angle_bracket'>&lt;</span>LabeledVector<span class='angle_bracket'>&lt;</span>L<span class='angle_bracket'>&gt;</span>, LabeledVector<span class='angle_bracket'>&lt;</span>L<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.composition.combinators.sequential.<a href="org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html" title="class in org.apache.ignite.ml.composition.combinators.sequential">TrainersSequentialComposition</a></dt>
<dd>
<div class="block">Create sequential composition of two trainers.</div>
</dd>
<dt><a href="org/apache/ignite/ml/trainers/TrainerTransformers.html" title="class in org.apache.ignite.ml.trainers"><span class="typeNameLink">TrainerTransformers</span></a> - Class in <a href="org/apache/ignite/ml/trainers/package-summary.html">org.apache.ignite.ml.trainers</a></dt>
<dd>
<div class="block">Class containing various trainer transformers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/trainers/TrainerTransformers.html#TrainerTransformers--">TrainerTransformers()</a></span> - Constructor for class org.apache.ignite.ml.trainers.<a href="org/apache/ignite/ml/trainers/TrainerTransformers.html" title="class in org.apache.ignite.ml.trainers">TrainerTransformers</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/selection/split/TrainTestDatasetSplitter.html" title="class in org.apache.ignite.ml.selection.split"><span class="typeNameLink">TrainTestDatasetSplitter</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/selection/split/TrainTestDatasetSplitter.html" title="type parameter in TrainTestDatasetSplitter">K</a>,<a href="org/apache/ignite/ml/selection/split/TrainTestDatasetSplitter.html" title="type parameter in TrainTestDatasetSplitter">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/selection/split/package-summary.html">org.apache.ignite.ml.selection.split</a></dt>
<dd>
<div class="block">Dataset splitter that splits dataset into train and test subsets.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/split/TrainTestDatasetSplitter.html#TrainTestDatasetSplitter--">TrainTestDatasetSplitter()</a></span> - Constructor for class org.apache.ignite.ml.selection.split.<a href="org/apache/ignite/ml/selection/split/TrainTestDatasetSplitter.html" title="class in org.apache.ignite.ml.selection.split">TrainTestDatasetSplitter</a></dt>
<dd>
<div class="block">Constructs a new instance of train test dataset splitter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/split/TrainTestDatasetSplitter.html#TrainTestDatasetSplitter-org.apache.ignite.ml.selection.split.mapper.UniformMapper-">TrainTestDatasetSplitter(UniformMapper<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.selection.split.<a href="org/apache/ignite/ml/selection/split/TrainTestDatasetSplitter.html" title="class in org.apache.ignite.ml.selection.split">TrainTestDatasetSplitter</a></dt>
<dd>
<div class="block">Constructs a new instance of train test dataset splitter.</div>
</dd>
<dt><a href="org/apache/ignite/ml/selection/split/TrainTestSplit.html" title="class in org.apache.ignite.ml.selection.split"><span class="typeNameLink">TrainTestSplit</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/selection/split/TrainTestSplit.html" title="type parameter in TrainTestSplit">K</a>,<a href="org/apache/ignite/ml/selection/split/TrainTestSplit.html" title="type parameter in TrainTestSplit">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/selection/split/package-summary.html">org.apache.ignite.ml.selection.split</a></dt>
<dd>
<div class="block">Dataset split that encapsulates train and test subsets.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/split/TrainTestSplit.html#TrainTestSplit-org.apache.ignite.lang.IgniteBiPredicate-org.apache.ignite.lang.IgniteBiPredicate-">TrainTestSplit(IgniteBiPredicate<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, IgniteBiPredicate<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.selection.split.<a href="org/apache/ignite/ml/selection/split/TrainTestSplit.html" title="class in org.apache.ignite.ml.selection.split">TrainTestSplit</a></dt>
<dd>
<div class="block">Constructs a new instance of train test split.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/CacheStoreSession.html#transaction--">transaction()</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">Gets transaction spanning multiple store operations, or <code>null</code> if
there is no transaction.</div>
</dd>
<dt><a href="org/apache/ignite/transactions/Transaction.html" title="interface in org.apache.ignite.transactions"><span class="typeNameLink">Transaction</span></a> - Interface in <a href="org/apache/ignite/transactions/package-summary.html">org.apache.ignite.transactions</a></dt>
<dd>
<div class="block">Ignite cache transaction.</div>
</dd>
<dt><a href="org/apache/ignite/transactions/TransactionAlreadyCompletedException.html" title="class in org.apache.ignite.transactions"><span class="typeNameLink">TransactionAlreadyCompletedException</span></a> - Exception in <a href="org/apache/ignite/transactions/package-summary.html">org.apache.ignite.transactions</a></dt>
<dd>
<div class="block">Exception thrown whenever Mvcc transaction has been finished before operation finished.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/transactions/TransactionAlreadyCompletedException.html#TransactionAlreadyCompletedException-java.lang.String-java.lang.Throwable-">TransactionAlreadyCompletedException(String, Throwable)</a></span> - Constructor for exception org.apache.ignite.transactions.<a href="org/apache/ignite/transactions/TransactionAlreadyCompletedException.html" title="class in org.apache.ignite.transactions">TransactionAlreadyCompletedException</a></dt>
<dd>
<div class="block">Creates new exception with given error message and optional nested exception.</div>
</dd>
<dt><a href="org/apache/ignite/transactions/TransactionConcurrency.html" title="enum in org.apache.ignite.transactions"><span class="typeNameLink">TransactionConcurrency</span></a> - Enum in <a href="org/apache/ignite/transactions/package-summary.html">org.apache.ignite.transactions</a></dt>
<dd>
<div class="block">Transaction concurrency control.</div>
</dd>
<dt><a href="org/apache/ignite/configuration/TransactionConfiguration.html" title="class in org.apache.ignite.configuration"><span class="typeNameLink">TransactionConfiguration</span></a> - Class in <a href="org/apache/ignite/configuration/package-summary.html">org.apache.ignite.configuration</a></dt>
<dd>
<div class="block">Transactions configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/TransactionConfiguration.html#TransactionConfiguration--">TransactionConfiguration()</a></span> - Constructor for class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/TransactionConfiguration.html" title="class in org.apache.ignite.configuration">TransactionConfiguration</a></dt>
<dd>
<div class="block">Empty constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/TransactionConfiguration.html#TransactionConfiguration-org.apache.ignite.configuration.TransactionConfiguration-">TransactionConfiguration(TransactionConfiguration)</a></span> - Constructor for class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/TransactionConfiguration.html" title="class in org.apache.ignite.configuration">TransactionConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/transactions/TransactionDeadlockException.html" title="class in org.apache.ignite.transactions"><span class="typeNameLink">TransactionDeadlockException</span></a> - Exception in <a href="org/apache/ignite/transactions/package-summary.html">org.apache.ignite.transactions</a></dt>
<dd>
<div class="block">Transaction deadlock exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/transactions/TransactionDeadlockException.html#TransactionDeadlockException-java.lang.String-">TransactionDeadlockException(String)</a></span> - Constructor for exception org.apache.ignite.transactions.<a href="org/apache/ignite/transactions/TransactionDeadlockException.html" title="class in org.apache.ignite.transactions">TransactionDeadlockException</a></dt>
<dd>
<div class="block">Creates new deadlock exception with given error message.</div>
</dd>
<dt><a href="org/apache/ignite/transactions/TransactionDuplicateKeyException.html" title="class in org.apache.ignite.transactions"><span class="typeNameLink">TransactionDuplicateKeyException</span></a> - Exception in <a href="org/apache/ignite/transactions/package-summary.html">org.apache.ignite.transactions</a></dt>
<dd>
<div class="block">Exception thrown whenever transaction tries to inserts entry with same mvcc version more than once.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/transactions/TransactionDuplicateKeyException.html#TransactionDuplicateKeyException-java.lang.String-java.lang.Exception-">TransactionDuplicateKeyException(String, Exception)</a></span> - Constructor for exception org.apache.ignite.transactions.<a href="org/apache/ignite/transactions/TransactionDuplicateKeyException.html" title="class in org.apache.ignite.transactions">TransactionDuplicateKeyException</a></dt>
<dd>
<div class="block">Creates new duplicate ket exception with given error message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/transactions/TransactionDuplicateKeyException.html#TransactionDuplicateKeyException-java.lang.String-">TransactionDuplicateKeyException(String)</a></span> - Constructor for exception org.apache.ignite.transactions.<a href="org/apache/ignite/transactions/TransactionDuplicateKeyException.html" title="class in org.apache.ignite.transactions">TransactionDuplicateKeyException</a></dt>
<dd>
<div class="block">Creates new duplicate ket exception with given error message.</div>
</dd>
<dt><a href="org/apache/ignite/transactions/TransactionException.html" title="class in org.apache.ignite.transactions"><span class="typeNameLink">TransactionException</span></a> - Exception in <a href="org/apache/ignite/transactions/package-summary.html">org.apache.ignite.transactions</a></dt>
<dd>
<div class="block">Base class for all transaction related exceptions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/transactions/TransactionException.html#TransactionException--">TransactionException()</a></span> - Constructor for exception org.apache.ignite.transactions.<a href="org/apache/ignite/transactions/TransactionException.html" title="class in org.apache.ignite.transactions">TransactionException</a></dt>
<dd>
<div class="block">Creates empty exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/transactions/TransactionException.html#TransactionException-java.lang.String-">TransactionException(String)</a></span> - Constructor for exception org.apache.ignite.transactions.<a href="org/apache/ignite/transactions/TransactionException.html" title="class in org.apache.ignite.transactions">TransactionException</a></dt>
<dd>
<div class="block">Creates new exception with given error message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/transactions/TransactionException.html#TransactionException-java.lang.Throwable-">TransactionException(Throwable)</a></span> - Constructor for exception org.apache.ignite.transactions.<a href="org/apache/ignite/transactions/TransactionException.html" title="class in org.apache.ignite.transactions">TransactionException</a></dt>
<dd>
<div class="block">Creates new transaction exception with given throwable as a cause and
source of error message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/transactions/TransactionException.html#TransactionException-java.lang.String-java.lang.Throwable-">TransactionException(String, Throwable)</a></span> - Constructor for exception org.apache.ignite.transactions.<a href="org/apache/ignite/transactions/TransactionException.html" title="class in org.apache.ignite.transactions">TransactionException</a></dt>
<dd>
<div class="block">Creates new exception with given error message and optional nested exception.</div>
</dd>
<dt><a href="org/apache/ignite/transactions/TransactionHeuristicException.html" title="class in org.apache.ignite.transactions"><span class="typeNameLink">TransactionHeuristicException</span></a> - Exception in <a href="org/apache/ignite/transactions/package-summary.html">org.apache.ignite.transactions</a></dt>
<dd>
<div class="block">Exception thrown whenever grid transaction enters an unknown state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/transactions/TransactionHeuristicException.html#TransactionHeuristicException-java.lang.String-">TransactionHeuristicException(String)</a></span> - Constructor for exception org.apache.ignite.transactions.<a href="org/apache/ignite/transactions/TransactionHeuristicException.html" title="class in org.apache.ignite.transactions">TransactionHeuristicException</a></dt>
<dd>
<div class="block">Creates new heuristic exception with given error message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/transactions/TransactionHeuristicException.html#TransactionHeuristicException-java.lang.String-java.lang.Throwable-">TransactionHeuristicException(String, Throwable)</a></span> - Constructor for exception org.apache.ignite.transactions.<a href="org/apache/ignite/transactions/TransactionHeuristicException.html" title="class in org.apache.ignite.transactions">TransactionHeuristicException</a></dt>
<dd>
<div class="block">Creates new heuristic exception with given error message and optional nested exception.</div>
</dd>
<dt><a href="org/apache/ignite/transactions/TransactionIsolation.html" title="enum in org.apache.ignite.transactions"><span class="typeNameLink">TransactionIsolation</span></a> - Enum in <a href="org/apache/ignite/transactions/package-summary.html">org.apache.ignite.transactions</a></dt>
<dd>
<div class="block">Defines different cache transaction isolation levels.</div>
</dd>
<dt><a href="org/apache/ignite/transactions/TransactionMetrics.html" title="interface in org.apache.ignite.transactions"><span class="typeNameLink">TransactionMetrics</span></a> - Interface in <a href="org/apache/ignite/transactions/package-summary.html">org.apache.ignite.transactions</a></dt>
<dd>
<div class="block">Transaction metrics, shared across all caches.</div>
</dd>
<dt><a href="org/apache/ignite/mxbean/TransactionMetricsMxBean.html" title="interface in org.apache.ignite.mxbean"><span class="typeNameLink">TransactionMetricsMxBean</span></a> - Interface in <a href="org/apache/ignite/mxbean/package-summary.html">org.apache.ignite.mxbean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Check the <a href="org/apache/ignite/spi/metric/jmx/JmxMetricExporterSpi.html" title="class in org.apache.ignite.spi.metric.jmx"><code>JmxMetricExporterSpi</code></a> with "name=\"tx\"" instead.</span></div>
</div>
</dd>
<dt><a href="org/apache/ignite/transactions/TransactionMixedModeException.html" title="class in org.apache.ignite.transactions"><span class="typeNameLink">TransactionMixedModeException</span></a> - Exception in <a href="org/apache/ignite/transactions/package-summary.html">org.apache.ignite.transactions</a></dt>
<dd>
<div class="block">Exception thrown whenever transaction spans over MVCC and non-MVCC caches.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/transactions/TransactionMixedModeException.html#TransactionMixedModeException-java.lang.String-">TransactionMixedModeException(String)</a></span> - Constructor for exception org.apache.ignite.transactions.<a href="org/apache/ignite/transactions/TransactionMixedModeException.html" title="class in org.apache.ignite.transactions">TransactionMixedModeException</a></dt>
<dd>
<div class="block">Creates new exception with given error message.</div>
</dd>
<dt><a href="org/apache/ignite/transactions/TransactionOptimisticException.html" title="class in org.apache.ignite.transactions"><span class="typeNameLink">TransactionOptimisticException</span></a> - Exception in <a href="org/apache/ignite/transactions/package-summary.html">org.apache.ignite.transactions</a></dt>
<dd>
<div class="block">Exception thrown whenever grid transactions fail optimistically.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/transactions/TransactionOptimisticException.html#TransactionOptimisticException-java.lang.String-">TransactionOptimisticException(String)</a></span> - Constructor for exception org.apache.ignite.transactions.<a href="org/apache/ignite/transactions/TransactionOptimisticException.html" title="class in org.apache.ignite.transactions">TransactionOptimisticException</a></dt>
<dd>
<div class="block">Creates new optimistic exception with given error message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/transactions/TransactionOptimisticException.html#TransactionOptimisticException-java.lang.String-java.lang.Throwable-">TransactionOptimisticException(String, Throwable)</a></span> - Constructor for exception org.apache.ignite.transactions.<a href="org/apache/ignite/transactions/TransactionOptimisticException.html" title="class in org.apache.ignite.transactions">TransactionOptimisticException</a></dt>
<dd>
<div class="block">Creates new optimistic exception with given error message and optional nested exception.</div>
</dd>
<dt><a href="org/apache/ignite/transactions/TransactionRollbackException.html" title="class in org.apache.ignite.transactions"><span class="typeNameLink">TransactionRollbackException</span></a> - Exception in <a href="org/apache/ignite/transactions/package-summary.html">org.apache.ignite.transactions</a></dt>
<dd>
<div class="block">Exception thrown whenever grid transactions has been automatically rolled back.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/transactions/TransactionRollbackException.html#TransactionRollbackException-java.lang.String-">TransactionRollbackException(String)</a></span> - Constructor for exception org.apache.ignite.transactions.<a href="org/apache/ignite/transactions/TransactionRollbackException.html" title="class in org.apache.ignite.transactions">TransactionRollbackException</a></dt>
<dd>
<div class="block">Creates new rollback exception with given error message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/transactions/TransactionRollbackException.html#TransactionRollbackException-java.lang.String-java.lang.Throwable-">TransactionRollbackException(String, Throwable)</a></span> - Constructor for exception org.apache.ignite.transactions.<a href="org/apache/ignite/transactions/TransactionRollbackException.html" title="class in org.apache.ignite.transactions">TransactionRollbackException</a></dt>
<dd>
<div class="block">Creates new rollback exception with given error message and optional nested exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/IgniteClient.html#transactions--">transactions()</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/IgniteClient.html" title="interface in org.apache.ignite.client">IgniteClient</a></dt>
<dd>
<div class="block">Gets client transactions facade.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignite.html#transactions--">transactions()</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 grid transactions facade.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteClientSpringBean.html#transactions--">transactions()</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteClientSpringBean.html" title="class in org.apache.ignite">IgniteClientSpringBean</a></dt>
<dd>
<div class="block">Gets client transactions facade.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#transactions--">transactions()</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 grid transactions facade.</div>
</dd>
<dt><a href="org/apache/ignite/transactions/TransactionSerializationException.html" title="class in org.apache.ignite.transactions"><span class="typeNameLink">TransactionSerializationException</span></a> - Exception in <a href="org/apache/ignite/transactions/package-summary.html">org.apache.ignite.transactions</a></dt>
<dd>
<div class="block">Exception thrown whenever transaction can't be serialized due to write conflict.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/transactions/TransactionSerializationException.html#TransactionSerializationException-java.lang.String-java.lang.Exception-">TransactionSerializationException(String, Exception)</a></span> - Constructor for exception org.apache.ignite.transactions.<a href="org/apache/ignite/transactions/TransactionSerializationException.html" title="class in org.apache.ignite.transactions">TransactionSerializationException</a></dt>
<dd>
<div class="block">Creates new transaction serialization exception with given error message.</div>
</dd>
<dt><a href="org/apache/ignite/mxbean/TransactionsMXBean.html" title="interface in org.apache.ignite.mxbean"><span class="typeNameLink">TransactionsMXBean</span></a> - Interface in <a href="org/apache/ignite/mxbean/package-summary.html">org.apache.ignite.mxbean</a></dt>
<dd>
<div class="block">Transactions MXBean interface.</div>
</dd>
<dt><a href="org/apache/ignite/transactions/TransactionState.html" title="enum in org.apache.ignite.transactions"><span class="typeNameLink">TransactionState</span></a> - Enum in <a href="org/apache/ignite/transactions/package-summary.html">org.apache.ignite.transactions</a></dt>
<dd>
<div class="block">Cache transaction state.</div>
</dd>
<dt><a href="org/apache/ignite/events/TransactionStateChangedEvent.html" title="class in org.apache.ignite.events"><span class="typeNameLink">TransactionStateChangedEvent</span></a> - Class in <a href="org/apache/ignite/events/package-summary.html">org.apache.ignite.events</a></dt>
<dd>
<div class="block">Event indicates transaction state change.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/TransactionStateChangedEvent.html#TransactionStateChangedEvent-org.apache.ignite.cluster.ClusterNode-java.lang.String-int-org.apache.ignite.transactions.Transaction-">TransactionStateChangedEvent(ClusterNode, String, int, Transaction)</a></span> - Constructor for class org.apache.ignite.events.<a href="org/apache/ignite/events/TransactionStateChangedEvent.html" title="class in org.apache.ignite.events">TransactionStateChangedEvent</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/transactions/TransactionTimeoutException.html" title="class in org.apache.ignite.transactions"><span class="typeNameLink">TransactionTimeoutException</span></a> - Exception in <a href="org/apache/ignite/transactions/package-summary.html">org.apache.ignite.transactions</a></dt>
<dd>
<div class="block">Exception thrown whenever transactions time out.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/transactions/TransactionTimeoutException.html#TransactionTimeoutException-java.lang.String-">TransactionTimeoutException(String)</a></span> - Constructor for exception org.apache.ignite.transactions.<a href="org/apache/ignite/transactions/TransactionTimeoutException.html" title="class in org.apache.ignite.transactions">TransactionTimeoutException</a></dt>
<dd>
<div class="block">Creates new timeout exception with given error message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/transactions/TransactionTimeoutException.html#TransactionTimeoutException-java.lang.String-java.lang.Throwable-">TransactionTimeoutException(String, Throwable)</a></span> - Constructor for exception org.apache.ignite.transactions.<a href="org/apache/ignite/transactions/TransactionTimeoutException.html" title="class in org.apache.ignite.transactions">TransactionTimeoutException</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/transactions/TransactionUnsupportedConcurrencyException.html" title="class in org.apache.ignite.transactions"><span class="typeNameLink">TransactionUnsupportedConcurrencyException</span></a> - Exception in <a href="org/apache/ignite/transactions/package-summary.html">org.apache.ignite.transactions</a></dt>
<dd>
<div class="block">Exception thrown whenever transaction concurrency level is not supported.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/transactions/TransactionUnsupportedConcurrencyException.html#TransactionUnsupportedConcurrencyException-java.lang.String-">TransactionUnsupportedConcurrencyException(String)</a></span> - Constructor for exception org.apache.ignite.transactions.<a href="org/apache/ignite/transactions/TransactionUnsupportedConcurrencyException.html" title="class in org.apache.ignite.transactions">TransactionUnsupportedConcurrencyException</a></dt>
<dd>
<div class="block">Creates new exception with given error message.</div>
</dd>
<dt><a href="org/apache/ignite/spi/systemview/view/TransactionView.html" title="class in org.apache.ignite.spi.systemview.view"><span class="typeNameLink">TransactionView</span></a> - Class in <a href="org/apache/ignite/spi/systemview/view/package-summary.html">org.apache.ignite.spi.systemview.view</a></dt>
<dd>
<div class="block">Transaction representation for a <a href="org/apache/ignite/spi/systemview/view/SystemView.html" title="interface in org.apache.ignite.spi.systemview.view"><code>SystemView</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/TransactionView.html#TransactionView-org.apache.ignite.internal.processors.cache.transactions.IgniteInternalTx-">TransactionView(IgniteInternalTx)</a></span> - Constructor for class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/TransactionView.html" title="class in org.apache.ignite.spi.systemview.view">TransactionView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateKeyTransformer.html#transform-java.lang.Object-">transform(Object)</a></span> - Method in interface org.apache.ignite.cache.hibernate.<a href="org/apache/ignite/cache/hibernate/HibernateKeyTransformer.html" title="interface in org.apache.ignite.cache.hibernate">HibernateKeyTransformer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/UpstreamTransformer.html#transform-java.util.stream.Stream-">transform(Stream<span class='angle_bracket'>&lt;</span>UpstreamEntry<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.ml.dataset.<a href="org/apache/ignite/ml/dataset/UpstreamTransformer.html" title="interface in org.apache.ignite.ml.dataset">UpstreamTransformer</a></dt>
<dd>
<div class="block">Transform upstream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/trainers/transformers/BaggingUpstreamTransformer.html#transform-java.util.stream.Stream-">transform(Stream<span class='angle_bracket'>&lt;</span>UpstreamEntry<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.trainers.transformers.<a href="org/apache/ignite/ml/trainers/transformers/BaggingUpstreamTransformer.html" title="class in org.apache.ignite.ml.trainers.transformers">BaggingUpstreamTransformer</a></dt>
<dd>
<div class="block">Transform upstream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/startup/cmdline/CommandLineTransformer.html#transform-java.lang.String...-">transform(String...)</a></span> - Static method in class org.apache.ignite.startup.cmdline.<a href="org/apache/ignite/startup/cmdline/CommandLineTransformer.html" title="class in org.apache.ignite.startup.cmdline">CommandLineTransformer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/architecture/MLPArchitecture.html#transformationLayerArchitecture-int-">transformationLayerArchitecture(int)</a></span> - Method in class org.apache.ignite.ml.nn.architecture.<a href="org/apache/ignite/ml/nn/architecture/MLPArchitecture.html" title="class in org.apache.ignite.ml.nn.architecture">MLPArchitecture</a></dt>
<dd>
<div class="block">Get architecture of transformation layer (i.e. non-input layer) with given index.</div>
</dd>
<dt><a href="org/apache/ignite/ml/nn/architecture/TransformationLayerArchitecture.html" title="class in org.apache.ignite.ml.nn.architecture"><span class="typeNameLink">TransformationLayerArchitecture</span></a> - Class in <a href="org/apache/ignite/ml/nn/architecture/package-summary.html">org.apache.ignite.ml.nn.architecture</a></dt>
<dd>
<div class="block">Class encapsulation architecture of transformation layer (i.e. non-input layer).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/architecture/TransformationLayerArchitecture.html#TransformationLayerArchitecture-int-boolean-org.apache.ignite.ml.math.functions.IgniteDifferentiableDoubleToDoubleFunction-">TransformationLayerArchitecture(int, boolean, IgniteDifferentiableDoubleToDoubleFunction)</a></span> - Constructor for class org.apache.ignite.ml.nn.architecture.<a href="org/apache/ignite/ml/nn/architecture/TransformationLayerArchitecture.html" title="class in org.apache.ignite.ml.nn.architecture">TransformationLayerArchitecture</a></dt>
<dd>
<div class="block">Construct TransformationLayerArchitecture.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html#transformer">transformer</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">Types transformer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ScanQueryView.html#transformer--">transformer()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ScanQueryView.html" title="class in org.apache.ignite.spi.systemview.view">ScanQueryView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/utils/PointWithDistanceUtil.html#transformToListOrdered-java.util.Queue-">transformToListOrdered(Queue<span class='angle_bracket'>&lt;</span>PointWithDistance<span class='angle_bracket'>&lt;</span>L<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>)</a></span> - Static method in class org.apache.ignite.ml.knn.utils.<a href="org/apache/ignite/ml/knn/utils/PointWithDistanceUtil.html" title="class in org.apache.ignite.ml.knn.utils">PointWithDistanceUtil</a></dt>
<dd>
<div class="block">Util method that transforms collection of <a href="org/apache/ignite/ml/knn/utils/PointWithDistance.html" title="class in org.apache.ignite.ml.knn.utils"><code>PointWithDistance</code></a> to array of <a href="org/apache/ignite/ml/structures/LabeledVector.html" title="class in org.apache.ignite.ml.structures"><code>LabeledVector</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#transpose--">transpose()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>
<div class="block">Creates new matrix that is transpose of this matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html#transpose--">transpose()</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">Matrix</a></dt>
<dd>
<div class="block">Creates new matrix that is transpose of this matrix.</div>
</dd>
<dt><a href="org/apache/ignite/ml/tree/data/TreeDataIndex.html" title="class in org.apache.ignite.ml.tree.data"><span class="typeNameLink">TreeDataIndex</span></a> - Class in <a href="org/apache/ignite/ml/tree/data/package-summary.html">org.apache.ignite.ml.tree.data</a></dt>
<dd>
<div class="block">Index for representing sorted dataset rows for each features.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/data/TreeDataIndex.html#TreeDataIndex-double:A:A-double:A-">TreeDataIndex(double[][], double[])</a></span> - Constructor for class org.apache.ignite.ml.tree.data.<a href="org/apache/ignite/ml/tree/data/TreeDataIndex.html" title="class in org.apache.ignite.ml.tree.data">TreeDataIndex</a></dt>
<dd>
<div class="block">Constructs an instance of TreeDataIndex.</div>
</dd>
<dt><a href="org/apache/ignite/ml/tree/TreeFilter.html" title="interface in org.apache.ignite.ml.tree"><span class="typeNameLink">TreeFilter</span></a> - Interface in <a href="org/apache/ignite/ml/tree/package-summary.html">org.apache.ignite.ml.tree</a></dt>
<dd>
<div class="block">Predicate used to define objects that placed in decision tree node.</div>
</dd>
<dt><a href="org/apache/ignite/ml/tree/randomforest/data/TreeNode.html" title="class in org.apache.ignite.ml.tree.randomforest.data"><span class="typeNameLink">TreeNode</span></a> - Class in <a href="org/apache/ignite/ml/tree/randomforest/data/package-summary.html">org.apache.ignite.ml.tree.randomforest.data</a></dt>
<dd>
<div class="block">Decision tree node class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/TreeNode.html#TreeNode-long-int-">TreeNode(long, int)</a></span> - Constructor for class org.apache.ignite.ml.tree.randomforest.data.<a href="org/apache/ignite/ml/tree/randomforest/data/TreeNode.html" title="class in org.apache.ignite.ml.tree.randomforest.data">TreeNode</a></dt>
<dd>
<div class="block">Create an instance of TreeNode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/TreeNode.html#TreeNode--">TreeNode()</a></span> - Constructor for class org.apache.ignite.ml.tree.randomforest.data.<a href="org/apache/ignite/ml/tree/randomforest/data/TreeNode.html" title="class in org.apache.ignite.ml.tree.randomforest.data">TreeNode</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/tree/randomforest/data/TreeNode.Type.html" title="enum in org.apache.ignite.ml.tree.randomforest.data"><span class="typeNameLink">TreeNode.Type</span></a> - Enum in <a href="org/apache/ignite/ml/tree/randomforest/data/package-summary.html">org.apache.ignite.ml.tree.randomforest.data</a></dt>
<dd>
<div class="block">Type of node.</div>
</dd>
<dt><a href="org/apache/ignite/ml/selection/scoring/metric/classification/TrueNegativeAbsoluteValue.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification"><span class="typeNameLink">TrueNegativeAbsoluteValue</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/selection/scoring/metric/classification/TrueNegativeAbsoluteValue.html" title="type parameter in TrueNegativeAbsoluteValue">L</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/selection/scoring/metric/classification/package-summary.html">org.apache.ignite.ml.selection.scoring.metric.classification</a></dt>
<dd>
<div class="block">TrueNegative metric class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/TrueNegativeAbsoluteValue.html#TrueNegativeAbsoluteValue--">TrueNegativeAbsoluteValue()</a></span> - Constructor for class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/TrueNegativeAbsoluteValue.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">TrueNegativeAbsoluteValue</a></dt>
<dd>
<div class="block">Creates an instance of TrueNegativeAbsoluteValue.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/TrueNegativeAbsoluteValue.html#TrueNegativeAbsoluteValue-L-L-">TrueNegativeAbsoluteValue(L, L)</a></span> - Constructor for class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/TrueNegativeAbsoluteValue.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">TrueNegativeAbsoluteValue</a></dt>
<dd>
<div class="block">Creates an instance of TrueNegativeAbsoluteValue class.</div>
</dd>
<dt><a href="org/apache/ignite/ml/selection/scoring/metric/classification/TruePositiveAbsoluteValue.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification"><span class="typeNameLink">TruePositiveAbsoluteValue</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/selection/scoring/metric/classification/TruePositiveAbsoluteValue.html" title="type parameter in TruePositiveAbsoluteValue">L</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/selection/scoring/metric/classification/package-summary.html">org.apache.ignite.ml.selection.scoring.metric.classification</a></dt>
<dd>
<div class="block">TruePositive metric class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/TruePositiveAbsoluteValue.html#TruePositiveAbsoluteValue--">TruePositiveAbsoluteValue()</a></span> - Constructor for class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/TruePositiveAbsoluteValue.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">TruePositiveAbsoluteValue</a></dt>
<dd>
<div class="block">Creates an instance of TruePositiveAbsoluteValue class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/TruePositiveAbsoluteValue.html#TruePositiveAbsoluteValue-L-L-">TruePositiveAbsoluteValue(L, L)</a></span> - Constructor for class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/TruePositiveAbsoluteValue.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">TruePositiveAbsoluteValue</a></dt>
<dd>
<div class="block">Creates an instance of TruePositiveAbsoluteValue class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSemaphore.html#tryAcquire--">tryAcquire()</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, only if one is available at the time of invocation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSemaphore.html#tryAcquire-long-java.util.concurrent.TimeUnit-">tryAcquire(long, TimeUnit)</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, if one becomes available within the given waiting time and the current
thread has not been <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Thread.html?is-external=true#interrupt--" title="class or interface in java.lang">interrupted</a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSemaphore.html#tryAcquire-int-long-java.util.concurrent.TimeUnit-">tryAcquire(int, long, TimeUnit)</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, if all become available within the given waiting time
and the current thread has not been <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Thread.html?is-external=true#interrupt--" title="class or interface in java.lang">interrupted</a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSemaphore.html#tryAcquire-int-">tryAcquire(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, only if all are available at the time of invocation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiContext.html#tryFailNode-java.util.UUID-java.lang.String-">tryFailNode(UUID, 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>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteDataStreamer.html#tryFlush--">tryFlush()</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">Makes an attempt to stream remaining data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteLock.html#tryLock--">tryLock()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteLock.html" title="interface in org.apache.ignite">IgniteLock</a></dt>
<dd>
<div class="block">Acquires the lock only if it is free at the time of invocation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteLock.html#tryLock-long-java.util.concurrent.TimeUnit-">tryLock(long, TimeUnit)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteLock.html" title="interface in org.apache.ignite">IgniteLock</a></dt>
<dd>
<div class="block">Acquires the lock if it is not held by another thread within the given
waiting time and the current thread has not been
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Thread.html?is-external=true#interrupt--" title="class or interface in java.lang">interrupted</a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/failure/StopNodeOrHaltFailureHandler.html#tryStop--">tryStop()</a></span> - Method in class org.apache.ignite.failure.<a href="org/apache/ignite/failure/StopNodeOrHaltFailureHandler.html" title="class in org.apache.ignite.failure">StopNodeOrHaltFailureHandler</a></dt>
<dd>
<div class="block">Get try stop.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/utils/PointWithDistanceUtil.html#tryToAddIntoHeap-java.util.Queue-int-org.apache.ignite.ml.structures.LabeledVector-double-">tryToAddIntoHeap(Queue<span class='angle_bracket'>&lt;</span>PointWithDistance<span class='angle_bracket'>&lt;</span>L<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>, int, LabeledVector<span class='angle_bracket'>&lt;</span>L<span class='angle_bracket'>&gt;</span>, double)</a></span> - Static method in class org.apache.ignite.ml.knn.utils.<a href="org/apache/ignite/ml/knn/utils/PointWithDistanceUtil.html" title="class in org.apache.ignite.ml.knn.utils">PointWithDistanceUtil</a></dt>
<dd>
<div class="block">Util method that adds data point into heap if it fits (if heap size is less than <code>k</code> or a distance from
taget point to data point is less than a distance from target point to the most distant data point in heap).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/utils/PointWithDistanceUtil.html#tryToAddIntoHeap-java.util.Queue-int-org.apache.ignite.ml.math.primitives.vector.Vector-java.util.List-org.apache.ignite.ml.math.distances.DistanceMeasure-">tryToAddIntoHeap(Queue<span class='angle_bracket'>&lt;</span>PointWithDistance<span class='angle_bracket'>&lt;</span>L<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>, int, Vector, List<span class='angle_bracket'>&lt;</span>LabeledVector<span class='angle_bracket'>&lt;</span>L<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>, DistanceMeasure)</a></span> - Static method in class org.apache.ignite.ml.knn.utils.<a href="org/apache/ignite/ml/knn/utils/PointWithDistanceUtil.html" title="class in org.apache.ignite.ml.knn.utils">PointWithDistanceUtil</a></dt>
<dd>
<div class="block">Util method that adds data points into heap if they fits (if heap size is less than <code>k</code> or a distance from
taget point to data point is less than a distance from target point to the most distant data point in heap).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html#tuneHyperParameters--">tuneHyperParameters()</a></span> - Method in class org.apache.ignite.ml.selection.cv.<a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html" title="class in org.apache.ignite.ml.selection.cv">AbstractCrossValidation</a></dt>
<dd>
<div class="block">Finds the best set of hyper-parameters based on parameter search strategy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/standard/RegressionDataStream.html#twoDimensional-org.apache.ignite.ml.math.functions.IgniteFunction-double-double-">twoDimensional(IgniteFunction<span class='angle_bracket'>&lt;</span>Double, Double<span class='angle_bracket'>&gt;</span>, double, double)</a></span> - Static method in class org.apache.ignite.ml.util.generators.standard.<a href="org/apache/ignite/ml/util/generators/standard/RegressionDataStream.html" title="class in org.apache.ignite.ml.util.generators.standard">RegressionDataStream</a></dt>
<dd>
<div class="block">Creates two dimensional regression data stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/standard/RegressionDataStream.html#twoDimensional-org.apache.ignite.ml.math.functions.IgniteFunction-double-double-long-">twoDimensional(IgniteFunction<span class='angle_bracket'>&lt;</span>Double, Double<span class='angle_bracket'>&gt;</span>, double, double, long)</a></span> - Static method in class org.apache.ignite.ml.util.generators.standard.<a href="org/apache/ignite/ml/util/generators/standard/RegressionDataStream.html" title="class in org.apache.ignite.ml.util.generators.standard">RegressionDataStream</a></dt>
<dd>
<div class="block">Creates two dimensional regression data stream.</div>
</dd>
<dt><a href="org/apache/ignite/ml/util/generators/standard/TwoSeparableClassesDataStream.html" title="class in org.apache.ignite.ml.util.generators.standard"><span class="typeNameLink">TwoSeparableClassesDataStream</span></a> - Class in <a href="org/apache/ignite/ml/util/generators/standard/package-summary.html">org.apache.ignite.ml.util.generators.standard</a></dt>
<dd>
<div class="block">2D-Vectors data stream with two separable classes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/standard/TwoSeparableClassesDataStream.html#TwoSeparableClassesDataStream-double-double-">TwoSeparableClassesDataStream(double, double)</a></span> - Constructor for class org.apache.ignite.ml.util.generators.standard.<a href="org/apache/ignite/ml/util/generators/standard/TwoSeparableClassesDataStream.html" title="class in org.apache.ignite.ml.util.generators.standard">TwoSeparableClassesDataStream</a></dt>
<dd>
<div class="block">Create an instance of TwoSeparableClassesDataStream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/standard/TwoSeparableClassesDataStream.html#TwoSeparableClassesDataStream-double-double-long-">TwoSeparableClassesDataStream(double, double, long)</a></span> - Constructor for class org.apache.ignite.ml.util.generators.standard.<a href="org/apache/ignite/ml/util/generators/standard/TwoSeparableClassesDataStream.html" title="class in org.apache.ignite.ml.util.generators.standard">TwoSeparableClassesDataStream</a></dt>
<dd>
<div class="block">Create an instance of TwoSeparableClassesDataStream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#tx--">tx()</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 transaction started by this thread or <code>null</code> if this thread does
not have a transaction.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/TransactionStateChangedEvent.html#tx--">tx()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/TransactionStateChangedEvent.html" title="class in org.apache.ignite.events">TransactionStateChangedEvent</a></dt>
<dd>
<div class="block">Provides transaction proxy allows all 'get' operations such as <a href="org/apache/ignite/transactions/Transaction.html#label--"><code>Transaction.label()</code></a>
and also <a href="org/apache/ignite/transactions/Transaction.html#setRollbackOnly--"><code>Transaction.setRollbackOnly()</code></a> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteTransactions.html#tx--">tx()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteTransactions.html" title="interface in org.apache.ignite">IgniteTransactions</a></dt>
<dd>
<div class="block">Gets transaction started by this thread or <code>null</code> if this thread does
not have a transaction.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/TransactionConfiguration.html#TX_TIMEOUT_ON_PARTITION_MAP_EXCHANGE">TX_TIMEOUT_ON_PARTITION_MAP_EXCHANGE</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/TransactionConfiguration.html" title="class in org.apache.ignite.configuration">TransactionConfiguration</a></dt>
<dd>
<div class="block">Transaction timeout on partition map synchronization.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/TransactionMetricsMxBean.html#txCommits--">txCommits()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/TransactionMetricsMxBean.html" title="interface in org.apache.ignite.mxbean">TransactionMetricsMxBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">The total number of commited transactions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/transactions/TransactionMetrics.html#txCommits--">txCommits()</a></span> - Method in interface org.apache.ignite.transactions.<a href="org/apache/ignite/transactions/TransactionMetrics.html" title="interface in org.apache.ignite.transactions">TransactionMetrics</a></dt>
<dd>
<div class="block">Gets total number of transaction commits.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/CacheEvent.html#txLabel--">txLabel()</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">Label of surrounding cache transaction or <tt>null</tt> if there either is
no surrounding transaction or label was not set.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/TransactionMetricsMxBean.html#txRollbacks--">txRollbacks()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="org/apache/ignite/mxbean/TransactionMetricsMxBean.html" title="interface in org.apache.ignite.mxbean">TransactionMetricsMxBean</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Tne total number of rollbacked transactions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/transactions/TransactionMetrics.html#txRollbacks--">txRollbacks()</a></span> - Method in interface org.apache.ignite.transactions.<a href="org/apache/ignite/transactions/TransactionMetrics.html" title="interface in org.apache.ignite.transactions">TransactionMetrics</a></dt>
<dd>
<div class="block">Gets total number of transaction rollbacks.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#txStart-org.apache.ignite.transactions.TransactionConcurrency-org.apache.ignite.transactions.TransactionIsolation-">txStart(TransactionConcurrency, TransactionIsolation)</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">Starts new transaction with the specified concurrency and isolation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#txStart-org.apache.ignite.transactions.TransactionConcurrency-org.apache.ignite.transactions.TransactionIsolation-long-int-">txStart(TransactionConcurrency, TransactionIsolation, long, int)</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">Starts transaction with specified isolation, concurrency, timeout, invalidation flag,
and number of participating entries.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientTransactions.html#txStart--">txStart()</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientTransactions.html" title="interface in org.apache.ignite.client">ClientTransactions</a></dt>
<dd>
<div class="block">Starts a new transaction with the default isolation level, concurrency and timeout.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientTransactions.html#txStart-org.apache.ignite.transactions.TransactionConcurrency-org.apache.ignite.transactions.TransactionIsolation-">txStart(TransactionConcurrency, TransactionIsolation)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientTransactions.html" title="interface in org.apache.ignite.client">ClientTransactions</a></dt>
<dd>
<div class="block">Starts a new transaction with the specified concurrency and isolation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientTransactions.html#txStart-org.apache.ignite.transactions.TransactionConcurrency-org.apache.ignite.transactions.TransactionIsolation-long-">txStart(TransactionConcurrency, TransactionIsolation, long)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientTransactions.html" title="interface in org.apache.ignite.client">ClientTransactions</a></dt>
<dd>
<div class="block">Starts a new transaction with the specified isolation, concurrency and timeout.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteTransactions.html#txStart--">txStart()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteTransactions.html" title="interface in org.apache.ignite">IgniteTransactions</a></dt>
<dd>
<div class="block">Starts transaction with default isolation, concurrency, timeout, and invalidation policy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteTransactions.html#txStart-org.apache.ignite.transactions.TransactionConcurrency-org.apache.ignite.transactions.TransactionIsolation-">txStart(TransactionConcurrency, TransactionIsolation)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteTransactions.html" title="interface in org.apache.ignite">IgniteTransactions</a></dt>
<dd>
<div class="block">Starts new transaction with the specified concurrency and isolation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteTransactions.html#txStart-org.apache.ignite.transactions.TransactionConcurrency-org.apache.ignite.transactions.TransactionIsolation-long-int-">txStart(TransactionConcurrency, TransactionIsolation, long, int)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteTransactions.html" title="interface in org.apache.ignite">IgniteTransactions</a></dt>
<dd>
<div class="block">Starts transaction with specified isolation, concurrency, timeout, invalidation flag,
and number of participating entries.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#txStartEx-org.apache.ignite.transactions.TransactionConcurrency-org.apache.ignite.transactions.TransactionIsolation-">txStartEx(TransactionConcurrency, TransactionIsolation)</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>
<dt><a href="org/apache/ignite/development/utils/TxWalStat.html" title="class in org.apache.ignite.development.utils"><span class="typeNameLink">TxWalStat</span></a> - Class in <a href="org/apache/ignite/development/utils/package-summary.html">org.apache.ignite.development.utils</a></dt>
<dd>
<div class="block">Transactions statistics for WAL.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/development/utils/TxWalStat.html#TxWalStat--">TxWalStat()</a></span> - Constructor for class org.apache.ignite.development.utils.<a href="org/apache/ignite/development/utils/TxWalStat.html" title="class in org.apache.ignite.development.utils">TxWalStat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryObject.html#type--">type()</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryObject.html" title="interface in org.apache.ignite.binary">BinaryObject</a></dt>
<dd>
<div class="block">Gets type information for this binary object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/Event.html#type--">type()</a></span> - Method in interface org.apache.ignite.events.<a href="org/apache/ignite/events/Event.html" title="interface in org.apache.ignite.events">Event</a></dt>
<dd>
<div class="block">Gets type of this event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventAdapter.html#type-int-">type(int)</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/EventAdapter.html" title="class in org.apache.ignite.events">EventAdapter</a></dt>
<dd>
<div class="block">Sets event type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/EventAdapter.html#type--">type()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/EventAdapter.html" title="class in org.apache.ignite.events">EventAdapter</a></dt>
<dd>
<div class="block">Gets type of this event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/failure/FailureContext.html#type--">type()</a></span> - Method in class org.apache.ignite.failure.<a href="org/apache/ignite/failure/FailureContext.html" title="class in org.apache.ignite.failure">FailureContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteBinary.html#type-java.lang.Class-">type(Class<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>)</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">Gets metadata for provided class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteBinary.html#type-java.lang.String-">type(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">Gets metadata for provided class name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteBinary.html#type-int-">type(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">Gets metadata for provided type ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/SecuritySubject.html#type--">type()</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 type for node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/DiscoveryNotification.html#type--">type()</a></span> - Method in class org.apache.ignite.spi.discovery.<a href="org/apache/ignite/spi/discovery/DiscoveryNotification.html" title="class in org.apache.ignite.spi.discovery">DiscoveryNotification</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/metric/ObjectMetric.html#type--">type()</a></span> - Method in interface org.apache.ignite.spi.metric.<a href="org/apache/ignite/spi/metric/ObjectMetric.html" title="interface in org.apache.ignite.spi.metric">ObjectMetric</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ClientConnectionView.html#type--">type()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ClientConnectionView.html" title="class in org.apache.ignite.spi.systemview.view">ClientConnectionView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlTableColumnView.html#type--">type()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlTableColumnView.html" title="class in org.apache.ignite.spi.systemview.view">SqlTableColumnView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlViewColumnView.html#type--">type()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlViewColumnView.html" title="class in org.apache.ignite.spi.systemview.view">SqlViewColumnView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/NoopTracingSpi.html#type--">type()</a></span> - Method in class org.apache.ignite.spi.tracing.<a href="org/apache/ignite/spi/tracing/NoopTracingSpi.html" title="class in org.apache.ignite.spi.tracing">NoopTracingSpi</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/opencensus/OpenCensusTracingSpi.html#type--">type()</a></span> - Method in class org.apache.ignite.spi.tracing.opencensus.<a href="org/apache/ignite/spi/tracing/opencensus/OpenCensusTracingSpi.html" title="class in org.apache.ignite.spi.tracing.opencensus">OpenCensusTracingSpi</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/TracingSpi.html#type--">type()</a></span> - Method in interface org.apache.ignite.spi.tracing.<a href="org/apache/ignite/spi/tracing/TracingSpi.html" title="interface in org.apache.ignite.spi.tracing">TracingSpi</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryBasicIdMapper.html#typeId-java.lang.String-">typeId(String)</a></span> - Method in 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">Get type ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryIdMapper.html#typeId-java.lang.String-">typeId(String)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryIdMapper.html" title="interface in org.apache.ignite.binary">BinaryIdMapper</a></dt>
<dd>
<div class="block">Gets type ID for provided type name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryType.html#typeId--">typeId()</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">Gets binary type ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteBinary.html#typeId-java.lang.String-">typeId(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">Gets type ID for given type name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/BinaryMetadataView.html#typeId--">typeId()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/BinaryMetadataView.html" title="class in org.apache.ignite.spi.systemview.view">BinaryMetadataView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html#typeIdForObject-java.lang.Object-">typeIdForObject(Object)</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">Calculate type ID for object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcPojoStore.html#typeIdForObject-java.lang.Object-">typeIdForObject(Object)</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">Calculate type ID for object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html#typeIdForTypeName-org.apache.ignite.cache.store.jdbc.CacheAbstractJdbcStore.TypeKind-java.lang.String-">typeIdForTypeName(CacheAbstractJdbcStore.TypeKind, String)</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">Calculate type ID for given type name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcPojoStore.html#typeIdForTypeName-org.apache.ignite.cache.store.jdbc.CacheAbstractJdbcStore.TypeKind-java.lang.String-">typeIdForTypeName(CacheAbstractJdbcStore.TypeKind, String)</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">Calculate type ID for given type name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryBasicNameMapper.html#typeName-java.lang.String-">typeName(String)</a></span> - Method in 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">Gets type clsName.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryNameMapper.html#typeName-java.lang.String-">typeName(String)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryNameMapper.html" title="interface in org.apache.ignite.binary">BinaryNameMapper</a></dt>
<dd>
<div class="block">Gets type clsName.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryType.html#typeName--">typeName()</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">Gets binary type name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/BinaryMetadataView.html#typeName--">typeName()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/BinaryMetadataView.html" title="class in org.apache.ignite.spi.systemview.view">BinaryMetadataView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteBinary.html#types--">types()</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">Gets metadata for all known types.</div>
</dd>
</dl>
<a name="I:U">
<!-- -->
</a>
<h2 class="title">U</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/inference/json/JSONModel.html#uid">uid</a></span> - Variable in class org.apache.ignite.ml.inference.json.<a href="org/apache/ignite/ml/inference/json/JSONModel.html" title="class in org.apache.ignite.ml.inference.json">JSONModel</a></dt>
<dd>
<div class="block">Unique string indetifier.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/thread/OomExceptionHandler.html#uncaughtException-java.lang.Thread-java.lang.Throwable-">uncaughtException(Thread, Throwable)</a></span> - Method in class org.apache.ignite.thread.<a href="org/apache/ignite/thread/OomExceptionHandler.html" title="class in org.apache.ignite.thread">OomExceptionHandler</a></dt>
<dt><a href="org/apache/ignite/ml/math/exceptions/preprocessing/UndefinedLabelException.html" title="class in org.apache.ignite.ml.math.exceptions.preprocessing"><span class="typeNameLink">UndefinedLabelException</span></a> - Exception in <a href="org/apache/ignite/ml/math/exceptions/preprocessing/package-summary.html">org.apache.ignite.ml.math.exceptions.preprocessing</a></dt>
<dd>
<div class="block">Indicates a LabeledVector with undefined label.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/exceptions/preprocessing/UndefinedLabelException.html#UndefinedLabelException-org.apache.ignite.ml.structures.LabeledVector-">UndefinedLabelException(LabeledVector)</a></span> - Constructor for exception org.apache.ignite.ml.math.exceptions.preprocessing.<a href="org/apache/ignite/ml/math/exceptions/preprocessing/UndefinedLabelException.html" title="class in org.apache.ignite.ml.math.exceptions.preprocessing">UndefinedLabelException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCompute.html#undeployTask-java.lang.String-">undeployTask(String)</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">Makes the best attempt to undeploy a task with given name within the underlying cluster group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#undeployTaskFromGrid-java.lang.String-">undeployTaskFromGrid(String)</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">Makes the best attempt to undeploy a task from the whole grid.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/util/MatrixUtil.html#unflatten-double:A-int-int-">unflatten(double[], int, int)</a></span> - Static method in class org.apache.ignite.ml.math.util.<a href="org/apache/ignite/ml/math/util/MatrixUtil.html" title="class in org.apache.ignite.ml.math.util">MatrixUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/util/MatrixUtil.html#unflatten-double:A-org.apache.ignite.ml.math.primitives.matrix.Matrix-">unflatten(double[], Matrix)</a></span> - Static method in class org.apache.ignite.ml.math.util.<a href="org/apache/ignite/ml/math/util/MatrixUtil.html" title="class in org.apache.ignite.ml.math.util">MatrixUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/primitives/scalar/DiscreteRandomProducer.html#uniform-int-">uniform(int)</a></span> - Static method in class org.apache.ignite.ml.util.generators.primitives.scalar.<a href="org/apache/ignite/ml/util/generators/primitives/scalar/DiscreteRandomProducer.html" title="class in org.apache.ignite.ml.util.generators.primitives.scalar">DiscreteRandomProducer</a></dt>
<dd>
<div class="block">Creates a producer of random values from uniform discrete distribution.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/primitives/scalar/DiscreteRandomProducer.html#uniform-int-long-">uniform(int, long)</a></span> - Static method in class org.apache.ignite.ml.util.generators.primitives.scalar.<a href="org/apache/ignite/ml/util/generators/primitives/scalar/DiscreteRandomProducer.html" title="class in org.apache.ignite.ml.util.generators.primitives.scalar">DiscreteRandomProducer</a></dt>
<dd>
<div class="block">Creates a producer of random values from uniform discrete distribution.</div>
</dd>
<dt><a href="org/apache/ignite/ml/selection/split/mapper/UniformMapper.html" title="interface in org.apache.ignite.ml.selection.split.mapper"><span class="typeNameLink">UniformMapper</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/selection/split/mapper/UniformMapper.html" title="type parameter in UniformMapper">K</a>,<a href="org/apache/ignite/ml/selection/split/mapper/UniformMapper.html" title="type parameter in UniformMapper">V</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/ml/selection/split/mapper/package-summary.html">org.apache.ignite.ml.selection.split.mapper</a></dt>
<dd>
<div class="block">Interface for util mappers that maps a key-value pair to a point on the segment (0, 1).</div>
</dd>
<dt><a href="org/apache/ignite/ml/util/generators/primitives/scalar/UniformRandomProducer.html" title="class in org.apache.ignite.ml.util.generators.primitives.scalar"><span class="typeNameLink">UniformRandomProducer</span></a> - Class in <a href="org/apache/ignite/ml/util/generators/primitives/scalar/package-summary.html">org.apache.ignite.ml.util.generators.primitives.scalar</a></dt>
<dd>
<div class="block">Pseudo-random producer generating values from uniform continuous distribution.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/primitives/scalar/UniformRandomProducer.html#UniformRandomProducer-double-double-">UniformRandomProducer(double, double)</a></span> - Constructor for class org.apache.ignite.ml.util.generators.primitives.scalar.<a href="org/apache/ignite/ml/util/generators/primitives/scalar/UniformRandomProducer.html" title="class in org.apache.ignite.ml.util.generators.primitives.scalar">UniformRandomProducer</a></dt>
<dd>
<div class="block">Creates an instance of UniformRandomProducer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/primitives/scalar/UniformRandomProducer.html#UniformRandomProducer-double-double-long-">UniformRandomProducer(double, double, long)</a></span> - Constructor for class org.apache.ignite.ml.util.generators.primitives.scalar.<a href="org/apache/ignite/ml/util/generators/primitives/scalar/UniformRandomProducer.html" title="class in org.apache.ignite.ml.util.generators.primitives.scalar">UniformRandomProducer</a></dt>
<dd>
<div class="block">Creates an instance of UniformRandomProducer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/deploy/DeployingContext.html#unitialized--">unitialized()</a></span> - Static method in interface org.apache.ignite.ml.environment.deploy.<a href="org/apache/ignite/ml/environment/deploy/DeployingContext.html" title="interface in org.apache.ignite.ml.environment.deploy">DeployingContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/messages/RecoveryLastReceivedMessage.html#UNKNOWN_NODE">UNKNOWN_NODE</a></span> - Static variable in class org.apache.ignite.spi.communication.tcp.messages.<a href="org/apache/ignite/spi/communication/tcp/messages/RecoveryLastReceivedMessage.html" title="class in org.apache.ignite.spi.communication.tcp.messages">RecoveryLastReceivedMessage</a></dt>
<dd>
<div class="block">Initiator node is not in current topogy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/StorageConstants.html#UNKNOWN_STORAGE_MODE">UNKNOWN_STORAGE_MODE</a></span> - Static variable in interface org.apache.ignite.ml.math.<a href="org/apache/ignite/ml/math/StorageConstants.html" title="interface in org.apache.ignite.ml.math">StorageConstants</a></dt>
<dd>
<div class="block">Storage mode is unknown.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/exceptions/preprocessing/UnknownCategorialValueException.html" title="class in org.apache.ignite.ml.math.exceptions.preprocessing"><span class="typeNameLink">UnknownCategorialValueException</span></a> - Exception in <a href="org/apache/ignite/ml/math/exceptions/preprocessing/package-summary.html">org.apache.ignite.ml.math.exceptions.preprocessing</a></dt>
<dd>
<div class="block">Indicates an unknown categorial feature value for Encoder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/exceptions/preprocessing/UnknownCategorialValueException.html#UnknownCategorialValueException-java.lang.String-">UnknownCategorialValueException(String)</a></span> - Constructor for exception org.apache.ignite.ml.math.exceptions.preprocessing.<a href="org/apache/ignite/ml/math/exceptions/preprocessing/UnknownCategorialValueException.html" title="class in org.apache.ignite.ml.math.exceptions.preprocessing">UnknownCategorialValueException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/DataStreamGenerator.html#unlabeled--">unlabeled()</a></span> - Method in interface org.apache.ignite.ml.util.generators.<a href="org/apache/ignite/ml/util/generators/DataStreamGenerator.html" title="interface in org.apache.ignite.ml.util.generators">DataStreamGenerator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#UNLIMITED">UNLIMITED</a></span> - Static variable in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>
<div class="block">Unlimited.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#UNLIMITED_WAL_ARCHIVE">UNLIMITED_WAL_ARCHIVE</a></span> - Static variable in class org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataStorageConfiguration.html" title="class in org.apache.ignite.configuration">DataStorageConfiguration</a></dt>
<dd>
<div class="block">Value used for making WAL archive size unlimited</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateAccessStrategyAdapter.html#unlock-java.lang.Object-">unlock(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 failed to update or successfully removed given key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#unlock-java.lang.Object-">unlock(Object)</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">Unlocks given key only if current thread owns the lock.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateNonStrictAccessStrategy.html#unlock-java.lang.Object-">unlock(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 failed to update or successfully removed given key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateReadOnlyAccessStrategy.html#unlock-java.lang.Object-">unlock(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 failed to update or successfully removed given key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateReadWriteAccessStrategy.html#unlock-java.lang.Object-">unlock(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 failed to update or successfully removed given key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateTransactionalAccessStrategy.html#unlock-java.lang.Object-">unlock(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 failed to update or successfully removed given key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteLock.html#unlock--">unlock()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteLock.html" title="interface in org.apache.ignite">IgniteLock</a></dt>
<dd>
<div class="block">Releases the lock.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#unlockAll-java.util.Collection-">unlockAll(Collection)</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">Unlocks given keys only if current thread owns the locks.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateAccessStrategyAdapter.html#unlockRegion--">unlockRegion()</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 transaction clearing entire cache region completed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/marshaller/AbstractNodeNameAwareMarshaller.html#unmarshal-byte:A-java.lang.ClassLoader-">unmarshal(byte[], ClassLoader)</a></span> - Method in class org.apache.ignite.marshaller.<a href="org/apache/ignite/marshaller/AbstractNodeNameAwareMarshaller.html" title="class in org.apache.ignite.marshaller">AbstractNodeNameAwareMarshaller</a></dt>
<dd>
<div class="block">Unmarshals object from byte array using given class loader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/marshaller/AbstractNodeNameAwareMarshaller.html#unmarshal-java.io.InputStream-java.lang.ClassLoader-">unmarshal(InputStream, ClassLoader)</a></span> - Method in class org.apache.ignite.marshaller.<a href="org/apache/ignite/marshaller/AbstractNodeNameAwareMarshaller.html" title="class in org.apache.ignite.marshaller">AbstractNodeNameAwareMarshaller</a></dt>
<dd>
<div class="block">Unmarshals object from the input stream using given class loader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/marshaller/Marshaller.html#unmarshal-java.io.InputStream-java.lang.ClassLoader-">unmarshal(InputStream, ClassLoader)</a></span> - Method in interface org.apache.ignite.marshaller.<a href="org/apache/ignite/marshaller/Marshaller.html" title="interface in org.apache.ignite.marshaller">Marshaller</a></dt>
<dd>
<div class="block">Unmarshals object from the input stream using given class loader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/marshaller/Marshaller.html#unmarshal-byte:A-java.lang.ClassLoader-">unmarshal(byte[], ClassLoader)</a></span> - Method in interface org.apache.ignite.marshaller.<a href="org/apache/ignite/marshaller/Marshaller.html" title="interface in org.apache.ignite.marshaller">Marshaller</a></dt>
<dd>
<div class="block">Unmarshals object from byte array using given class loader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/marshaller/AbstractNodeNameAwareMarshaller.html#unmarshal0-java.io.InputStream-java.lang.ClassLoader-">unmarshal0(InputStream, ClassLoader)</a></span> - Method in class org.apache.ignite.marshaller.<a href="org/apache/ignite/marshaller/AbstractNodeNameAwareMarshaller.html" title="class in org.apache.ignite.marshaller">AbstractNodeNameAwareMarshaller</a></dt>
<dd>
<div class="block">Unmarshals object from the input stream using given class loader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/marshaller/AbstractNodeNameAwareMarshaller.html#unmarshal0-byte:A-java.lang.ClassLoader-">unmarshal0(byte[], ClassLoader)</a></span> - Method in class org.apache.ignite.marshaller.<a href="org/apache/ignite/marshaller/AbstractNodeNameAwareMarshaller.html" title="class in org.apache.ignite.marshaller">AbstractNodeNameAwareMarshaller</a></dt>
<dd>
<div class="block">Unmarshals object from byte array using given class loader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/marshaller/jdk/JdkMarshaller.html#unmarshal0-java.io.InputStream-java.lang.ClassLoader-">unmarshal0(InputStream, ClassLoader)</a></span> - Method in class org.apache.ignite.marshaller.jdk.<a href="org/apache/ignite/marshaller/jdk/JdkMarshaller.html" title="class in org.apache.ignite.marshaller.jdk">JdkMarshaller</a></dt>
<dd>
<div class="block">Unmarshals object from the input stream using given class loader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/marshaller/jdk/JdkMarshaller.html#unmarshal0-byte:A-java.lang.ClassLoader-">unmarshal0(byte[], ClassLoader)</a></span> - Method in class org.apache.ignite.marshaller.jdk.<a href="org/apache/ignite/marshaller/jdk/JdkMarshaller.html" title="class in org.apache.ignite.marshaller.jdk">JdkMarshaller</a></dt>
<dd>
<div class="block">Unmarshals object from byte array using given class loader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/deployment/DeploymentSpi.html#unregister-java.lang.String-">unregister(String)</a></span> - Method in interface org.apache.ignite.spi.deployment.<a href="org/apache/ignite/spi/deployment/DeploymentSpi.html" title="interface in org.apache.ignite.spi.deployment">DeploymentSpi</a></dt>
<dd>
<div class="block">Unregisters all class loaders that have a class with given name or have
a class with give <a href="org/apache/ignite/compute/ComputeTaskName.html" title="annotation in org.apache.ignite.compute"><code>ComputeTaskName</code></a> value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/deployment/local/LocalDeploymentSpi.html#unregister-java.lang.String-">unregister(String)</a></span> - Method in class org.apache.ignite.spi.deployment.local.<a href="org/apache/ignite/spi/deployment/local/LocalDeploymentSpi.html" title="class in org.apache.ignite.spi.deployment.local">LocalDeploymentSpi</a></dt>
<dd>
<div class="block">Unregisters all class loaders that have a class with given name or have
a class with give <a href="org/apache/ignite/compute/ComputeTaskName.html" title="annotation in org.apache.ignite.compute"><code>ComputeTaskName</code></a> value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/deployment/uri/UriDeploymentSpi.html#unregister-java.lang.String-">unregister(String)</a></span> - Method in class org.apache.ignite.spi.deployment.uri.<a href="org/apache/ignite/spi/deployment/uri/UriDeploymentSpi.html" title="class in org.apache.ignite.spi.deployment.uri">UriDeploymentSpi</a></dt>
<dd>
<div class="block">Unregisters all class loaders that have a class with given name or have
a class with give <a href="org/apache/ignite/compute/ComputeTaskName.html" title="annotation in org.apache.ignite.compute"><code>ComputeTaskName</code></a> value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/cloud/TcpDiscoveryCloudIpFinder.html#unregisterAddresses-java.util.Collection-">unregisterAddresses(Collection<span class='angle_bracket'>&lt;</span>InetSocketAddress<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.cloud.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/cloud/TcpDiscoveryCloudIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.cloud">TcpDiscoveryCloudIpFinder</a></dt>
<dd>
<div class="block">Unregisters provided addresses.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/elb/TcpDiscoveryAlbIpFinder.html#unregisterAddresses-java.util.Collection-">unregisterAddresses(Collection<span class='angle_bracket'>&lt;</span>InetSocketAddress<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.elb.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/elb/TcpDiscoveryAlbIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.elb">TcpDiscoveryAlbIpFinder</a></dt>
<dd>
<div class="block">Unregisters provided addresses.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/elb/TcpDiscoveryElbIpFinder.html#unregisterAddresses-java.util.Collection-">unregisterAddresses(Collection<span class='angle_bracket'>&lt;</span>InetSocketAddress<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.elb.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/elb/TcpDiscoveryElbIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.elb">TcpDiscoveryElbIpFinder</a></dt>
<dd>
<div class="block">Unregisters provided addresses.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/gce/TcpDiscoveryGoogleStorageIpFinder.html#unregisterAddresses-java.util.Collection-">unregisterAddresses(Collection<span class='angle_bracket'>&lt;</span>InetSocketAddress<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.gce.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/gce/TcpDiscoveryGoogleStorageIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.gce">TcpDiscoveryGoogleStorageIpFinder</a></dt>
<dd>
<div class="block">Unregisters provided addresses.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/jdbc/TcpDiscoveryJdbcIpFinder.html#unregisterAddresses-java.util.Collection-">unregisterAddresses(Collection<span class='angle_bracket'>&lt;</span>InetSocketAddress<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.jdbc.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/jdbc/TcpDiscoveryJdbcIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.jdbc">TcpDiscoveryJdbcIpFinder</a></dt>
<dd>
<div class="block">Unregisters provided addresses.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/kubernetes/TcpDiscoveryKubernetesIpFinder.html#unregisterAddresses-java.util.Collection-">unregisterAddresses(Collection<span class='angle_bracket'>&lt;</span>InetSocketAddress<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.kubernetes.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/kubernetes/TcpDiscoveryKubernetesIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.kubernetes">TcpDiscoveryKubernetesIpFinder</a></dt>
<dd>
<div class="block">Unregisters provided addresses.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/TcpDiscoveryS3IpFinder.html#unregisterAddresses-java.util.Collection-">unregisterAddresses(Collection<span class='angle_bracket'>&lt;</span>InetSocketAddress<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.s3.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/s3/TcpDiscoveryS3IpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.s3">TcpDiscoveryS3IpFinder</a></dt>
<dd>
<div class="block">Unregisters provided addresses.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/sharedfs/TcpDiscoverySharedFsIpFinder.html#unregisterAddresses-java.util.Collection-">unregisterAddresses(Collection<span class='angle_bracket'>&lt;</span>InetSocketAddress<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.sharedfs.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/sharedfs/TcpDiscoverySharedFsIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.sharedfs">TcpDiscoverySharedFsIpFinder</a></dt>
<dd>
<div class="block">Unregisters provided addresses.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/TcpDiscoveryIpFinder.html#unregisterAddresses-java.util.Collection-">unregisterAddresses(Collection<span class='angle_bracket'>&lt;</span>InetSocketAddress<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.spi.discovery.tcp.ipfinder.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/TcpDiscoveryIpFinder.html" title="interface in org.apache.ignite.spi.discovery.tcp.ipfinder">TcpDiscoveryIpFinder</a></dt>
<dd>
<div class="block">Unregisters provided addresses.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/vm/TcpDiscoveryVmIpFinder.html#unregisterAddresses-java.util.Collection-">unregisterAddresses(Collection<span class='angle_bracket'>&lt;</span>InetSocketAddress<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.vm.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/vm/TcpDiscoveryVmIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.vm">TcpDiscoveryVmIpFinder</a></dt>
<dd>
<div class="block">Unregisters provided addresses.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/zk/TcpDiscoveryZookeeperIpFinder.html#unregisterAddresses-java.util.Collection-">unregisterAddresses(Collection<span class='angle_bracket'>&lt;</span>InetSocketAddress<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.zk.<a href="org/apache/ignite/spi/discovery/tcp/ipfinder/zk/TcpDiscoveryZookeeperIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.zk">TcpDiscoveryZookeeperIpFinder</a></dt>
<dd>
<div class="block">Unregisters provided addresses.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/maintenance/MaintenanceRegistry.html#unregisterMaintenanceTask-java.lang.String-">unregisterMaintenanceTask(String)</a></span> - Method in interface org.apache.ignite.maintenance.<a href="org/apache/ignite/maintenance/MaintenanceRegistry.html" title="interface in org.apache.ignite.maintenance">MaintenanceRegistry</a></dt>
<dd>
<div class="block">Deletes <a href="org/apache/ignite/maintenance/MaintenanceTask.html" title="class in org.apache.ignite.maintenance"><code>MaintenanceTask</code></a> of given ID from maintenance registry.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiAdapter.html#unregisterMBean--">unregisterMBean()</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">Unregisters MBean.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/CompositionUtils.html#unsafeCoerce-org.apache.ignite.ml.trainers.DatasetTrainer-">unsafeCoerce(DatasetTrainer<span class='angle_bracket'>&lt;</span>? extends M, L<span class='angle_bracket'>&gt;</span>)</a></span> - Static method in class org.apache.ignite.ml.composition.<a href="org/apache/ignite/ml/composition/CompositionUtils.html" title="class in org.apache.ignite.ml.composition">CompositionUtils</a></dt>
<dd>
<div class="block">Perform blurring of model type of given trainer to <code>IgniteModel<span class='angle_bracket'>&lt;</span>I, O<span class='angle_bracket'>&gt;</span></code>, where I, O are input and output
types of original model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/parallelism/Promise.html#unsafeGet--">unsafeGet()</a></span> - Method in interface org.apache.ignite.ml.environment.parallelism.<a href="org/apache/ignite/ml/environment/parallelism/Promise.html" title="interface in org.apache.ignite.ml.environment.parallelism">Promise</a></dt>
<dd>
<div class="block">Await result of Future and return it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html#unsafeSimplyTyped--">unsafeSimplyTyped()</a></span> - Method in class org.apache.ignite.ml.composition.combinators.sequential.<a href="org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html" title="class in org.apache.ignite.ml.composition.combinators.sequential">TrainersSequentialComposition</a></dt>
<dd>
<div class="block">Performs coersion of this trainer to <code>DatasetTrainer<span class='angle_bracket'>&lt;</span>IgniteModel<span class='angle_bracket'>&lt;</span>I, O2<span class='angle_bracket'>&gt;</span>, L<span class='angle_bracket'>&gt;</span></code>.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/exceptions/UnsupportedOperationException.html" title="class in org.apache.ignite.ml.math.exceptions"><span class="typeNameLink">UnsupportedOperationException</span></a> - Exception in <a href="org/apache/ignite/ml/math/exceptions/package-summary.html">org.apache.ignite.ml.math.exceptions</a></dt>
<dd>
<div class="block">Indicate that a specific operation is not supported by the underlying implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/exceptions/UnsupportedOperationException.html#UnsupportedOperationException-java.lang.String-">UnsupportedOperationException(String)</a></span> - Constructor for exception org.apache.ignite.ml.math.exceptions.<a href="org/apache/ignite/ml/math/exceptions/UnsupportedOperationException.html" title="class in org.apache.ignite.ml.math.exceptions">UnsupportedOperationException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/exceptions/UnsupportedOperationException.html#UnsupportedOperationException--">UnsupportedOperationException()</a></span> - Constructor for exception org.apache.ignite.ml.math.exceptions.<a href="org/apache/ignite/ml/math/exceptions/UnsupportedOperationException.html" title="class in org.apache.ignite.ml.math.exceptions">UnsupportedOperationException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/sparkmodelparser/UnsupportedSparkModelException.html" title="class in org.apache.ignite.ml.sparkmodelparser"><span class="typeNameLink">UnsupportedSparkModelException</span></a> - Exception in <a href="org/apache/ignite/ml/sparkmodelparser/package-summary.html">org.apache.ignite.ml.sparkmodelparser</a></dt>
<dd>
<div class="block">Indicates an unsupported Spark Model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/sparkmodelparser/UnsupportedSparkModelException.html#UnsupportedSparkModelException-java.lang.String-">UnsupportedSparkModelException(String)</a></span> - Constructor for exception org.apache.ignite.ml.sparkmodelparser.<a href="org/apache/ignite/ml/sparkmodelparser/UnsupportedSparkModelException.html" title="class in org.apache.ignite.ml.sparkmodelparser">UnsupportedSparkModelException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheManager.html#unwrap-java.lang.Class-">unwrap(Class<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheManager.html" title="class in org.apache.ignite.cache">CacheManager</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcThinDataSource.html#unwrap-java.lang.Class-">unwrap(Class<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcThinDataSource.html" title="class in org.apache.ignite">IgniteJdbcThinDataSource</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/CachePluginProvider.html#unwrapCacheEntry-javax.cache.Cache.Entry-java.lang.Class-">unwrapCacheEntry(Cache.Entry<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Class<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.plugin.<a href="org/apache/ignite/plugin/CachePluginProvider.html" title="interface in org.apache.ignite.plugin">CachePluginProvider</a></dt>
<dd>
<div class="block">Unwrap entry to specified type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateAccessStrategyAdapter.html#update-java.lang.Object-java.lang.Object-">update(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 but before transaction completed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateNonStrictAccessStrategy.html#update-java.lang.Object-java.lang.Object-">update(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 but before transaction completed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateReadOnlyAccessStrategy.html#update-java.lang.Object-java.lang.Object-">update(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 but before transaction completed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateReadWriteAccessStrategy.html#update-java.lang.Object-java.lang.Object-">update(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 but before transaction completed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateTransactionalAccessStrategy.html#update-java.lang.Object-java.lang.Object-">update(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 but before transaction completed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/bagging/BaggedTrainer.html#update-org.apache.ignite.ml.composition.bagging.BaggedModel-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">update(BaggedModel, DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.composition.bagging.<a href="org/apache/ignite/ml/composition/bagging/BaggedTrainer.html" title="class in org.apache.ignite.ml.composition.bagging">BaggedTrainer</a></dt>
<dd>
<div class="block">Gets state of model in arguments, compare it with training parameters of trainer and if they are fit then trainer
updates model in according to new data and return new model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/GDBLearningStrategy.html#update-org.apache.ignite.ml.composition.boosting.GDBModel-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">update(GDBModel, DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.composition.boosting.<a href="org/apache/ignite/ml/composition/boosting/GDBLearningStrategy.html" title="class in org.apache.ignite.ml.composition.boosting">GDBLearningStrategy</a></dt>
<dd>
<div class="block">Gets state of model in arguments, compare it with training parameters of trainer and if they are fit then trainer
updates model in according to new data and return new model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/combinators/parallel/TrainersParallelComposition.html#update-org.apache.ignite.ml.IgniteModel-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">update(IgniteModel<span class='angle_bracket'>&lt;</span>I, List<span class='angle_bracket'>&lt;</span>O<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>, DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.composition.combinators.parallel.<a href="org/apache/ignite/ml/composition/combinators/parallel/TrainersParallelComposition.html" title="class in org.apache.ignite.ml.composition.combinators.parallel">TrainersParallelComposition</a></dt>
<dd>
<div class="block">Gets state of model in arguments, compare it with training parameters of trainer and if they are fit then trainer
updates model in according to new data and return new model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html#update-org.apache.ignite.ml.composition.combinators.sequential.ModelsSequentialComposition-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">update(ModelsSequentialComposition<span class='angle_bracket'>&lt;</span>I, O1, O2<span class='angle_bracket'>&gt;</span>, DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.composition.combinators.sequential.<a href="org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html" title="class in org.apache.ignite.ml.composition.combinators.sequential">TrainersSequentialComposition</a></dt>
<dd>
<div class="block">Gets state of model in arguments, compare it with training parameters of trainer and if they are fit then trainer
updates model in according to new data and return new model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html#update-org.apache.ignite.ml.composition.stacking.StackedModel-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">update(StackedModel<span class='angle_bracket'>&lt;</span>IS, IA, O, AM<span class='angle_bracket'>&gt;</span>, DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.composition.stacking.<a href="org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="class in org.apache.ignite.ml.composition.stacking">StackedDatasetTrainer</a></dt>
<dd>
<div class="block">Gets state of model in arguments, compare it with training parameters of trainer and if they are fit then trainer
updates model in according to new data and return new model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/optimization/updatecalculators/NesterovUpdateCalculator.html#update-M1-org.apache.ignite.ml.optimization.updatecalculators.NesterovParameterUpdate-">update(M1, NesterovParameterUpdate)</a></span> - Method in class org.apache.ignite.ml.optimization.updatecalculators.<a href="org/apache/ignite/ml/optimization/updatecalculators/NesterovUpdateCalculator.html" title="class in org.apache.ignite.ml.optimization.updatecalculators">NesterovUpdateCalculator</a></dt>
<dd>
<div class="block">Update given obj with this parameters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/optimization/updatecalculators/ParameterUpdateCalculator.html#update-M1-P-">update(M1, P)</a></span> - Method in interface org.apache.ignite.ml.optimization.updatecalculators.<a href="org/apache/ignite/ml/optimization/updatecalculators/ParameterUpdateCalculator.html" title="interface in org.apache.ignite.ml.optimization.updatecalculators">ParameterUpdateCalculator</a></dt>
<dd>
<div class="block">Update given obj with this parameters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/optimization/updatecalculators/RPropUpdateCalculator.html#update-M1-org.apache.ignite.ml.optimization.updatecalculators.RPropParameterUpdate-">update(M1, RPropParameterUpdate)</a></span> - Method in class org.apache.ignite.ml.optimization.updatecalculators.<a href="org/apache/ignite/ml/optimization/updatecalculators/RPropUpdateCalculator.html" title="class in org.apache.ignite.ml.optimization.updatecalculators">RPropUpdateCalculator</a></dt>
<dd>
<div class="block">Update given obj with this parameters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/optimization/updatecalculators/SimpleGDUpdateCalculator.html#update-M1-org.apache.ignite.ml.optimization.updatecalculators.SimpleGDParameterUpdate-">update(M1, SimpleGDParameterUpdate)</a></span> - Method in class org.apache.ignite.ml.optimization.updatecalculators.<a href="org/apache/ignite/ml/optimization/updatecalculators/SimpleGDUpdateCalculator.html" title="class in org.apache.ignite.ml.optimization.updatecalculators">SimpleGDUpdateCalculator</a></dt>
<dd>
<div class="block">Update given obj with this parameters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/recommendation/RecommendationTrainer.html#update-org.apache.ignite.ml.dataset.DatasetBuilder-java.lang.String-java.lang.String-java.lang.String-org.apache.ignite.ml.recommendation.RecommendationModel-">update(DatasetBuilder<span class='angle_bracket'>&lt;</span>Object, BinaryObject<span class='angle_bracket'>&gt;</span>, String, String, String, RecommendationModel<span class='angle_bracket'>&lt;</span>Serializable, Serializable<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.recommendation.<a href="org/apache/ignite/ml/recommendation/RecommendationTrainer.html" title="class in org.apache.ignite.ml.recommendation">RecommendationTrainer</a></dt>
<dd>
<div class="block">Updates prediction model on a data stored in binary format.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/recommendation/RecommendationTrainer.html#update-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.recommendation.RecommendationModel-">update(DatasetBuilder<span class='angle_bracket'>&lt;</span>K, ? extends ObjectSubjectRatingTriplet<span class='angle_bracket'>&lt;</span>O, S<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>, RecommendationModel<span class='angle_bracket'>&lt;</span>O, S<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.recommendation.<a href="org/apache/ignite/ml/recommendation/RecommendationTrainer.html" title="class in org.apache.ignite.ml.recommendation">RecommendationTrainer</a></dt>
<dd>
<div class="block">Fits prediction model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/trainers/DatasetTrainer.html#update-M-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">update(M, DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.trainers.<a href="org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a></dt>
<dd>
<div class="block">Gets state of model in arguments, compare it with training parameters of trainer and if they are fit then trainer
updates model in according to new data and return new model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/trainers/DatasetTrainer.html#update-M-org.apache.ignite.Ignite-org.apache.ignite.IgniteCache-org.apache.ignite.ml.preprocessing.Preprocessor-">update(M, Ignite, IgniteCache<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.trainers.<a href="org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a></dt>
<dd>
<div class="block">Gets state of model in arguments, update in according to new data and return new model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/trainers/DatasetTrainer.html#update-M-org.apache.ignite.Ignite-org.apache.ignite.IgniteCache-org.apache.ignite.lang.IgniteBiPredicate-org.apache.ignite.ml.preprocessing.Preprocessor-">update(M, Ignite, IgniteCache<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, IgniteBiPredicate<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.trainers.<a href="org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a></dt>
<dd>
<div class="block">Gets state of model in arguments, update in according to new data and return new model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/trainers/DatasetTrainer.html#update-M-java.util.Map-int-org.apache.ignite.ml.preprocessing.Preprocessor-">update(M, Map<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, int, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.trainers.<a href="org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a></dt>
<dd>
<div class="block">Gets state of model in arguments, update in according to new data and return new model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/trainers/DatasetTrainer.html#update-M-java.util.Map-org.apache.ignite.lang.IgniteBiPredicate-int-org.apache.ignite.ml.preprocessing.Preprocessor-">update(M, Map<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, IgniteBiPredicate<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, int, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.trainers.<a href="org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a></dt>
<dd>
<div class="block">Gets state of model in arguments, update in according to new data and return new model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/boosting/GDBOnTreesLearningStrategy.html#update-org.apache.ignite.ml.composition.boosting.GDBModel-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">update(GDBModel, DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.tree.boosting.<a href="org/apache/ignite/ml/tree/boosting/GDBOnTreesLearningStrategy.html" title="class in org.apache.ignite.ml.tree.boosting">GDBOnTreesLearningStrategy</a></dt>
<dd>
<div class="block">Gets state of model in arguments, compare it with training parameters of trainer and if they are fit then trainer
updates model in according to new data and return new model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/websession/WebSessionFilter.html#updateAttributes-java.lang.String-java.util.Collection-int-">updateAttributes(String, Collection<span class='angle_bracket'>&lt;</span>T2<span class='angle_bracket'>&lt;</span>String, Object<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>, int)</a></span> - Method in class org.apache.ignite.cache.websession.<a href="org/apache/ignite/cache/websession/WebSessionFilter.html" title="class in org.apache.ignite.cache.websession">WebSessionFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/websession/WebSessionFilter.html#updateAttributesV2-java.lang.String-org.apache.ignite.cache.websession.WebSessionV2-">updateAttributesV2(String, WebSessionV2)</a></span> - Method in class org.apache.ignite.cache.websession.<a href="org/apache/ignite/cache/websession/WebSessionFilter.html" title="class in org.apache.ignite.cache.websession">WebSessionFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j/Log4JDailyRollingFileAppender.html#updateFilePath-org.apache.ignite.lang.IgniteClosure-">updateFilePath(IgniteClosure<span class='angle_bracket'>&lt;</span>String, String<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.logger.log4j.<a href="org/apache/ignite/logger/log4j/Log4JDailyRollingFileAppender.html" title="class in org.apache.ignite.logger.log4j">Log4JDailyRollingFileAppender</a></dt>
<dd>
<div class="block">Sets closure that later evaluate file path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j/Log4JExternallyRolledFileAppender.html#updateFilePath-org.apache.ignite.lang.IgniteClosure-">updateFilePath(IgniteClosure<span class='angle_bracket'>&lt;</span>String, String<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.logger.log4j.<a href="org/apache/ignite/logger/log4j/Log4JExternallyRolledFileAppender.html" title="class in org.apache.ignite.logger.log4j">Log4JExternallyRolledFileAppender</a></dt>
<dd>
<div class="block">Sets closure that later evaluate file path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j/Log4JFileAppender.html#updateFilePath-org.apache.ignite.lang.IgniteClosure-">updateFilePath(IgniteClosure<span class='angle_bracket'>&lt;</span>String, String<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.logger.log4j.<a href="org/apache/ignite/logger/log4j/Log4JFileAppender.html" title="class in org.apache.ignite.logger.log4j">Log4JFileAppender</a></dt>
<dd>
<div class="block">Sets closure that later evaluate file path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j/Log4JLogger.html#updateFilePath-org.apache.ignite.lang.IgniteClosure-">updateFilePath(IgniteClosure<span class='angle_bracket'>&lt;</span>String, String<span class='angle_bracket'>&gt;</span>)</a></span> - 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">Sets closure that later evaluate file path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j/Log4jRollingFileAppender.html#updateFilePath-org.apache.ignite.lang.IgniteClosure-">updateFilePath(IgniteClosure<span class='angle_bracket'>&lt;</span>String, String<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.logger.log4j.<a href="org/apache/ignite/logger/log4j/Log4jRollingFileAppender.html" title="class in org.apache.ignite.logger.log4j">Log4jRollingFileAppender</a></dt>
<dd>
<div class="block">Sets closure that later evaluate file path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/aop/GridifyArgumentAdapter.html#updateMethodParameter-java.lang.Object-int-">updateMethodParameter(Object, int)</a></span> - Method in class org.apache.ignite.compute.gridify.aop.<a href="org/apache/ignite/compute/gridify/aop/GridifyArgumentAdapter.html" title="class in org.apache.ignite.compute.gridify.aop">GridifyArgumentAdapter</a></dt>
<dd>
<div class="block">Updates method parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/aop/GridifyArgumentAdapter.html#updateMethodParameterType-java.lang.Class-int-">updateMethodParameterType(Class<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>, int)</a></span> - Method in class org.apache.ignite.compute.gridify.aop.<a href="org/apache/ignite/compute/gridify/aop/GridifyArgumentAdapter.html" title="class in org.apache.ignite.compute.gridify.aop">GridifyArgumentAdapter</a></dt>
<dd>
<div class="block">Updates parameter type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/gmm/GmmTrainer.html#updateModel-org.apache.ignite.ml.clustering.gmm.GmmModel-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">updateModel(GmmModel, DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.clustering.gmm.<a href="org/apache/ignite/ml/clustering/gmm/GmmTrainer.html" title="class in org.apache.ignite.ml.clustering.gmm">GmmTrainer</a></dt>
<dd>
<div class="block">Gets state of model in arguments, update in according to new data and return new model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/kmeans/KMeansTrainer.html#updateModel-org.apache.ignite.ml.clustering.kmeans.KMeansModel-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">updateModel(KMeansModel, DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.clustering.kmeans.<a href="org/apache/ignite/ml/clustering/kmeans/KMeansTrainer.html" title="class in org.apache.ignite.ml.clustering.kmeans">KMeansTrainer</a></dt>
<dd>
<div class="block">Gets state of model in arguments, update in according to new data and return new model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/bagging/BaggedTrainer.html#updateModel-org.apache.ignite.ml.composition.bagging.BaggedModel-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">updateModel(BaggedModel, DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.composition.bagging.<a href="org/apache/ignite/ml/composition/bagging/BaggedTrainer.html" title="class in org.apache.ignite.ml.composition.bagging">BaggedTrainer</a></dt>
<dd>
<div class="block">This method is never called, instead of constructing logic of update from
<a href="org/apache/ignite/ml/trainers/DatasetTrainer.html#isUpdateable-M-"><code>DatasetTrainer.isUpdateable(M)</code></a> and
<a href="org/apache/ignite/ml/trainers/DatasetTrainer.html#updateModel-M-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-"><code>DatasetTrainer.updateModel(M, org.apache.ignite.ml.dataset.DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, org.apache.ignite.ml.preprocessing.Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</code></a>
in this class we explicitly override update method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/GDBTrainer.html#updateModel-org.apache.ignite.ml.composition.boosting.GDBModel-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">updateModel(GDBModel, DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.composition.boosting.<a href="org/apache/ignite/ml/composition/boosting/GDBTrainer.html" title="class in org.apache.ignite.ml.composition.boosting">GDBTrainer</a></dt>
<dd>
<div class="block">Gets state of model in arguments, update in according to new data and return new model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/combinators/parallel/TrainersParallelComposition.html#updateModel-org.apache.ignite.ml.IgniteModel-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">updateModel(IgniteModel<span class='angle_bracket'>&lt;</span>I, List<span class='angle_bracket'>&lt;</span>O<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>, DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.composition.combinators.parallel.<a href="org/apache/ignite/ml/composition/combinators/parallel/TrainersParallelComposition.html" title="class in org.apache.ignite.ml.composition.combinators.parallel">TrainersParallelComposition</a></dt>
<dd>
<div class="block">This method is never called, instead of constructing logic of update from <a href="org/apache/ignite/ml/trainers/DatasetTrainer.html#isUpdateable-M-"><code>DatasetTrainer.isUpdateable(IgniteModel)</code></a> and <a href="org/apache/ignite/ml/trainers/DatasetTrainer.html#updateModel-M-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-"><code>DatasetTrainer.updateModel(IgniteModel, DatasetBuilder, Preprocessor)</code></a>
in this class we explicitly override update method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html#updateModel-org.apache.ignite.ml.composition.combinators.sequential.ModelsSequentialComposition-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">updateModel(ModelsSequentialComposition<span class='angle_bracket'>&lt;</span>I, O1, O2<span class='angle_bracket'>&gt;</span>, DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.composition.combinators.sequential.<a href="org/apache/ignite/ml/composition/combinators/sequential/TrainersSequentialComposition.html" title="class in org.apache.ignite.ml.composition.combinators.sequential">TrainersSequentialComposition</a></dt>
<dd>
<div class="block">This method is never called, instead of constructing logic of update from
<a href="org/apache/ignite/ml/trainers/DatasetTrainer.html#isUpdateable-M-"><code>DatasetTrainer.isUpdateable(IgniteModel)</code></a> and
<a href="org/apache/ignite/ml/trainers/DatasetTrainer.html#updateModel-M-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-"><code>DatasetTrainer.updateModel(IgniteModel, DatasetBuilder, Preprocessor)</code></a>
in this class we explicitly override update method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html#updateModel-org.apache.ignite.ml.composition.stacking.StackedModel-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">updateModel(StackedModel<span class='angle_bracket'>&lt;</span>IS, IA, O, AM<span class='angle_bracket'>&gt;</span>, DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.composition.stacking.<a href="org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="class in org.apache.ignite.ml.composition.stacking">StackedDatasetTrainer</a></dt>
<dd>
<div class="block">This method is never called, instead of constructing logic of update from
<a href="org/apache/ignite/ml/trainers/DatasetTrainer.html#isUpdateable-M-"><code>DatasetTrainer.isUpdateable(IgniteModel)</code></a> and
<a href="org/apache/ignite/ml/trainers/DatasetTrainer.html#updateModel-M-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-"><code>DatasetTrainer.updateModel(IgniteModel, DatasetBuilder, Preprocessor)</code></a>
in this class we explicitly override update method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/ann/ANNClassificationTrainer.html#updateModel-org.apache.ignite.ml.knn.ann.ANNClassificationModel-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">updateModel(ANNClassificationModel, DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.knn.ann.<a href="org/apache/ignite/ml/knn/ann/ANNClassificationTrainer.html" title="class in org.apache.ignite.ml.knn.ann">ANNClassificationTrainer</a></dt>
<dd>
<div class="block">Gets state of model in arguments, update in according to new data and return new model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/KNNTrainer.html#updateModel-M-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">updateModel(M, DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.knn.<a href="org/apache/ignite/ml/knn/KNNTrainer.html" title="class in org.apache.ignite.ml.knn">KNNTrainer</a></dt>
<dd>
<div class="block">Gets state of model in arguments, update in according to new data and return new model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/multiclass/OneVsRestTrainer.html#updateModel-org.apache.ignite.ml.multiclass.MultiClassModel-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">updateModel(MultiClassModel<span class='angle_bracket'>&lt;</span>M<span class='angle_bracket'>&gt;</span>, DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.multiclass.<a href="org/apache/ignite/ml/multiclass/OneVsRestTrainer.html" title="class in org.apache.ignite.ml.multiclass">OneVsRestTrainer</a></dt>
<dd>
<div class="block">Gets state of model in arguments, update in according to new data and return new model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/compound/CompoundNaiveBayesTrainer.html#updateModel-org.apache.ignite.ml.naivebayes.compound.CompoundNaiveBayesModel-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">updateModel(CompoundNaiveBayesModel, DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.naivebayes.compound.<a href="org/apache/ignite/ml/naivebayes/compound/CompoundNaiveBayesTrainer.html" title="class in org.apache.ignite.ml.naivebayes.compound">CompoundNaiveBayesTrainer</a></dt>
<dd>
<div class="block">Gets state of model in arguments, update in according to new data and return new model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/discrete/DiscreteNaiveBayesTrainer.html#updateModel-org.apache.ignite.ml.naivebayes.discrete.DiscreteNaiveBayesModel-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">updateModel(DiscreteNaiveBayesModel, DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.naivebayes.discrete.<a href="org/apache/ignite/ml/naivebayes/discrete/DiscreteNaiveBayesTrainer.html" title="class in org.apache.ignite.ml.naivebayes.discrete">DiscreteNaiveBayesTrainer</a></dt>
<dd>
<div class="block">Gets state of model in arguments, update in according to new data and return new model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/gaussian/GaussianNaiveBayesTrainer.html#updateModel-org.apache.ignite.ml.naivebayes.gaussian.GaussianNaiveBayesModel-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">updateModel(GaussianNaiveBayesModel, DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.naivebayes.gaussian.<a href="org/apache/ignite/ml/naivebayes/gaussian/GaussianNaiveBayesTrainer.html" title="class in org.apache.ignite.ml.naivebayes.gaussian">GaussianNaiveBayesTrainer</a></dt>
<dd>
<div class="block">Gets state of model in arguments, update in according to new data and return new model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/MLPTrainer.html#updateModel-org.apache.ignite.ml.nn.MultilayerPerceptron-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">updateModel(MultilayerPerceptron, DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.nn.<a href="org/apache/ignite/ml/nn/MLPTrainer.html" title="class in org.apache.ignite.ml.nn">MLPTrainer</a></dt>
<dd>
<div class="block">Gets state of model in arguments, update in according to new data and return new model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/linear/LinearRegressionLSQRTrainer.html#updateModel-org.apache.ignite.ml.regressions.linear.LinearRegressionModel-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">updateModel(LinearRegressionModel, DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.regressions.linear.<a href="org/apache/ignite/ml/regressions/linear/LinearRegressionLSQRTrainer.html" title="class in org.apache.ignite.ml.regressions.linear">LinearRegressionLSQRTrainer</a></dt>
<dd>
<div class="block">Gets state of model in arguments, update in according to new data and return new model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/linear/LinearRegressionSGDTrainer.html#updateModel-org.apache.ignite.ml.regressions.linear.LinearRegressionModel-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">updateModel(LinearRegressionModel, DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.regressions.linear.<a href="org/apache/ignite/ml/regressions/linear/LinearRegressionSGDTrainer.html" title="class in org.apache.ignite.ml.regressions.linear">LinearRegressionSGDTrainer</a></dt>
<dd>
<div class="block">Gets state of model in arguments, update in according to new data and return new model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionSGDTrainer.html#updateModel-org.apache.ignite.ml.regressions.logistic.LogisticRegressionModel-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">updateModel(LogisticRegressionModel, DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.regressions.logistic.<a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionSGDTrainer.html" title="class in org.apache.ignite.ml.regressions.logistic">LogisticRegressionSGDTrainer</a></dt>
<dd>
<div class="block">Gets state of model in arguments, update in according to new data and return new model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/svm/SVMLinearClassificationTrainer.html#updateModel-org.apache.ignite.ml.svm.SVMLinearClassificationModel-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">updateModel(SVMLinearClassificationModel, DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.svm.<a href="org/apache/ignite/ml/svm/SVMLinearClassificationTrainer.html" title="class in org.apache.ignite.ml.svm">SVMLinearClassificationTrainer</a></dt>
<dd>
<div class="block">Gets state of model in arguments, update in according to new data and return new model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/trainers/AdaptableDatasetTrainer.html#updateModel-org.apache.ignite.ml.trainers.AdaptableDatasetModel-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">updateModel(AdaptableDatasetModel<span class='angle_bracket'>&lt;</span>I, O, IW, OW, M<span class='angle_bracket'>&gt;</span>, DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.trainers.<a href="org/apache/ignite/ml/trainers/AdaptableDatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">AdaptableDatasetTrainer</a></dt>
<dd>
<div class="block">Gets state of model in arguments, update in according to new data and return new model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/trainers/DatasetTrainer.html#updateModel-M-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">updateModel(M, DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.trainers.<a href="org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a></dt>
<dd>
<div class="block">Gets state of model in arguments, update in according to new data and return new model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/DecisionTreeTrainer.html#updateModel-org.apache.ignite.ml.tree.DecisionTreeModel-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">updateModel(DecisionTreeModel, DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/DecisionTreeTrainer.html" title="class in org.apache.ignite.ml.tree">DecisionTreeTrainer</a></dt>
<dd>
<div class="block">Trains new model based on dataset because there is no valid approach to update decision trees.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/RandomForestTrainer.html#updateModel-org.apache.ignite.ml.tree.randomforest.RandomForestModel-org.apache.ignite.ml.dataset.DatasetBuilder-org.apache.ignite.ml.preprocessing.Preprocessor-">updateModel(RandomForestModel, DatasetBuilder<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.<a href="org/apache/ignite/ml/tree/randomforest/RandomForestTrainer.html" title="class in org.apache.ignite.ml.tree.randomforest">RandomForestTrainer</a></dt>
<dd>
<div class="block">Gets state of model in arguments, update in according to new data and return new model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/dialect/BasicJdbcDialect.html#updateQuery-java.lang.String-java.util.Collection-java.lang.Iterable-">updateQuery(String, Collection<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>, Iterable<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>)</a></span> - Method in 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>
<div class="block">Construct update query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/dialect/JdbcDialect.html#updateQuery-java.lang.String-java.util.Collection-java.lang.Iterable-">updateQuery(String, Collection<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>, Iterable<span class='angle_bracket'>&lt;</span>String<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.cache.store.jdbc.dialect.<a href="org/apache/ignite/cache/store/jdbc/dialect/JdbcDialect.html" title="interface in org.apache.ignite.cache.store.jdbc.dialect">JdbcDialect</a></dt>
<dd>
<div class="block">Construct update query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/optimization/updatecalculators/RPropParameterUpdate.html#updatesMask">updatesMask</a></span> - Variable in class org.apache.ignite.ml.optimization.updatecalculators.<a href="org/apache/ignite/ml/optimization/updatecalculators/RPropParameterUpdate.html" title="class in org.apache.ignite.ml.optimization.updatecalculators">RPropParameterUpdate</a></dt>
<dd>
<div class="block">Updates mask (values by which updateCache is multiplied).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/optimization/updatecalculators/RPropParameterUpdate.html#updatesMask--">updatesMask()</a></span> - Method in class org.apache.ignite.ml.optimization.updatecalculators.<a href="org/apache/ignite/ml/optimization/updatecalculators/RPropParameterUpdate.html" title="class in org.apache.ignite.ml.optimization.updatecalculators">RPropParameterUpdate</a></dt>
<dd>
<div class="block">Get updates mask (values by which updateCache is multiplied).</div>
</dd>
<dt><a href="org/apache/ignite/ml/nn/UpdatesStrategy.html" title="class in org.apache.ignite.ml.nn"><span class="typeNameLink">UpdatesStrategy</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/nn/UpdatesStrategy.html" title="type parameter in UpdatesStrategy">M</a>,<a href="org/apache/ignite/ml/nn/UpdatesStrategy.html" title="type parameter in UpdatesStrategy">U</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/nn/package-summary.html">org.apache.ignite.ml.nn</a></dt>
<dd>
<div class="block">Class encapsulating update strategies for group trainers based on updates.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/UpdatesStrategy.html#UpdatesStrategy-org.apache.ignite.ml.optimization.updatecalculators.ParameterUpdateCalculator-org.apache.ignite.ml.math.functions.IgniteFunction-org.apache.ignite.ml.math.functions.IgniteFunction-">UpdatesStrategy(ParameterUpdateCalculator<span class='angle_bracket'>&lt;</span>M, U<span class='angle_bracket'>&gt;</span>, IgniteFunction<span class='angle_bracket'>&lt;</span>List<span class='angle_bracket'>&lt;</span>U<span class='angle_bracket'>&gt;</span>, U<span class='angle_bracket'>&gt;</span>, IgniteFunction<span class='angle_bracket'>&lt;</span>List<span class='angle_bracket'>&lt;</span>U<span class='angle_bracket'>&gt;</span>, U<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.nn.<a href="org/apache/ignite/ml/nn/UpdatesStrategy.html" title="class in org.apache.ignite.ml.nn">UpdatesStrategy</a></dt>
<dd>
<div class="block">Construct instance of this class with given parameters.</div>
</dd>
<dt><a href="org/apache/ignite/ml/dataset/UpstreamEntry.html" title="class in org.apache.ignite.ml.dataset"><span class="typeNameLink">UpstreamEntry</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/dataset/UpstreamEntry.html" title="type parameter in UpstreamEntry">K</a>,<a href="org/apache/ignite/ml/dataset/UpstreamEntry.html" title="type parameter in UpstreamEntry">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/dataset/package-summary.html">org.apache.ignite.ml.dataset</a></dt>
<dd>
<div class="block">Entry of the <code>upstream</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/UpstreamEntry.html#UpstreamEntry-K-V-">UpstreamEntry(K, V)</a></span> - Constructor for class org.apache.ignite.ml.dataset.<a href="org/apache/ignite/ml/dataset/UpstreamEntry.html" title="class in org.apache.ignite.ml.dataset">UpstreamEntry</a></dt>
<dd>
<div class="block">Constructs a new instance of upstream entry.</div>
</dd>
<dt><a href="org/apache/ignite/ml/dataset/UpstreamTransformer.html" title="interface in org.apache.ignite.ml.dataset"><span class="typeNameLink">UpstreamTransformer</span></a> - Interface in <a href="org/apache/ignite/ml/dataset/package-summary.html">org.apache.ignite.ml.dataset</a></dt>
<dd>
<div class="block">Interface of transformer of upstream.</div>
</dd>
<dt><a href="org/apache/ignite/ml/dataset/UpstreamTransformerBuilder.html" title="interface in org.apache.ignite.ml.dataset"><span class="typeNameLink">UpstreamTransformerBuilder</span></a> - Interface in <a href="org/apache/ignite/ml/dataset/package-summary.html">org.apache.ignite.ml.dataset</a></dt>
<dd>
<div class="block">Builder of <a href="org/apache/ignite/ml/dataset/UpstreamTransformer.html" title="interface in org.apache.ignite.ml.dataset"><code>UpstreamTransformer</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#UPTIME_DESC">UPTIME_DESC</a></span> - Static variable 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="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#UPTIME_FORMATTED_DESC">UPTIME_FORMATTED_DESC</a></span> - Static variable 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><a href="org/apache/ignite/spi/deployment/uri/UriDeploymentSpi.html" title="class in org.apache.ignite.spi.deployment.uri"><span class="typeNameLink">UriDeploymentSpi</span></a> - Class in <a href="org/apache/ignite/spi/deployment/uri/package-summary.html">org.apache.ignite.spi.deployment.uri</a></dt>
<dd>
<div class="block">Implementation of <a href="org/apache/ignite/spi/deployment/DeploymentSpi.html" title="interface in org.apache.ignite.spi.deployment"><code>DeploymentSpi</code></a> which can deploy tasks from
different sources like file system folders, email and HTTP.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/deployment/uri/UriDeploymentSpi.html#UriDeploymentSpi--">UriDeploymentSpi()</a></span> - Constructor for class org.apache.ignite.spi.deployment.uri.<a href="org/apache/ignite/spi/deployment/uri/UriDeploymentSpi.html" title="class in org.apache.ignite.spi.deployment.uri">UriDeploymentSpi</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/spi/deployment/uri/UriDeploymentSpiMBean.html" title="interface in org.apache.ignite.spi.deployment.uri"><span class="typeNameLink">UriDeploymentSpiMBean</span></a> - Interface in <a href="org/apache/ignite/spi/deployment/uri/package-summary.html">org.apache.ignite.spi.deployment.uri</a></dt>
<dd>
<div class="block">Management bean for <a href="org/apache/ignite/spi/deployment/uri/UriDeploymentSpi.html" title="class in org.apache.ignite.spi.deployment.uri"><code>UriDeploymentSpi</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteJdbcDriver.html#URL_PREFIX">URL_PREFIX</a></span> - Static variable in class org.apache.ignite.<a href="org/apache/ignite/IgniteJdbcDriver.html" title="class in org.apache.ignite">IgniteJdbcDriver</a></dt>
<dd>
<div class="block">URL prefix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/impurity/ImpurityMeasureCalculator.html#useIdx">useIdx</a></span> - Variable in class org.apache.ignite.ml.tree.impurity.<a href="org/apache/ignite/ml/tree/impurity/ImpurityMeasureCalculator.html" title="class in org.apache.ignite.ml.tree.impurity">ImpurityMeasureCalculator</a></dt>
<dd>
<div class="block">Use index structure instead of using sorting while learning.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ClientConnectionView.html#user--">user()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ClientConnectionView.html" title="class in org.apache.ignite.spi.systemview.view">ClientConnectionView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#USER_ATTRS_FORMATTED_DESC">USER_ATTRS_FORMATTED_DESC</a></span> - Static variable 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="memberNameLink"><a href="org/apache/ignite/ml/environment/deploy/DeployingContext.html#userClass--">userClass()</a></span> - Method in interface org.apache.ignite.ml.environment.deploy.<a href="org/apache/ignite/ml/environment/deploy/DeployingContext.html" title="interface in org.apache.ignite.ml.environment.deploy">DeployingContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/deploy/DeployingContextImpl.html#userClass--">userClass()</a></span> - Method in class org.apache.ignite.ml.environment.deploy.<a href="org/apache/ignite/ml/environment/deploy/DeployingContextImpl.html" title="class in org.apache.ignite.ml.environment.deploy">DeployingContextImpl</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#userLibs--">userLibs()</a></span> - Method in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ClusterProperties.html#userLibs--">userLibs()</a></span> - Method in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ClusterProperties.html" title="class in org.apache.ignite.yarn">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mesos/ClusterProperties.html#usersLibsUrl--">usersLibsUrl()</a></span> - Method in class org.apache.ignite.mesos.<a href="org/apache/ignite/mesos/ClusterProperties.html" title="class in org.apache.ignite.mesos">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ComputeTaskView.html#userVersion--">userVersion()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ComputeTaskView.html" title="class in org.apache.ignite.spi.systemview.view">ComputeTaskView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/DecisionTreeTrainer.html#usingIdx">usingIdx</a></span> - Variable in class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/DecisionTreeTrainer.html" title="class in org.apache.ignite.ml.tree">DecisionTreeTrainer</a></dt>
<dd>
<div class="block">Use index structure instead of using sorting while learning.</div>
</dd>
<dt><a href="org/apache/ignite/ml/util/Utils.html" title="class in org.apache.ignite.ml.util"><span class="typeNameLink">Utils</span></a> - Class in <a href="org/apache/ignite/ml/util/package-summary.html">org.apache.ignite.ml.util</a></dt>
<dd>
<div class="block">Class with various utility methods.</div>
</dd>
</dl>
<a name="I:V">
<!-- -->
</a>
<h2 class="title">V</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/TopologyValidator.html#validate-java.util.Collection-">validate(Collection<span class='angle_bracket'>&lt;</span>ClusterNode<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/TopologyValidator.html" title="interface in org.apache.ignite.configuration">TopologyValidator</a></dt>
<dd>
<div class="block">Validates topology.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/CachePluginProvider.html#validate--">validate()</a></span> - Method in interface org.apache.ignite.plugin.<a href="org/apache/ignite/plugin/CachePluginProvider.html" title="interface in org.apache.ignite.plugin">CachePluginProvider</a></dt>
<dd>
<div class="block">Validates cache plugin configuration in process of cache creation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/plugin/MLPluginProvider.html#validateNewNode-org.apache.ignite.cluster.ClusterNode-">validateNewNode(ClusterNode)</a></span> - Method in class org.apache.ignite.ml.util.plugin.<a href="org/apache/ignite/ml/util/plugin/MLPluginProvider.html" title="class in org.apache.ignite.ml.util.plugin">MLPluginProvider</a></dt>
<dd>
<div class="block">Validates that new node can join grid topology, this method is called on coordinator
node before new node joins topology.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/PluginProvider.html#validateNewNode-org.apache.ignite.cluster.ClusterNode-">validateNewNode(ClusterNode)</a></span> - Method in interface org.apache.ignite.plugin.<a href="org/apache/ignite/plugin/PluginProvider.html" title="interface in org.apache.ignite.plugin">PluginProvider</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/plugin/PluginProvider.html#validateNewNode-org.apache.ignite.cluster.ClusterNode-java.io.Serializable-"><code>PluginProvider.validateNewNode(ClusterNode, Serializable)</code></a> instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/PluginProvider.html#validateNewNode-org.apache.ignite.cluster.ClusterNode-java.io.Serializable-">validateNewNode(ClusterNode, Serializable)</a></span> - Method in interface org.apache.ignite.plugin.<a href="org/apache/ignite/plugin/PluginProvider.html" title="interface in org.apache.ignite.plugin">PluginProvider</a></dt>
<dd>
<div class="block">Validates that new node can join grid topology, this method is called on coordinator
node before new node joins topology.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiContext.html#validateNode-org.apache.ignite.cluster.ClusterNode-">validateNode(ClusterNode)</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">Validates that new node can join grid topology, this method is called on coordinator
node before new node joins topology.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgniteSpiContext.html#validateNode-org.apache.ignite.cluster.ClusterNode-org.apache.ignite.spi.discovery.DiscoveryDataBag-">validateNode(ClusterNode, DiscoveryDataBag)</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="memberNameLink"><a href="org/apache/ignite/plugin/CachePluginProvider.html#validateRemote-org.apache.ignite.configuration.CacheConfiguration-org.apache.ignite.configuration.CacheConfiguration-org.apache.ignite.cluster.ClusterNode-">validateRemote(CacheConfiguration, CacheConfiguration, ClusterNode)</a></span> - Method in interface org.apache.ignite.plugin.<a href="org/apache/ignite/plugin/CachePluginProvider.html" title="interface in org.apache.ignite.plugin">CachePluginProvider</a></dt>
<dd>
<div class="block">Checks that remote caches has configuration compatible with the local.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/NodeValidationFailedEvent.html#validationResult--">validationResult()</a></span> - Method in class org.apache.ignite.events.<a href="org/apache/ignite/events/NodeValidationFailedEvent.html" title="class in org.apache.ignite.events">NodeValidationFailedEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryField.html#value-org.apache.ignite.binary.BinaryObject-">value(BinaryObject)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryField.html" title="interface in org.apache.ignite.binary">BinaryField</a></dt>
<dd>
<div class="block">Get field's value from the given object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/CacheQueryReadEvent.html#value--">value()</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 read entry value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteAtomicStamped.html#value--">value()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteAtomicStamped.html" title="interface in org.apache.ignite">IgniteAtomicStamped</a></dt>
<dd>
<div class="block">Gets current value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/Accuracy.html#value--">value()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/Accuracy.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">Accuracy</a></dt>
<dd>
<div class="block">Returns metric value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/BalancedAccuracy.html#value--">value()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/BalancedAccuracy.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">BalancedAccuracy</a></dt>
<dd>
<div class="block">Returns metric value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/FallOut.html#value--">value()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/FallOut.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">FallOut</a></dt>
<dd>
<div class="block">Returns metric value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/FalseNegativeAbsoluteValue.html#value--">value()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/FalseNegativeAbsoluteValue.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">FalseNegativeAbsoluteValue</a></dt>
<dd>
<div class="block">Returns metric value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/FalsePositiveAbsoluteValue.html#value--">value()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/FalsePositiveAbsoluteValue.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">FalsePositiveAbsoluteValue</a></dt>
<dd>
<div class="block">Returns metric value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/Fdr.html#value--">value()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/Fdr.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">Fdr</a></dt>
<dd>
<div class="block">Returns metric value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/FMeasure.html#value--">value()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/FMeasure.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">FMeasure</a></dt>
<dd>
<div class="block">Returns metric value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/MissRate.html#value--">value()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/MissRate.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">MissRate</a></dt>
<dd>
<div class="block">Returns metric value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/Npv.html#value--">value()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/Npv.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">Npv</a></dt>
<dd>
<div class="block">Returns metric value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/Precision.html#value--">value()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/Precision.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">Precision</a></dt>
<dd>
<div class="block">Returns metric value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/Recall.html#value--">value()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/Recall.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">Recall</a></dt>
<dd>
<div class="block">Returns metric value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/Specificity.html#value--">value()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/Specificity.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">Specificity</a></dt>
<dd>
<div class="block">Returns metric value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/TrueNegativeAbsoluteValue.html#value--">value()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/TrueNegativeAbsoluteValue.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">TrueNegativeAbsoluteValue</a></dt>
<dd>
<div class="block">Returns metric value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/classification/TruePositiveAbsoluteValue.html#value--">value()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.classification.<a href="org/apache/ignite/ml/selection/scoring/metric/classification/TruePositiveAbsoluteValue.html" title="class in org.apache.ignite.ml.selection.scoring.metric.classification">TruePositiveAbsoluteValue</a></dt>
<dd>
<div class="block">Returns metric value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/Metric.html#value--">value()</a></span> - Method in interface org.apache.ignite.ml.selection.scoring.metric.<a href="org/apache/ignite/ml/selection/scoring/metric/Metric.html" title="interface in org.apache.ignite.ml.selection.scoring.metric">Metric</a></dt>
<dd>
<div class="block">Returns metric value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/regression/Mae.html#value--">value()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.regression.<a href="org/apache/ignite/ml/selection/scoring/metric/regression/Mae.html" title="class in org.apache.ignite.ml.selection.scoring.metric.regression">Mae</a></dt>
<dd>
<div class="block">Returns metric value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/regression/Mse.html#value--">value()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.regression.<a href="org/apache/ignite/ml/selection/scoring/metric/regression/Mse.html" title="class in org.apache.ignite.ml.selection.scoring.metric.regression">Mse</a></dt>
<dd>
<div class="block">Returns metric value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/regression/R2.html#value--">value()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.regression.<a href="org/apache/ignite/ml/selection/scoring/metric/regression/R2.html" title="class in org.apache.ignite.ml.selection.scoring.metric.regression">R2</a></dt>
<dd>
<div class="block">Returns metric value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/regression/Rmse.html#value--">value()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.regression.<a href="org/apache/ignite/ml/selection/scoring/metric/regression/Rmse.html" title="class in org.apache.ignite.ml.selection.scoring.metric.regression">Rmse</a></dt>
<dd>
<div class="block">Returns metric value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/regression/Rss.html#value--">value()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.metric.regression.<a href="org/apache/ignite/ml/selection/scoring/metric/regression/Rss.html" title="class in org.apache.ignite.ml.selection.scoring.metric.regression">Rss</a></dt>
<dd>
<div class="block">Returns metric value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/metric/BooleanMetric.html#value--">value()</a></span> - Method in interface org.apache.ignite.spi.metric.<a href="org/apache/ignite/spi/metric/BooleanMetric.html" title="interface in org.apache.ignite.spi.metric">BooleanMetric</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/metric/DoubleMetric.html#value--">value()</a></span> - Method in interface org.apache.ignite.spi.metric.<a href="org/apache/ignite/spi/metric/DoubleMetric.html" title="interface in org.apache.ignite.spi.metric">DoubleMetric</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/metric/IntMetric.html#value--">value()</a></span> - Method in interface org.apache.ignite.spi.metric.<a href="org/apache/ignite/spi/metric/IntMetric.html" title="interface in org.apache.ignite.spi.metric">IntMetric</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/metric/LongMetric.html#value--">value()</a></span> - Method in interface org.apache.ignite.spi.metric.<a href="org/apache/ignite/spi/metric/LongMetric.html" title="interface in org.apache.ignite.spi.metric">LongMetric</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/metric/ObjectMetric.html#value--">value()</a></span> - Method in interface org.apache.ignite.spi.metric.<a href="org/apache/ignite/spi/metric/ObjectMetric.html" title="interface in org.apache.ignite.spi.metric">ObjectMetric</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/BaselineNodeAttributeView.html#value--">value()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/BaselineNodeAttributeView.html" title="class in org.apache.ignite.spi.systemview.view">BaselineNodeAttributeView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/datastructures/AtomicLongView.html#value--">value()</a></span> - Method in class org.apache.ignite.spi.systemview.view.datastructures.<a href="org/apache/ignite/spi/systemview/view/datastructures/AtomicLongView.html" title="class in org.apache.ignite.spi.systemview.view.datastructures">AtomicLongView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/datastructures/AtomicReferenceView.html#value--">value()</a></span> - Method in class org.apache.ignite.spi.systemview.view.datastructures.<a href="org/apache/ignite/spi/systemview/view/datastructures/AtomicReferenceView.html" title="class in org.apache.ignite.spi.systemview.view.datastructures">AtomicReferenceView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/datastructures/AtomicSequenceView.html#value--">value()</a></span> - Method in class org.apache.ignite.spi.systemview.view.datastructures.<a href="org/apache/ignite/spi/systemview/view/datastructures/AtomicSequenceView.html" title="class in org.apache.ignite.spi.systemview.view.datastructures">AtomicSequenceView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/datastructures/AtomicStampedView.html#value--">value()</a></span> - Method in class org.apache.ignite.spi.systemview.view.datastructures.<a href="org/apache/ignite/spi/systemview/view/datastructures/AtomicStampedView.html" title="class in org.apache.ignite.spi.systemview.view.datastructures">AtomicStampedView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/MetastorageView.html#value--">value()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/MetastorageView.html" title="class in org.apache.ignite.spi.systemview.view">MetastorageView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlTableView.html#valueAlias--">valueAlias()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlTableView.html" title="class in org.apache.ignite.spi.systemview.view">SqlTableView</a></dt>
<dd>
<div class="block">Returns alias for value column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.EntryMapping.html#valueColumns--">valueColumns()</a></span> - Method in 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>
<div class="block">Gets value columns.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.EntryMapping.html#valueKind--">valueKind()</a></span> - Method in 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><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheAtomicityMode.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheAtomicityMode.html" title="enum in org.apache.ignite.cache">CacheAtomicityMode</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMode.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMode.html" title="enum in org.apache.ignite.cache">CacheMode</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CachePeekMode.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.ignite.cache.<a href="org/apache/ignite/cache/CachePeekMode.html" title="enum in org.apache.ignite.cache">CachePeekMode</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheRebalanceMode.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheRebalanceMode.html" title="enum in org.apache.ignite.cache">CacheRebalanceMode</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheWriteSynchronizationMode.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheWriteSynchronizationMode.html" title="enum in org.apache.ignite.cache">CacheWriteSynchronizationMode</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/PartitionLossPolicy.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.ignite.cache.<a href="org/apache/ignite/cache/PartitionLossPolicy.html" title="enum in org.apache.ignite.cache">PartitionLossPolicy</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryIndexType.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.ignite.cache.<a href="org/apache/ignite/cache/QueryIndexType.html" title="enum in org.apache.ignite.cache">QueryIndexType</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PersistenceStrategy.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/PersistenceStrategy.html" title="enum in org.apache.ignite.cache.store.cassandra.persistence">PersistenceStrategy</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PojoKeyField.SortOrder.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/PojoKeyField.SortOrder.html" title="enum in org.apache.ignite.cache.store.cassandra.persistence">PojoKeyField.SortOrder</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.TypeKind.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.ignite.cache.store.jdbc.<a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.TypeKind.html" title="enum in org.apache.ignite.cache.store.jdbc">CacheAbstractJdbcStore.TypeKind</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/SslMode.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.ignite.client.<a href="org/apache/ignite/client/SslMode.html" title="enum in org.apache.ignite.client">SslMode</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/SslProtocol.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.ignite.client.<a href="org/apache/ignite/client/SslProtocol.html" title="enum in org.apache.ignite.client">SslProtocol</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterState.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterState.html" title="enum in org.apache.ignite.cluster">ClusterState</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeJobResultPolicy.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeJobResultPolicy.html" title="enum in org.apache.ignite.compute">ComputeJobResultPolicy</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeTaskSessionScope.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeTaskSessionScope.html" title="enum in org.apache.ignite.compute">ComputeTaskSessionScope</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/aop/spring/GridifySpringPointcut.GridifySpringPointcutType.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.ignite.compute.gridify.aop.spring.<a href="org/apache/ignite/compute/gridify/aop/spring/GridifySpringPointcut.GridifySpringPointcutType.html" title="enum in org.apache.ignite.compute.gridify.aop.spring">GridifySpringPointcut.GridifySpringPointcutType</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CheckpointWriteOrder.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/CheckpointWriteOrder.html" title="enum in org.apache.ignite.configuration">CheckpointWriteOrder</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataPageEvictionMode.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataPageEvictionMode.html" title="enum in org.apache.ignite.configuration">DataPageEvictionMode</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DeploymentMode.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DeploymentMode.html" title="enum in org.apache.ignite.configuration">DeploymentMode</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DiskPageCompression.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DiskPageCompression.html" title="enum in org.apache.ignite.configuration">DiskPageCompression</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PageReplacementMode.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PageReplacementMode.html" title="enum in org.apache.ignite.configuration">PageReplacementMode</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/WALMode.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/WALMode.html" title="enum in org.apache.ignite.configuration">WALMode</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataRegionMetricsAdapter.html#valueOf-org.apache.ignite.DataRegionMetrics-">valueOf(DataRegionMetrics)</a></span> - Static method in class org.apache.ignite.<a href="org/apache/ignite/DataRegionMetricsAdapter.html" title="class in org.apache.ignite">DataRegionMetricsAdapter</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/DataStorageMetricsAdapter.html#valueOf-org.apache.ignite.DataStorageMetrics-">valueOf(DataStorageMetrics)</a></span> - Static method in class org.apache.ignite.<a href="org/apache/ignite/DataStorageMetricsAdapter.html" title="class in org.apache.ignite">DataStorageMetricsAdapter</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/failure/FailureType.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.ignite.failure.<a href="org/apache/ignite/failure/FailureType.html" title="enum in org.apache.ignite.failure">FailureType</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteState.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.ignite.<a href="org/apache/ignite/IgniteState.html" title="enum in org.apache.ignite">IgniteState</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lifecycle/LifecycleEventType.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.ignite.lifecycle.<a href="org/apache/ignite/lifecycle/LifecycleEventType.html" title="enum in org.apache.ignite.lifecycle">LifecycleEventType</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.LabelCoordinate.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.ignite.ml.dataset.feature.extractor.<a href="org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.LabelCoordinate.html" title="enum in org.apache.ignite.ml.dataset.feature.extractor">Vectorizer.LabelCoordinate</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/logging/MLLogger.VerboseLevel.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.ignite.ml.environment.logging.<a href="org/apache/ignite/ml/environment/logging/MLLogger.VerboseLevel.html" title="enum in org.apache.ignite.ml.environment.logging">MLLogger.VerboseLevel</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/parallelism/ParallelismStrategy.Type.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.ignite.ml.environment.parallelism.<a href="org/apache/ignite/ml/environment/parallelism/ParallelismStrategy.Type.html" title="enum in org.apache.ignite.ml.environment.parallelism">ParallelismStrategy.Type</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/utils/indices/SpatialIndexType.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.ignite.ml.knn.utils.indices.<a href="org/apache/ignite/ml/knn/utils/indices/SpatialIndexType.html" title="enum in org.apache.ignite.ml.knn.utils.indices">SpatialIndexType</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/encoding/EncoderSortingStrategy.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.ignite.ml.preprocessing.encoding.<a href="org/apache/ignite/ml/preprocessing/encoding/EncoderSortingStrategy.html" title="enum in org.apache.ignite.ml.preprocessing.encoding">EncoderSortingStrategy</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/encoding/EncoderType.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.ignite.ml.preprocessing.encoding.<a href="org/apache/ignite/ml/preprocessing/encoding/EncoderType.html" title="enum in org.apache.ignite.ml.preprocessing.encoding">EncoderType</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/imputing/ImputingStrategy.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.ignite.ml.preprocessing.imputing.<a href="org/apache/ignite/ml/preprocessing/imputing/ImputingStrategy.html" title="enum in org.apache.ignite.ml.preprocessing.imputing">ImputingStrategy</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/MetricName.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.ignite.ml.selection.scoring.metric.<a href="org/apache/ignite/ml/selection/scoring/metric/MetricName.html" title="enum in org.apache.ignite.ml.selection.scoring.metric">MetricName</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/sparkmodelparser/SupportedSparkModels.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.ignite.ml.sparkmodelparser.<a href="org/apache/ignite/ml/sparkmodelparser/SupportedSparkModels.html" title="enum in org.apache.ignite.ml.sparkmodelparser">SupportedSparkModels</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/TreeNode.Type.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.ignite.ml.tree.randomforest.data.<a href="org/apache/ignite/ml/tree/randomforest/data/TreeNode.Type.html" title="enum in org.apache.ignite.ml.tree.randomforest.data">TreeNode.Type</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/genetic/CrossoverStrategy.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.ignite.ml.util.genetic.<a href="org/apache/ignite/ml/util/genetic/CrossoverStrategy.html" title="enum in org.apache.ignite.ml.util.genetic">CrossoverStrategy</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/genetic/SelectionStrategy.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.ignite.ml.util.genetic.<a href="org/apache/ignite/ml/util/genetic/SelectionStrategy.html" title="enum in org.apache.ignite.ml.util.genetic">SelectionStrategy</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/osgi/classloaders/OsgiClassLoadingStrategyType.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.ignite.osgi.classloaders.<a href="org/apache/ignite/osgi/classloaders/OsgiClassLoadingStrategyType.html" title="enum in org.apache.ignite.osgi.classloaders">OsgiClassLoadingStrategyType</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageCollectionItemType.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.ignite.plugin.extensions.communication.<a href="org/apache/ignite/plugin/extensions/communication/MessageCollectionItemType.html" title="enum in org.apache.ignite.plugin.extensions.communication">MessageCollectionItemType</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/SecurityPermission.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.ignite.plugin.security.<a href="org/apache/ignite/plugin/security/SecurityPermission.html" title="enum in org.apache.ignite.plugin.security">SecurityPermission</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/SecuritySubjectType.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.ignite.plugin.security.<a href="org/apache/ignite/plugin/security/SecuritySubjectType.html" title="enum in org.apache.ignite.plugin.security">SecuritySubjectType</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/segmentation/SegmentationPolicy.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.ignite.plugin.segmentation.<a href="org/apache/ignite/plugin/segmentation/SegmentationPolicy.html" title="enum in org.apache.ignite.plugin.segmentation">SegmentationPolicy</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ShutdownPolicy.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.ignite.<a href="org/apache/ignite/ShutdownPolicy.html" title="enum in org.apache.ignite">ShutdownPolicy</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgnitePortProtocol.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.ignite.spi.<a href="org/apache/ignite/spi/IgnitePortProtocol.html" title="enum in org.apache.ignite.spi">IgnitePortProtocol</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ComputeJobView.ComputeJobState.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ComputeJobView.ComputeJobState.html" title="enum in org.apache.ignite.spi.systemview.view">ComputeJobView.ComputeJobState</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/Scope.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.ignite.spi.tracing.<a href="org/apache/ignite/spi/tracing/Scope.html" title="enum in org.apache.ignite.spi.tracing">Scope</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/SpanStatus.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.ignite.spi.tracing.<a href="org/apache/ignite/spi/tracing/SpanStatus.html" title="enum in org.apache.ignite.spi.tracing">SpanStatus</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/transactions/TransactionConcurrency.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.ignite.transactions.<a href="org/apache/ignite/transactions/TransactionConcurrency.html" title="enum in org.apache.ignite.transactions">TransactionConcurrency</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/transactions/TransactionIsolation.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.ignite.transactions.<a href="org/apache/ignite/transactions/TransactionIsolation.html" title="enum in org.apache.ignite.transactions">TransactionIsolation</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/transactions/TransactionState.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.ignite.transactions.<a href="org/apache/ignite/transactions/TransactionState.html" title="enum in org.apache.ignite.transactions">TransactionState</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><a href="org/apache/ignite/cache/store/cassandra/persistence/ValuePersistenceSettings.html" title="class in org.apache.ignite.cache.store.cassandra.persistence"><span class="typeNameLink">ValuePersistenceSettings</span></a> - Class in <a href="org/apache/ignite/cache/store/cassandra/persistence/package-summary.html">org.apache.ignite.cache.store.cassandra.persistence</a></dt>
<dd>
<div class="block">Stores persistence settings for Ignite cache value</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/ValuePersistenceSettings.html#ValuePersistenceSettings-org.w3c.dom.Element-">ValuePersistenceSettings(Element)</a></span> - Constructor for class org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/ValuePersistenceSettings.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">ValuePersistenceSettings</a></dt>
<dd>
<div class="block">Creates class instance from XML configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheAtomicityMode.html#values--">values()</a></span> - Static method in enum org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheAtomicityMode.html" title="enum in org.apache.ignite.cache">CacheAtomicityMode</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheMode.html#values--">values()</a></span> - Static method in enum org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheMode.html" title="enum in org.apache.ignite.cache">CacheMode</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CachePeekMode.html#values--">values()</a></span> - Static method in enum org.apache.ignite.cache.<a href="org/apache/ignite/cache/CachePeekMode.html" title="enum in org.apache.ignite.cache">CachePeekMode</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheRebalanceMode.html#values--">values()</a></span> - Static method in enum org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheRebalanceMode.html" title="enum in org.apache.ignite.cache">CacheRebalanceMode</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheWriteSynchronizationMode.html#values--">values()</a></span> - Static method in enum org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheWriteSynchronizationMode.html" title="enum in org.apache.ignite.cache">CacheWriteSynchronizationMode</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/PartitionLossPolicy.html#values--">values()</a></span> - Static method in enum org.apache.ignite.cache.<a href="org/apache/ignite/cache/PartitionLossPolicy.html" title="enum in org.apache.ignite.cache">PartitionLossPolicy</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/QueryIndexType.html#values--">values()</a></span> - Static method in enum org.apache.ignite.cache.<a href="org/apache/ignite/cache/QueryIndexType.html" title="enum in org.apache.ignite.cache">QueryIndexType</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PersistenceStrategy.html#values--">values()</a></span> - Static method in enum org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/PersistenceStrategy.html" title="enum in org.apache.ignite.cache.store.cassandra.persistence">PersistenceStrategy</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/persistence/PojoKeyField.SortOrder.html#values--">values()</a></span> - Static method in enum org.apache.ignite.cache.store.cassandra.persistence.<a href="org/apache/ignite/cache/store/cassandra/persistence/PojoKeyField.SortOrder.html" title="enum in org.apache.ignite.cache.store.cassandra.persistence">PojoKeyField.SortOrder</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.TypeKind.html#values--">values()</a></span> - Static method in enum org.apache.ignite.cache.store.jdbc.<a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.TypeKind.html" title="enum in org.apache.ignite.cache.store.jdbc">CacheAbstractJdbcStore.TypeKind</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/SslMode.html#values--">values()</a></span> - Static method in enum org.apache.ignite.client.<a href="org/apache/ignite/client/SslMode.html" title="enum in org.apache.ignite.client">SslMode</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/SslProtocol.html#values--">values()</a></span> - Static method in enum org.apache.ignite.client.<a href="org/apache/ignite/client/SslProtocol.html" title="enum in org.apache.ignite.client">SslProtocol</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterState.html#values--">values()</a></span> - Static method in enum org.apache.ignite.cluster.<a href="org/apache/ignite/cluster/ClusterState.html" title="enum in org.apache.ignite.cluster">ClusterState</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeJobResultPolicy.html#values--">values()</a></span> - Static method in enum org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeJobResultPolicy.html" title="enum in org.apache.ignite.compute">ComputeJobResultPolicy</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeTaskSessionScope.html#values--">values()</a></span> - Static method in enum org.apache.ignite.compute.<a href="org/apache/ignite/compute/ComputeTaskSessionScope.html" title="enum in org.apache.ignite.compute">ComputeTaskSessionScope</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/gridify/aop/spring/GridifySpringPointcut.GridifySpringPointcutType.html#values--">values()</a></span> - Static method in enum org.apache.ignite.compute.gridify.aop.spring.<a href="org/apache/ignite/compute/gridify/aop/spring/GridifySpringPointcut.GridifySpringPointcutType.html" title="enum in org.apache.ignite.compute.gridify.aop.spring">GridifySpringPointcut.GridifySpringPointcutType</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CheckpointWriteOrder.html#values--">values()</a></span> - Static method in enum org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/CheckpointWriteOrder.html" title="enum in org.apache.ignite.configuration">CheckpointWriteOrder</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DataPageEvictionMode.html#values--">values()</a></span> - Static method in enum org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DataPageEvictionMode.html" title="enum in org.apache.ignite.configuration">DataPageEvictionMode</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DeploymentMode.html#values--">values()</a></span> - Static method in enum org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DeploymentMode.html" title="enum in org.apache.ignite.configuration">DeploymentMode</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/DiskPageCompression.html#values--">values()</a></span> - Static method in enum org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/DiskPageCompression.html" title="enum in org.apache.ignite.configuration">DiskPageCompression</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/PageReplacementMode.html#values--">values()</a></span> - Static method in enum org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/PageReplacementMode.html" title="enum in org.apache.ignite.configuration">PageReplacementMode</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/WALMode.html#values--">values()</a></span> - Static method in enum org.apache.ignite.configuration.<a href="org/apache/ignite/configuration/WALMode.html" title="enum in org.apache.ignite.configuration">WALMode</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/failure/FailureType.html#values--">values()</a></span> - Static method in enum org.apache.ignite.failure.<a href="org/apache/ignite/failure/FailureType.html" title="enum in org.apache.ignite.failure">FailureType</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteState.html#values--">values()</a></span> - Static method in enum org.apache.ignite.<a href="org/apache/ignite/IgniteState.html" title="enum in org.apache.ignite">IgniteState</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteBiTuple.html#values--">values()</a></span> - Method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteBiTuple.html" title="class in org.apache.ignite.lang">IgniteBiTuple</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lifecycle/LifecycleEventType.html#values--">values()</a></span> - Static method in enum org.apache.ignite.lifecycle.<a href="org/apache/ignite/lifecycle/LifecycleEventType.html" title="enum in org.apache.ignite.lifecycle">LifecycleEventType</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.LabelCoordinate.html#values--">values()</a></span> - Static method in enum org.apache.ignite.ml.dataset.feature.extractor.<a href="org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.LabelCoordinate.html" title="enum in org.apache.ignite.ml.dataset.feature.extractor">Vectorizer.LabelCoordinate</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/logging/MLLogger.VerboseLevel.html#values--">values()</a></span> - Static method in enum org.apache.ignite.ml.environment.logging.<a href="org/apache/ignite/ml/environment/logging/MLLogger.VerboseLevel.html" title="enum in org.apache.ignite.ml.environment.logging">MLLogger.VerboseLevel</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/parallelism/ParallelismStrategy.Type.html#values--">values()</a></span> - Static method in enum org.apache.ignite.ml.environment.parallelism.<a href="org/apache/ignite/ml/environment/parallelism/ParallelismStrategy.Type.html" title="enum in org.apache.ignite.ml.environment.parallelism">ParallelismStrategy.Type</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/utils/indices/SpatialIndexType.html#values--">values()</a></span> - Static method in enum org.apache.ignite.ml.knn.utils.indices.<a href="org/apache/ignite/ml/knn/utils/indices/SpatialIndexType.html" title="enum in org.apache.ignite.ml.knn.utils.indices">SpatialIndexType</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/encoding/EncoderSortingStrategy.html#values--">values()</a></span> - Static method in enum org.apache.ignite.ml.preprocessing.encoding.<a href="org/apache/ignite/ml/preprocessing/encoding/EncoderSortingStrategy.html" title="enum in org.apache.ignite.ml.preprocessing.encoding">EncoderSortingStrategy</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/encoding/EncoderType.html#values--">values()</a></span> - Static method in enum org.apache.ignite.ml.preprocessing.encoding.<a href="org/apache/ignite/ml/preprocessing/encoding/EncoderType.html" title="enum in org.apache.ignite.ml.preprocessing.encoding">EncoderType</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/imputing/ImputingStrategy.html#values--">values()</a></span> - Static method in enum org.apache.ignite.ml.preprocessing.imputing.<a href="org/apache/ignite/ml/preprocessing/imputing/ImputingStrategy.html" title="enum in org.apache.ignite.ml.preprocessing.imputing">ImputingStrategy</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/metric/MetricName.html#values--">values()</a></span> - Static method in enum org.apache.ignite.ml.selection.scoring.metric.<a href="org/apache/ignite/ml/selection/scoring/metric/MetricName.html" title="enum in org.apache.ignite.ml.selection.scoring.metric">MetricName</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/sparkmodelparser/SupportedSparkModels.html#values--">values()</a></span> - Static method in enum org.apache.ignite.ml.sparkmodelparser.<a href="org/apache/ignite/ml/sparkmodelparser/SupportedSparkModels.html" title="enum in org.apache.ignite.ml.sparkmodelparser">SupportedSparkModels</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/TreeNode.Type.html#values--">values()</a></span> - Static method in enum org.apache.ignite.ml.tree.randomforest.data.<a href="org/apache/ignite/ml/tree/randomforest/data/TreeNode.Type.html" title="enum in org.apache.ignite.ml.tree.randomforest.data">TreeNode.Type</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/genetic/CrossoverStrategy.html#values--">values()</a></span> - Static method in enum org.apache.ignite.ml.util.genetic.<a href="org/apache/ignite/ml/util/genetic/CrossoverStrategy.html" title="enum in org.apache.ignite.ml.util.genetic">CrossoverStrategy</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/genetic/SelectionStrategy.html#values--">values()</a></span> - Static method in enum org.apache.ignite.ml.util.genetic.<a href="org/apache/ignite/ml/util/genetic/SelectionStrategy.html" title="enum in org.apache.ignite.ml.util.genetic">SelectionStrategy</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/osgi/classloaders/OsgiClassLoadingStrategyType.html#values--">values()</a></span> - Static method in enum org.apache.ignite.osgi.classloaders.<a href="org/apache/ignite/osgi/classloaders/OsgiClassLoadingStrategyType.html" title="enum in org.apache.ignite.osgi.classloaders">OsgiClassLoadingStrategyType</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageCollectionItemType.html#values--">values()</a></span> - Static method in enum org.apache.ignite.plugin.extensions.communication.<a href="org/apache/ignite/plugin/extensions/communication/MessageCollectionItemType.html" title="enum in org.apache.ignite.plugin.extensions.communication">MessageCollectionItemType</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/SecurityPermission.html#values--">values()</a></span> - Static method in enum org.apache.ignite.plugin.security.<a href="org/apache/ignite/plugin/security/SecurityPermission.html" title="enum in org.apache.ignite.plugin.security">SecurityPermission</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/SecuritySubjectType.html#values--">values()</a></span> - Static method in enum org.apache.ignite.plugin.security.<a href="org/apache/ignite/plugin/security/SecuritySubjectType.html" title="enum in org.apache.ignite.plugin.security">SecuritySubjectType</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/segmentation/SegmentationPolicy.html#values--">values()</a></span> - Static method in enum org.apache.ignite.plugin.segmentation.<a href="org/apache/ignite/plugin/segmentation/SegmentationPolicy.html" title="enum in org.apache.ignite.plugin.segmentation">SegmentationPolicy</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ShutdownPolicy.html#values--">values()</a></span> - Static method in enum org.apache.ignite.<a href="org/apache/ignite/ShutdownPolicy.html" title="enum in org.apache.ignite">ShutdownPolicy</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/IgnitePortProtocol.html#values--">values()</a></span> - Static method in enum org.apache.ignite.spi.<a href="org/apache/ignite/spi/IgnitePortProtocol.html" title="enum in org.apache.ignite.spi">IgnitePortProtocol</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ComputeJobView.ComputeJobState.html#values--">values()</a></span> - Static method in enum org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ComputeJobView.ComputeJobState.html" title="enum in org.apache.ignite.spi.systemview.view">ComputeJobView.ComputeJobState</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/Scope.html#values--">values()</a></span> - Static method in enum org.apache.ignite.spi.tracing.<a href="org/apache/ignite/spi/tracing/Scope.html" title="enum in org.apache.ignite.spi.tracing">Scope</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/SpanStatus.html#values--">values()</a></span> - Static method in enum org.apache.ignite.spi.tracing.<a href="org/apache/ignite/spi/tracing/SpanStatus.html" title="enum in org.apache.ignite.spi.tracing">SpanStatus</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/transactions/TransactionConcurrency.html#values--">values()</a></span> - Static method in enum org.apache.ignite.transactions.<a href="org/apache/ignite/transactions/TransactionConcurrency.html" title="enum in org.apache.ignite.transactions">TransactionConcurrency</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/transactions/TransactionIsolation.html#values--">values()</a></span> - Static method in enum org.apache.ignite.transactions.<a href="org/apache/ignite/transactions/TransactionIsolation.html" title="enum in org.apache.ignite.transactions">TransactionIsolation</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/transactions/TransactionState.html#values--">values()</a></span> - Static method in enum org.apache.ignite.transactions.<a href="org/apache/ignite/transactions/TransactionState.html" title="enum in org.apache.ignite.transactions">TransactionState</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/imputing/ImputerPartitionData.html#valuesByFrequency--">valuesByFrequency()</a></span> - Method in class org.apache.ignite.ml.preprocessing.imputing.<a href="org/apache/ignite/ml/preprocessing/imputing/ImputerPartitionData.html" title="class in org.apache.ignite.ml.preprocessing.imputing">ImputerPartitionData</a></dt>
<dd>
<div class="block">Gets the array of maps of frequencies by value in partition for each feature in the dataset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.EntryMapping.html#valueType--">valueType()</a></span> - Method in 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><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlTableView.html#valueTypeName--">valueTypeName()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlTableView.html" title="class in org.apache.ignite.spi.systemview.view">SqlTableView</a></dt>
<dd>
<div class="block">Returns name of value type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/data/statistics/NormalDistributionStatistics.html#variance--">variance()</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.data.statistics.<a href="org/apache/ignite/ml/tree/randomforest/data/statistics/NormalDistributionStatistics.html" title="class in org.apache.ignite.ml.tree.randomforest.data.statistics">NormalDistributionStatistics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/VectorUtils.html#vec2Num-org.apache.ignite.ml.math.primitives.vector.Vector-">vec2Num(Vector)</a></span> - Static method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/VectorUtils.html" title="class in org.apache.ignite.ml.math.primitives.vector">VectorUtils</a></dt>
<dd>
<div class="block">Turn Vector into number by looking at index of maximal element in vector.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector"><span class="typeNameLink">Vector</span></a> - Interface in <a href="org/apache/ignite/ml/math/primitives/vector/package-summary.html">org.apache.ignite.ml.math.primitives.vector</a></dt>
<dd>
<div class="block">A vector interface.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/DatasetRow.html#vector">vector</a></span> - Variable in class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/DatasetRow.html" title="class in org.apache.ignite.ml.structures">DatasetRow</a></dt>
<dd>
<div class="block">Vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGeneratorsFamily.VectorWithDistributionId.html#vector--">vector()</a></span> - Method in class org.apache.ignite.ml.util.generators.primitives.vector.<a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGeneratorsFamily.VectorWithDistributionId.html" title="class in org.apache.ignite.ml.util.generators.primitives.vector">VectorGeneratorsFamily.VectorWithDistributionId</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/math/primitives/vector/Vector.Element.html" title="interface in org.apache.ignite.ml.math.primitives.vector"><span class="typeNameLink">Vector.Element</span></a> - Interface in <a href="org/apache/ignite/ml/math/primitives/vector/package-summary.html">org.apache.ignite.ml.math.primitives.vector</a></dt>
<dd>
<div class="block">Holder for vector's element.</div>
</dd>
<dt><a href="org/apache/ignite/ml/preprocessing/finalization/VectorFinalizationPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.finalization"><span class="typeNameLink">VectorFinalizationPreprocessor</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/preprocessing/finalization/VectorFinalizationPreprocessor.html" title="type parameter in VectorFinalizationPreprocessor">K</a>,<a href="org/apache/ignite/ml/preprocessing/finalization/VectorFinalizationPreprocessor.html" title="type parameter in VectorFinalizationPreprocessor">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/preprocessing/finalization/package-summary.html">org.apache.ignite.ml.preprocessing.finalization</a></dt>
<dd>
<div class="block">Preprocessing function that makes vector finalization.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/finalization/VectorFinalizationPreprocessor.html#VectorFinalizationPreprocessor-org.apache.ignite.ml.preprocessing.Preprocessor-">VectorFinalizationPreprocessor(Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.preprocessing.finalization.<a href="org/apache/ignite/ml/preprocessing/finalization/VectorFinalizationPreprocessor.html" title="class in org.apache.ignite.ml.preprocessing.finalization">VectorFinalizationPreprocessor</a></dt>
<dd>
<div class="block">Constructs a new instance of Binarization preprocessor.</div>
</dd>
<dt><a href="org/apache/ignite/ml/preprocessing/finalization/VectorFinalizationTrainer.html" title="class in org.apache.ignite.ml.preprocessing.finalization"><span class="typeNameLink">VectorFinalizationTrainer</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/preprocessing/finalization/VectorFinalizationTrainer.html" title="type parameter in VectorFinalizationTrainer">K</a>,<a href="org/apache/ignite/ml/preprocessing/finalization/VectorFinalizationTrainer.html" title="type parameter in VectorFinalizationTrainer">V</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/preprocessing/finalization/package-summary.html">org.apache.ignite.ml.preprocessing.finalization</a></dt>
<dd>
<div class="block">Trainer of the vector finalization preprocessor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/finalization/VectorFinalizationTrainer.html#VectorFinalizationTrainer--">VectorFinalizationTrainer()</a></span> - Constructor for class org.apache.ignite.ml.preprocessing.finalization.<a href="org/apache/ignite/ml/preprocessing/finalization/VectorFinalizationTrainer.html" title="class in org.apache.ignite.ml.preprocessing.finalization">VectorFinalizationTrainer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGenerator.html" title="interface in org.apache.ignite.ml.util.generators.primitives.vector"><span class="typeNameLink">VectorGenerator</span></a> - Interface in <a href="org/apache/ignite/ml/util/generators/primitives/vector/package-summary.html">org.apache.ignite.ml.util.generators.primitives.vector</a></dt>
<dd>
<div class="block">Basic interface for pseudo-random vectors generators.</div>
</dd>
<dt><a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGeneratorPrimitives.html" title="class in org.apache.ignite.ml.util.generators.primitives.vector"><span class="typeNameLink">VectorGeneratorPrimitives</span></a> - Class in <a href="org/apache/ignite/ml/util/generators/primitives/vector/package-summary.html">org.apache.ignite.ml.util.generators.primitives.vector</a></dt>
<dd>
<div class="block">Collection of predefined vector generators.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGeneratorPrimitives.html#VectorGeneratorPrimitives--">VectorGeneratorPrimitives()</a></span> - Constructor for class org.apache.ignite.ml.util.generators.primitives.vector.<a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGeneratorPrimitives.html" title="class in org.apache.ignite.ml.util.generators.primitives.vector">VectorGeneratorPrimitives</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGeneratorsFamily.html" title="class in org.apache.ignite.ml.util.generators.primitives.vector"><span class="typeNameLink">VectorGeneratorsFamily</span></a> - Class in <a href="org/apache/ignite/ml/util/generators/primitives/vector/package-summary.html">org.apache.ignite.ml.util.generators.primitives.vector</a></dt>
<dd>
<div class="block">Represents a distribution family of district vector generators.</div>
</dd>
<dt><a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGeneratorsFamily.Builder.html" title="class in org.apache.ignite.ml.util.generators.primitives.vector"><span class="typeNameLink">VectorGeneratorsFamily.Builder</span></a> - Class in <a href="org/apache/ignite/ml/util/generators/primitives/vector/package-summary.html">org.apache.ignite.ml.util.generators.primitives.vector</a></dt>
<dd>
<div class="block">Helper for distribution family building.</div>
</dd>
<dt><a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGeneratorsFamily.VectorWithDistributionId.html" title="class in org.apache.ignite.ml.util.generators.primitives.vector"><span class="typeNameLink">VectorGeneratorsFamily.VectorWithDistributionId</span></a> - Class in <a href="org/apache/ignite/ml/util/generators/primitives/vector/package-summary.html">org.apache.ignite.ml.util.generators.primitives.vector</a></dt>
<dd>
<div class="block">Container for vector and distribution id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/primitives/scalar/RandomProducer.html#vectorize-int-">vectorize(int)</a></span> - Method in interface org.apache.ignite.ml.util.generators.primitives.scalar.<a href="org/apache/ignite/ml/util/generators/primitives/scalar/RandomProducer.html" title="interface in org.apache.ignite.ml.util.generators.primitives.scalar">RandomProducer</a></dt>
<dd>
<div class="block">Create <a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGenerator.html" title="interface in org.apache.ignite.ml.util.generators.primitives.vector"><code>VectorGenerator</code></a> with vectors having feature values generated by random producer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/primitives/scalar/RandomProducer.html#vectorize-org.apache.ignite.ml.util.generators.primitives.scalar.RandomProducer...-">vectorize(RandomProducer...)</a></span> - Static method in interface org.apache.ignite.ml.util.generators.primitives.scalar.<a href="org/apache/ignite/ml/util/generators/primitives/scalar/RandomProducer.html" title="interface in org.apache.ignite.ml.util.generators.primitives.scalar">RandomProducer</a></dt>
<dd>
<div class="block">Creates <a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGenerator.html" title="interface in org.apache.ignite.ml.util.generators.primitives.vector"><code>VectorGenerator</code></a> with vectors having feature values in according to
preudorandom producers.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/primitives/vector/impl/VectorizedViewMatrix.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl"><span class="typeNameLink">VectorizedViewMatrix</span></a> - Class in <a href="org/apache/ignite/ml/math/primitives/vector/impl/package-summary.html">org.apache.ignite.ml.math.primitives.vector.impl</a></dt>
<dd>
<div class="block">Row or column vector view off the matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/VectorizedViewMatrix.html#VectorizedViewMatrix--">VectorizedViewMatrix()</a></span> - Constructor for class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/VectorizedViewMatrix.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">VectorizedViewMatrix</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/VectorizedViewMatrix.html#VectorizedViewMatrix-org.apache.ignite.ml.math.primitives.matrix.Matrix-int-int-int-int-">VectorizedViewMatrix(Matrix, int, int, int, int)</a></span> - Constructor for class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/VectorizedViewMatrix.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">VectorizedViewMatrix</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorizedViewMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage"><span class="typeNameLink">VectorizedViewMatrixStorage</span></a> - Class in <a href="org/apache/ignite/ml/math/primitives/vector/storage/package-summary.html">org.apache.ignite.ml.math.primitives.vector.storage</a></dt>
<dd>
<div class="block">Row, column or diagonal vector-based view of the matrix</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorizedViewMatrixStorage.html#VectorizedViewMatrixStorage--">VectorizedViewMatrixStorage()</a></span> - Constructor for class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorizedViewMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">VectorizedViewMatrixStorage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorizedViewMatrixStorage.html#VectorizedViewMatrixStorage-org.apache.ignite.ml.math.primitives.matrix.Matrix-int-int-int-int-">VectorizedViewMatrixStorage(Matrix, int, int, int, int)</a></span> - Constructor for class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorizedViewMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">VectorizedViewMatrixStorage</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor"><span class="typeNameLink">Vectorizer</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.html" title="type parameter in Vectorizer">K</a>,<a href="org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.html" title="type parameter in Vectorizer">V</a>,<a href="org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.html" title="type parameter in Vectorizer">C</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>,<a href="org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.html" title="type parameter in Vectorizer">L</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/dataset/feature/extractor/package-summary.html">org.apache.ignite.ml.dataset.feature.extractor</a></dt>
<dd>
<div class="block">Class for extracting labeled vectors from upstream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.html#Vectorizer-C...-">Vectorizer(C...)</a></span> - Constructor for class org.apache.ignite.ml.dataset.feature.extractor.<a href="org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor">Vectorizer</a></dt>
<dd>
<div class="block">Creates an instance of Vectorizer.</div>
</dd>
<dt><a href="org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.LabelCoordinate.html" title="enum in org.apache.ignite.ml.dataset.feature.extractor"><span class="typeNameLink">Vectorizer.LabelCoordinate</span></a> - Enum in <a href="org/apache/ignite/ml/dataset/feature/extractor/package-summary.html">org.apache.ignite.ml.dataset.feature.extractor</a></dt>
<dd>
<div class="block">Shotrcuts for coordinates in feature vector.</div>
</dd>
<dt><a href="org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.VectorizerAdapter.html" title="class in org.apache.ignite.ml.dataset.feature.extractor"><span class="typeNameLink">Vectorizer.VectorizerAdapter</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.VectorizerAdapter.html" title="type parameter in Vectorizer.VectorizerAdapter">K</a>,<a href="org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.VectorizerAdapter.html" title="type parameter in Vectorizer.VectorizerAdapter">V</a>,<a href="org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.VectorizerAdapter.html" title="type parameter in Vectorizer.VectorizerAdapter">C</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>,<a href="org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.VectorizerAdapter.html" title="type parameter in Vectorizer.VectorizerAdapter">L</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/dataset/feature/extractor/package-summary.html">org.apache.ignite.ml.dataset.feature.extractor</a></dt>
<dd>
<div class="block">Utility class for convenient overridings.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.VectorizerAdapter.html#VectorizerAdapter--">VectorizerAdapter()</a></span> - Constructor for class org.apache.ignite.ml.dataset.feature.extractor.<a href="org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.VectorizerAdapter.html" title="class in org.apache.ignite.ml.dataset.feature.extractor">Vectorizer.VectorizerAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/math/primitives/vector/VectorStorage.html" title="interface in org.apache.ignite.ml.math.primitives.vector"><span class="typeNameLink">VectorStorage</span></a> - Interface in <a href="org/apache/ignite/ml/math/primitives/vector/package-summary.html">org.apache.ignite.ml.math.primitives.vector</a></dt>
<dd>
<div class="block">Data storage support for <a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector"><code>Vector</code></a>.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/primitives/vector/VectorUtils.html" title="class in org.apache.ignite.ml.math.primitives.vector"><span class="typeNameLink">VectorUtils</span></a> - Class in <a href="org/apache/ignite/ml/math/primitives/vector/package-summary.html">org.apache.ignite.ml.math.primitives.vector</a></dt>
<dd>
<div class="block">Some utils for <a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector"><code>Vector</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/VectorUtils.html#VectorUtils--">VectorUtils()</a></span> - Constructor for class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/VectorUtils.html" title="class in org.apache.ignite.ml.math.primitives.vector">VectorUtils</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/math/primitives/vector/impl/VectorView.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl"><span class="typeNameLink">VectorView</span></a> - Class in <a href="org/apache/ignite/ml/math/primitives/vector/impl/package-summary.html">org.apache.ignite.ml.math.primitives.vector.impl</a></dt>
<dd>
<div class="block">Implements the partial view into the parent <a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector"><code>Vector</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/VectorView.html#VectorView--">VectorView()</a></span> - Constructor for class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/VectorView.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">VectorView</a></dt>
<dd>
<div class="block">Constructor for <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Externalizable.html?is-external=true" title="class or interface in java.io"><code>Externalizable</code></a> interface.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/VectorView.html#VectorView-org.apache.ignite.ml.math.primitives.vector.Vector-int-int-">VectorView(Vector, int, int)</a></span> - Constructor for class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/VectorView.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">VectorView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/VectorView.html#VectorView-org.apache.ignite.ml.math.primitives.vector.VectorStorage-int-int-">VectorView(VectorStorage, int, int)</a></span> - Constructor for class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/VectorView.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">VectorView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorViewStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage"><span class="typeNameLink">VectorViewStorage</span></a> - Class in <a href="org/apache/ignite/ml/math/primitives/vector/storage/package-summary.html">org.apache.ignite.ml.math.primitives.vector.storage</a></dt>
<dd>
<div class="block"><a href="org/apache/ignite/ml/math/primitives/vector/VectorStorage.html" title="interface in org.apache.ignite.ml.math.primitives.vector"><code>VectorStorage</code></a> implementation that delegates to parent matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorViewStorage.html#VectorViewStorage--">VectorViewStorage()</a></span> - Constructor for class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorViewStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">VectorViewStorage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorViewStorage.html#VectorViewStorage-org.apache.ignite.ml.math.primitives.vector.VectorStorage-int-int-">VectorViewStorage(VectorStorage, int, int)</a></span> - Constructor for class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorViewStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">VectorViewStorage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGeneratorsFamily.VectorWithDistributionId.html#VectorWithDistributionId-org.apache.ignite.ml.math.primitives.vector.Vector-int-">VectorWithDistributionId(Vector, int)</a></span> - Constructor for class org.apache.ignite.ml.util.generators.primitives.vector.<a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGeneratorsFamily.VectorWithDistributionId.html" title="class in org.apache.ignite.ml.util.generators.primitives.vector">VectorGeneratorsFamily.VectorWithDistributionId</a></dt>
<dd>
<div class="block">Creates an instance of VectorWithDistributionId.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/kubernetes/configuration/KubernetesConnectionConfiguration.html#verify--">verify()</a></span> - Method in class org.apache.ignite.kubernetes.configuration.<a href="org/apache/ignite/kubernetes/configuration/KubernetesConnectionConfiguration.html" title="class in org.apache.ignite.kubernetes.configuration">KubernetesConnectionConfiguration</a></dt>
<dd>
<div class="block">Verify that configuration is valid.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateAccessStrategyFactory.html#VERIFY_ATOMICITY">VERIFY_ATOMICITY</a></span> - Static variable in class org.apache.ignite.cache.hibernate.<a href="org/apache/ignite/cache/hibernate/HibernateAccessStrategyFactory.html" title="class in org.apache.ignite.cache.hibernate">HibernateAccessStrategyFactory</a></dt>
<dd>
<div class="block">Disable atomicity check when caches are created lazily.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/CacheEntry.html#version--">version()</a></span> - Method in interface org.apache.ignite.cache.<a href="org/apache/ignite/cache/CacheEntry.html" title="interface in org.apache.ignite.cache">CacheEntry</a></dt>
<dd>
<div class="block">Returns a comparable object representing the version of this cache entry.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cluster/ClusterNode.html#version--">version()</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 node version.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/Ignite.html#version--">version()</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 Ignite version.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#version--">version()</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 Ignite version.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/plugin/MLPluginProvider.html#version--">version()</a></span> - Method in class org.apache.ignite.ml.util.plugin.<a href="org/apache/ignite/ml/util/plugin/MLPluginProvider.html" title="class in org.apache.ignite.ml.util.plugin">MLPluginProvider</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/PluginProvider.html#version--">version()</a></span> - Method in interface org.apache.ignite.plugin.<a href="org/apache/ignite/plugin/PluginProvider.html" title="interface in org.apache.ignite.plugin">PluginProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/isolated/IsolatedNode.html#version--">version()</a></span> - Method in class org.apache.ignite.spi.discovery.isolated.<a href="org/apache/ignite/spi/discovery/isolated/IsolatedNode.html" title="class in org.apache.ignite.spi.discovery.isolated">IsolatedNode</a></dt>
<dd>
<div class="block">Gets node version.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ClientConnectionView.html#version--">version()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ClientConnectionView.html" title="class in org.apache.ignite.spi.systemview.view">ClientConnectionView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/ClusterNodeView.html#version--">version()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/ClusterNodeView.html" title="class in org.apache.ignite.spi.systemview.view">ClusterNodeView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#viewColumn-int-">viewColumn(int)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>
<div class="block">Creates new view into matrix column .</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html#viewColumn-int-">viewColumn(int)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">Matrix</a></dt>
<dd>
<div class="block">Creates new view into matrix column .</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#viewDiagonal--">viewDiagonal()</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>
<div class="block">Creates new view into matrix diagonal.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html#viewDiagonal--">viewDiagonal()</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">Matrix</a></dt>
<dd>
<div class="block">Creates new view into matrix diagonal.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/primitives/matrix/impl/ViewMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix.impl"><span class="typeNameLink">ViewMatrix</span></a> - Class in <a href="org/apache/ignite/ml/math/primitives/matrix/impl/package-summary.html">org.apache.ignite.ml.math.primitives.matrix.impl</a></dt>
<dd>
<div class="block">Implements the rectangular view into the parent <a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix"><code>Matrix</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/impl/ViewMatrix.html#ViewMatrix--">ViewMatrix()</a></span> - Constructor for class org.apache.ignite.ml.math.primitives.matrix.impl.<a href="org/apache/ignite/ml/math/primitives/matrix/impl/ViewMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix.impl">ViewMatrix</a></dt>
<dd>
<div class="block">Constructor for <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Externalizable.html?is-external=true" title="class or interface in java.io"><code>Externalizable</code></a> interface.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/impl/ViewMatrix.html#ViewMatrix-org.apache.ignite.ml.math.primitives.matrix.Matrix-int-int-int-int-">ViewMatrix(Matrix, int, int, int, int)</a></span> - Constructor for class org.apache.ignite.ml.math.primitives.matrix.impl.<a href="org/apache/ignite/ml/math/primitives/matrix/impl/ViewMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix.impl">ViewMatrix</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/impl/ViewMatrix.html#ViewMatrix-org.apache.ignite.ml.math.primitives.matrix.MatrixStorage-int-int-int-int-">ViewMatrix(MatrixStorage, int, int, int, int)</a></span> - Constructor for class org.apache.ignite.ml.math.primitives.matrix.impl.<a href="org/apache/ignite/ml/math/primitives/matrix/impl/ViewMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix.impl">ViewMatrix</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/math/primitives/matrix/storage/ViewMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.matrix.storage"><span class="typeNameLink">ViewMatrixStorage</span></a> - Class in <a href="org/apache/ignite/ml/math/primitives/matrix/storage/package-summary.html">org.apache.ignite.ml.math.primitives.matrix.storage</a></dt>
<dd>
<div class="block"><a href="org/apache/ignite/ml/math/primitives/matrix/MatrixStorage.html" title="interface in org.apache.ignite.ml.math.primitives.matrix"><code>MatrixStorage</code></a> implementation that delegates to parent matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/storage/ViewMatrixStorage.html#ViewMatrixStorage--">ViewMatrixStorage()</a></span> - Constructor for class org.apache.ignite.ml.math.primitives.matrix.storage.<a href="org/apache/ignite/ml/math/primitives/matrix/storage/ViewMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.matrix.storage">ViewMatrixStorage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/storage/ViewMatrixStorage.html#ViewMatrixStorage-org.apache.ignite.ml.math.primitives.matrix.MatrixStorage-int-int-int-int-">ViewMatrixStorage(MatrixStorage, int, int, int, int)</a></span> - Constructor for class org.apache.ignite.ml.math.primitives.matrix.storage.<a href="org/apache/ignite/ml/math/primitives/matrix/storage/ViewMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.matrix.storage">ViewMatrixStorage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SqlViewColumnView.html#viewName--">viewName()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SqlViewColumnView.html" title="class in org.apache.ignite.spi.systemview.view">SqlViewColumnView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#viewPart-int-int-">viewPart(int, int)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#viewPart-int-int-">viewPart(int, int)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/Vector.html#viewPart-int-int-">viewPart(int, int)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector">Vector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#viewRow-int-">viewRow(int)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dd>
<div class="block">Creates new view into matrix row.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html#viewRow-int-">viewRow(int)</a></span> - Method in interface org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/Matrix.html" title="interface in org.apache.ignite.ml.math.primitives.matrix">Matrix</a></dt>
<dd>
<div class="block">Creates new view into matrix row.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SystemViewRowAttributeWalker.html#visitAll-org.apache.ignite.spi.systemview.view.SystemViewRowAttributeWalker.AttributeVisitor-">visitAll(SystemViewRowAttributeWalker.AttributeVisitor)</a></span> - Method in interface org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SystemViewRowAttributeWalker.html" title="interface in org.apache.ignite.spi.systemview.view">SystemViewRowAttributeWalker</a></dt>
<dd>
<div class="block">Calls visitor for each row attribute.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SystemViewRowAttributeWalker.html#visitAll-R-org.apache.ignite.spi.systemview.view.SystemViewRowAttributeWalker.AttributeWithValueVisitor-">visitAll(R, SystemViewRowAttributeWalker.AttributeWithValueVisitor)</a></span> - Method in interface org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SystemViewRowAttributeWalker.html" title="interface in org.apache.ignite.spi.systemview.view">SystemViewRowAttributeWalker</a></dt>
<dd>
<div class="block">Calls visitor for each row attribute.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelBaseVisitor.html#visitXgHeader-org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgHeaderContext-">visitXgHeader(XGBoostModelParser.XgHeaderContext)</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelBaseVisitor.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#xgHeader--"><code>XGBoostModelParser.xgHeader()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelVisitor.html#visitXgHeader-org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgHeaderContext-">visitXgHeader(XGBoostModelParser.XgHeaderContext)</a></span> - Method in interface org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelVisitor.html" title="interface in org.apache.ignite.ml.xgboost.parser">XGBoostModelVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#xgHeader--"><code>XGBoostModelParser.xgHeader()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelBaseVisitor.html#visitXgLeaf-org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgLeafContext-">visitXgLeaf(XGBoostModelParser.XgLeafContext)</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelBaseVisitor.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#xgLeaf--"><code>XGBoostModelParser.xgLeaf()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelVisitor.html#visitXgLeaf-org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgLeafContext-">visitXgLeaf(XGBoostModelParser.XgLeafContext)</a></span> - Method in interface org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelVisitor.html" title="interface in org.apache.ignite.ml.xgboost.parser">XGBoostModelVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#xgLeaf--"><code>XGBoostModelParser.xgLeaf()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/visitor/XGModelVisitor.html#visitXgModel-org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgModelContext-">visitXgModel(XGBoostModelParser.XgModelContext)</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.visitor.<a href="org/apache/ignite/ml/xgboost/parser/visitor/XGModelVisitor.html" title="class in org.apache.ignite.ml.xgboost.parser.visitor">XGModelVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#xgModel--"><code>XGBoostModelParser.xgModel()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelBaseVisitor.html#visitXgModel-org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgModelContext-">visitXgModel(XGBoostModelParser.XgModelContext)</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelBaseVisitor.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#xgModel--"><code>XGBoostModelParser.xgModel()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelVisitor.html#visitXgModel-org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgModelContext-">visitXgModel(XGBoostModelParser.XgModelContext)</a></span> - Method in interface org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelVisitor.html" title="interface in org.apache.ignite.ml.xgboost.parser">XGBoostModelVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#xgModel--"><code>XGBoostModelParser.xgModel()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelBaseVisitor.html#visitXgNode-org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgNodeContext-">visitXgNode(XGBoostModelParser.XgNodeContext)</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelBaseVisitor.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#xgNode--"><code>XGBoostModelParser.xgNode()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelVisitor.html#visitXgNode-org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgNodeContext-">visitXgNode(XGBoostModelParser.XgNodeContext)</a></span> - Method in interface org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelVisitor.html" title="interface in org.apache.ignite.ml.xgboost.parser">XGBoostModelVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#xgNode--"><code>XGBoostModelParser.xgNode()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/visitor/XGTreeDictionaryVisitor.html#visitXgTree-org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgTreeContext-">visitXgTree(XGBoostModelParser.XgTreeContext)</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.visitor.<a href="org/apache/ignite/ml/xgboost/parser/visitor/XGTreeDictionaryVisitor.html" title="class in org.apache.ignite.ml.xgboost.parser.visitor">XGTreeDictionaryVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#xgTree--"><code>XGBoostModelParser.xgTree()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/visitor/XGTreeVisitor.html#visitXgTree-org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgTreeContext-">visitXgTree(XGBoostModelParser.XgTreeContext)</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.visitor.<a href="org/apache/ignite/ml/xgboost/parser/visitor/XGTreeVisitor.html" title="class in org.apache.ignite.ml.xgboost.parser.visitor">XGTreeVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#xgTree--"><code>XGBoostModelParser.xgTree()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelBaseVisitor.html#visitXgTree-org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgTreeContext-">visitXgTree(XGBoostModelParser.XgTreeContext)</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelBaseVisitor.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#xgTree--"><code>XGBoostModelParser.xgTree()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelVisitor.html#visitXgTree-org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgTreeContext-">visitXgTree(XGBoostModelParser.XgTreeContext)</a></span> - Method in interface org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelVisitor.html" title="interface in org.apache.ignite.ml.xgboost.parser">XGBoostModelVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#xgTree--"><code>XGBoostModelParser.xgTree()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelBaseVisitor.html#visitXgValue-org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgValueContext-">visitXgValue(XGBoostModelParser.XgValueContext)</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelBaseVisitor.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#xgValue--"><code>XGBoostModelParser.xgValue()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelVisitor.html#visitXgValue-org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.XgValueContext-">visitXgValue(XGBoostModelParser.XgValueContext)</a></span> - Method in interface org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelVisitor.html" title="interface in org.apache.ignite.ml.xgboost.parser">XGBoostModelVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#xgValue--"><code>XGBoostModelParser.xgValue()</code></a>.</div>
</dd>
<dt><a href="org/apache/ignite/visor/plugin/VisorExtensionPoint.html" title="class in org.apache.ignite.visor.plugin"><span class="typeNameLink">VisorExtensionPoint</span></a> - Class in <a href="org/apache/ignite/visor/plugin/package-summary.html">org.apache.ignite.visor.plugin</a></dt>
<dd>
<div class="block">Abstract base class for Visor plugin extension point.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/visor/plugin/VisorExtensionPoint.html#VisorExtensionPoint-org.apache.ignite.visor.plugin.VisorPluginModel-">VisorExtensionPoint(VisorPluginModel)</a></span> - Constructor for class org.apache.ignite.visor.plugin.<a href="org/apache/ignite/visor/plugin/VisorExtensionPoint.html" title="class in org.apache.ignite.visor.plugin">VisorExtensionPoint</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/visor/plugin/VisorPluggableTab.html" title="class in org.apache.ignite.visor.plugin"><span class="typeNameLink">VisorPluggableTab</span></a> - Class in <a href="org/apache/ignite/visor/plugin/package-summary.html">org.apache.ignite.visor.plugin</a></dt>
<dd>
<div class="block">Abstract base class for Visor pluggable tabs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/visor/plugin/VisorPluggableTab.html#VisorPluggableTab-org.apache.ignite.visor.plugin.VisorPluginModel-">VisorPluggableTab(VisorPluginModel)</a></span> - Constructor for class org.apache.ignite.visor.plugin.<a href="org/apache/ignite/visor/plugin/VisorPluggableTab.html" title="class in org.apache.ignite.visor.plugin">VisorPluggableTab</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/visor/plugin/VisorPlugin.html" title="class in org.apache.ignite.visor.plugin"><span class="typeNameLink">VisorPlugin</span></a> - Class in <a href="org/apache/ignite/visor/plugin/package-summary.html">org.apache.ignite.visor.plugin</a></dt>
<dd>
<div class="block">Base class for Visor plugins.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/visor/plugin/VisorPlugin.html#VisorPlugin-ro.fortsoft.pf4j.PluginWrapper-">VisorPlugin(PluginWrapper)</a></span> - Constructor for class org.apache.ignite.visor.plugin.<a href="org/apache/ignite/visor/plugin/VisorPlugin.html" title="class in org.apache.ignite.visor.plugin">VisorPlugin</a></dt>
<dd>
<div class="block">Constructor to be used by plugin manager for plugin instantiation.</div>
</dd>
<dt><a href="org/apache/ignite/visor/plugin/VisorPluginComponent.html" title="interface in org.apache.ignite.visor.plugin"><span class="typeNameLink">VisorPluginComponent</span></a> - Interface in <a href="org/apache/ignite/visor/plugin/package-summary.html">org.apache.ignite.visor.plugin</a></dt>
<dd>
<div class="block">Base interface for Visor components.</div>
</dd>
<dt><a href="org/apache/ignite/visor/plugin/VisorPluginComponentsFactory.html" title="interface in org.apache.ignite.visor.plugin"><span class="typeNameLink">VisorPluginComponentsFactory</span></a> - Interface in <a href="org/apache/ignite/visor/plugin/package-summary.html">org.apache.ignite.visor.plugin</a></dt>
<dd>
<div class="block">Factory for creating ready Visor UI blocks like nodes panel, log panel, etc.</div>
</dd>
<dt><a href="org/apache/ignite/visor/plugin/VisorPluginLogPanel.html" title="interface in org.apache.ignite.visor.plugin"><span class="typeNameLink">VisorPluginLogPanel</span></a> - Interface in <a href="org/apache/ignite/visor/plugin/package-summary.html">org.apache.ignite.visor.plugin</a></dt>
<dd>
<div class="block">Standard Visor panel with log entries.</div>
</dd>
<dt><a href="org/apache/ignite/visor/plugin/VisorPluginModel.html" title="interface in org.apache.ignite.visor.plugin"><span class="typeNameLink">VisorPluginModel</span></a> - Interface in <a href="org/apache/ignite/visor/plugin/package-summary.html">org.apache.ignite.visor.plugin</a></dt>
<dd>
<div class="block">Gateway to Visor functionality from plugins.</div>
</dd>
<dt><a href="org/apache/ignite/visor/plugin/VisorPluginNodesPanel.html" title="interface in org.apache.ignite.visor.plugin"><span class="typeNameLink">VisorPluginNodesPanel</span></a> - Interface in <a href="org/apache/ignite/visor/plugin/package-summary.html">org.apache.ignite.visor.plugin</a></dt>
<dd>
<div class="block">Standart Visor panel with nodes.</div>
</dd>
<dt><a href="org/apache/ignite/visor/plugin/VisorSelectionListener.html" title="interface in org.apache.ignite.visor.plugin"><span class="typeNameLink">VisorSelectionListener</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/visor/plugin/VisorSelectionListener.html" title="type parameter in VisorSelectionListener">T</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/visor/plugin/package-summary.html">org.apache.ignite.visor.plugin</a></dt>
<dd>
<div class="block">The listener interface for receiving "selection" events from standard Visor panels.</div>
</dd>
<dt><a href="org/apache/ignite/visor/plugin/VisorTopologyListener.html" title="interface in org.apache.ignite.visor.plugin"><span class="typeNameLink">VisorTopologyListener</span></a> - Interface in <a href="org/apache/ignite/visor/plugin/package-summary.html">org.apache.ignite.visor.plugin</a></dt>
<dd>
<div class="block">Listener for grid node topology changes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteUuid.html#VM_ID">VM_ID</a></span> - Static variable in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteUuid.html" title="class in org.apache.ignite.lang">IgniteUuid</a></dt>
<dd>
<div class="block">VM ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#VM_NAME_DESC">VM_NAME_DESC</a></span> - Static variable 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="memberNameLink"><a href="org/apache/ignite/lang/IgniteUuid.html#vmId--">vmId()</a></span> - Static method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteUuid.html" title="class in org.apache.ignite.lang">IgniteUuid</a></dt>
<dd>
<div class="block">Gets <a href="https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html?is-external=true" title="class or interface in java.util"><code>UUID</code></a> associated with local VM.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html#VOCABULARY">VOCABULARY</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelLexer</a></dt>
<dd>
<div class="block">Vocabulary.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#VOCABULARY">VOCABULARY</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser</a></dt>
<dd>
<div class="block">Vocabulary.</div>
</dd>
</dl>
<a name="I:W">
<!-- -->
</a>
<h2 class="title">W</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpi.html#WAIT_JOBS_THRESHOLD_NODE_ATTR">WAIT_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 on waiting queue.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeTaskSession.html#waitForAttribute-K-long-">waitForAttribute(K, long)</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">Waits for the specified attribute to be set.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeTaskSession.html#waitForAttribute-K-V-long-">waitForAttribute(K, V, long)</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">Waits for the specified attribute to be set or updated with given value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeTaskSession.html#waitForAttributes-java.util.Collection-long-">waitForAttributes(Collection<span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span>, long)</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">Waits for the specified attributes to be set.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/compute/ComputeTaskSession.html#waitForAttributes-java.util.Map-long-">waitForAttributes(Map<span class='angle_bracket'>&lt;</span>?, ?<span class='angle_bracket'>&gt;</span>, long)</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">Waits for the specified attributes to be set or updated with given values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#waitForClientMessagePrecessed--">waitForClientMessagePrecessed()</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="memberNameLink"><a href="org/apache/ignite/IgniteEvents.html#waitForLocal-org.apache.ignite.lang.IgnitePredicate-int...-">waitForLocal(IgnitePredicate<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>, int...)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteEvents.html" title="interface in org.apache.ignite">IgniteEvents</a></dt>
<dd>
<div class="block">Waits for the specified events.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteEvents.html#waitForLocalAsync-org.apache.ignite.lang.IgnitePredicate-int...-">waitForLocalAsync(IgnitePredicate<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>, int...)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteEvents.html" title="interface in org.apache.ignite">IgniteEvents</a></dt>
<dd>
<div class="block">Create future to wait for the specified events.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/CollisionContext.html#waitingJobs--">waitingJobs()</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 waiting
for execution.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/SystemView.html#walker--">walker()</a></span> - Method in interface org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/SystemView.html" title="interface in org.apache.ignite.spi.systemview.view">SystemView</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/configuration/WALMode.html" title="enum in org.apache.ignite.configuration"><span class="typeNameLink">WALMode</span></a> - Enum in <a href="org/apache/ignite/configuration/package-summary.html">org.apache.ignite.configuration</a></dt>
<dd>
<div class="block">WAL Mode.</div>
</dd>
<dt><a href="org/apache/ignite/events/WalSegmentArchivedEvent.html" title="class in org.apache.ignite.events"><span class="typeNameLink">WalSegmentArchivedEvent</span></a> - Class in <a href="org/apache/ignite/events/package-summary.html">org.apache.ignite.events</a></dt>
<dd>
<div class="block">Event indicates the completion of WAL segment file transition to archive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/WalSegmentArchivedEvent.html#WalSegmentArchivedEvent-org.apache.ignite.cluster.ClusterNode-long-java.io.File-">WalSegmentArchivedEvent(ClusterNode, long, File)</a></span> - Constructor for class org.apache.ignite.events.<a href="org/apache/ignite/events/WalSegmentArchivedEvent.html" title="class in org.apache.ignite.events">WalSegmentArchivedEvent</a></dt>
<dd>
<div class="block">Creates WAL segment event</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/WalSegmentArchivedEvent.html#WalSegmentArchivedEvent-org.apache.ignite.cluster.ClusterNode-long-java.io.File-int-">WalSegmentArchivedEvent(ClusterNode, long, File, int)</a></span> - Constructor for class org.apache.ignite.events.<a href="org/apache/ignite/events/WalSegmentArchivedEvent.html" title="class in org.apache.ignite.events">WalSegmentArchivedEvent</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/events/WalSegmentCompactedEvent.html" title="class in org.apache.ignite.events"><span class="typeNameLink">WalSegmentCompactedEvent</span></a> - Class in <a href="org/apache/ignite/events/package-summary.html">org.apache.ignite.events</a></dt>
<dd>
<div class="block">Event indicates the completion of WAL segment compaction.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/WalSegmentCompactedEvent.html#WalSegmentCompactedEvent-org.apache.ignite.cluster.ClusterNode-long-java.io.File-">WalSegmentCompactedEvent(ClusterNode, long, File)</a></span> - Constructor for class org.apache.ignite.events.<a href="org/apache/ignite/events/WalSegmentCompactedEvent.html" title="class in org.apache.ignite.events">WalSegmentCompactedEvent</a></dt>
<dd>
<div class="block">Creates WAL segment compaction event.</div>
</dd>
<dt><a href="org/apache/ignite/development/utils/WalStat.html" title="class in org.apache.ignite.development.utils"><span class="typeNameLink">WalStat</span></a> - Class in <a href="org/apache/ignite/development/utils/package-summary.html">org.apache.ignite.development.utils</a></dt>
<dd>
<div class="block">Statistic for overall WAL file</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/development/utils/WalStat.html#WalStat--">WalStat()</a></span> - Constructor for class org.apache.ignite.development.utils.<a href="org/apache/ignite/development/utils/WalStat.html" title="class in org.apache.ignite.development.utils">WalStat</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/configuration/WarmUpConfiguration.html" title="interface in org.apache.ignite.configuration"><span class="typeNameLink">WarmUpConfiguration</span></a> - Interface in <a href="org/apache/ignite/configuration/package-summary.html">org.apache.ignite.configuration</a></dt>
<dd>
<div class="block">Warm-up configuration marker interface.</div>
</dd>
<dt><a href="org/apache/ignite/mxbean/WarmUpMXBean.html" title="interface in org.apache.ignite.mxbean"><span class="typeNameLink">WarmUpMXBean</span></a> - Interface in <a href="org/apache/ignite/mxbean/package-summary.html">org.apache.ignite.mxbean</a></dt>
<dd>
<div class="block">Warm-up MXBean interface.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteLogger.html#warning-java.lang.String-">warning(String)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteLogger.html" title="interface in org.apache.ignite">IgniteLogger</a></dt>
<dd>
<div class="block">Logs out warning message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteLogger.html#warning-java.lang.String-java.lang.Throwable-">warning(String, Throwable)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteLogger.html" title="interface in org.apache.ignite">IgniteLogger</a></dt>
<dd>
<div class="block">Logs out warning message with optional exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteLogger.html#warning-java.lang.String-java.lang.String-java.lang.Throwable-">warning(String, String, Throwable)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteLogger.html" title="interface in org.apache.ignite">IgniteLogger</a></dt>
<dd>
<div class="block">Logs out warning message with optional exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/java/JavaLogger.html#warning-java.lang.String-">warning(String)</a></span> - Method in class org.apache.ignite.logger.java.<a href="org/apache/ignite/logger/java/JavaLogger.html" title="class in org.apache.ignite.logger.java">JavaLogger</a></dt>
<dd>
<div class="block">Logs out warning message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/java/JavaLogger.html#warning-java.lang.String-java.lang.Throwable-">warning(String, Throwable)</a></span> - Method in class org.apache.ignite.logger.java.<a href="org/apache/ignite/logger/java/JavaLogger.html" title="class in org.apache.ignite.logger.java">JavaLogger</a></dt>
<dd>
<div class="block">Logs out warning message with optional exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/jcl/JclLogger.html#warning-java.lang.String-">warning(String)</a></span> - Method in class org.apache.ignite.logger.jcl.<a href="org/apache/ignite/logger/jcl/JclLogger.html" title="class in org.apache.ignite.logger.jcl">JclLogger</a></dt>
<dd>
<div class="block">Logs out warning message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/jcl/JclLogger.html#warning-java.lang.String-java.lang.Throwable-">warning(String, Throwable)</a></span> - Method in class org.apache.ignite.logger.jcl.<a href="org/apache/ignite/logger/jcl/JclLogger.html" title="class in org.apache.ignite.logger.jcl">JclLogger</a></dt>
<dd>
<div class="block">Logs out warning message with optional exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j/Log4JLogger.html#warning-java.lang.String-">warning(String)</a></span> - 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">Logs out warning message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j/Log4JLogger.html#warning-java.lang.String-java.lang.Throwable-">warning(String, Throwable)</a></span> - 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">Logs out warning message with optional exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j2/Log4J2Logger.html#warning-java.lang.String-java.lang.Throwable-">warning(String, Throwable)</a></span> - Method in class org.apache.ignite.logger.log4j2.<a href="org/apache/ignite/logger/log4j2/Log4J2Logger.html" title="class in org.apache.ignite.logger.log4j2">Log4J2Logger</a></dt>
<dd>
<div class="block">Logs out warning message with optional exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/log4j2/Log4J2Logger.html#warning-java.lang.String-java.lang.String-java.lang.Throwable-">warning(String, String, Throwable)</a></span> - Method in class org.apache.ignite.logger.log4j2.<a href="org/apache/ignite/logger/log4j2/Log4J2Logger.html" title="class in org.apache.ignite.logger.log4j2">Log4J2Logger</a></dt>
<dd>
<div class="block">Logs out warning message with optional exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/NullLogger.html#warning-java.lang.String-">warning(String)</a></span> - Method in class org.apache.ignite.logger.<a href="org/apache/ignite/logger/NullLogger.html" title="class in org.apache.ignite.logger">NullLogger</a></dt>
<dd>
<div class="block">Logs out warning message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/NullLogger.html#warning-java.lang.String-java.lang.Throwable-">warning(String, Throwable)</a></span> - Method in class org.apache.ignite.logger.<a href="org/apache/ignite/logger/NullLogger.html" title="class in org.apache.ignite.logger">NullLogger</a></dt>
<dd>
<div class="block">Logs out warning message with optional exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/slf4j/Slf4jLogger.html#warning-java.lang.String-java.lang.Throwable-">warning(String, Throwable)</a></span> - Method in class org.apache.ignite.logger.slf4j.<a href="org/apache/ignite/logger/slf4j/Slf4jLogger.html" title="class in org.apache.ignite.logger.slf4j">Slf4jLogger</a></dt>
<dd>
<div class="block">Logs out warning message with optional exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/logger/slf4j/Slf4jLogger.html#warning-java.lang.String-java.lang.String-java.lang.Throwable-">warning(String, String, Throwable)</a></span> - Method in class org.apache.ignite.logger.slf4j.<a href="org/apache/ignite/logger/slf4j/Slf4jLogger.html" title="class in org.apache.ignite.logger.slf4j">Slf4jLogger</a></dt>
<dd>
<div class="block">Logs out warning message with optional exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/websession/WebSessionFilter.html#WEB_SES_CACHE_NAME_PARAM">WEB_SES_CACHE_NAME_PARAM</a></span> - Static variable in class org.apache.ignite.cache.websession.<a href="org/apache/ignite/cache/websession/WebSessionFilter.html" title="class in org.apache.ignite.cache.websession">WebSessionFilter</a></dt>
<dd>
<div class="block">Web sessions caching cache name parameter name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/websession/WebSessionFilter.html#WEB_SES_KEEP_BINARY_PARAM">WEB_SES_KEEP_BINARY_PARAM</a></span> - Static variable in class org.apache.ignite.cache.websession.<a href="org/apache/ignite/cache/websession/WebSessionFilter.html" title="class in org.apache.ignite.cache.websession">WebSessionFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/websession/WebSessionFilter.html#WEB_SES_MAX_RETRIES_ON_FAIL_NAME_PARAM">WEB_SES_MAX_RETRIES_ON_FAIL_NAME_PARAM</a></span> - Static variable in class org.apache.ignite.cache.websession.<a href="org/apache/ignite/cache/websession/WebSessionFilter.html" title="class in org.apache.ignite.cache.websession">WebSessionFilter</a></dt>
<dd>
<div class="block">Web sessions caching retry on fail parameter name (valid for ATOMIC cache only).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/websession/WebSessionFilter.html#WEB_SES_NAME_PARAM">WEB_SES_NAME_PARAM</a></span> - Static variable in class org.apache.ignite.cache.websession.<a href="org/apache/ignite/cache/websession/WebSessionFilter.html" title="class in org.apache.ignite.cache.websession">WebSessionFilter</a></dt>
<dd>
<div class="block">Web sessions caching grid name parameter name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/websession/WebSessionFilter.html#WEB_SES_RETRIES_TIMEOUT_NAME_PARAM">WEB_SES_RETRIES_TIMEOUT_NAME_PARAM</a></span> - Static variable in class org.apache.ignite.cache.websession.<a href="org/apache/ignite/cache/websession/WebSessionFilter.html" title="class in org.apache.ignite.cache.websession">WebSessionFilter</a></dt>
<dd>
<div class="block">Web sessions caching retry on fail timeout parameter name.</div>
</dd>
<dt><a href="org/apache/ignite/cache/websession/WebSessionFilter.html" title="class in org.apache.ignite.cache.websession"><span class="typeNameLink">WebSessionFilter</span></a> - Class in <a href="org/apache/ignite/cache/websession/package-summary.html">org.apache.ignite.cache.websession</a></dt>
<dd>
<div class="block">Filter for web sessions caching.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/websession/WebSessionFilter.html#WebSessionFilter--">WebSessionFilter()</a></span> - Constructor for class org.apache.ignite.cache.websession.<a href="org/apache/ignite/cache/websession/WebSessionFilter.html" title="class in org.apache.ignite.cache.websession">WebSessionFilter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/cache/jta/websphere/WebSphereLibertyTmFactory.html" title="class in org.apache.ignite.cache.jta.websphere"><span class="typeNameLink">WebSphereLibertyTmFactory</span></a> - Class in <a href="org/apache/ignite/cache/jta/websphere/package-summary.html">org.apache.ignite.cache.jta.websphere</a></dt>
<dd>
<div class="block">Implementation of Transaction Manager factory that should used within WebSphere Liberty.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/jta/websphere/WebSphereLibertyTmFactory.html#WebSphereLibertyTmFactory--">WebSphereLibertyTmFactory()</a></span> - Constructor for class org.apache.ignite.cache.jta.websphere.<a href="org/apache/ignite/cache/jta/websphere/WebSphereLibertyTmFactory.html" title="class in org.apache.ignite.cache.jta.websphere">WebSphereLibertyTmFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/cache/jta/websphere/WebSphereTmFactory.html" title="class in org.apache.ignite.cache.jta.websphere"><span class="typeNameLink">WebSphereTmFactory</span></a> - Class in <a href="org/apache/ignite/cache/jta/websphere/package-summary.html">org.apache.ignite.cache.jta.websphere</a></dt>
<dd>
<div class="block">Implementation of Transaction Manager factory that should used within
WebSphere Application Server ("full profile" / "traditional" WS AS).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/jta/websphere/WebSphereTmFactory.html#WebSphereTmFactory--">WebSphereTmFactory()</a></span> - Constructor for class org.apache.ignite.cache.jta.websphere.<a href="org/apache/ignite/cache/jta/websphere/WebSphereTmFactory.html" title="class in org.apache.ignite.cache.jta.websphere">WebSphereTmFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/MultilayerPerceptron.html#weight-int-int-int-">weight(int, int, int)</a></span> - Method in class org.apache.ignite.ml.nn.<a href="org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</a></dt>
<dd>
<div class="block">Get the weight of neuron with given index in previous layer to neuron with given index in given layer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/ann/ANNClassificationModel.ANNJSONExportModel.html#weighted">weighted</a></span> - Variable in class org.apache.ignite.ml.knn.ann.<a href="org/apache/ignite/ml/knn/ann/ANNClassificationModel.ANNJSONExportModel.html" title="class in org.apache.ignite.ml.knn.ann">ANNClassificationModel.ANNJSONExportModel</a></dt>
<dd>
<div class="block">kNN strategy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/ann/KNNModelFormat.html#weighted">weighted</a></span> - Variable in class org.apache.ignite.ml.knn.ann.<a href="org/apache/ignite/ml/knn/ann/KNNModelFormat.html" title="class in org.apache.ignite.ml.knn.ann">KNNModelFormat</a></dt>
<dd>
<div class="block">Weighted or not.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/KNNModel.html#weighted">weighted</a></span> - Variable in class org.apache.ignite.ml.knn.<a href="org/apache/ignite/ml/knn/KNNModel.html" title="class in org.apache.ignite.ml.knn">KNNModel</a></dt>
<dd>
<div class="block">Weighted or not.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/KNNTrainer.html#weighted">weighted</a></span> - Variable in class org.apache.ignite.ml.knn.<a href="org/apache/ignite/ml/knn/KNNTrainer.html" title="class in org.apache.ignite.ml.knn">KNNTrainer</a></dt>
<dd>
<div class="block">Weighted or not.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/NNClassificationModel.html#weighted">weighted</a></span> - Variable in class org.apache.ignite.ml.knn.<a href="org/apache/ignite/ml/knn/NNClassificationModel.html" title="class in org.apache.ignite.ml.knn">NNClassificationModel</a></dt>
<dd>
<div class="block">kNN strategy.</div>
</dd>
<dt><a href="org/apache/ignite/ml/math/distances/WeightedMinkowskiDistance.html" title="class in org.apache.ignite.ml.math.distances"><span class="typeNameLink">WeightedMinkowskiDistance</span></a> - Class in <a href="org/apache/ignite/ml/math/distances/package-summary.html">org.apache.ignite.ml.math.distances</a></dt>
<dd>
<div class="block">Calculates the Weighted Minkowski distance between two points.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/distances/WeightedMinkowskiDistance.html#WeightedMinkowskiDistance-int-double:A-">WeightedMinkowskiDistance(int, double[])</a></span> - Constructor for class org.apache.ignite.ml.math.distances.<a href="org/apache/ignite/ml/math/distances/WeightedMinkowskiDistance.html" title="class in org.apache.ignite.ml.math.distances">WeightedMinkowskiDistance</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/composition/predictionsaggregator/WeightedPredictionsAggregator.html" title="class in org.apache.ignite.ml.composition.predictionsaggregator"><span class="typeNameLink">WeightedPredictionsAggregator</span></a> - Class in <a href="org/apache/ignite/ml/composition/predictionsaggregator/package-summary.html">org.apache.ignite.ml.composition.predictionsaggregator</a></dt>
<dd>
<div class="block">Predictions aggregator returning weighted plus of predictions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/predictionsaggregator/WeightedPredictionsAggregator.html#WeightedPredictionsAggregator--">WeightedPredictionsAggregator()</a></span> - Constructor for class org.apache.ignite.ml.composition.predictionsaggregator.<a href="org/apache/ignite/ml/composition/predictionsaggregator/WeightedPredictionsAggregator.html" title="class in org.apache.ignite.ml.composition.predictionsaggregator">WeightedPredictionsAggregator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/predictionsaggregator/WeightedPredictionsAggregator.html#WeightedPredictionsAggregator-double:A-">WeightedPredictionsAggregator(double[])</a></span> - Constructor for class org.apache.ignite.ml.composition.predictionsaggregator.<a href="org/apache/ignite/ml/composition/predictionsaggregator/WeightedPredictionsAggregator.html" title="class in org.apache.ignite.ml.composition.predictionsaggregator">WeightedPredictionsAggregator</a></dt>
<dd>
<div class="block">Constructs WeightedPredictionsAggregator instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/predictionsaggregator/WeightedPredictionsAggregator.html#WeightedPredictionsAggregator-double:A-double-">WeightedPredictionsAggregator(double[], double)</a></span> - Constructor for class org.apache.ignite.ml.composition.predictionsaggregator.<a href="org/apache/ignite/ml/composition/predictionsaggregator/WeightedPredictionsAggregator.html" title="class in org.apache.ignite.ml.composition.predictionsaggregator">WeightedPredictionsAggregator</a></dt>
<dd>
<div class="block">Constructs WeightedPredictionsAggregator instance.</div>
</dd>
<dt><a href="org/apache/ignite/spi/loadbalancing/weightedrandom/WeightedRandomLoadBalancingSpi.html" title="class in org.apache.ignite.spi.loadbalancing.weightedrandom"><span class="typeNameLink">WeightedRandomLoadBalancingSpi</span></a> - Class in <a href="org/apache/ignite/spi/loadbalancing/weightedrandom/package-summary.html">org.apache.ignite.spi.loadbalancing.weightedrandom</a></dt>
<dd>
<div class="block">Load balancing SPI that picks a random node for job execution.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/loadbalancing/weightedrandom/WeightedRandomLoadBalancingSpi.html#WeightedRandomLoadBalancingSpi--">WeightedRandomLoadBalancingSpi()</a></span> - Constructor for class org.apache.ignite.spi.loadbalancing.weightedrandom.<a href="org/apache/ignite/spi/loadbalancing/weightedrandom/WeightedRandomLoadBalancingSpi.html" title="class in org.apache.ignite.spi.loadbalancing.weightedrandom">WeightedRandomLoadBalancingSpi</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/spi/loadbalancing/weightedrandom/WeightedRandomLoadBalancingSpiMBean.html" title="interface in org.apache.ignite.spi.loadbalancing.weightedrandom"><span class="typeNameLink">WeightedRandomLoadBalancingSpiMBean</span></a> - Interface in <a href="org/apache/ignite/spi/loadbalancing/weightedrandom/package-summary.html">org.apache.ignite.spi.loadbalancing.weightedrandom</a></dt>
<dd>
<div class="block">Management MBean for <a href="org/apache/ignite/spi/loadbalancing/weightedrandom/WeightedRandomLoadBalancingSpi.html" title="class in org.apache.ignite.spi.loadbalancing.weightedrandom"><code>WeightedRandomLoadBalancingSpi</code></a> SPI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/MLPLayer.html#weights">weights</a></span> - Variable in class org.apache.ignite.ml.nn.<a href="org/apache/ignite/ml/nn/MLPLayer.html" title="class in org.apache.ignite.ml.nn">MLPLayer</a></dt>
<dd>
<div class="block">Weights matrix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/MultilayerPerceptron.html#weights-int-">weights(int)</a></span> - Method in class org.apache.ignite.ml.nn.<a href="org/apache/ignite/ml/nn/MultilayerPerceptron.html" title="class in org.apache.ignite.ml.nn">MultilayerPerceptron</a></dt>
<dd>
<div class="block">Get weights of layer with given index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/linear/LinearRegressionModel.LinearRegressionModelJSONExportModel.html#weights">weights</a></span> - Variable in class org.apache.ignite.ml.regressions.linear.<a href="org/apache/ignite/ml/regressions/linear/LinearRegressionModel.LinearRegressionModelJSONExportModel.html" title="class in org.apache.ignite.ml.regressions.linear">LinearRegressionModel.LinearRegressionModelJSONExportModel</a></dt>
<dd>
<div class="block">Multiplier of the objects's vector required to make prediction.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/linear/LinearRegressionModel.html#weights--">weights()</a></span> - Method in class org.apache.ignite.ml.regressions.linear.<a href="org/apache/ignite/ml/regressions/linear/LinearRegressionModel.html" title="class in org.apache.ignite.ml.regressions.linear">LinearRegressionModel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionModel.LogisticRegressionJSONExportModel.html#weights">weights</a></span> - Variable in class org.apache.ignite.ml.regressions.logistic.<a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionModel.LogisticRegressionJSONExportModel.html" title="class in org.apache.ignite.ml.regressions.logistic">LogisticRegressionModel.LogisticRegressionJSONExportModel</a></dt>
<dd>
<div class="block">Multiplier of the objects's vector required to make prediction.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionModel.html#weights--">weights()</a></span> - Method in class org.apache.ignite.ml.regressions.logistic.<a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionModel.html" title="class in org.apache.ignite.ml.regressions.logistic">LogisticRegressionModel</a></dt>
<dd>
<div class="block">Gets the weights.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/svm/SVMLinearClassificationModel.SVMLinearClassificationJSONExportModel.html#weights">weights</a></span> - Variable in class org.apache.ignite.ml.svm.<a href="org/apache/ignite/ml/svm/SVMLinearClassificationModel.SVMLinearClassificationJSONExportModel.html" title="class in org.apache.ignite.ml.svm">SVMLinearClassificationModel.SVMLinearClassificationJSONExportModel</a></dt>
<dd>
<div class="block">Multiplier of the objects's vector required to make prediction.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/svm/SVMLinearClassificationModel.html#weights--">weights()</a></span> - Method in class org.apache.ignite.ml.svm.<a href="org/apache/ignite/ml/svm/SVMLinearClassificationModel.html" title="class in org.apache.ignite.ml.svm">SVMLinearClassificationModel</a></dt>
<dd>
<div class="block">Gets the weights.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/architecture/MLPArchitecture.html#withAddedLayer-int-boolean-org.apache.ignite.ml.math.functions.IgniteDifferentiableDoubleToDoubleFunction-">withAddedLayer(int, boolean, IgniteDifferentiableDoubleToDoubleFunction)</a></span> - Method in class org.apache.ignite.ml.nn.architecture.<a href="org/apache/ignite/ml/nn/architecture/MLPArchitecture.html" title="class in org.apache.ignite.ml.nn.architecture">MLPArchitecture</a></dt>
<dd>
<div class="block">Constructs new MLP architecture with new layer added on top of all this architecture layers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/stacking/SimpleStackedDatasetTrainer.html#withAggregatorInputMerger-org.apache.ignite.ml.math.functions.IgniteBinaryOperator-">withAggregatorInputMerger(IgniteBinaryOperator<span class='angle_bracket'>&lt;</span>I<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.composition.stacking.<a href="org/apache/ignite/ml/composition/stacking/SimpleStackedDatasetTrainer.html" title="class in org.apache.ignite.ml.composition.stacking">SimpleStackedDatasetTrainer</a></dt>
<dd>
<div class="block">Specify binary operator used to merge submodels outputs to one.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html#withAggregatorInputMerger-org.apache.ignite.ml.math.functions.IgniteBinaryOperator-">withAggregatorInputMerger(IgniteBinaryOperator<span class='angle_bracket'>&lt;</span>IA<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.composition.stacking.<a href="org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="class in org.apache.ignite.ml.composition.stacking">StackedDatasetTrainer</a></dt>
<dd>
<div class="block">Specify binary operator used to merge submodels outputs to one.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html#withAggregatorInputMerger-org.apache.ignite.ml.math.functions.IgniteBinaryOperator-">withAggregatorInputMerger(IgniteBinaryOperator<span class='angle_bracket'>&lt;</span>Vector<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.composition.stacking.<a href="org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html" title="class in org.apache.ignite.ml.composition.stacking">StackedVectorDatasetTrainer</a></dt>
<dd>
<div class="block">Specify binary operator used to merge submodels outputs to one.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/stacking/SimpleStackedDatasetTrainer.html#withAggregatorTrainer-org.apache.ignite.ml.trainers.DatasetTrainer-">withAggregatorTrainer(DatasetTrainer<span class='angle_bracket'>&lt;</span>AM, L<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.composition.stacking.<a href="org/apache/ignite/ml/composition/stacking/SimpleStackedDatasetTrainer.html" title="class in org.apache.ignite.ml.composition.stacking">SimpleStackedDatasetTrainer</a></dt>
<dd>
<div class="block">Specify aggregator trainer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html#withAggregatorTrainer-org.apache.ignite.ml.trainers.DatasetTrainer-">withAggregatorTrainer(DatasetTrainer<span class='angle_bracket'>&lt;</span>AM, L<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.composition.stacking.<a href="org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="class in org.apache.ignite.ml.composition.stacking">StackedDatasetTrainer</a></dt>
<dd>
<div class="block">Specify aggregator trainer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html#withAggregatorTrainer-org.apache.ignite.ml.trainers.DatasetTrainer-">withAggregatorTrainer(DatasetTrainer<span class='angle_bracket'>&lt;</span>AM, L<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.composition.stacking.<a href="org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html" title="class in org.apache.ignite.ml.composition.stacking">StackedVectorDatasetTrainer</a></dt>
<dd>
<div class="block">Specify aggregator trainer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#withAllowAtomicOpsInTx--">withAllowAtomicOpsInTx()</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#withAllowAtomicOpsInTx--">withAllowAtomicOpsInTx()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">By default atomic operations are allowed in transaction.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/kmeans/KMeansTrainer.html#withAmountOfClusters-int-">withAmountOfClusters(int)</a></span> - Method in class org.apache.ignite.ml.clustering.kmeans.<a href="org/apache/ignite/ml/clustering/kmeans/KMeansTrainer.html" title="class in org.apache.ignite.ml.clustering.kmeans">KMeansTrainer</a></dt>
<dd>
<div class="block">Set up the amount of clusters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/genetic/GeneticAlgorithm.html#withAmountOfEliteChromosomes-int-">withAmountOfEliteChromosomes(int)</a></span> - Method in class org.apache.ignite.ml.util.genetic.<a href="org/apache/ignite/ml/util/genetic/GeneticAlgorithm.html" title="class in org.apache.ignite.ml.util.genetic">GeneticAlgorithm</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html#withAmountOfFolds-int-">withAmountOfFolds(int)</a></span> - Method in class org.apache.ignite.ml.selection.cv.<a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html" title="class in org.apache.ignite.ml.selection.cv">AbstractCrossValidation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/genetic/GeneticAlgorithm.html#withAmountOfGenerations-int-">withAmountOfGenerations(int)</a></span> - Method in class org.apache.ignite.ml.util.genetic.<a href="org/apache/ignite/ml/util/genetic/GeneticAlgorithm.html" title="class in org.apache.ignite.ml.util.genetic">GeneticAlgorithm</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/svm/SVMLinearClassificationTrainer.html#withAmountOfIterations-int-">withAmountOfIterations(int)</a></span> - Method in class org.apache.ignite.ml.svm.<a href="org/apache/ignite/ml/svm/SVMLinearClassificationTrainer.html" title="class in org.apache.ignite.ml.svm">SVMLinearClassificationTrainer</a></dt>
<dd>
<div class="block">Set up the amount of outer iterations of SCDA algorithm.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/svm/SVMLinearClassificationTrainer.html#withAmountOfLocIterations-int-">withAmountOfLocIterations(int)</a></span> - Method in class org.apache.ignite.ml.svm.<a href="org/apache/ignite/ml/svm/SVMLinearClassificationTrainer.html" title="class in org.apache.ignite.ml.svm">SVMLinearClassificationTrainer</a></dt>
<dd>
<div class="block">Set up the amount of local iterations of SCDA algorithm.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/cv/DebugCrossValidation.html#withAmountOfParts-int-">withAmountOfParts(int)</a></span> - Method in class org.apache.ignite.ml.selection.cv.<a href="org/apache/ignite/ml/selection/cv/DebugCrossValidation.html" title="class in org.apache.ignite.ml.selection.cv">DebugCrossValidation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/RandomForestTrainer.html#withAmountOfTrees-int-">withAmountOfTrees(int)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.<a href="org/apache/ignite/ml/tree/randomforest/RandomForestTrainer.html" title="class in org.apache.ignite.ml.tree.randomforest">RandomForestTrainer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/MLPTrainer.html#withArchSupplier-org.apache.ignite.ml.math.functions.IgniteFunction-">withArchSupplier(IgniteFunction<span class='angle_bracket'>&lt;</span>Dataset<span class='angle_bracket'>&lt;</span>EmptyContext, SimpleLabeledDatasetData<span class='angle_bracket'>&gt;</span>, MLPArchitecture<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.nn.<a href="org/apache/ignite/ml/nn/MLPTrainer.html" title="class in org.apache.ignite.ml.nn">MLPTrainer</a></dt>
<dd>
<div class="block">Set up the multilayer perceptron architecture supplier that defines layers and activators.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#withAsync--">withAsync()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCluster.html#withAsync--">withAsync()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCluster.html" title="interface in org.apache.ignite">IgniteCluster</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCompute.html#withAsync--">withAsync()</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"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteEvents.html#withAsync--">withAsync()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteEvents.html" title="interface in org.apache.ignite">IgniteEvents</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteMessaging.html#withAsync--">withAsync()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteMessaging.html" title="interface in org.apache.ignite">IgniteMessaging</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteServices.html#withAsync--">withAsync()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteServices.html" title="interface in org.apache.ignite">IgniteServices</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteAsyncSupport.html#withAsync--">withAsync()</a></span> - Method in interface org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteAsyncSupport.html" title="interface in org.apache.ignite.lang">IgniteAsyncSupport</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">since 2.0. Please use new specialized async method
e.g.
<pre>
IgniteFuture f = cache.getAsync();
</pre>
instead of old-style async API:
<pre>
IgniteCache asyncCache = cache.withAsync();
asyncCache.get(key);
IgniteFuture fut = asyncCache.future();
</pre></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/GDBLearningStrategy.html#withBaseModelTrainerBuilder-org.apache.ignite.ml.math.functions.IgniteSupplier-">withBaseModelTrainerBuilder(IgniteSupplier<span class='angle_bracket'>&lt;</span>DatasetTrainer<span class='angle_bracket'>&lt;</span>? extends IgniteModel<span class='angle_bracket'>&lt;</span>Vector, Double<span class='angle_bracket'>&gt;</span>, Double<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.composition.boosting.<a href="org/apache/ignite/ml/composition/boosting/GDBLearningStrategy.html" title="class in org.apache.ignite.ml.composition.boosting">GDBLearningStrategy</a></dt>
<dd>
<div class="block">Sets base model builder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/MLPTrainer.html#withBatchSize-int-">withBatchSize(int)</a></span> - Method in class org.apache.ignite.ml.nn.<a href="org/apache/ignite/ml/nn/MLPTrainer.html" title="class in org.apache.ignite.ml.nn">MLPTrainer</a></dt>
<dd>
<div class="block">Set up the batch size (per every partition).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/recommendation/RecommendationTrainer.html#withBatchSize-int-">withBatchSize(int)</a></span> - Method in class org.apache.ignite.ml.recommendation.<a href="org/apache/ignite/ml/recommendation/RecommendationTrainer.html" title="class in org.apache.ignite.ml.recommendation">RecommendationTrainer</a></dt>
<dd>
<div class="block">Set up batch size parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/linear/LinearRegressionSGDTrainer.html#withBatchSize-int-">withBatchSize(int)</a></span> - Method in class org.apache.ignite.ml.regressions.linear.<a href="org/apache/ignite/ml/regressions/linear/LinearRegressionSGDTrainer.html" title="class in org.apache.ignite.ml.regressions.linear">LinearRegressionSGDTrainer</a></dt>
<dd>
<div class="block">Set up the batchSize parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionSGDTrainer.html#withBatchSize-double-">withBatchSize(double)</a></span> - Method in class org.apache.ignite.ml.regressions.logistic.<a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionSGDTrainer.html" title="class in org.apache.ignite.ml.regressions.logistic">LogisticRegressionSGDTrainer</a></dt>
<dd>
<div class="block">Set up the batchSize parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/encoding/EncoderPartitionData.html#withCategoryFrequencies-java.util.Map:A-">withCategoryFrequencies(Map<span class='angle_bracket'>&lt;</span>String, Integer<span class='angle_bracket'>&gt;</span>[])</a></span> - Method in class org.apache.ignite.ml.preprocessing.encoding.<a href="org/apache/ignite/ml/preprocessing/encoding/EncoderPartitionData.html" title="class in org.apache.ignite.ml.preprocessing.encoding">EncoderPartitionData</a></dt>
<dd>
<div class="block">Sets the array of maps of frequencies by value in partition for each feature in the dataset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/encoding/target/TargetEncodingMeta.html#withCategoryMean-java.util.Map-">withCategoryMean(Map<span class='angle_bracket'>&lt;</span>String, Double<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.preprocessing.encoding.target.<a href="org/apache/ignite/ml/preprocessing/encoding/target/TargetEncodingMeta.html" title="class in org.apache.ignite.ml.preprocessing.encoding.target">TargetEncodingMeta</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/kmeans/KMeansModel.html#withCentroids-org.apache.ignite.ml.math.primitives.vector.Vector:A-">withCentroids(Vector[])</a></span> - Method in class org.apache.ignite.ml.clustering.kmeans.<a href="org/apache/ignite/ml/clustering/kmeans/KMeansModel.html" title="class in org.apache.ignite.ml.clustering.kmeans">KMeansModel</a></dt>
<dd>
<div class="block">Set up the centroids.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/GDBLearningStrategy.html#withCheckConvergenceStgyFactory-org.apache.ignite.ml.composition.boosting.convergence.ConvergenceCheckerFactory-">withCheckConvergenceStgyFactory(ConvergenceCheckerFactory)</a></span> - Method in class org.apache.ignite.ml.composition.boosting.<a href="org/apache/ignite/ml/composition/boosting/GDBLearningStrategy.html" title="class in org.apache.ignite.ml.composition.boosting">GDBLearningStrategy</a></dt>
<dd>
<div class="block">Sets CheckConvergenceStgyFactory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/GDBTrainer.html#withCheckConvergenceStgyFactory-org.apache.ignite.ml.composition.boosting.convergence.ConvergenceCheckerFactory-">withCheckConvergenceStgyFactory(ConvergenceCheckerFactory)</a></span> - Method in class org.apache.ignite.ml.composition.boosting.<a href="org/apache/ignite/ml/composition/boosting/GDBTrainer.html" title="class in org.apache.ignite.ml.composition.boosting">GDBTrainer</a></dt>
<dd>
<div class="block">Sets CheckConvergenceStgyFactory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/GDBLearningStrategy.html#withCntOfIterations-int-">withCntOfIterations(int)</a></span> - Method in class org.apache.ignite.ml.composition.boosting.<a href="org/apache/ignite/ml/composition/boosting/GDBLearningStrategy.html" title="class in org.apache.ignite.ml.composition.boosting">GDBLearningStrategy</a></dt>
<dd>
<div class="block">Sets count of iterations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/GDBLearningStrategy.html#withCompositionWeights-double:A-">withCompositionWeights(double[])</a></span> - Method in class org.apache.ignite.ml.composition.boosting.<a href="org/apache/ignite/ml/composition/boosting/GDBLearningStrategy.html" title="class in org.apache.ignite.ml.composition.boosting">GDBLearningStrategy</a></dt>
<dd>
<div class="block">Sets composition weights vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/stacking/SimpleStackedDatasetTrainer.html#withConvertedLabels-org.apache.ignite.ml.math.functions.IgniteFunction-">withConvertedLabels(IgniteFunction<span class='angle_bracket'>&lt;</span>L1, L<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.composition.stacking.<a href="org/apache/ignite/ml/composition/stacking/SimpleStackedDatasetTrainer.html" title="class in org.apache.ignite.ml.composition.stacking">SimpleStackedDatasetTrainer</a></dt>
<dd>
<div class="block">Creates <a href="org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers"><code>DatasetTrainer</code></a> with same training logic, but able to accept labels of given new type of labels.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html#withConvertedLabels-org.apache.ignite.ml.math.functions.IgniteFunction-">withConvertedLabels(IgniteFunction<span class='angle_bracket'>&lt;</span>L1, L<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.composition.stacking.<a href="org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html" title="class in org.apache.ignite.ml.composition.stacking">StackedVectorDatasetTrainer</a></dt>
<dd>
<div class="block">Creates <a href="org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers"><code>DatasetTrainer</code></a> with same training logic, but able to accept labels of given new type of labels.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/trainers/DatasetTrainer.html#withConvertedLabels-org.apache.ignite.ml.math.functions.IgniteFunction-">withConvertedLabels(IgniteFunction<span class='angle_bracket'>&lt;</span>L1, L<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.trainers.<a href="org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a></dt>
<dd>
<div class="block">Creates <a href="org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers"><code>DatasetTrainer</code></a> with same training logic, but able to accept labels of given new type of labels.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/imputing/ImputerPartitionData.html#withCounts-int:A-">withCounts(int[])</a></span> - Method in class org.apache.ignite.ml.preprocessing.imputing.<a href="org/apache/ignite/ml/preprocessing/imputing/ImputerPartitionData.html" title="class in org.apache.ignite.ml.preprocessing.imputing">ImputerPartitionData</a></dt>
<dd>
<div class="block">Sets the array of amounts of values in partition for each feature in the dataset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/paramgrid/EvolutionOptimizationStrategy.html#withCrossingoverProbability-double-">withCrossingoverProbability(double)</a></span> - Method in class org.apache.ignite.ml.selection.paramgrid.<a href="org/apache/ignite/ml/selection/paramgrid/EvolutionOptimizationStrategy.html" title="class in org.apache.ignite.ml.selection.paramgrid">EvolutionOptimizationStrategy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/genetic/GeneticAlgorithm.html#withCrossingoverProbability-double-">withCrossingoverProbability(double)</a></span> - Method in class org.apache.ignite.ml.util.genetic.<a href="org/apache/ignite/ml/util/genetic/GeneticAlgorithm.html" title="class in org.apache.ignite.ml.util.genetic">GeneticAlgorithm</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/paramgrid/EvolutionOptimizationStrategy.html#withCrossoverStgy-org.apache.ignite.ml.util.genetic.CrossoverStrategy-">withCrossoverStgy(CrossoverStrategy)</a></span> - Method in class org.apache.ignite.ml.selection.paramgrid.<a href="org/apache/ignite/ml/selection/paramgrid/EvolutionOptimizationStrategy.html" title="class in org.apache.ignite.ml.selection.paramgrid">EvolutionOptimizationStrategy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/genetic/GeneticAlgorithm.html#withCrossoverStgy-org.apache.ignite.ml.util.genetic.CrossoverStrategy-">withCrossoverStgy(CrossoverStrategy)</a></span> - Method in class org.apache.ignite.ml.util.genetic.<a href="org/apache/ignite/ml/util/genetic/GeneticAlgorithm.html" title="class in org.apache.ignite.ml.util.genetic">GeneticAlgorithm</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/BinaryClassificationPointwiseMetricStatsAggregator.WithCustomLabelsAggregator.html#WithCustomLabelsAggregator-L-L-">WithCustomLabelsAggregator(L, L)</a></span> - Constructor for class org.apache.ignite.ml.selection.scoring.evaluator.aggregator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/BinaryClassificationPointwiseMetricStatsAggregator.WithCustomLabelsAggregator.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator.aggregator">BinaryClassificationPointwiseMetricStatsAggregator.WithCustomLabelsAggregator</a></dt>
<dd>
<div class="block">Create an instance of WithCustomLabels.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/trainers/AdaptableDatasetTrainer.html#withDatasetMapping-org.apache.ignite.ml.composition.DatasetMapping-">withDatasetMapping(DatasetMapping<span class='angle_bracket'>&lt;</span>L, L<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.trainers.<a href="org/apache/ignite/ml/trainers/AdaptableDatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">AdaptableDatasetTrainer</a></dt>
<dd>
<div class="block">Specify <a href="org/apache/ignite/ml/composition/DatasetMapping.html" title="interface in org.apache.ignite.ml.composition"><code>DatasetMapping</code></a> which will be applied to dataset before fitting and updating.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/DefaultLearningEnvironmentBuilder.html#withDataTtl-long-">withDataTtl(long)</a></span> - Method in class org.apache.ignite.ml.environment.<a href="org/apache/ignite/ml/environment/DefaultLearningEnvironmentBuilder.html" title="class in org.apache.ignite.ml.environment">DefaultLearningEnvironmentBuilder</a></dt>
<dd>
<div class="block">Specify partition data time-to-live in seconds (-1 for an infinite lifetime).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/LearningEnvironmentBuilder.html#withDataTtl-long-">withDataTtl(long)</a></span> - Method in interface org.apache.ignite.ml.environment.<a href="org/apache/ignite/ml/environment/LearningEnvironmentBuilder.html" title="interface in org.apache.ignite.ml.environment">LearningEnvironmentBuilder</a></dt>
<dd>
<div class="block">Specify partition data time-to-live in seconds (-1 for an infinite lifetime).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/KNNTrainer.html#withDataTtl-long-">withDataTtl(long)</a></span> - Method in class org.apache.ignite.ml.knn.<a href="org/apache/ignite/ml/knn/KNNTrainer.html" title="class in org.apache.ignite.ml.knn">KNNTrainer</a></dt>
<dd>
<div class="block">Sets up <code>dataTtl</code> parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/GDBLearningStrategy.html#withDefaultGradStepSize-double-">withDefaultGradStepSize(double)</a></span> - Method in class org.apache.ignite.ml.composition.boosting.<a href="org/apache/ignite/ml/composition/boosting/GDBLearningStrategy.html" title="class in org.apache.ignite.ml.composition.boosting">GDBLearningStrategy</a></dt>
<dd>
<div class="block">Sets default gradient step size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/compound/CompoundNaiveBayesModel.html#withDiscreteFeatureIdsToSkip-java.util.Collection-">withDiscreteFeatureIdsToSkip(Collection<span class='angle_bracket'>&lt;</span>Integer<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.naivebayes.compound.<a href="org/apache/ignite/ml/naivebayes/compound/CompoundNaiveBayesModel.html" title="class in org.apache.ignite.ml.naivebayes.compound">CompoundNaiveBayesModel</a></dt>
<dd>
<div class="block">Sets feature ids to skip in discrete Bayes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/compound/CompoundNaiveBayesTrainer.html#withDiscreteFeatureIdsToSkip-java.util.Collection-">withDiscreteFeatureIdsToSkip(Collection<span class='angle_bracket'>&lt;</span>Integer<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.naivebayes.compound.<a href="org/apache/ignite/ml/naivebayes/compound/CompoundNaiveBayesTrainer.html" title="class in org.apache.ignite.ml.naivebayes.compound">CompoundNaiveBayesTrainer</a></dt>
<dd>
<div class="block">Sets feature ids to skip in discrete Bayes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/compound/CompoundNaiveBayesModel.html#withDiscreteModel-org.apache.ignite.ml.naivebayes.discrete.DiscreteNaiveBayesModel-">withDiscreteModel(DiscreteNaiveBayesModel)</a></span> - Method in class org.apache.ignite.ml.naivebayes.compound.<a href="org/apache/ignite/ml/naivebayes/compound/CompoundNaiveBayesModel.html" title="class in org.apache.ignite.ml.naivebayes.compound">CompoundNaiveBayesModel</a></dt>
<dd>
<div class="block">Sets a discrete model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/compound/CompoundNaiveBayesTrainer.html#withDiscreteNaiveBayesTrainer-org.apache.ignite.ml.naivebayes.discrete.DiscreteNaiveBayesTrainer-">withDiscreteNaiveBayesTrainer(DiscreteNaiveBayesTrainer)</a></span> - Method in class org.apache.ignite.ml.naivebayes.compound.<a href="org/apache/ignite/ml/naivebayes/compound/CompoundNaiveBayesTrainer.html" title="class in org.apache.ignite.ml.naivebayes.compound">CompoundNaiveBayesTrainer</a></dt>
<dd>
<div class="block">Sets a discrete trainer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/kmeans/KMeansTrainer.html#withDistance-org.apache.ignite.ml.math.distances.DistanceMeasure-">withDistance(DistanceMeasure)</a></span> - Method in class org.apache.ignite.ml.clustering.kmeans.<a href="org/apache/ignite/ml/clustering/kmeans/KMeansTrainer.html" title="class in org.apache.ignite.ml.clustering.kmeans">KMeansTrainer</a></dt>
<dd>
<div class="block">Set up the distance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/ann/ANNClassificationTrainer.html#withDistance-org.apache.ignite.ml.math.distances.DistanceMeasure-">withDistance(DistanceMeasure)</a></span> - Method in class org.apache.ignite.ml.knn.ann.<a href="org/apache/ignite/ml/knn/ann/ANNClassificationTrainer.html" title="class in org.apache.ignite.ml.knn.ann">ANNClassificationTrainer</a></dt>
<dd>
<div class="block">Set up the distance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/kmeans/KMeansModel.html#withDistanceMeasure-org.apache.ignite.ml.math.distances.DistanceMeasure-">withDistanceMeasure(DistanceMeasure)</a></span> - Method in class org.apache.ignite.ml.clustering.kmeans.<a href="org/apache/ignite/ml/clustering/kmeans/KMeansModel.html" title="class in org.apache.ignite.ml.clustering.kmeans">KMeansModel</a></dt>
<dd>
<div class="block">Set up the distance measure.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/KNNTrainer.html#withDistanceMeasure-org.apache.ignite.ml.math.distances.DistanceMeasure-">withDistanceMeasure(DistanceMeasure)</a></span> - Method in class org.apache.ignite.ml.knn.<a href="org/apache/ignite/ml/knn/KNNTrainer.html" title="class in org.apache.ignite.ml.knn">KNNTrainer</a></dt>
<dd>
<div class="block">Sets up <code>distanceMeasure</code> parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/NNClassificationModel.html#withDistanceMeasure-org.apache.ignite.ml.math.distances.DistanceMeasure-">withDistanceMeasure(DistanceMeasure)</a></span> - Method in class org.apache.ignite.ml.knn.<a href="org/apache/ignite/ml/knn/NNClassificationModel.html" title="class in org.apache.ignite.ml.knn">NNClassificationModel</a></dt>
<dd>
<div class="block">Set up parameter of the NN model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/encoding/EncoderTrainer.html#withEncodedFeature-int-">withEncodedFeature(int)</a></span> - Method in class org.apache.ignite.ml.preprocessing.encoding.<a href="org/apache/ignite/ml/preprocessing/encoding/EncoderTrainer.html" title="class in org.apache.ignite.ml.preprocessing.encoding">EncoderTrainer</a></dt>
<dd>
<div class="block">Add the index of encoded feature.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/encoding/EncoderTrainer.html#withEncodedFeatures-java.util.Set-">withEncodedFeatures(Set<span class='angle_bracket'>&lt;</span>Integer<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.preprocessing.encoding.<a href="org/apache/ignite/ml/preprocessing/encoding/EncoderTrainer.html" title="class in org.apache.ignite.ml.preprocessing.encoding">EncoderTrainer</a></dt>
<dd>
<div class="block">Sets the indices of features which should be encoded.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/encoding/EncoderTrainer.html#withEncoderIndexingStrategy-org.apache.ignite.ml.preprocessing.encoding.EncoderSortingStrategy-">withEncoderIndexingStrategy(EncoderSortingStrategy)</a></span> - Method in class org.apache.ignite.ml.preprocessing.encoding.<a href="org/apache/ignite/ml/preprocessing/encoding/EncoderTrainer.html" title="class in org.apache.ignite.ml.preprocessing.encoding">EncoderTrainer</a></dt>
<dd>
<div class="block">Sets the encoder indexing strategy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/encoding/EncoderTrainer.html#withEncoderType-org.apache.ignite.ml.preprocessing.encoding.EncoderType-">withEncoderType(EncoderType)</a></span> - Method in class org.apache.ignite.ml.preprocessing.encoding.<a href="org/apache/ignite/ml/preprocessing/encoding/EncoderTrainer.html" title="class in org.apache.ignite.ml.preprocessing.encoding">EncoderTrainer</a></dt>
<dd>
<div class="block">Sets the encoder preprocessor type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/kmeans/KMeansTrainer.html#withEnvironmentBuilder-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-">withEnvironmentBuilder(LearningEnvironmentBuilder)</a></span> - Method in class org.apache.ignite.ml.clustering.kmeans.<a href="org/apache/ignite/ml/clustering/kmeans/KMeansTrainer.html" title="class in org.apache.ignite.ml.clustering.kmeans">KMeansTrainer</a></dt>
<dd>
<div class="block">Changes learning Environment.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/bagging/BaggedTrainer.html#withEnvironmentBuilder-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-">withEnvironmentBuilder(LearningEnvironmentBuilder)</a></span> - Method in class org.apache.ignite.ml.composition.bagging.<a href="org/apache/ignite/ml/composition/bagging/BaggedTrainer.html" title="class in org.apache.ignite.ml.composition.bagging">BaggedTrainer</a></dt>
<dd>
<div class="block">Changes learning Environment.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/GDBBinaryClassifierTrainer.html#withEnvironmentBuilder-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-">withEnvironmentBuilder(LearningEnvironmentBuilder)</a></span> - Method in class org.apache.ignite.ml.composition.boosting.<a href="org/apache/ignite/ml/composition/boosting/GDBBinaryClassifierTrainer.html" title="class in org.apache.ignite.ml.composition.boosting">GDBBinaryClassifierTrainer</a></dt>
<dd>
<div class="block">Changes learning Environment.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/GDBLearningStrategy.html#withEnvironmentBuilder-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-">withEnvironmentBuilder(LearningEnvironmentBuilder)</a></span> - Method in class org.apache.ignite.ml.composition.boosting.<a href="org/apache/ignite/ml/composition/boosting/GDBLearningStrategy.html" title="class in org.apache.ignite.ml.composition.boosting">GDBLearningStrategy</a></dt>
<dd>
<div class="block">Sets learning environment.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/GDBRegressionTrainer.html#withEnvironmentBuilder-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-">withEnvironmentBuilder(LearningEnvironmentBuilder)</a></span> - Method in class org.apache.ignite.ml.composition.boosting.<a href="org/apache/ignite/ml/composition/boosting/GDBRegressionTrainer.html" title="class in org.apache.ignite.ml.composition.boosting">GDBRegressionTrainer</a></dt>
<dd>
<div class="block">Changes learning Environment.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/GDBTrainer.html#withEnvironmentBuilder-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-">withEnvironmentBuilder(LearningEnvironmentBuilder)</a></span> - Method in class org.apache.ignite.ml.composition.boosting.<a href="org/apache/ignite/ml/composition/boosting/GDBTrainer.html" title="class in org.apache.ignite.ml.composition.boosting">GDBTrainer</a></dt>
<dd>
<div class="block">Changes learning Environment.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/stacking/SimpleStackedDatasetTrainer.html#withEnvironmentBuilder-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-">withEnvironmentBuilder(LearningEnvironmentBuilder)</a></span> - Method in class org.apache.ignite.ml.composition.stacking.<a href="org/apache/ignite/ml/composition/stacking/SimpleStackedDatasetTrainer.html" title="class in org.apache.ignite.ml.composition.stacking">SimpleStackedDatasetTrainer</a></dt>
<dd>
<div class="block">Changes learning Environment.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html#withEnvironmentBuilder-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-">withEnvironmentBuilder(LearningEnvironmentBuilder)</a></span> - Method in class org.apache.ignite.ml.composition.stacking.<a href="org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="class in org.apache.ignite.ml.composition.stacking">StackedDatasetTrainer</a></dt>
<dd>
<div class="block">Changes learning Environment.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html#withEnvironmentBuilder-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-">withEnvironmentBuilder(LearningEnvironmentBuilder)</a></span> - Method in class org.apache.ignite.ml.composition.stacking.<a href="org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html" title="class in org.apache.ignite.ml.composition.stacking">StackedVectorDatasetTrainer</a></dt>
<dd>
<div class="block">Changes learning Environment.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/ann/ANNClassificationTrainer.html#withEnvironmentBuilder-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-">withEnvironmentBuilder(LearningEnvironmentBuilder)</a></span> - Method in class org.apache.ignite.ml.knn.ann.<a href="org/apache/ignite/ml/knn/ann/ANNClassificationTrainer.html" title="class in org.apache.ignite.ml.knn.ann">ANNClassificationTrainer</a></dt>
<dd>
<div class="block">Changes learning Environment.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/compound/CompoundNaiveBayesTrainer.html#withEnvironmentBuilder-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-">withEnvironmentBuilder(LearningEnvironmentBuilder)</a></span> - Method in class org.apache.ignite.ml.naivebayes.compound.<a href="org/apache/ignite/ml/naivebayes/compound/CompoundNaiveBayesTrainer.html" title="class in org.apache.ignite.ml.naivebayes.compound">CompoundNaiveBayesTrainer</a></dt>
<dd>
<div class="block">Changes learning Environment.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/gaussian/GaussianNaiveBayesTrainer.html#withEnvironmentBuilder-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-">withEnvironmentBuilder(LearningEnvironmentBuilder)</a></span> - Method in class org.apache.ignite.ml.naivebayes.gaussian.<a href="org/apache/ignite/ml/naivebayes/gaussian/GaussianNaiveBayesTrainer.html" title="class in org.apache.ignite.ml.naivebayes.gaussian">GaussianNaiveBayesTrainer</a></dt>
<dd>
<div class="block">Changes learning Environment.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/MLPTrainer.html#withEnvironmentBuilder-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-">withEnvironmentBuilder(LearningEnvironmentBuilder)</a></span> - Method in class org.apache.ignite.ml.nn.<a href="org/apache/ignite/ml/nn/MLPTrainer.html" title="class in org.apache.ignite.ml.nn">MLPTrainer</a></dt>
<dd>
<div class="block">Changes learning Environment.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html#withEnvironmentBuilder-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-">withEnvironmentBuilder(LearningEnvironmentBuilder)</a></span> - Method in class org.apache.ignite.ml.selection.cv.<a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html" title="class in org.apache.ignite.ml.selection.cv">AbstractCrossValidation</a></dt>
<dd>
<div class="block">Changes learning Environment.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/trainers/DatasetTrainer.html#withEnvironmentBuilder-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-">withEnvironmentBuilder(LearningEnvironmentBuilder)</a></span> - Method in class org.apache.ignite.ml.trainers.<a href="org/apache/ignite/ml/trainers/DatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">DatasetTrainer</a></dt>
<dd>
<div class="block">Changes learning Environment.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/boosting/GDBBinaryClassifierOnTreesTrainer.html#withEnvironmentBuilder-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-">withEnvironmentBuilder(LearningEnvironmentBuilder)</a></span> - Method in class org.apache.ignite.ml.tree.boosting.<a href="org/apache/ignite/ml/tree/boosting/GDBBinaryClassifierOnTreesTrainer.html" title="class in org.apache.ignite.ml.tree.boosting">GDBBinaryClassifierOnTreesTrainer</a></dt>
<dd>
<div class="block">Changes learning Environment.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/boosting/GDBRegressionOnTreesTrainer.html#withEnvironmentBuilder-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-">withEnvironmentBuilder(LearningEnvironmentBuilder)</a></span> - Method in class org.apache.ignite.ml.tree.boosting.<a href="org/apache/ignite/ml/tree/boosting/GDBRegressionOnTreesTrainer.html" title="class in org.apache.ignite.ml.tree.boosting">GDBRegressionOnTreesTrainer</a></dt>
<dd>
<div class="block">Changes learning Environment.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/DecisionTreeClassificationTrainer.html#withEnvironmentBuilder-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-">withEnvironmentBuilder(LearningEnvironmentBuilder)</a></span> - Method in class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/DecisionTreeClassificationTrainer.html" title="class in org.apache.ignite.ml.tree">DecisionTreeClassificationTrainer</a></dt>
<dd>
<div class="block">Changes learning Environment.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/DecisionTreeRegressionTrainer.html#withEnvironmentBuilder-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-">withEnvironmentBuilder(LearningEnvironmentBuilder)</a></span> - Method in class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/DecisionTreeRegressionTrainer.html" title="class in org.apache.ignite.ml.tree">DecisionTreeRegressionTrainer</a></dt>
<dd>
<div class="block">Changes learning Environment.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/DecisionTreeTrainer.html#withEnvironmentBuilder-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-">withEnvironmentBuilder(LearningEnvironmentBuilder)</a></span> - Method in class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/DecisionTreeTrainer.html" title="class in org.apache.ignite.ml.tree">DecisionTreeTrainer</a></dt>
<dd>
<div class="block">Changes learning Environment.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/RandomForestClassifierTrainer.html#withEnvironmentBuilder-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-">withEnvironmentBuilder(LearningEnvironmentBuilder)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.<a href="org/apache/ignite/ml/tree/randomforest/RandomForestClassifierTrainer.html" title="class in org.apache.ignite.ml.tree.randomforest">RandomForestClassifierTrainer</a></dt>
<dd>
<div class="block">Changes learning Environment.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/gmm/GmmTrainer.html#withEps-double-">withEps(double)</a></span> - Method in class org.apache.ignite.ml.clustering.gmm.<a href="org/apache/ignite/ml/clustering/gmm/GmmTrainer.html" title="class in org.apache.ignite.ml.clustering.gmm">GmmTrainer</a></dt>
<dd>
<div class="block">Sets min divergence beween iterations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/kmeans/KMeansTrainer.html#withEpsilon-double-">withEpsilon(double)</a></span> - Method in class org.apache.ignite.ml.clustering.kmeans.<a href="org/apache/ignite/ml/clustering/kmeans/KMeansTrainer.html" title="class in org.apache.ignite.ml.clustering.kmeans">KMeansTrainer</a></dt>
<dd>
<div class="block">Set up the epsilon.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/ann/ANNClassificationTrainer.html#withEpsilon-double-">withEpsilon(double)</a></span> - Method in class org.apache.ignite.ml.knn.ann.<a href="org/apache/ignite/ml/knn/ann/ANNClassificationTrainer.html" title="class in org.apache.ignite.ml.knn.ann">ANNClassificationTrainer</a></dt>
<dd>
<div class="block">Set up the epsilon.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/discrete/DiscreteNaiveBayesTrainer.html#withEquiprobableClasses--">withEquiprobableClasses()</a></span> - Method in class org.apache.ignite.ml.naivebayes.discrete.<a href="org/apache/ignite/ml/naivebayes/discrete/DiscreteNaiveBayesTrainer.html" title="class in org.apache.ignite.ml.naivebayes.discrete">DiscreteNaiveBayesTrainer</a></dt>
<dd>
<div class="block">Sets equal probability for all classes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/gaussian/GaussianNaiveBayesTrainer.html#withEquiprobableClasses--">withEquiprobableClasses()</a></span> - Method in class org.apache.ignite.ml.naivebayes.gaussian.<a href="org/apache/ignite/ml/naivebayes/gaussian/GaussianNaiveBayesTrainer.html" title="class in org.apache.ignite.ml.naivebayes.gaussian">GaussianNaiveBayesTrainer</a></dt>
<dd>
<div class="block">Sets equal probability for all classes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCompute.html#withExecutor-java.lang.String-">withExecutor(String)</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 instance of the compute API associated with custom executor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCache.html#withExpirePolicy-javax.cache.expiry.ExpiryPolicy-">withExpirePolicy(ExpiryPolicy)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a></dt>
<dd>
<div class="block">Returns cache with the specified expired policy set.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#withExpiryPolicy-javax.cache.expiry.ExpiryPolicy-">withExpiryPolicy(ExpiryPolicy)</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#withExpiryPolicy-javax.cache.expiry.ExpiryPolicy-">withExpiryPolicy(ExpiryPolicy)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Returns cache with the specified expired policy set.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/GDBLearningStrategy.html#withExternalLabelToInternal-org.apache.ignite.ml.math.functions.IgniteFunction-">withExternalLabelToInternal(IgniteFunction<span class='angle_bracket'>&lt;</span>Double, Double<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.composition.boosting.<a href="org/apache/ignite/ml/composition/boosting/GDBLearningStrategy.html" title="class in org.apache.ignite.ml.composition.boosting">GDBLearningStrategy</a></dt>
<dd>
<div class="block">Sets external to internal label representation mapping.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/impl/BinaryObjectVectorizer.html#withFeature-java.lang.String-org.apache.ignite.ml.dataset.feature.extractor.impl.BinaryObjectVectorizer.Mapping-">withFeature(String, BinaryObjectVectorizer.Mapping)</a></span> - Method in class org.apache.ignite.ml.dataset.feature.extractor.impl.<a href="org/apache/ignite/ml/dataset/feature/extractor/impl/BinaryObjectVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor.impl">BinaryObjectVectorizer</a></dt>
<dd>
<div class="block">Sets values mapping for feature.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/RandomForestTrainer.html#withFeaturesCountSelectionStrgy-java.util.function.Function-">withFeaturesCountSelectionStrgy(Function<span class='angle_bracket'>&lt;</span>List<span class='angle_bracket'>&lt;</span>FeatureMeta<span class='angle_bracket'>&gt;</span>, Integer<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.<a href="org/apache/ignite/ml/tree/randomforest/RandomForestTrainer.html" title="class in org.apache.ignite.ml.tree.randomforest">RandomForestTrainer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/DatasetBuilder.html#withFilter-org.apache.ignite.lang.IgniteBiPredicate-">withFilter(IgniteBiPredicate<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.ml.dataset.<a href="org/apache/ignite/ml/dataset/DatasetBuilder.html" title="interface in org.apache.ignite.ml.dataset">DatasetBuilder</a></dt>
<dd>
<div class="block">Returns new instance of DatasetBuilder using conjunction of internal filter and <code>filterToAdd</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/impl/cache/CacheBasedDatasetBuilder.html#withFilter-org.apache.ignite.lang.IgniteBiPredicate-">withFilter(IgniteBiPredicate<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.dataset.impl.cache.<a href="org/apache/ignite/ml/dataset/impl/cache/CacheBasedDatasetBuilder.html" title="class in org.apache.ignite.ml.dataset.impl.cache">CacheBasedDatasetBuilder</a></dt>
<dd>
<div class="block">Returns new instance of DatasetBuilder using conjunction of internal filter and <code>filterToAdd</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/impl/local/LocalDatasetBuilder.html#withFilter-org.apache.ignite.lang.IgniteBiPredicate-">withFilter(IgniteBiPredicate<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.dataset.impl.local.<a href="org/apache/ignite/ml/dataset/impl/local/LocalDatasetBuilder.html" title="class in org.apache.ignite.ml.dataset.impl.local">LocalDatasetBuilder</a></dt>
<dd>
<div class="block">Returns new instance of DatasetBuilder using conjunction of internal filter and <code>filterToAdd</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html#withFilter-org.apache.ignite.lang.IgniteBiPredicate-">withFilter(IgniteBiPredicate<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.selection.cv.<a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html" title="class in org.apache.ignite.ml.selection.cv">AbstractCrossValidation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/genetic/GeneticAlgorithm.html#withFitnessFunction-java.util.function.Function-">withFitnessFunction(Function<span class='angle_bracket'>&lt;</span>Chromosome, Double<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.util.genetic.<a href="org/apache/ignite/ml/util/genetic/GeneticAlgorithm.html" title="class in org.apache.ignite.ml.util.genetic">GeneticAlgorithm</a></dt>
<dd>
<div class="block">Sets the custom fitness function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/compound/CompoundNaiveBayesModel.html#withGaussianFeatureIdsToSkip-java.util.Collection-">withGaussianFeatureIdsToSkip(Collection<span class='angle_bracket'>&lt;</span>Integer<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.naivebayes.compound.<a href="org/apache/ignite/ml/naivebayes/compound/CompoundNaiveBayesModel.html" title="class in org.apache.ignite.ml.naivebayes.compound">CompoundNaiveBayesModel</a></dt>
<dd>
<div class="block">Sets feature ids to skip in Gaussian Bayes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/compound/CompoundNaiveBayesTrainer.html#withGaussianFeatureIdsToSkip-java.util.Collection-">withGaussianFeatureIdsToSkip(Collection<span class='angle_bracket'>&lt;</span>Integer<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.naivebayes.compound.<a href="org/apache/ignite/ml/naivebayes/compound/CompoundNaiveBayesTrainer.html" title="class in org.apache.ignite.ml.naivebayes.compound">CompoundNaiveBayesTrainer</a></dt>
<dd>
<div class="block">Sets feature ids to skip in Gaussian Bayes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/compound/CompoundNaiveBayesModel.html#withGaussianModel-org.apache.ignite.ml.naivebayes.gaussian.GaussianNaiveBayesModel-">withGaussianModel(GaussianNaiveBayesModel)</a></span> - Method in class org.apache.ignite.ml.naivebayes.compound.<a href="org/apache/ignite/ml/naivebayes/compound/CompoundNaiveBayesModel.html" title="class in org.apache.ignite.ml.naivebayes.compound">CompoundNaiveBayesModel</a></dt>
<dd>
<div class="block">Sets a gaussian model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/compound/CompoundNaiveBayesTrainer.html#withGaussianNaiveBayesTrainer-org.apache.ignite.ml.naivebayes.gaussian.GaussianNaiveBayesTrainer-">withGaussianNaiveBayesTrainer(GaussianNaiveBayesTrainer)</a></span> - Method in class org.apache.ignite.ml.naivebayes.compound.<a href="org/apache/ignite/ml/naivebayes/compound/CompoundNaiveBayesTrainer.html" title="class in org.apache.ignite.ml.naivebayes.compound">CompoundNaiveBayesTrainer</a></dt>
<dd>
<div class="block">Sets a gaussian trainer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/encoding/target/TargetEncodingMeta.html#withGlobalMean-java.lang.Double-">withGlobalMean(Double)</a></span> - Method in class org.apache.ignite.ml.preprocessing.encoding.target.<a href="org/apache/ignite/ml/preprocessing/encoding/target/TargetEncodingMeta.html" title="class in org.apache.ignite.ml.preprocessing.encoding.target">TargetEncodingMeta</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/KNNTrainer.html#withIdxType-org.apache.ignite.ml.knn.utils.indices.SpatialIndexType-">withIdxType(SpatialIndexType)</a></span> - Method in class org.apache.ignite.ml.knn.<a href="org/apache/ignite/ml/knn/KNNTrainer.html" title="class in org.apache.ignite.ml.knn">KNNTrainer</a></dt>
<dd>
<div class="block">Sets up <code>idxType</code> parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/cv/CrossValidation.html#withIgnite-org.apache.ignite.Ignite-">withIgnite(Ignite)</a></span> - Method in class org.apache.ignite.ml.selection.cv.<a href="org/apache/ignite/ml/selection/cv/CrossValidation.html" title="class in org.apache.ignite.ml.selection.cv">CrossValidation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/imputing/ImputerTrainer.html#withImputingStrategy-org.apache.ignite.ml.preprocessing.imputing.ImputingStrategy-">withImputingStrategy(ImputingStrategy)</a></span> - Method in class org.apache.ignite.ml.preprocessing.imputing.<a href="org/apache/ignite/ml/preprocessing/imputing/ImputerTrainer.html" title="class in org.apache.ignite.ml.preprocessing.imputing">ImputerTrainer</a></dt>
<dd>
<div class="block">Sets the imputing strategy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/TracingConfigurationParameters.Builder.html#withIncludedScopes-java.util.Set-">withIncludedScopes(Set<span class='angle_bracket'>&lt;</span>Scope<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.spi.tracing.<a href="org/apache/ignite/spi/tracing/TracingConfigurationParameters.Builder.html" title="class in org.apache.ignite.spi.tracing">TracingConfigurationParameters.Builder</a></dt>
<dd>
<div class="block">Builder method that allows to set included scopes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/gmm/GmmTrainer.html#withInitialCountOfComponents-int-">withInitialCountOfComponents(int)</a></span> - Method in class org.apache.ignite.ml.clustering.gmm.<a href="org/apache/ignite/ml/clustering/gmm/GmmTrainer.html" title="class in org.apache.ignite.ml.clustering.gmm">GmmTrainer</a></dt>
<dd>
<div class="block">Sets numberOfComponents.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/gmm/GmmTrainer.html#withInitialMeans-java.util.List-">withInitialMeans(List<span class='angle_bracket'>&lt;</span>Vector<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.clustering.gmm.<a href="org/apache/ignite/ml/clustering/gmm/GmmTrainer.html" title="class in org.apache.ignite.ml.clustering.gmm">GmmTrainer</a></dt>
<dd>
<div class="block">Sets initial means.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/trainers/AdaptableDatasetModel.html#withInnerModel-M1-">withInnerModel(M1)</a></span> - Method in class org.apache.ignite.ml.trainers.<a href="org/apache/ignite/ml/trainers/AdaptableDatasetModel.html" title="class in org.apache.ignite.ml.trainers">AdaptableDatasetModel</a></dt>
<dd>
<div class="block">Create new instance of this class with changed inner model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/linear/LinearRegressionModel.html#withIntercept-double-">withIntercept(double)</a></span> - Method in class org.apache.ignite.ml.regressions.linear.<a href="org/apache/ignite/ml/regressions/linear/LinearRegressionModel.html" title="class in org.apache.ignite.ml.regressions.linear">LinearRegressionModel</a></dt>
<dd>
<div class="block">Set up the intercept.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionModel.html#withIntercept-double-">withIntercept(double)</a></span> - Method in class org.apache.ignite.ml.regressions.logistic.<a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionModel.html" title="class in org.apache.ignite.ml.regressions.logistic">LogisticRegressionModel</a></dt>
<dd>
<div class="block">Set up the intercept.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/svm/SVMLinearClassificationModel.html#withIntercept-double-">withIntercept(double)</a></span> - Method in class org.apache.ignite.ml.svm.<a href="org/apache/ignite/ml/svm/SVMLinearClassificationModel.html" title="class in org.apache.ignite.ml.svm">SVMLinearClassificationModel</a></dt>
<dd>
<div class="block">Set up the intercept.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/pipeline/PipelineMdl.html#withInternalMdl-org.apache.ignite.ml.IgniteModel-">withInternalMdl(IgniteModel<span class='angle_bracket'>&lt;</span>Vector, Double<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.pipeline.<a href="org/apache/ignite/ml/pipeline/PipelineMdl.html" title="class in org.apache.ignite.ml.pipeline">PipelineMdl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/ann/ANNClassificationTrainer.html#withK-int-">withK(int)</a></span> - Method in class org.apache.ignite.ml.knn.ann.<a href="org/apache/ignite/ml/knn/ann/ANNClassificationTrainer.html" title="class in org.apache.ignite.ml.knn.ann">ANNClassificationTrainer</a></dt>
<dd>
<div class="block">Set up the amount of clusters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/KNNTrainer.html#withK-int-">withK(int)</a></span> - Method in class org.apache.ignite.ml.knn.<a href="org/apache/ignite/ml/knn/KNNTrainer.html" title="class in org.apache.ignite.ml.knn">KNNTrainer</a></dt>
<dd>
<div class="block">Sets up <code>k</code> parameter (number of neighbours).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/NNClassificationModel.html#withK-int-">withK(int)</a></span> - Method in class org.apache.ignite.ml.knn.<a href="org/apache/ignite/ml/knn/NNClassificationModel.html" title="class in org.apache.ignite.ml.knn">NNClassificationModel</a></dt>
<dd>
<div class="block">Set up parameter of the NN model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/recommendation/RecommendationTrainer.html#withK-int-">withK(int)</a></span> - Method in class org.apache.ignite.ml.recommendation.<a href="org/apache/ignite/ml/recommendation/RecommendationTrainer.html" title="class in org.apache.ignite.ml.recommendation">RecommendationTrainer</a></dt>
<dd>
<div class="block">Set up <code>k</code> parameter (number of rows/cols in matrices after factorization).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCache.html#withKeepBinary--">withKeepBinary()</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a></dt>
<dd>
<div class="block">Returns cache that will operate with binary objects.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#withKeepBinary--">withKeepBinary()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Returns cache that will operate with binary objects.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteQueue.html#withKeepBinary--">withKeepBinary()</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 queue that will operate with binary objects.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/impl/cache/CacheBasedDatasetBuilder.html#withKeepBinary-boolean-">withKeepBinary(boolean)</a></span> - Method in class org.apache.ignite.ml.dataset.impl.cache.<a href="org/apache/ignite/ml/dataset/impl/cache/CacheBasedDatasetBuilder.html" title="class in org.apache.ignite.ml.dataset.impl.cache">CacheBasedDatasetBuilder</a></dt>
<dd>
<div class="block">Add keepBinary policy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientTransactions.html#withLabel-java.lang.String-">withLabel(String)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientTransactions.html" title="interface in org.apache.ignite.client">ClientTransactions</a></dt>
<dd>
<div class="block">Returns instance of <code>ClientTransactions</code> to mark each new transaction with a specified label.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteTransactions.html#withLabel-java.lang.String-">withLabel(String)</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteTransactions.html" title="interface in org.apache.ignite">IgniteTransactions</a></dt>
<dd>
<div class="block">Returns instance of Ignite Transactions to mark a transaction with a special label.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/TracingConfigurationCoordinates.Builder.html#withLabel-java.lang.String-">withLabel(String)</a></span> - Method in class org.apache.ignite.spi.tracing.<a href="org/apache/ignite/spi/tracing/TracingConfigurationCoordinates.Builder.html" title="class in org.apache.ignite.spi.tracing">TracingConfigurationCoordinates.Builder</a></dt>
<dd>
<div class="block">Builder method that allows to set optional label attribute.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/encoding/EncoderPartitionData.html#withLabelFrequencies-java.util.Map-">withLabelFrequencies(Map<span class='angle_bracket'>&lt;</span>String, Integer<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.preprocessing.encoding.<a href="org/apache/ignite/ml/preprocessing/encoding/EncoderPartitionData.html" title="class in org.apache.ignite.ml.preprocessing.encoding">EncoderPartitionData</a></dt>
<dd>
<div class="block">Sets the map of frequencies by value in partition for label.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/compound/CompoundNaiveBayesModel.html#withLabels-double:A-">withLabels(double[])</a></span> - Method in class org.apache.ignite.ml.naivebayes.compound.<a href="org/apache/ignite/ml/naivebayes/compound/CompoundNaiveBayesModel.html" title="class in org.apache.ignite.ml.naivebayes.compound">CompoundNaiveBayesModel</a></dt>
<dd>
<div class="block">Sets labels.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/svm/SVMLinearClassificationTrainer.html#withLambda-double-">withLambda(double)</a></span> - Method in class org.apache.ignite.ml.svm.<a href="org/apache/ignite/ml/svm/SVMLinearClassificationTrainer.html" title="class in org.apache.ignite.ml.svm">SVMLinearClassificationTrainer</a></dt>
<dd>
<div class="block">Set up the regularization parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/GDBModel.html#withLblMapping-org.apache.ignite.ml.math.functions.IgniteFunction-">withLblMapping(IgniteFunction<span class='angle_bracket'>&lt;</span>Double, Double<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.composition.boosting.<a href="org/apache/ignite/ml/composition/boosting/GDBModel.html" title="class in org.apache.ignite.ml.composition.boosting">GDBModel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/recommendation/RecommendationTrainer.html#withLearningEnvironmentBuilder-org.apache.ignite.ml.environment.LearningEnvironmentBuilder-">withLearningEnvironmentBuilder(LearningEnvironmentBuilder)</a></span> - Method in class org.apache.ignite.ml.recommendation.<a href="org/apache/ignite/ml/recommendation/RecommendationTrainer.html" title="class in org.apache.ignite.ml.recommendation">RecommendationTrainer</a></dt>
<dd>
<div class="block">Set up learning environment builder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/optimization/updatecalculators/SimpleGDUpdateCalculator.html#withLearningRate-double-">withLearningRate(double)</a></span> - Method in class org.apache.ignite.ml.optimization.updatecalculators.<a href="org/apache/ignite/ml/optimization/updatecalculators/SimpleGDUpdateCalculator.html" title="class in org.apache.ignite.ml.optimization.updatecalculators">SimpleGDUpdateCalculator</a></dt>
<dd>
<div class="block">Create new instance of this class with same parameters as this one, but with new learning rate.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/recommendation/RecommendationTrainer.html#withLearningRate-double-">withLearningRate(double)</a></span> - Method in class org.apache.ignite.ml.recommendation.<a href="org/apache/ignite/ml/recommendation/RecommendationTrainer.html" title="class in org.apache.ignite.ml.recommendation">RecommendationTrainer</a></dt>
<dd>
<div class="block">Set up learning rate parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/MLPTrainer.html#withLocIterations-int-">withLocIterations(int)</a></span> - Method in class org.apache.ignite.ml.nn.<a href="org/apache/ignite/ml/nn/MLPTrainer.html" title="class in org.apache.ignite.ml.nn">MLPTrainer</a></dt>
<dd>
<div class="block">Set up the maximal number of local iterations before synchronization.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/linear/LinearRegressionSGDTrainer.html#withLocIterations-int-">withLocIterations(int)</a></span> - Method in class org.apache.ignite.ml.regressions.linear.<a href="org/apache/ignite/ml/regressions/linear/LinearRegressionSGDTrainer.html" title="class in org.apache.ignite.ml.regressions.linear">LinearRegressionSGDTrainer</a></dt>
<dd>
<div class="block">Set up the amount of local iterations of SGD algorithm.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionSGDTrainer.html#withLocIterations-double-">withLocIterations(double)</a></span> - Method in class org.apache.ignite.ml.regressions.logistic.<a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionSGDTrainer.html" title="class in org.apache.ignite.ml.regressions.logistic">LogisticRegressionSGDTrainer</a></dt>
<dd>
<div class="block">Set up the amount of local iterations of SGD algorithm.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/LearningEnvironmentBuilder.html#withLoggingFactory-T-">withLoggingFactory(T)</a></span> - Method in interface org.apache.ignite.ml.environment.<a href="org/apache/ignite/ml/environment/LearningEnvironmentBuilder.html" title="interface in org.apache.ignite.ml.environment">LearningEnvironmentBuilder</a></dt>
<dd>
<div class="block">Specify logging factory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/DefaultLearningEnvironmentBuilder.html#withLoggingFactoryDependency-org.apache.ignite.ml.math.functions.IgniteFunction-">withLoggingFactoryDependency(IgniteFunction<span class='angle_bracket'>&lt;</span>Integer, MLLogger.Factory<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.environment.<a href="org/apache/ignite/ml/environment/DefaultLearningEnvironmentBuilder.html" title="class in org.apache.ignite.ml.environment">DefaultLearningEnvironmentBuilder</a></dt>
<dd>
<div class="block">Specify dependency (partition -> logging factory).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/LearningEnvironmentBuilder.html#withLoggingFactoryDependency-org.apache.ignite.ml.math.functions.IgniteFunction-">withLoggingFactoryDependency(IgniteFunction<span class='angle_bracket'>&lt;</span>Integer, MLLogger.Factory<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.ml.environment.<a href="org/apache/ignite/ml/environment/LearningEnvironmentBuilder.html" title="interface in org.apache.ignite.ml.environment">LearningEnvironmentBuilder</a></dt>
<dd>
<div class="block">Specify dependency (partition -> logging factory).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/MLPTrainer.html#withLoss-org.apache.ignite.ml.math.functions.IgniteFunction-">withLoss(IgniteFunction<span class='angle_bracket'>&lt;</span>Vector, IgniteDifferentiableVectorToDoubleFunction<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.nn.<a href="org/apache/ignite/ml/nn/MLPTrainer.html" title="class in org.apache.ignite.ml.nn">MLPTrainer</a></dt>
<dd>
<div class="block">Set up the loss function to be minimized during the training.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/GDBLearningStrategy.html#withLossGradient-org.apache.ignite.ml.composition.boosting.loss.Loss-">withLossGradient(Loss)</a></span> - Method in class org.apache.ignite.ml.composition.boosting.<a href="org/apache/ignite/ml/composition/boosting/GDBLearningStrategy.html" title="class in org.apache.ignite.ml.composition.boosting">GDBLearningStrategy</a></dt>
<dd>
<div class="block">Loss function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html#withMapper-org.apache.ignite.ml.selection.split.mapper.UniformMapper-">withMapper(UniformMapper<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.selection.cv.<a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html" title="class in org.apache.ignite.ml.selection.cv">AbstractCrossValidation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/gmm/GmmTrainer.html#withMaxCountIterations-int-">withMaxCountIterations(int)</a></span> - Method in class org.apache.ignite.ml.clustering.gmm.<a href="org/apache/ignite/ml/clustering/gmm/GmmTrainer.html" title="class in org.apache.ignite.ml.clustering.gmm">GmmTrainer</a></dt>
<dd>
<div class="block">Sets max count of iterations</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/gmm/GmmTrainer.html#withMaxCountOfClusters-int-">withMaxCountOfClusters(int)</a></span> - Method in class org.apache.ignite.ml.clustering.gmm.<a href="org/apache/ignite/ml/clustering/gmm/GmmTrainer.html" title="class in org.apache.ignite.ml.clustering.gmm">GmmTrainer</a></dt>
<dd>
<div class="block">Sets maximum number of clusters in GMM.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/gmm/GmmTrainer.html#withMaxCountOfInitTries-int-">withMaxCountOfInitTries(int)</a></span> - Method in class org.apache.ignite.ml.clustering.gmm.<a href="org/apache/ignite/ml/clustering/gmm/GmmTrainer.html" title="class in org.apache.ignite.ml.clustering.gmm">GmmTrainer</a></dt>
<dd>
<div class="block">Sets MaxCountOfInitTries parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/DecisionTreeClassificationTrainer.html#withMaxDeep-java.lang.Double-">withMaxDeep(Double)</a></span> - Method in class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/DecisionTreeClassificationTrainer.html" title="class in org.apache.ignite.ml.tree">DecisionTreeClassificationTrainer</a></dt>
<dd>
<div class="block">Set up the max deep of decision tree.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/RandomForestTrainer.html#withMaxDepth-int-">withMaxDepth(int)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.<a href="org/apache/ignite/ml/tree/randomforest/RandomForestTrainer.html" title="class in org.apache.ignite.ml.tree.randomforest">RandomForestTrainer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/kmeans/KMeansTrainer.html#withMaxIterations-int-">withMaxIterations(int)</a></span> - Method in class org.apache.ignite.ml.clustering.kmeans.<a href="org/apache/ignite/ml/clustering/kmeans/KMeansTrainer.html" title="class in org.apache.ignite.ml.clustering.kmeans">KMeansTrainer</a></dt>
<dd>
<div class="block">Set up the max number of iterations before convergence.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/ann/ANNClassificationTrainer.html#withMaxIterations-int-">withMaxIterations(int)</a></span> - Method in class org.apache.ignite.ml.knn.ann.<a href="org/apache/ignite/ml/knn/ann/ANNClassificationTrainer.html" title="class in org.apache.ignite.ml.knn.ann">ANNClassificationTrainer</a></dt>
<dd>
<div class="block">Set up the max number of iterations before convergence.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/MLPTrainer.html#withMaxIterations-int-">withMaxIterations(int)</a></span> - Method in class org.apache.ignite.ml.nn.<a href="org/apache/ignite/ml/nn/MLPTrainer.html" title="class in org.apache.ignite.ml.nn">MLPTrainer</a></dt>
<dd>
<div class="block">Set up the maximal number of iterations before the training will be stopped.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/recommendation/RecommendationTrainer.html#withMaxIterations-int-">withMaxIterations(int)</a></span> - Method in class org.apache.ignite.ml.recommendation.<a href="org/apache/ignite/ml/recommendation/RecommendationTrainer.html" title="class in org.apache.ignite.ml.recommendation">RecommendationTrainer</a></dt>
<dd>
<div class="block">Set up max iterations parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/linear/LinearRegressionSGDTrainer.html#withMaxIterations-int-">withMaxIterations(int)</a></span> - Method in class org.apache.ignite.ml.regressions.linear.<a href="org/apache/ignite/ml/regressions/linear/LinearRegressionSGDTrainer.html" title="class in org.apache.ignite.ml.regressions.linear">LinearRegressionSGDTrainer</a></dt>
<dd>
<div class="block">Set up the max amount of iterations before convergence.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionSGDTrainer.html#withMaxIterations-double-">withMaxIterations(double)</a></span> - Method in class org.apache.ignite.ml.regressions.logistic.<a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionSGDTrainer.html" title="class in org.apache.ignite.ml.regressions.logistic">LogisticRegressionSGDTrainer</a></dt>
<dd>
<div class="block">Set up the max amount of iterations before convergence.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/gmm/GmmTrainer.html#withMaxLikelihoodDivergence-double-">withMaxLikelihoodDivergence(double)</a></span> - Method in class org.apache.ignite.ml.clustering.gmm.<a href="org/apache/ignite/ml/clustering/gmm/GmmTrainer.html" title="class in org.apache.ignite.ml.clustering.gmm">GmmTrainer</a></dt>
<dd>
<div class="block">Sets maximum divergence between maximum of likelihood of vector in dataset and other for anomalies
identification.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/imputing/ImputerPartitionData.html#withMaxs-double:A-">withMaxs(double[])</a></span> - Method in class org.apache.ignite.ml.preprocessing.imputing.<a href="org/apache/ignite/ml/preprocessing/imputing/ImputerPartitionData.html" title="class in org.apache.ignite.ml.preprocessing.imputing">ImputerPartitionData</a></dt>
<dd>
<div class="block">Sets the array of maximum of values in partition for each feature in the dataset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/paramgrid/RandomStrategy.html#withMaxTries-int-">withMaxTries(int)</a></span> - Method in class org.apache.ignite.ml.selection.paramgrid.<a href="org/apache/ignite/ml/selection/paramgrid/RandomStrategy.html" title="class in org.apache.ignite.ml.selection.paramgrid">RandomStrategy</a></dt>
<dd>
<div class="block">Set up the max number of tries to stop the hyper-parameter search.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/GDBLearningStrategy.html#withMeanLabelValue-double-">withMeanLabelValue(double)</a></span> - Method in class org.apache.ignite.ml.composition.boosting.<a href="org/apache/ignite/ml/composition/boosting/GDBLearningStrategy.html" title="class in org.apache.ignite.ml.composition.boosting">GDBLearningStrategy</a></dt>
<dd>
<div class="block">Sets mean label value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html#withMetric-org.apache.ignite.ml.selection.scoring.metric.MetricName-">withMetric(MetricName)</a></span> - Method in class org.apache.ignite.ml.selection.cv.<a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html" title="class in org.apache.ignite.ml.selection.cv">AbstractCrossValidation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/gmm/GmmTrainer.html#withMinClusterProbability-double-">withMinClusterProbability(double)</a></span> - Method in class org.apache.ignite.ml.clustering.gmm.<a href="org/apache/ignite/ml/clustering/gmm/GmmTrainer.html" title="class in org.apache.ignite.ml.clustering.gmm">GmmTrainer</a></dt>
<dd>
<div class="block">Sets minimum requred probability for cluster.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/clustering/gmm/GmmTrainer.html#withMinElementsForNewCluster-int-">withMinElementsForNewCluster(int)</a></span> - Method in class org.apache.ignite.ml.clustering.gmm.<a href="org/apache/ignite/ml/clustering/gmm/GmmTrainer.html" title="class in org.apache.ignite.ml.clustering.gmm">GmmTrainer</a></dt>
<dd>
<div class="block">Sets minimum required anomalies in terms of maxLikelihoodDivergence for creating new cluster.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/DecisionTreeClassificationTrainer.html#withMinImpurityDecrease-java.lang.Double-">withMinImpurityDecrease(Double)</a></span> - Method in class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/DecisionTreeClassificationTrainer.html" title="class in org.apache.ignite.ml.tree">DecisionTreeClassificationTrainer</a></dt>
<dd>
<div class="block">Set up the min impurity decrease of decision tree.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/RandomForestTrainer.html#withMinImpurityDelta-double-">withMinImpurityDelta(double)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.<a href="org/apache/ignite/ml/tree/randomforest/RandomForestTrainer.html" title="class in org.apache.ignite.ml.tree.randomforest">RandomForestTrainer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/recommendation/RecommendationTrainer.html#withMinMdlImprovement-double-">withMinMdlImprovement(double)</a></span> - Method in class org.apache.ignite.ml.recommendation.<a href="org/apache/ignite/ml/recommendation/RecommendationTrainer.html" title="class in org.apache.ignite.ml.recommendation">RecommendationTrainer</a></dt>
<dd>
<div class="block">Set up <code>minModelImprovement</code> parameter (minimal improvement of the model to continue training).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/imputing/ImputerPartitionData.html#withMins-double:A-">withMins(double[])</a></span> - Method in class org.apache.ignite.ml.preprocessing.imputing.<a href="org/apache/ignite/ml/preprocessing/imputing/ImputerPartitionData.html" title="class in org.apache.ignite.ml.preprocessing.imputing">ImputerPartitionData</a></dt>
<dd>
<div class="block">Sets the array of minimum of values in partition for each feature in the dataset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/genetic/GeneticAlgorithm.html#withMutationOperator-java.util.function.BiFunction-">withMutationOperator(BiFunction<span class='angle_bracket'>&lt;</span>Integer, Double, Double<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.util.genetic.<a href="org/apache/ignite/ml/util/genetic/GeneticAlgorithm.html" title="class in org.apache.ignite.ml.util.genetic">GeneticAlgorithm</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/paramgrid/EvolutionOptimizationStrategy.html#withMutationProbability-double-">withMutationProbability(double)</a></span> - Method in class org.apache.ignite.ml.selection.paramgrid.<a href="org/apache/ignite/ml/selection/paramgrid/EvolutionOptimizationStrategy.html" title="class in org.apache.ignite.ml.selection.paramgrid">EvolutionOptimizationStrategy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/genetic/GeneticAlgorithm.html#withMutationProbability-double-">withMutationProbability(double)</a></span> - Method in class org.apache.ignite.ml.util.genetic.<a href="org/apache/ignite/ml/util/genetic/GeneticAlgorithm.html" title="class in org.apache.ignite.ml.util.genetic">GeneticAlgorithm</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCompute.html#withName-java.lang.String-">withName(String)</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">Sets task name for the next executed task in the <b>current thread</b>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/RandomForestTrainer.html#withNodesToLearnSelectionStrgy-java.util.function.Function-">withNodesToLearnSelectionStrgy(Function<span class='angle_bracket'>&lt;</span>Queue<span class='angle_bracket'>&lt;</span>TreeNode<span class='angle_bracket'>&gt;</span>, List<span class='angle_bracket'>&lt;</span>TreeNode<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.<a href="org/apache/ignite/ml/tree/randomforest/RandomForestTrainer.html" title="class in org.apache.ignite.ml.tree.randomforest">RandomForestTrainer</a></dt>
<dd>
<div class="block">Sets strategy for selection nodes from learning queue in each iteration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCompute.html#withNoFailover--">withNoFailover()</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCompute.html" title="interface in org.apache.ignite.client">ClientCompute</a></dt>
<dd>
<div class="block">Sets no-failover flag for tasks executed by returned <code>ClientCompute</code> instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCompute.html#withNoFailover--">withNoFailover()</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">Sets no-failover flag for the next task executed in the <b>current thread</b>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCompute.html#withNoResultCache--">withNoResultCache()</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCompute.html" title="interface in org.apache.ignite.client">ClientCompute</a></dt>
<dd>
<div class="block">Disables result caching for tasks executed by returned <code>ClientCompute</code> instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCompute.html#withNoResultCache--">withNoResultCache()</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">Disables caching for the next executed task in the <b>current thread</b>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#withNoRetries--">withNoRetries()</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#withNoRetries--">withNoRetries()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/paramgrid/EvolutionOptimizationStrategy.html#withNumberOfEliteChromosomes-int-">withNumberOfEliteChromosomes(int)</a></span> - Method in class org.apache.ignite.ml.selection.paramgrid.<a href="org/apache/ignite/ml/selection/paramgrid/EvolutionOptimizationStrategy.html" title="class in org.apache.ignite.ml.selection.paramgrid">EvolutionOptimizationStrategy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/paramgrid/EvolutionOptimizationStrategy.html#withNumberOfGenerations-int-">withNumberOfGenerations(int)</a></span> - Method in class org.apache.ignite.ml.selection.paramgrid.<a href="org/apache/ignite/ml/selection/paramgrid/EvolutionOptimizationStrategy.html" title="class in org.apache.ignite.ml.selection.paramgrid">EvolutionOptimizationStrategy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/stacking/SimpleStackedDatasetTrainer.html#withOriginalFeaturesDropped--">withOriginalFeaturesDropped()</a></span> - Method in class org.apache.ignite.ml.composition.stacking.<a href="org/apache/ignite/ml/composition/stacking/SimpleStackedDatasetTrainer.html" title="class in org.apache.ignite.ml.composition.stacking">SimpleStackedDatasetTrainer</a></dt>
<dd>
<div class="block">Drop original features during training and inference.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html#withOriginalFeaturesDropped--">withOriginalFeaturesDropped()</a></span> - Method in class org.apache.ignite.ml.composition.stacking.<a href="org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="class in org.apache.ignite.ml.composition.stacking">StackedDatasetTrainer</a></dt>
<dd>
<div class="block">Drop original features during training and inference.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html#withOriginalFeaturesDropped--">withOriginalFeaturesDropped()</a></span> - Method in class org.apache.ignite.ml.composition.stacking.<a href="org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html" title="class in org.apache.ignite.ml.composition.stacking">StackedVectorDatasetTrainer</a></dt>
<dd>
<div class="block">Drop original features during training and inference.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/stacking/SimpleStackedDatasetTrainer.html#withOriginalFeaturesKept-org.apache.ignite.ml.math.functions.IgniteFunction-">withOriginalFeaturesKept(IgniteFunction<span class='angle_bracket'>&lt;</span>I, I<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.composition.stacking.<a href="org/apache/ignite/ml/composition/stacking/SimpleStackedDatasetTrainer.html" title="class in org.apache.ignite.ml.composition.stacking">SimpleStackedDatasetTrainer</a></dt>
<dd>
<div class="block">Keep original features during training and propagate submodels input to aggregator during inference
using given function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/stacking/SimpleStackedDatasetTrainer.html#withOriginalFeaturesKept--">withOriginalFeaturesKept()</a></span> - Method in class org.apache.ignite.ml.composition.stacking.<a href="org/apache/ignite/ml/composition/stacking/SimpleStackedDatasetTrainer.html" title="class in org.apache.ignite.ml.composition.stacking">SimpleStackedDatasetTrainer</a></dt>
<dd>
<div class="block">Keep original features using <a href="org/apache/ignite/ml/math/functions/IgniteFunction.html#identity--"><code>IgniteFunction.identity()</code></a> as submodelInput2AggregatingInputConverter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html#withOriginalFeaturesKept-org.apache.ignite.ml.math.functions.IgniteFunction-">withOriginalFeaturesKept(IgniteFunction<span class='angle_bracket'>&lt;</span>IS, IA<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.composition.stacking.<a href="org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="class in org.apache.ignite.ml.composition.stacking">StackedDatasetTrainer</a></dt>
<dd>
<div class="block">Keep original features during training and propagate submodels input to aggregator during inference
using given function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html#withOriginalFeaturesKept--">withOriginalFeaturesKept()</a></span> - Method in class org.apache.ignite.ml.composition.stacking.<a href="org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html" title="class in org.apache.ignite.ml.composition.stacking">StackedVectorDatasetTrainer</a></dt>
<dd>
<div class="block">Keep original features using <a href="org/apache/ignite/ml/math/functions/IgniteFunction.html#identity--"><code>IgniteFunction.identity()</code></a> as submodelInput2AggregatingInputConverter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html#withOriginalFeaturesKept-org.apache.ignite.ml.math.functions.IgniteFunction-">withOriginalFeaturesKept(IgniteFunction<span class='angle_bracket'>&lt;</span>Vector, Vector<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.composition.stacking.<a href="org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html" title="class in org.apache.ignite.ml.composition.stacking">StackedVectorDatasetTrainer</a></dt>
<dd>
<div class="block">Keep original features during training and propagate submodels input to aggregator during inference
using given function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/normalization/NormalizationTrainer.html#withP-double-">withP(double)</a></span> - Method in class org.apache.ignite.ml.preprocessing.normalization.<a href="org/apache/ignite/ml/preprocessing/normalization/NormalizationTrainer.html" title="class in org.apache.ignite.ml.preprocessing.normalization">NormalizationTrainer</a></dt>
<dd>
<div class="block">Sets the p parameter value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/LearningEnvironmentBuilder.html#withParallelismStrategy-T-">withParallelismStrategy(T)</a></span> - Method in interface org.apache.ignite.ml.environment.<a href="org/apache/ignite/ml/environment/LearningEnvironmentBuilder.html" title="interface in org.apache.ignite.ml.environment">LearningEnvironmentBuilder</a></dt>
<dd>
<div class="block">Specifies Parallelism Strategy for LearningEnvironment.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/DefaultLearningEnvironmentBuilder.html#withParallelismStrategyDependency-org.apache.ignite.ml.math.functions.IgniteFunction-">withParallelismStrategyDependency(IgniteFunction<span class='angle_bracket'>&lt;</span>Integer, ParallelismStrategy<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.environment.<a href="org/apache/ignite/ml/environment/DefaultLearningEnvironmentBuilder.html" title="class in org.apache.ignite.ml.environment">DefaultLearningEnvironmentBuilder</a></dt>
<dd>
<div class="block">Specifies dependency (partition -> Parallelism Strategy for LearningEnvironment).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/LearningEnvironmentBuilder.html#withParallelismStrategyDependency-org.apache.ignite.ml.math.functions.IgniteFunction-">withParallelismStrategyDependency(IgniteFunction<span class='angle_bracket'>&lt;</span>Integer, ParallelismStrategy<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.ml.environment.<a href="org/apache/ignite/ml/environment/LearningEnvironmentBuilder.html" title="interface in org.apache.ignite.ml.environment">LearningEnvironmentBuilder</a></dt>
<dd>
<div class="block">Specifies dependency (partition -> Parallelism Strategy for LearningEnvironment).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/LearningEnvironmentBuilder.html#withParallelismStrategyType-org.apache.ignite.ml.environment.parallelism.ParallelismStrategy.Type-">withParallelismStrategyType(ParallelismStrategy.Type)</a></span> - Method in interface org.apache.ignite.ml.environment.<a href="org/apache/ignite/ml/environment/LearningEnvironmentBuilder.html" title="interface in org.apache.ignite.ml.environment">LearningEnvironmentBuilder</a></dt>
<dd>
<div class="block">Specifies Parallelism Strategy Type for LearningEnvironment.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/DefaultLearningEnvironmentBuilder.html#withParallelismStrategyTypeDependency-org.apache.ignite.ml.math.functions.IgniteFunction-">withParallelismStrategyTypeDependency(IgniteFunction<span class='angle_bracket'>&lt;</span>Integer, ParallelismStrategy.Type<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.environment.<a href="org/apache/ignite/ml/environment/DefaultLearningEnvironmentBuilder.html" title="class in org.apache.ignite.ml.environment">DefaultLearningEnvironmentBuilder</a></dt>
<dd>
<div class="block">Specifies dependency (partition -> Parallelism Strategy Type for LearningEnvironment).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/LearningEnvironmentBuilder.html#withParallelismStrategyTypeDependency-org.apache.ignite.ml.math.functions.IgniteFunction-">withParallelismStrategyTypeDependency(IgniteFunction<span class='angle_bracket'>&lt;</span>Integer, ParallelismStrategy.Type<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.ml.environment.<a href="org/apache/ignite/ml/environment/LearningEnvironmentBuilder.html" title="interface in org.apache.ignite.ml.environment">LearningEnvironmentBuilder</a></dt>
<dd>
<div class="block">Specifies dependency (partition -> Parallelism Strategy Type for LearningEnvironment).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/paramgrid/ParamGrid.html#withParameterSearchStrategy-org.apache.ignite.ml.selection.paramgrid.HyperParameterTuningStrategy-">withParameterSearchStrategy(HyperParameterTuningStrategy)</a></span> - Method in class org.apache.ignite.ml.selection.paramgrid.<a href="org/apache/ignite/ml/selection/paramgrid/ParamGrid.html" title="class in org.apache.ignite.ml.selection.paramgrid">ParamGrid</a></dt>
<dd>
<div class="block">Set up the hyper-parameter searching strategy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html#withParamGrid-org.apache.ignite.ml.selection.paramgrid.ParamGrid-">withParamGrid(ParamGrid)</a></span> - Method in class org.apache.ignite.ml.selection.cv.<a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html" title="class in org.apache.ignite.ml.selection.cv">AbstractCrossValidation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#withPartitionRecover--">withPartitionRecover()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block">Gets an instance of <code>IgniteCache</code> that will be allowed to execute cache read operations
regardless of partition loss policy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html#withPipeline-org.apache.ignite.ml.pipeline.Pipeline-">withPipeline(Pipeline<span class='angle_bracket'>&lt;</span>K, V, Integer, Double<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.selection.cv.<a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html" title="class in org.apache.ignite.ml.selection.cv">AbstractCrossValidation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/genetic/GeneticAlgorithm.html#withPopulationSize-int-">withPopulationSize(int)</a></span> - Method in class org.apache.ignite.ml.util.genetic.<a href="org/apache/ignite/ml/util/genetic/GeneticAlgorithm.html" title="class in org.apache.ignite.ml.util.genetic">GeneticAlgorithm</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/pipeline/PipelineMdl.html#withPreprocessor-org.apache.ignite.ml.preprocessing.Preprocessor-">withPreprocessor(Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.pipeline.<a href="org/apache/ignite/ml/pipeline/PipelineMdl.html" title="class in org.apache.ignite.ml.pipeline">PipelineMdl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html#withPreprocessor-org.apache.ignite.ml.preprocessing.Preprocessor-">withPreprocessor(Preprocessor<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.selection.cv.<a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html" title="class in org.apache.ignite.ml.selection.cv">AbstractCrossValidation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/compound/CompoundNaiveBayesModel.html#withPriorProbabilities-double:A-">withPriorProbabilities(double[])</a></span> - Method in class org.apache.ignite.ml.naivebayes.compound.<a href="org/apache/ignite/ml/naivebayes/compound/CompoundNaiveBayesModel.html" title="class in org.apache.ignite.ml.naivebayes.compound">CompoundNaiveBayesModel</a></dt>
<dd>
<div class="block">Sets prior probabilities.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/naivebayes/compound/CompoundNaiveBayesTrainer.html#withPriorProbabilities-double:A-">withPriorProbabilities(double[])</a></span> - Method in class org.apache.ignite.ml.naivebayes.compound.<a href="org/apache/ignite/ml/naivebayes/compound/CompoundNaiveBayesTrainer.html" title="class in org.apache.ignite.ml.naivebayes.compound">CompoundNaiveBayesTrainer</a></dt>
<dd>
<div class="block">Sets prior probabilities.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/LearningEnvironmentBuilder.html#withRandom-java.util.Random-">withRandom(Random)</a></span> - Method in interface org.apache.ignite.ml.environment.<a href="org/apache/ignite/ml/environment/LearningEnvironmentBuilder.html" title="interface in org.apache.ignite.ml.environment">LearningEnvironmentBuilder</a></dt>
<dd>
<div class="block">Specify random numbers generator for learning environment.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/DefaultLearningEnvironmentBuilder.html#withRandomDependency-org.apache.ignite.ml.math.functions.IgniteFunction-">withRandomDependency(IgniteFunction<span class='angle_bracket'>&lt;</span>Integer, Random<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.environment.<a href="org/apache/ignite/ml/environment/DefaultLearningEnvironmentBuilder.html" title="class in org.apache.ignite.ml.environment">DefaultLearningEnvironmentBuilder</a></dt>
<dd>
<div class="block">Specify dependency (partition -> random numbers generator).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/LearningEnvironmentBuilder.html#withRandomDependency-org.apache.ignite.ml.math.functions.IgniteFunction-">withRandomDependency(IgniteFunction<span class='angle_bracket'>&lt;</span>Integer, Random<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.ml.environment.<a href="org/apache/ignite/ml/environment/LearningEnvironmentBuilder.html" title="interface in org.apache.ignite.ml.environment">LearningEnvironmentBuilder</a></dt>
<dd>
<div class="block">Specify dependency (partition -> random numbers generator).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionModel.html#withRawLabels-boolean-">withRawLabels(boolean)</a></span> - Method in class org.apache.ignite.ml.regressions.logistic.<a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionModel.html" title="class in org.apache.ignite.ml.regressions.logistic">LogisticRegressionModel</a></dt>
<dd>
<div class="block">Set up the output label format.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/svm/SVMLinearClassificationModel.html#withRawLabels-boolean-">withRawLabels(boolean)</a></span> - Method in class org.apache.ignite.ml.svm.<a href="org/apache/ignite/ml/svm/SVMLinearClassificationModel.html" title="class in org.apache.ignite.ml.svm">SVMLinearClassificationModel</a></dt>
<dd>
<div class="block">Set up the output label format.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#withReadRepair--">withReadRepair()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>
<div class="block"><b>This is an experimental API.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/recommendation/RecommendationTrainer.html#withRegularization-double-">withRegularization(double)</a></span> - Method in class org.apache.ignite.ml.recommendation.<a href="org/apache/ignite/ml/recommendation/RecommendationTrainer.html" title="class in org.apache.ignite.ml.recommendation">RecommendationTrainer</a></dt>
<dd>
<div class="block">Set up regularization parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/impl/cache/CacheBasedDatasetBuilder.html#withRetriesNumber-int-">withRetriesNumber(int)</a></span> - Method in class org.apache.ignite.ml.dataset.impl.cache.<a href="org/apache/ignite/ml/dataset/impl/cache/CacheBasedDatasetBuilder.html" title="class in org.apache.ignite.ml.dataset.impl.cache">CacheBasedDatasetBuilder</a></dt>
<dd>
<div class="block">Sets number of retries. 15 * 60 by default.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/LearningEnvironmentBuilder.html#withRNGSeed-long-">withRNGSeed(long)</a></span> - Method in interface org.apache.ignite.ml.environment.<a href="org/apache/ignite/ml/environment/LearningEnvironmentBuilder.html" title="interface in org.apache.ignite.ml.environment">LearningEnvironmentBuilder</a></dt>
<dd>
<div class="block">Specify seed for random number generator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/DefaultLearningEnvironmentBuilder.html#withRNGSeedDependency-org.apache.ignite.ml.math.functions.IgniteFunction-">withRNGSeedDependency(IgniteFunction<span class='angle_bracket'>&lt;</span>Integer, Long<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.environment.<a href="org/apache/ignite/ml/environment/DefaultLearningEnvironmentBuilder.html" title="class in org.apache.ignite.ml.environment">DefaultLearningEnvironmentBuilder</a></dt>
<dd>
<div class="block">Specify dependency (partition -> seed for random number generator).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/environment/LearningEnvironmentBuilder.html#withRNGSeedDependency-org.apache.ignite.ml.math.functions.IgniteFunction-">withRNGSeedDependency(IgniteFunction<span class='angle_bracket'>&lt;</span>Integer, Long<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.ml.environment.<a href="org/apache/ignite/ml/environment/LearningEnvironmentBuilder.html" title="interface in org.apache.ignite.ml.environment">LearningEnvironmentBuilder</a></dt>
<dd>
<div class="block">Specify dependency (partition -> seed for random number generator).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/boosting/GDBLearningStrategy.html#withSampleSize-long-">withSampleSize(long)</a></span> - Method in class org.apache.ignite.ml.composition.boosting.<a href="org/apache/ignite/ml/composition/boosting/GDBLearningStrategy.html" title="class in org.apache.ignite.ml.composition.boosting">GDBLearningStrategy</a></dt>
<dd>
<div class="block">Sets sample size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/tracing/TracingConfigurationParameters.Builder.html#withSamplingRate-double-">withSamplingRate(double)</a></span> - Method in class org.apache.ignite.spi.tracing.<a href="org/apache/ignite/spi/tracing/TracingConfigurationParameters.Builder.html" title="class in org.apache.ignite.spi.tracing">TracingConfigurationParameters.Builder</a></dt>
<dd>
<div class="block">Builder method that allows to set sampling rate.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/paramgrid/RandomStrategy.html#withSatisfactoryFitness-double-">withSatisfactoryFitness(double)</a></span> - Method in class org.apache.ignite.ml.selection.paramgrid.<a href="org/apache/ignite/ml/selection/paramgrid/RandomStrategy.html" title="class in org.apache.ignite.ml.selection.paramgrid">RandomStrategy</a></dt>
<dd>
<div class="block">Set up the satisfactory fitness to stop the hyper-parameter search.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/MLPTrainer.html#withSeed-long-">withSeed(long)</a></span> - Method in class org.apache.ignite.ml.nn.<a href="org/apache/ignite/ml/nn/MLPTrainer.html" title="class in org.apache.ignite.ml.nn">MLPTrainer</a></dt>
<dd>
<div class="block">Set up the multilayer perceptron model initializer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/linear/LinearRegressionSGDTrainer.html#withSeed-long-">withSeed(long)</a></span> - Method in class org.apache.ignite.ml.regressions.linear.<a href="org/apache/ignite/ml/regressions/linear/LinearRegressionSGDTrainer.html" title="class in org.apache.ignite.ml.regressions.linear">LinearRegressionSGDTrainer</a></dt>
<dd>
<div class="block">Set up the random seed parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionSGDTrainer.html#withSeed-long-">withSeed(long)</a></span> - Method in class org.apache.ignite.ml.regressions.logistic.<a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionSGDTrainer.html" title="class in org.apache.ignite.ml.regressions.logistic">LogisticRegressionSGDTrainer</a></dt>
<dd>
<div class="block">Set up the random seed parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/paramgrid/EvolutionOptimizationStrategy.html#withSeed-long-">withSeed(long)</a></span> - Method in class org.apache.ignite.ml.selection.paramgrid.<a href="org/apache/ignite/ml/selection/paramgrid/EvolutionOptimizationStrategy.html" title="class in org.apache.ignite.ml.selection.paramgrid">EvolutionOptimizationStrategy</a></dt>
<dd>
<div class="block">Set up the seed number.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/paramgrid/RandomStrategy.html#withSeed-long-">withSeed(long)</a></span> - Method in class org.apache.ignite.ml.selection.paramgrid.<a href="org/apache/ignite/ml/selection/paramgrid/RandomStrategy.html" title="class in org.apache.ignite.ml.selection.paramgrid">RandomStrategy</a></dt>
<dd>
<div class="block">Set up the seed number.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/svm/SVMLinearClassificationTrainer.html#withSeed-long-">withSeed(long)</a></span> - Method in class org.apache.ignite.ml.svm.<a href="org/apache/ignite/ml/svm/SVMLinearClassificationTrainer.html" title="class in org.apache.ignite.ml.svm">SVMLinearClassificationTrainer</a></dt>
<dd>
<div class="block">Set up the seed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/RandomForestTrainer.html#withSeed-long-">withSeed(long)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.<a href="org/apache/ignite/ml/tree/randomforest/RandomForestTrainer.html" title="class in org.apache.ignite.ml.tree.randomforest">RandomForestTrainer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/paramgrid/EvolutionOptimizationStrategy.html#withSelectionStgy-org.apache.ignite.ml.util.genetic.SelectionStrategy-">withSelectionStgy(SelectionStrategy)</a></span> - Method in class org.apache.ignite.ml.selection.paramgrid.<a href="org/apache/ignite/ml/selection/paramgrid/EvolutionOptimizationStrategy.html" title="class in org.apache.ignite.ml.selection.paramgrid">EvolutionOptimizationStrategy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/genetic/GeneticAlgorithm.html#withSelectionStgy-org.apache.ignite.ml.util.genetic.SelectionStrategy-">withSelectionStgy(SelectionStrategy)</a></span> - Method in class org.apache.ignite.ml.util.genetic.<a href="org/apache/ignite/ml/util/genetic/GeneticAlgorithm.html" title="class in org.apache.ignite.ml.util.genetic">GeneticAlgorithm</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCache.html#withSkipStore--">withSkipStore()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html#withSubmodelOutput2VectorConverter-org.apache.ignite.ml.math.functions.IgniteFunction-">withSubmodelOutput2VectorConverter(IgniteFunction<span class='angle_bracket'>&lt;</span>IA, Vector<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.composition.stacking.<a href="org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="class in org.apache.ignite.ml.composition.stacking">StackedDatasetTrainer</a></dt>
<dd>
<div class="block">Set function used for conversion of submodel output to <a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector"><code>Vector</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html#withSubmodelOutput2VectorConverter-org.apache.ignite.ml.math.functions.IgniteFunction-">withSubmodelOutput2VectorConverter(IgniteFunction<span class='angle_bracket'>&lt;</span>Vector, Vector<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.composition.stacking.<a href="org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html" title="class in org.apache.ignite.ml.composition.stacking">StackedVectorDatasetTrainer</a></dt>
<dd>
<div class="block">Set function used for conversion of submodel output to <a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector"><code>Vector</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/randomforest/RandomForestTrainer.html#withSubSampleSize-double-">withSubSampleSize(double)</a></span> - Method in class org.apache.ignite.ml.tree.randomforest.<a href="org/apache/ignite/ml/tree/randomforest/RandomForestTrainer.html" title="class in org.apache.ignite.ml.tree.randomforest">RandomForestTrainer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/imputing/ImputerPartitionData.html#withSums-double:A-">withSums(double[])</a></span> - Method in class org.apache.ignite.ml.preprocessing.imputing.<a href="org/apache/ignite/ml/preprocessing/imputing/ImputerPartitionData.html" title="class in org.apache.ignite.ml.preprocessing.imputing">ImputerPartitionData</a></dt>
<dd>
<div class="block">Sets the array of sums of values in partition for each feature in the dataset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/encoding/EncoderPartitionData.html#withTargetCounters-org.apache.ignite.ml.preprocessing.encoding.target.TargetCounter:A-">withTargetCounters(TargetCounter[])</a></span> - Method in class org.apache.ignite.ml.preprocessing.encoding.<a href="org/apache/ignite/ml/preprocessing/encoding/EncoderPartitionData.html" title="class in org.apache.ignite.ml.preprocessing.encoding">EncoderPartitionData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/binarization/BinarizationTrainer.html#withThreshold-double-">withThreshold(double)</a></span> - Method in class org.apache.ignite.ml.preprocessing.binarization.<a href="org/apache/ignite/ml/preprocessing/binarization/BinarizationTrainer.html" title="class in org.apache.ignite.ml.preprocessing.binarization">BinarizationTrainer</a></dt>
<dd>
<div class="block">Set the threshold parameter value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionModel.html#withThreshold-double-">withThreshold(double)</a></span> - Method in class org.apache.ignite.ml.regressions.logistic.<a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionModel.html" title="class in org.apache.ignite.ml.regressions.logistic">LogisticRegressionModel</a></dt>
<dd>
<div class="block">Set up the threshold.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/svm/SVMLinearClassificationModel.html#withThreshold-double-">withThreshold(double)</a></span> - Method in class org.apache.ignite.ml.svm.<a href="org/apache/ignite/ml/svm/SVMLinearClassificationModel.html" title="class in org.apache.ignite.ml.svm">SVMLinearClassificationModel</a></dt>
<dd>
<div class="block">Set up the threshold.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/client/ClientCompute.html#withTimeout-long-">withTimeout(long)</a></span> - Method in interface org.apache.ignite.client.<a href="org/apache/ignite/client/ClientCompute.html" title="interface in org.apache.ignite.client">ClientCompute</a></dt>
<dd>
<div class="block">Sets timeout for tasks executed by returned <code>ClientCompute</code> instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteCompute.html#withTimeout-long-">withTimeout(long)</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">Sets task timeout for the next executed task in the <b>current thread</b>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteTransactions.html#withTracing--">withTracing()</a></span> - Method in interface org.apache.ignite.<a href="org/apache/ignite/IgniteTransactions.html" title="interface in org.apache.ignite">IgniteTransactions</a></dt>
<dd>
<div class="block">Returns an instance of <code>IgniteTransactions</code> tran will trace every transaction.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html#withTrainer-org.apache.ignite.ml.trainers.DatasetTrainer-">withTrainer(DatasetTrainer<span class='angle_bracket'>&lt;</span>M, Double<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.selection.cv.<a href="org/apache/ignite/ml/selection/cv/AbstractCrossValidation.html" title="class in org.apache.ignite.ml.selection.cv">AbstractCrossValidation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/recommendation/RecommendationTrainer.html#withTrainerEnvironment-org.apache.ignite.ml.environment.LearningEnvironment-">withTrainerEnvironment(LearningEnvironment)</a></span> - Method in class org.apache.ignite.ml.recommendation.<a href="org/apache/ignite/ml/recommendation/RecommendationTrainer.html" title="class in org.apache.ignite.ml.recommendation">RecommendationTrainer</a></dt>
<dd>
<div class="block">Set up trainer learning environment.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/nn/MLPTrainer.html#withUpdatesStgy-org.apache.ignite.ml.nn.UpdatesStrategy-">withUpdatesStgy(UpdatesStrategy<span class='angle_bracket'>&lt;</span>? super MultilayerPerceptron, P<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.nn.<a href="org/apache/ignite/ml/nn/MLPTrainer.html" title="class in org.apache.ignite.ml.nn">MLPTrainer</a></dt>
<dd>
<div class="block">Set up the update strategy that defines how to update model parameters during the training.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionSGDTrainer.html#withUpdatesStgy-org.apache.ignite.ml.nn.UpdatesStrategy-">withUpdatesStgy(UpdatesStrategy)</a></span> - Method in class org.apache.ignite.ml.regressions.logistic.<a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionSGDTrainer.html" title="class in org.apache.ignite.ml.regressions.logistic">LogisticRegressionSGDTrainer</a></dt>
<dd>
<div class="block">Set up the regularization parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/cv/CrossValidation.html#withUpstreamCache-org.apache.ignite.IgniteCache-">withUpstreamCache(IgniteCache<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.selection.cv.<a href="org/apache/ignite/ml/selection/cv/CrossValidation.html" title="class in org.apache.ignite.ml.selection.cv">CrossValidation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/cv/DebugCrossValidation.html#withUpstreamMap-java.util.Map-">withUpstreamMap(Map<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.selection.cv.<a href="org/apache/ignite/ml/selection/cv/DebugCrossValidation.html" title="class in org.apache.ignite.ml.selection.cv">DebugCrossValidation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/DatasetBuilder.html#withUpstreamTransformer-org.apache.ignite.ml.dataset.UpstreamTransformerBuilder-">withUpstreamTransformer(UpstreamTransformerBuilder)</a></span> - Method in interface org.apache.ignite.ml.dataset.<a href="org/apache/ignite/ml/dataset/DatasetBuilder.html" title="interface in org.apache.ignite.ml.dataset">DatasetBuilder</a></dt>
<dd>
<div class="block">Returns new instance of <a href="org/apache/ignite/ml/dataset/DatasetBuilder.html" title="interface in org.apache.ignite.ml.dataset"><code>DatasetBuilder</code></a> with new <a href="org/apache/ignite/ml/dataset/UpstreamTransformerBuilder.html" title="interface in org.apache.ignite.ml.dataset"><code>UpstreamTransformerBuilder</code></a> added
to chain of upstream transformer builders.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/impl/cache/CacheBasedDatasetBuilder.html#withUpstreamTransformer-org.apache.ignite.ml.dataset.UpstreamTransformerBuilder-">withUpstreamTransformer(UpstreamTransformerBuilder)</a></span> - Method in class org.apache.ignite.ml.dataset.impl.cache.<a href="org/apache/ignite/ml/dataset/impl/cache/CacheBasedDatasetBuilder.html" title="class in org.apache.ignite.ml.dataset.impl.cache">CacheBasedDatasetBuilder</a></dt>
<dd>
<div class="block">Returns new instance of <a href="org/apache/ignite/ml/dataset/DatasetBuilder.html" title="interface in org.apache.ignite.ml.dataset"><code>DatasetBuilder</code></a> with new <a href="org/apache/ignite/ml/dataset/UpstreamTransformerBuilder.html" title="interface in org.apache.ignite.ml.dataset"><code>UpstreamTransformerBuilder</code></a> added
to chain of upstream transformer builders.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/impl/local/LocalDatasetBuilder.html#withUpstreamTransformer-org.apache.ignite.ml.dataset.UpstreamTransformerBuilder-">withUpstreamTransformer(UpstreamTransformerBuilder)</a></span> - Method in class org.apache.ignite.ml.dataset.impl.local.<a href="org/apache/ignite/ml/dataset/impl/local/LocalDatasetBuilder.html" title="class in org.apache.ignite.ml.dataset.impl.local">LocalDatasetBuilder</a></dt>
<dd>
<div class="block">Returns new instance of <a href="org/apache/ignite/ml/dataset/DatasetBuilder.html" title="interface in org.apache.ignite.ml.dataset"><code>DatasetBuilder</code></a> with new <a href="org/apache/ignite/ml/dataset/UpstreamTransformerBuilder.html" title="interface in org.apache.ignite.ml.dataset"><code>UpstreamTransformerBuilder</code></a> added
to chain of upstream transformer builders.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/trainers/AdaptableDatasetTrainer.html#withUpstreamTransformerBuilder-org.apache.ignite.ml.dataset.UpstreamTransformerBuilder-">withUpstreamTransformerBuilder(UpstreamTransformerBuilder)</a></span> - Method in class org.apache.ignite.ml.trainers.<a href="org/apache/ignite/ml/trainers/AdaptableDatasetTrainer.html" title="class in org.apache.ignite.ml.trainers">AdaptableDatasetTrainer</a></dt>
<dd>
<div class="block">Specify which <a href="org/apache/ignite/ml/dataset/UpstreamTransformerBuilder.html" title="interface in org.apache.ignite.ml.dataset"><code>UpstreamTransformerBuilder</code></a> will be used.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/DecisionTreeClassificationTrainer.html#withUseIndex-boolean-">withUseIndex(boolean)</a></span> - Method in class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/DecisionTreeClassificationTrainer.html" title="class in org.apache.ignite.ml.tree">DecisionTreeClassificationTrainer</a></dt>
<dd>
<div class="block">Sets useIndex parameter and returns trainer instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/boosting/GDBBinaryClassifierOnTreesTrainer.html#withUsingIdx-boolean-">withUsingIdx(boolean)</a></span> - Method in class org.apache.ignite.ml.tree.boosting.<a href="org/apache/ignite/ml/tree/boosting/GDBBinaryClassifierOnTreesTrainer.html" title="class in org.apache.ignite.ml.tree.boosting">GDBBinaryClassifierOnTreesTrainer</a></dt>
<dd>
<div class="block">Set useIndex parameter and returns trainer instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/boosting/GDBRegressionOnTreesTrainer.html#withUsingIdx-boolean-">withUsingIdx(boolean)</a></span> - Method in class org.apache.ignite.ml.tree.boosting.<a href="org/apache/ignite/ml/tree/boosting/GDBRegressionOnTreesTrainer.html" title="class in org.apache.ignite.ml.tree.boosting">GDBRegressionOnTreesTrainer</a></dt>
<dd>
<div class="block">Set useIndex parameter and returns trainer instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/tree/DecisionTreeRegressionTrainer.html#withUsingIdx-boolean-">withUsingIdx(boolean)</a></span> - Method in class org.apache.ignite.ml.tree.<a href="org/apache/ignite/ml/tree/DecisionTreeRegressionTrainer.html" title="class in org.apache.ignite.ml.tree">DecisionTreeRegressionTrainer</a></dt>
<dd>
<div class="block">Sets usingIdx parameter and returns trainer instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/preprocessing/imputing/ImputerPartitionData.html#withValuesByFrequency-java.util.Map:A-">withValuesByFrequency(Map<span class='angle_bracket'>&lt;</span>Double, Integer<span class='angle_bracket'>&gt;</span>[])</a></span> - Method in class org.apache.ignite.ml.preprocessing.imputing.<a href="org/apache/ignite/ml/preprocessing/imputing/ImputerPartitionData.html" title="class in org.apache.ignite.ml.preprocessing.imputing">ImputerPartitionData</a></dt>
<dd>
<div class="block">Sets the array of maps of frequencies by value in partition for each feature in the dataset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html#withVector2SubmodelInputConverter-org.apache.ignite.ml.math.functions.IgniteFunction-">withVector2SubmodelInputConverter(IgniteFunction<span class='angle_bracket'>&lt;</span>Vector, IS<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.composition.stacking.<a href="org/apache/ignite/ml/composition/stacking/StackedDatasetTrainer.html" title="class in org.apache.ignite.ml.composition.stacking">StackedDatasetTrainer</a></dt>
<dd>
<div class="block">Set function used for conversion of <a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector"><code>Vector</code></a> to submodel input.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html#withVector2SubmodelInputConverter-org.apache.ignite.ml.math.functions.IgniteFunction-">withVector2SubmodelInputConverter(IgniteFunction<span class='angle_bracket'>&lt;</span>Vector, Vector<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.ml.composition.stacking.<a href="org/apache/ignite/ml/composition/stacking/StackedVectorDatasetTrainer.html" title="class in org.apache.ignite.ml.composition.stacking">StackedVectorDatasetTrainer</a></dt>
<dd>
<div class="block">Set function used for conversion of <a href="org/apache/ignite/ml/math/primitives/vector/Vector.html" title="interface in org.apache.ignite.ml.math.primitives.vector"><code>Vector</code></a> to submodel input.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/KNNTrainer.html#withWeighted-boolean-">withWeighted(boolean)</a></span> - Method in class org.apache.ignite.ml.knn.<a href="org/apache/ignite/ml/knn/KNNTrainer.html" title="class in org.apache.ignite.ml.knn">KNNTrainer</a></dt>
<dd>
<div class="block">Sets up <code>weighted</code> parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/knn/NNClassificationModel.html#withWeighted-boolean-">withWeighted(boolean)</a></span> - Method in class org.apache.ignite.ml.knn.<a href="org/apache/ignite/ml/knn/NNClassificationModel.html" title="class in org.apache.ignite.ml.knn">NNClassificationModel</a></dt>
<dd>
<div class="block">Sets up <code>weighted</code> parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/linear/LinearRegressionModel.html#withWeights-org.apache.ignite.ml.math.primitives.vector.Vector-">withWeights(Vector)</a></span> - Method in class org.apache.ignite.ml.regressions.linear.<a href="org/apache/ignite/ml/regressions/linear/LinearRegressionModel.html" title="class in org.apache.ignite.ml.regressions.linear">LinearRegressionModel</a></dt>
<dd>
<div class="block">Set up the weights.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionModel.html#withWeights-org.apache.ignite.ml.math.primitives.vector.Vector-">withWeights(Vector)</a></span> - Method in class org.apache.ignite.ml.regressions.logistic.<a href="org/apache/ignite/ml/regressions/logistic/LogisticRegressionModel.html" title="class in org.apache.ignite.ml.regressions.logistic">LogisticRegressionModel</a></dt>
<dd>
<div class="block">Set up the weights.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/svm/SVMLinearClassificationModel.html#withWeights-org.apache.ignite.ml.math.primitives.vector.Vector-">withWeights(Vector)</a></span> - Method in class org.apache.ignite.ml.svm.<a href="org/apache/ignite/ml/svm/SVMLinearClassificationModel.html" title="class in org.apache.ignite.ml.svm">SVMLinearClassificationModel</a></dt>
<dd>
<div class="block">Set up the weights.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/IgniteDiscoveryThread.html#worker--">worker()</a></span> - Method in interface org.apache.ignite.spi.discovery.<a href="org/apache/ignite/spi/discovery/IgniteDiscoveryThread.html" title="interface in org.apache.ignite.spi.discovery">IgniteDiscoveryThread</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/mxbean/WorkersControlMXBean.html" title="interface in org.apache.ignite.mxbean"><span class="typeNameLink">WorkersControlMXBean</span></a> - Interface in <a href="org/apache/ignite/mxbean/package-summary.html">org.apache.ignite.mxbean</a></dt>
<dd>
<div class="block">MBean that provides ability to terminate worker that registered in the workers registry.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/Dataset.html#wrap-org.apache.ignite.ml.math.functions.IgniteFunction-">wrap(IgniteFunction<span class='angle_bracket'>&lt;</span>Dataset<span class='angle_bracket'>&lt;</span>C, D<span class='angle_bracket'>&gt;</span>, I<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.ml.dataset.<a href="org/apache/ignite/ml/dataset/Dataset.html" title="interface in org.apache.ignite.ml.dataset">Dataset</a></dt>
<dd>
<div class="block">Wraps this dataset into the specified wrapper to introduce new functionality based on <code>compute</code> and
<code>computeWithCtx</code> methods.</div>
</dd>
<dt><a href="org/apache/ignite/cache/store/cassandra/session/WrappedPreparedStatement.html" title="class in org.apache.ignite.cache.store.cassandra.session"><span class="typeNameLink">WrappedPreparedStatement</span></a> - Class 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">Simple wrapper providing access to Cassandra prepared statement and generation of Cassandra
session which was used to create this statement</div>
</dd>
<dt><a href="org/apache/ignite/cache/store/cassandra/session/WrappedSession.html" title="class in org.apache.ignite.cache.store.cassandra.session"><span class="typeNameLink">WrappedSession</span></a> - Class 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">Simple container for Cassandra session and its generation number.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/CacheLoadOnlyStoreAdapter.html#write-javax.cache.Cache.Entry-">write(Cache.Entry<span class='angle_bracket'>&lt;</span>? extends K, ? extends V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in 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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/CassandraCacheStore.html#write-javax.cache.Cache.Entry-">write(Cache.Entry<span class='angle_bracket'>&lt;</span>? extends K, ? extends V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.<a href="org/apache/ignite/cache/store/cassandra/CassandraCacheStore.html" title="class in org.apache.ignite.cache.store.cassandra">CassandraCacheStore</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html#write-javax.cache.Cache.Entry-">write(Cache.Entry<span class='angle_bracket'>&lt;</span>? extends K, ? extends V<span class='angle_bracket'>&gt;</span>)</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcBlobStore.html#write-javax.cache.Cache.Entry-">write(Cache.Entry<span class='angle_bracket'>&lt;</span>? extends K, ? extends V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in 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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageWriter.html#writeAffinityTopologyVersion-java.lang.String-org.apache.ignite.internal.processors.affinity.AffinityTopologyVersion-">writeAffinityTopologyVersion(String, AffinityTopologyVersion)</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">Writes <code>AffinityTopologyVersion</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/CacheLoadOnlyStoreAdapter.html#writeAll-java.util.Collection-">writeAll(Collection<span class='angle_bracket'>&lt;</span>Cache.Entry<span class='angle_bracket'>&lt;</span>? extends K, ? extends V<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>)</a></span> - Method in 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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/CacheStoreAdapter.html#writeAll-java.util.Collection-">writeAll(Collection<span class='angle_bracket'>&lt;</span>Cache.Entry<span class='angle_bracket'>&lt;</span>? extends K, ? extends V<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.cache.store.<a href="org/apache/ignite/cache/store/CacheStoreAdapter.html" title="class in org.apache.ignite.cache.store">CacheStoreAdapter</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/CassandraCacheStore.html#writeAll-java.util.Collection-">writeAll(Collection<span class='angle_bracket'>&lt;</span>Cache.Entry<span class='angle_bracket'>&lt;</span>? extends K, ? extends V<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.<a href="org/apache/ignite/cache/store/cassandra/CassandraCacheStore.html" title="class in org.apache.ignite.cache.store.cassandra">CassandraCacheStore</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html#writeAll-java.util.Collection-">writeAll(Collection<span class='angle_bracket'>&lt;</span>Cache.Entry<span class='angle_bracket'>&lt;</span>? extends K, ? extends V<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>)</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#writeBehindBatchSize--">writeBehindBatchSize()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#writeBehindCoalescing--">writeBehindCoalescing()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#writeBehindFlushFrequency--">writeBehindFlushFrequency()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#writeBehindFlushSize--">writeBehindFlushSize()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#writeBehindFlushThreadCount--">writeBehindFlushThreadCount()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/Binarylizable.html#writeBinary-org.apache.ignite.binary.BinaryWriter-">writeBinary(BinaryWriter)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/Binarylizable.html" title="interface in org.apache.ignite.binary">Binarylizable</a></dt>
<dd>
<div class="block">Writes fields to provided writer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryReflectiveSerializer.html#writeBinary-java.lang.Object-org.apache.ignite.binary.BinaryWriter-">writeBinary(Object, BinaryWriter)</a></span> - Method in class org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryReflectiveSerializer.html" title="class in org.apache.ignite.binary">BinaryReflectiveSerializer</a></dt>
<dd>
<div class="block">Writes fields to provided writer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinarySerializer.html#writeBinary-java.lang.Object-org.apache.ignite.binary.BinaryWriter-">writeBinary(Object, BinaryWriter)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinarySerializer.html" title="interface in org.apache.ignite.binary">BinarySerializer</a></dt>
<dd>
<div class="block">Writes fields to provided writer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteUuid.html#writeBinary-org.apache.ignite.binary.BinaryWriter-">writeBinary(BinaryWriter)</a></span> - Method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteUuid.html" title="class in org.apache.ignite.lang">IgniteUuid</a></dt>
<dd>
<div class="block">Writes fields to provided writer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageWriter.html#writeBitSet-java.lang.String-java.util.BitSet-">writeBitSet(String, BitSet)</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">Writes <a href="https://docs.oracle.com/javase/8/docs/api/java/util/BitSet.html?is-external=true" title="class or interface in java.util"><code>BitSet</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawWriter.html#writeBoolean-boolean-">writeBoolean(boolean)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawWriter.html" title="interface in org.apache.ignite.binary">BinaryRawWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryWriter.html#writeBoolean-java.lang.String-boolean-">writeBoolean(String, boolean)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryWriter.html" title="interface in org.apache.ignite.binary">BinaryWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageWriter.html#writeBoolean-java.lang.String-boolean-">writeBoolean(String, 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">Writes <code>boolean</code> value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawWriter.html#writeBooleanArray-boolean:A-">writeBooleanArray(boolean[])</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawWriter.html" title="interface in org.apache.ignite.binary">BinaryRawWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryWriter.html#writeBooleanArray-java.lang.String-boolean:A-">writeBooleanArray(String, boolean[])</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryWriter.html" title="interface in org.apache.ignite.binary">BinaryWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageWriter.html#writeBooleanArray-java.lang.String-boolean:A-">writeBooleanArray(String, 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">Writes <code>boolean</code> array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawWriter.html#writeByte-byte-">writeByte(byte)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawWriter.html" title="interface in org.apache.ignite.binary">BinaryRawWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryWriter.html#writeByte-java.lang.String-byte-">writeByte(String, byte)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryWriter.html" title="interface in org.apache.ignite.binary">BinaryWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageWriter.html#writeByte-java.lang.String-byte-">writeByte(String, byte)</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">Writes <code>byte</code> value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawWriter.html#writeByteArray-byte:A-">writeByteArray(byte[])</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawWriter.html" title="interface in org.apache.ignite.binary">BinaryRawWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryWriter.html#writeByteArray-java.lang.String-byte:A-">writeByteArray(String, byte[])</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryWriter.html" title="interface in org.apache.ignite.binary">BinaryWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageWriter.html#writeByteArray-java.lang.String-byte:A-">writeByteArray(String, byte[])</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">Writes <code>byte</code> array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageWriter.html#writeByteArray-java.lang.String-byte:A-long-int-">writeByteArray(String, byte[], long, int)</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">Writes <code>byte</code> array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawWriter.html#writeChar-char-">writeChar(char)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawWriter.html" title="interface in org.apache.ignite.binary">BinaryRawWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryWriter.html#writeChar-java.lang.String-char-">writeChar(String, char)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryWriter.html" title="interface in org.apache.ignite.binary">BinaryWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageWriter.html#writeChar-java.lang.String-char-">writeChar(String, char)</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">Writes <code>char</code> value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawWriter.html#writeCharArray-char:A-">writeCharArray(char[])</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawWriter.html" title="interface in org.apache.ignite.binary">BinaryRawWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryWriter.html#writeCharArray-java.lang.String-char:A-">writeCharArray(String, char[])</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryWriter.html" title="interface in org.apache.ignite.binary">BinaryWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageWriter.html#writeCharArray-java.lang.String-char:A-">writeCharArray(String, char[])</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">Writes <code>char</code> array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawWriter.html#writeCollection-java.util.Collection-">writeCollection(Collection<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawWriter.html" title="interface in org.apache.ignite.binary">BinaryRawWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryWriter.html#writeCollection-java.lang.String-java.util.Collection-">writeCollection(String, Collection<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryWriter.html" title="interface in org.apache.ignite.binary">BinaryWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageWriter.html#writeCollection-java.lang.String-java.util.Collection-org.apache.ignite.plugin.extensions.communication.MessageCollectionItemType-">writeCollection(String, Collection<span class='angle_bracket'>&lt;</span>T<span class='angle_bracket'>&gt;</span>, MessageCollectionItemType)</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">Writes collection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawWriter.html#writeDate-java.util.Date-">writeDate(Date)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawWriter.html" title="interface in org.apache.ignite.binary">BinaryRawWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryWriter.html#writeDate-java.lang.String-java.util.Date-">writeDate(String, Date)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryWriter.html" title="interface in org.apache.ignite.binary">BinaryWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawWriter.html#writeDateArray-java.util.Date:A-">writeDateArray(Date[])</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawWriter.html" title="interface in org.apache.ignite.binary">BinaryRawWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryWriter.html#writeDateArray-java.lang.String-java.util.Date:A-">writeDateArray(String, Date[])</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryWriter.html" title="interface in org.apache.ignite.binary">BinaryWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawWriter.html#writeDecimal-java.math.BigDecimal-">writeDecimal(BigDecimal)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawWriter.html" title="interface in org.apache.ignite.binary">BinaryRawWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryWriter.html#writeDecimal-java.lang.String-java.math.BigDecimal-">writeDecimal(String, BigDecimal)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryWriter.html" title="interface in org.apache.ignite.binary">BinaryWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawWriter.html#writeDecimalArray-java.math.BigDecimal:A-">writeDecimalArray(BigDecimal[])</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawWriter.html" title="interface in org.apache.ignite.binary">BinaryRawWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryWriter.html#writeDecimalArray-java.lang.String-java.math.BigDecimal:A-">writeDecimalArray(String, BigDecimal[])</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryWriter.html" title="interface in org.apache.ignite.binary">BinaryWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawWriter.html#writeDouble-double-">writeDouble(double)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawWriter.html" title="interface in org.apache.ignite.binary">BinaryRawWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryWriter.html#writeDouble-java.lang.String-double-">writeDouble(String, double)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryWriter.html" title="interface in org.apache.ignite.binary">BinaryWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageWriter.html#writeDouble-java.lang.String-double-">writeDouble(String, double)</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">Writes <code>double</code> value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawWriter.html#writeDoubleArray-double:A-">writeDoubleArray(double[])</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawWriter.html" title="interface in org.apache.ignite.binary">BinaryRawWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryWriter.html#writeDoubleArray-java.lang.String-double:A-">writeDoubleArray(String, double[])</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryWriter.html" title="interface in org.apache.ignite.binary">BinaryWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageWriter.html#writeDoubleArray-java.lang.String-double:A-">writeDoubleArray(String, double[])</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">Writes <code>double</code> array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawWriter.html#writeEnum-T-">writeEnum(T)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawWriter.html" title="interface in org.apache.ignite.binary">BinaryRawWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryWriter.html#writeEnum-java.lang.String-T-">writeEnum(String, T)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryWriter.html" title="interface in org.apache.ignite.binary">BinaryWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawWriter.html#writeEnumArray-T:A-">writeEnumArray(T[])</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawWriter.html" title="interface in org.apache.ignite.binary">BinaryRawWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryWriter.html#writeEnumArray-java.lang.String-T:A-">writeEnumArray(String, T[])</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryWriter.html" title="interface in org.apache.ignite.binary">BinaryWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/affinity/AffinityKey.html#writeExternal-java.io.ObjectOutput-">writeExternal(ObjectOutput)</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/AbstractEvictionPolicy.html#writeExternal-java.io.ObjectOutput-">writeExternal(ObjectOutput)</a></span> - Method in 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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicy.html#writeExternal-java.io.ObjectOutput-">writeExternal(ObjectOutput)</a></span> - Method in class org.apache.ignite.cache.eviction.sorted.<a href="org/apache/ignite/cache/eviction/sorted/SortedEvictionPolicy.html" title="class in org.apache.ignite.cache.eviction.sorted">SortedEvictionPolicy</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html#writeExternal-java.io.ObjectOutput-">writeExternal(ObjectOutput)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.datasource.<a href="org/apache/ignite/cache/store/cassandra/datasource/DataSource.html" title="class in org.apache.ignite.cache.store.cassandra.datasource">DataSource</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/IgniteSpringBean.html#writeExternal-java.io.ObjectOutput-">writeExternal(ObjectOutput)</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="memberNameLink"><a href="org/apache/ignite/lang/IgniteBiTuple.html#writeExternal-java.io.ObjectOutput-">writeExternal(ObjectOutput)</a></span> - Method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteBiTuple.html" title="class in org.apache.ignite.lang">IgniteBiTuple</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteProductVersion.html#writeExternal-java.io.ObjectOutput-">writeExternal(ObjectOutput)</a></span> - Method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteProductVersion.html" title="class in org.apache.ignite.lang">IgniteProductVersion</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/lang/IgniteUuid.html#writeExternal-java.io.ObjectOutput-">writeExternal(ObjectOutput)</a></span> - Method in class org.apache.ignite.lang.<a href="org/apache/ignite/lang/IgniteUuid.html" title="class in org.apache.ignite.lang">IgniteUuid</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/impl/bootstrapping/BootstrappedVector.html#writeExternal-java.io.ObjectOutput-">writeExternal(ObjectOutput)</a></span> - Method in class org.apache.ignite.ml.dataset.impl.bootstrapping.<a href="org/apache/ignite/ml/dataset/impl/bootstrapping/BootstrappedVector.html" title="class in org.apache.ignite.ml.dataset.impl.bootstrapping">BootstrappedVector</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/distances/DistanceMeasure.html#writeExternal-java.io.ObjectOutput-">writeExternal(ObjectOutput)</a></span> - Method in interface org.apache.ignite.ml.math.distances.<a href="org/apache/ignite/ml/math/distances/DistanceMeasure.html" title="interface in org.apache.ignite.ml.math.distances">DistanceMeasure</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html#writeExternal-java.io.ObjectOutput-">writeExternal(ObjectOutput)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.<a href="org/apache/ignite/ml/math/primitives/matrix/AbstractMatrix.html" title="class in org.apache.ignite.ml.math.primitives.matrix">AbstractMatrix</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/storage/DenseMatrixStorage.html#writeExternal-java.io.ObjectOutput-">writeExternal(ObjectOutput)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.storage.<a href="org/apache/ignite/ml/math/primitives/matrix/storage/DenseMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.matrix.storage">DenseMatrixStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/storage/SparseMatrixStorage.html#writeExternal-java.io.ObjectOutput-">writeExternal(ObjectOutput)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.storage.<a href="org/apache/ignite/ml/math/primitives/matrix/storage/SparseMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.matrix.storage">SparseMatrixStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/matrix/storage/ViewMatrixStorage.html#writeExternal-java.io.ObjectOutput-">writeExternal(ObjectOutput)</a></span> - Method in class org.apache.ignite.ml.math.primitives.matrix.storage.<a href="org/apache/ignite/ml/math/primitives/matrix/storage/ViewMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.matrix.storage">ViewMatrixStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html#writeExternal-java.io.ObjectOutput-">writeExternal(ObjectOutput)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/AbstractVector.html" title="class in org.apache.ignite.ml.math.primitives.vector">AbstractVector</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingNamedVector.html#writeExternal-java.io.ObjectOutput-">writeExternal(ObjectOutput)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingNamedVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingNamedVector</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html#writeExternal-java.io.ObjectOutput-">writeExternal(ObjectOutput)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/DelegatingVector.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">DelegatingVector</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/impl/VectorizedViewMatrix.html#writeExternal-java.io.ObjectOutput-">writeExternal(ObjectOutput)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.impl.<a href="org/apache/ignite/ml/math/primitives/vector/impl/VectorizedViewMatrix.html" title="class in org.apache.ignite.ml.math.primitives.vector.impl">VectorizedViewMatrix</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/DenseVectorStorage.html#writeExternal-java.io.ObjectOutput-">writeExternal(ObjectOutput)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/DenseVectorStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">DenseVectorStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/SparseVectorStorage.html#writeExternal-java.io.ObjectOutput-">writeExternal(ObjectOutput)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/SparseVectorStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">SparseVectorStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorizedViewMatrixStorage.html#writeExternal-java.io.ObjectOutput-">writeExternal(ObjectOutput)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorizedViewMatrixStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">VectorizedViewMatrixStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorViewStorage.html#writeExternal-java.io.ObjectOutput-">writeExternal(ObjectOutput)</a></span> - Method in class org.apache.ignite.ml.math.primitives.vector.storage.<a href="org/apache/ignite/ml/math/primitives/vector/storage/VectorViewStorage.html" title="class in org.apache.ignite.ml.math.primitives.vector.storage">VectorViewStorage</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/Dataset.html#writeExternal-java.io.ObjectOutput-">writeExternal(ObjectOutput)</a></span> - Method in class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/Dataset.html" title="class in org.apache.ignite.ml.structures">Dataset</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/DatasetRow.html#writeExternal-java.io.ObjectOutput-">writeExternal(ObjectOutput)</a></span> - Method in class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/DatasetRow.html" title="class in org.apache.ignite.ml.structures">DatasetRow</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/FeatureMetadata.html#writeExternal-java.io.ObjectOutput-">writeExternal(ObjectOutput)</a></span> - Method in class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/FeatureMetadata.html" title="class in org.apache.ignite.ml.structures">FeatureMetadata</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/structures/LabeledVector.html#writeExternal-java.io.ObjectOutput-">writeExternal(ObjectOutput)</a></span> - Method in class org.apache.ignite.ml.structures.<a href="org/apache/ignite/ml/structures/LabeledVector.html" title="class in org.apache.ignite.ml.structures">LabeledVector</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetAffinityFunction.html#writeExternal-java.io.ObjectOutput-">writeExternal(ObjectOutput)</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>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/security/SecurityCredentials.html#writeExternal-java.io.ObjectOutput-">writeExternal(ObjectOutput)</a></span> - Method in class org.apache.ignite.plugin.security.<a href="org/apache/ignite/plugin/security/SecurityCredentials.html" title="class in org.apache.ignite.plugin.security">SecurityCredentials</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawWriter.html#writeFloat-float-">writeFloat(float)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawWriter.html" title="interface in org.apache.ignite.binary">BinaryRawWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryWriter.html#writeFloat-java.lang.String-float-">writeFloat(String, float)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryWriter.html" title="interface in org.apache.ignite.binary">BinaryWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageWriter.html#writeFloat-java.lang.String-float-">writeFloat(String, float)</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">Writes <code>float</code> value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawWriter.html#writeFloatArray-float:A-">writeFloatArray(float[])</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawWriter.html" title="interface in org.apache.ignite.binary">BinaryRawWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryWriter.html#writeFloatArray-java.lang.String-float:A-">writeFloatArray(String, float[])</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryWriter.html" title="interface in org.apache.ignite.binary">BinaryWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageWriter.html#writeFloatArray-java.lang.String-float:A-">writeFloatArray(String, float[])</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">Writes <code>float</code> array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageWriter.html#writeHeader-short-byte-">writeHeader(short, byte)</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">Writes message header.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageWriter.html#writeIgniteUuid-java.lang.String-org.apache.ignite.lang.IgniteUuid-">writeIgniteUuid(String, IgniteUuid)</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">Writes <a href="org/apache/ignite/lang/IgniteUuid.html" title="class in org.apache.ignite.lang"><code>IgniteUuid</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawWriter.html#writeInt-int-">writeInt(int)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawWriter.html" title="interface in org.apache.ignite.binary">BinaryRawWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryWriter.html#writeInt-java.lang.String-int-">writeInt(String, int)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryWriter.html" title="interface in org.apache.ignite.binary">BinaryWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageWriter.html#writeInt-java.lang.String-int-">writeInt(String, int)</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">Writes <code>int</code> value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawWriter.html#writeIntArray-int:A-">writeIntArray(int[])</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawWriter.html" title="interface in org.apache.ignite.binary">BinaryRawWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryWriter.html#writeIntArray-java.lang.String-int:A-">writeIntArray(String, int[])</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryWriter.html" title="interface in org.apache.ignite.binary">BinaryWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageWriter.html#writeIntArray-java.lang.String-int:A-">writeIntArray(String, int[])</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">Writes <code>int</code> array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawWriter.html#writeLong-long-">writeLong(long)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawWriter.html" title="interface in org.apache.ignite.binary">BinaryRawWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryWriter.html#writeLong-java.lang.String-long-">writeLong(String, long)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryWriter.html" title="interface in org.apache.ignite.binary">BinaryWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageWriter.html#writeLong-java.lang.String-long-">writeLong(String, long)</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">Writes <code>long</code> value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawWriter.html#writeLongArray-long:A-">writeLongArray(long[])</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawWriter.html" title="interface in org.apache.ignite.binary">BinaryRawWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryWriter.html#writeLongArray-java.lang.String-long:A-">writeLongArray(String, long[])</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryWriter.html" title="interface in org.apache.ignite.binary">BinaryWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageWriter.html#writeLongArray-java.lang.String-long:A-">writeLongArray(String, long[])</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">Writes <code>long</code> array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageWriter.html#writeLongArray-java.lang.String-long:A-int-">writeLongArray(String, long[], int)</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">Writes <code>long</code> array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawWriter.html#writeMap-java.util.Map-">writeMap(Map<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawWriter.html" title="interface in org.apache.ignite.binary">BinaryRawWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryWriter.html#writeMap-java.lang.String-java.util.Map-">writeMap(String, Map<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryWriter.html" title="interface in org.apache.ignite.binary">BinaryWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageWriter.html#writeMap-java.lang.String-java.util.Map-org.apache.ignite.plugin.extensions.communication.MessageCollectionItemType-org.apache.ignite.plugin.extensions.communication.MessageCollectionItemType-">writeMap(String, Map<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>, MessageCollectionItemType, MessageCollectionItemType)</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">Writes map.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageWriter.html#writeMessage-java.lang.String-org.apache.ignite.plugin.extensions.communication.Message-">writeMessage(String, Message)</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">Writes nested message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#writeMessageType-java.nio.ByteBuffer-short-">writeMessageType(ByteBuffer, short)</a></span> - Static method 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">Write message type to byte buffer.</div>
</dd>
<dt><a href="org/apache/ignite/cache/store/cassandra/session/transaction/WriteMutation.html" title="class in org.apache.ignite.cache.store.cassandra.session.transaction"><span class="typeNameLink">WriteMutation</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">Mutation which writes(inserts) object into Cassandra.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/cache/store/cassandra/session/transaction/WriteMutation.html#WriteMutation-javax.cache.Cache.Entry-java.lang.String-org.apache.ignite.cache.store.cassandra.persistence.PersistenceController-">WriteMutation(Cache.Entry, 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/WriteMutation.html" title="class in org.apache.ignite.cache.store.cassandra.session.transaction">WriteMutation</a></dt>
<dd>
<div class="block">Creates instance of delete mutation operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawWriter.html#writeObject-java.lang.Object-">writeObject(Object)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawWriter.html" title="interface in org.apache.ignite.binary">BinaryRawWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryWriter.html#writeObject-java.lang.String-java.lang.Object-">writeObject(String, Object)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryWriter.html" title="interface in org.apache.ignite.binary">BinaryWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawWriter.html#writeObjectArray-java.lang.Object:A-">writeObjectArray(Object[])</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawWriter.html" title="interface in org.apache.ignite.binary">BinaryRawWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryWriter.html#writeObjectArray-java.lang.String-java.lang.Object:A-">writeObjectArray(String, Object[])</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryWriter.html" title="interface in org.apache.ignite.binary">BinaryWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageWriter.html#writeObjectArray-java.lang.String-T:A-org.apache.ignite.plugin.extensions.communication.MessageCollectionItemType-">writeObjectArray(String, T[], MessageCollectionItemType)</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">Writes array of objects.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageFormatter.html#writer-java.util.UUID-">writer(UUID)</a></span> - Method in interface org.apache.ignite.plugin.extensions.communication.<a href="org/apache/ignite/plugin/extensions/communication/MessageFormatter.html" title="interface in org.apache.ignite.plugin.extensions.communication">MessageFormatter</a></dt>
<dd>
<div class="block">Creates new message writer instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/configuration/CacheConfiguration.html#writeReplace--">writeReplace()</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>
<dd>
<div class="block">Creates a copy of current configuration and removes all cache entry listeners.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawWriter.html#writeShort-short-">writeShort(short)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawWriter.html" title="interface in org.apache.ignite.binary">BinaryRawWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryWriter.html#writeShort-java.lang.String-short-">writeShort(String, short)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryWriter.html" title="interface in org.apache.ignite.binary">BinaryWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageWriter.html#writeShort-java.lang.String-short-">writeShort(String, short)</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">Writes <code>short</code> value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawWriter.html#writeShortArray-short:A-">writeShortArray(short[])</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawWriter.html" title="interface in org.apache.ignite.binary">BinaryRawWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryWriter.html#writeShortArray-java.lang.String-short:A-">writeShortArray(String, short[])</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryWriter.html" title="interface in org.apache.ignite.binary">BinaryWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageWriter.html#writeShortArray-java.lang.String-short:A-">writeShortArray(String, short[])</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">Writes <code>short</code> array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawWriter.html#writeString-java.lang.String-">writeString(String)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawWriter.html" title="interface in org.apache.ignite.binary">BinaryRawWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryWriter.html#writeString-java.lang.String-java.lang.String-">writeString(String, String)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryWriter.html" title="interface in org.apache.ignite.binary">BinaryWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageWriter.html#writeString-java.lang.String-java.lang.String-">writeString(String, String)</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">Writes <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawWriter.html#writeStringArray-java.lang.String:A-">writeStringArray(String[])</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawWriter.html" title="interface in org.apache.ignite.binary">BinaryRawWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryWriter.html#writeStringArray-java.lang.String-java.lang.String:A-">writeStringArray(String, String[])</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryWriter.html" title="interface in org.apache.ignite.binary">BinaryWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/CacheView.html#writeSynchronizationMode--">writeSynchronizationMode()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/CacheView.html" title="class in org.apache.ignite.spi.systemview.view">CacheView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawWriter.html#writeTime-java.sql.Time-">writeTime(Time)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawWriter.html" title="interface in org.apache.ignite.binary">BinaryRawWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryWriter.html#writeTime-java.lang.String-java.sql.Time-">writeTime(String, Time)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryWriter.html" title="interface in org.apache.ignite.binary">BinaryWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawWriter.html#writeTimeArray-java.sql.Time:A-">writeTimeArray(Time[])</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawWriter.html" title="interface in org.apache.ignite.binary">BinaryRawWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryWriter.html#writeTimeArray-java.lang.String-java.sql.Time:A-">writeTimeArray(String, Time[])</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryWriter.html" title="interface in org.apache.ignite.binary">BinaryWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawWriter.html#writeTimestamp-java.sql.Timestamp-">writeTimestamp(Timestamp)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawWriter.html" title="interface in org.apache.ignite.binary">BinaryRawWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryWriter.html#writeTimestamp-java.lang.String-java.sql.Timestamp-">writeTimestamp(String, Timestamp)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryWriter.html" title="interface in org.apache.ignite.binary">BinaryWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawWriter.html#writeTimestampArray-java.sql.Timestamp:A-">writeTimestampArray(Timestamp[])</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawWriter.html" title="interface in org.apache.ignite.binary">BinaryRawWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryWriter.html#writeTimestampArray-java.lang.String-java.sql.Timestamp:A-">writeTimestampArray(String, Timestamp[])</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryWriter.html" title="interface in org.apache.ignite.binary">BinaryWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/Message.html#writeTo-java.nio.ByteBuffer-org.apache.ignite.plugin.extensions.communication.MessageWriter-">writeTo(ByteBuffer, MessageWriter)</a></span> - Method in interface org.apache.ignite.plugin.extensions.communication.<a href="org/apache/ignite/plugin/extensions/communication/Message.html" title="interface in org.apache.ignite.plugin.extensions.communication">Message</a></dt>
<dd>
<div class="block">Writes this message to provided byte buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/collision/jobstealing/JobStealingRequest.html#writeTo-java.nio.ByteBuffer-org.apache.ignite.plugin.extensions.communication.MessageWriter-">writeTo(ByteBuffer, MessageWriter)</a></span> - Method in class org.apache.ignite.spi.collision.jobstealing.<a href="org/apache/ignite/spi/collision/jobstealing/JobStealingRequest.html" title="class in org.apache.ignite.spi.collision.jobstealing">JobStealingRequest</a></dt>
<dd>
<div class="block">Writes this message to provided byte buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeMessage.html#writeTo-java.nio.ByteBuffer-org.apache.ignite.plugin.extensions.communication.MessageWriter-">writeTo(ByteBuffer, MessageWriter)</a></span> - Method in class org.apache.ignite.spi.communication.tcp.messages.<a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeMessage.html" title="class in org.apache.ignite.spi.communication.tcp.messages">HandshakeMessage</a></dt>
<dd>
<div class="block">Writes this message to provided byte buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeMessage2.html#writeTo-java.nio.ByteBuffer-org.apache.ignite.plugin.extensions.communication.MessageWriter-">writeTo(ByteBuffer, MessageWriter)</a></span> - Method in class org.apache.ignite.spi.communication.tcp.messages.<a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeMessage2.html" title="class in org.apache.ignite.spi.communication.tcp.messages">HandshakeMessage2</a></dt>
<dd>
<div class="block">Writes this message to provided byte buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeWaitMessage.html#writeTo-java.nio.ByteBuffer-org.apache.ignite.plugin.extensions.communication.MessageWriter-">writeTo(ByteBuffer, MessageWriter)</a></span> - Method in class org.apache.ignite.spi.communication.tcp.messages.<a href="org/apache/ignite/spi/communication/tcp/messages/HandshakeWaitMessage.html" title="class in org.apache.ignite.spi.communication.tcp.messages">HandshakeWaitMessage</a></dt>
<dd>
<div class="block">Writes this message to provided byte buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/messages/NodeIdMessage.html#writeTo-java.nio.ByteBuffer-org.apache.ignite.plugin.extensions.communication.MessageWriter-">writeTo(ByteBuffer, MessageWriter)</a></span> - Method in class org.apache.ignite.spi.communication.tcp.messages.<a href="org/apache/ignite/spi/communication/tcp/messages/NodeIdMessage.html" title="class in org.apache.ignite.spi.communication.tcp.messages">NodeIdMessage</a></dt>
<dd>
<div class="block">Writes this message to provided byte buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/communication/tcp/messages/RecoveryLastReceivedMessage.html#writeTo-java.nio.ByteBuffer-org.apache.ignite.plugin.extensions.communication.MessageWriter-">writeTo(ByteBuffer, MessageWriter)</a></span> - Method in class org.apache.ignite.spi.communication.tcp.messages.<a href="org/apache/ignite/spi/communication/tcp/messages/RecoveryLastReceivedMessage.html" title="class in org.apache.ignite.spi.communication.tcp.messages">RecoveryLastReceivedMessage</a></dt>
<dd>
<div class="block">Writes this message to provided byte buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#writeToSocket-java.net.Socket-org.apache.ignite.spi.discovery.tcp.messages.TcpDiscoveryAbstractMessage-byte:A-long-">writeToSocket(Socket, TcpDiscoveryAbstractMessage, byte[], long)</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">Writes message to the socket.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#writeToSocket-java.net.Socket-org.apache.ignite.spi.discovery.tcp.messages.TcpDiscoveryAbstractMessage-long-">writeToSocket(Socket, TcpDiscoveryAbstractMessage, long)</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">Writes message to the socket.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#writeToSocket-org.apache.ignite.cluster.ClusterNode-java.net.Socket-java.io.OutputStream-org.apache.ignite.spi.discovery.tcp.messages.TcpDiscoveryAbstractMessage-long-">writeToSocket(ClusterNode, Socket, OutputStream, TcpDiscoveryAbstractMessage, long)</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="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#writeToSocket-java.net.Socket-java.io.OutputStream-org.apache.ignite.spi.discovery.tcp.messages.TcpDiscoveryAbstractMessage-long-">writeToSocket(Socket, OutputStream, TcpDiscoveryAbstractMessage, long)</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">Writes message to the socket.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#writeToSocket-org.apache.ignite.spi.discovery.tcp.messages.TcpDiscoveryAbstractMessage-java.net.Socket-int-long-">writeToSocket(TcpDiscoveryAbstractMessage, Socket, int, long)</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">Writes response to the socket.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawWriter.html#writeUuid-java.util.UUID-">writeUuid(UUID)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawWriter.html" title="interface in org.apache.ignite.binary">BinaryRawWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryWriter.html#writeUuid-java.lang.String-java.util.UUID-">writeUuid(String, UUID)</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryWriter.html" title="interface in org.apache.ignite.binary">BinaryWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/plugin/extensions/communication/MessageWriter.html#writeUuid-java.lang.String-java.util.UUID-">writeUuid(String, UUID)</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">Writes <a href="https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html?is-external=true" title="class or interface in java.util"><code>UUID</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryRawWriter.html#writeUuidArray-java.util.UUID:A-">writeUuidArray(UUID[])</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryRawWriter.html" title="interface in org.apache.ignite.binary">BinaryRawWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/binary/BinaryWriter.html#writeUuidArray-java.lang.String-java.util.UUID:A-">writeUuidArray(String, UUID[])</a></span> - Method in interface org.apache.ignite.binary.<a href="org/apache/ignite/binary/BinaryWriter.html" title="interface in org.apache.ignite.binary">BinaryWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html#WS">WS</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#WS">WS</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:X">
<!-- -->
</a>
<h2 class="title">X</h2>
<dl>
<dt><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelBaseVisitor.html" title="class in org.apache.ignite.ml.xgboost.parser"><span class="typeNameLink">XGBoostModelBaseVisitor</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelBaseVisitor.html" title="type parameter in XGBoostModelBaseVisitor">T</a><span class='angle_bracket'>&gt;</span> - Class in <a href="org/apache/ignite/ml/xgboost/parser/package-summary.html">org.apache.ignite.ml.xgboost.parser</a></dt>
<dd>
<div class="block">This class provides an empty implementation of <a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelVisitor.html" title="interface in org.apache.ignite.ml.xgboost.parser"><code>XGBoostModelVisitor</code></a>,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelBaseVisitor.html#XGBoostModelBaseVisitor--">XGBoostModelBaseVisitor()</a></span> - Constructor for class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelBaseVisitor.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelBaseVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html" title="class in org.apache.ignite.ml.xgboost.parser"><span class="typeNameLink">XGBoostModelLexer</span></a> - Class in <a href="org/apache/ignite/ml/xgboost/parser/package-summary.html">org.apache.ignite.ml.xgboost.parser</a></dt>
<dd>
<div class="block">XGBoost model lexer generated by ANTLR.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html#XGBoostModelLexer-org.antlr.v4.runtime.CharStream-">XGBoostModelLexer(CharStream)</a></span> - Constructor for class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelLexer</a></dt>
<dd>
<div class="block">Constructs a new instance of XGBoost model lexer.</div>
</dd>
<dt><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelListener.html" title="interface in org.apache.ignite.ml.xgboost.parser"><span class="typeNameLink">XGBoostModelListener</span></a> - Interface in <a href="org/apache/ignite/ml/xgboost/parser/package-summary.html">org.apache.ignite.ml.xgboost.parser</a></dt>
<dd>
<div class="block">This interface defines a complete listener for a parse tree produced by
<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html" title="class in org.apache.ignite.ml.xgboost.parser"><code>XGBoostModelParser</code></a>.</div>
</dd>
<dt><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html" title="class in org.apache.ignite.ml.xgboost.parser"><span class="typeNameLink">XGBoostModelParser</span></a> - Class in <a href="org/apache/ignite/ml/xgboost/parser/package-summary.html">org.apache.ignite.ml.xgboost.parser</a></dt>
<dd>
<div class="block">XGBoost model parser generated by ANTLR.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#XGBoostModelParser-org.antlr.v4.runtime.TokenStream-">XGBoostModelParser(TokenStream)</a></span> - Constructor for class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser</a></dt>
<dd>
<div class="block">Constructs a new instance of XGBoost model parser.</div>
</dd>
<dt><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgHeaderContext.html" title="class in org.apache.ignite.ml.xgboost.parser"><span class="typeNameLink">XGBoostModelParser.XgHeaderContext</span></a> - Class in <a href="org/apache/ignite/ml/xgboost/parser/package-summary.html">org.apache.ignite.ml.xgboost.parser</a></dt>
<dd>
<div class="block">XG header context.</div>
</dd>
<dt><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgLeafContext.html" title="class in org.apache.ignite.ml.xgboost.parser"><span class="typeNameLink">XGBoostModelParser.XgLeafContext</span></a> - Class in <a href="org/apache/ignite/ml/xgboost/parser/package-summary.html">org.apache.ignite.ml.xgboost.parser</a></dt>
<dd>
<div class="block">XG leaf context.</div>
</dd>
<dt><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgModelContext.html" title="class in org.apache.ignite.ml.xgboost.parser"><span class="typeNameLink">XGBoostModelParser.XgModelContext</span></a> - Class in <a href="org/apache/ignite/ml/xgboost/parser/package-summary.html">org.apache.ignite.ml.xgboost.parser</a></dt>
<dd>
<div class="block">XG model context.</div>
</dd>
<dt><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgNodeContext.html" title="class in org.apache.ignite.ml.xgboost.parser"><span class="typeNameLink">XGBoostModelParser.XgNodeContext</span></a> - Class in <a href="org/apache/ignite/ml/xgboost/parser/package-summary.html">org.apache.ignite.ml.xgboost.parser</a></dt>
<dd>
<div class="block">XG node conext.</div>
</dd>
<dt><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgTreeContext.html" title="class in org.apache.ignite.ml.xgboost.parser"><span class="typeNameLink">XGBoostModelParser.XgTreeContext</span></a> - Class in <a href="org/apache/ignite/ml/xgboost/parser/package-summary.html">org.apache.ignite.ml.xgboost.parser</a></dt>
<dd>
<div class="block">XG tree context.</div>
</dd>
<dt><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgValueContext.html" title="class in org.apache.ignite.ml.xgboost.parser"><span class="typeNameLink">XGBoostModelParser.XgValueContext</span></a> - Class in <a href="org/apache/ignite/ml/xgboost/parser/package-summary.html">org.apache.ignite.ml.xgboost.parser</a></dt>
<dd>
<div class="block">XG value context.</div>
</dd>
<dt><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelVisitor.html" title="interface in org.apache.ignite.ml.xgboost.parser"><span class="typeNameLink">XGBoostModelVisitor</span></a><span class='angle_bracket'>&lt;</span><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelVisitor.html" title="type parameter in XGBoostModelVisitor">T</a><span class='angle_bracket'>&gt;</span> - Interface in <a href="org/apache/ignite/ml/xgboost/parser/package-summary.html">org.apache.ignite.ml.xgboost.parser</a></dt>
<dd>
<div class="block">This interface defines a complete generic visitor for a parse tree produced
by <a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html" title="class in org.apache.ignite.ml.xgboost.parser"><code>XGBoostModelParser</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#xgHeader--">xgHeader()</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser</a></dt>
<dd>
<div class="block">Returns XG header.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgTreeContext.html#xgHeader--">xgHeader()</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgTreeContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgTreeContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgHeaderContext.html#XgHeaderContext-org.antlr.v4.runtime.ParserRuleContext-int-">XgHeaderContext(ParserRuleContext, int)</a></span> - Constructor for class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgHeaderContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgHeaderContext</a></dt>
<dd>
<div class="block">Constructs a new instance of XG header context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#xgLeaf--">xgLeaf()</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser</a></dt>
<dd>
<div class="block">Returns XG leaf.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgTreeContext.html#xgLeaf--">xgLeaf()</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgTreeContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgTreeContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgTreeContext.html#xgLeaf-int-">xgLeaf(int)</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgTreeContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgTreeContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgLeafContext.html#XgLeafContext-org.antlr.v4.runtime.ParserRuleContext-int-">XgLeafContext(ParserRuleContext, int)</a></span> - Constructor for class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgLeafContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgLeafContext</a></dt>
<dd>
<div class="block">Constructs a new instance of XG leaf conext.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#xgModel--">xgModel()</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/xgboost/XGModelComposition.html" title="class in org.apache.ignite.ml.xgboost"><span class="typeNameLink">XGModelComposition</span></a> - Class in <a href="org/apache/ignite/ml/xgboost/package-summary.html">org.apache.ignite.ml.xgboost</a></dt>
<dd>
<div class="block">XGBoost model composition.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/XGModelComposition.html#XGModelComposition-java.util.Map-java.util.List-">XGModelComposition(Map<span class='angle_bracket'>&lt;</span>String, Integer<span class='angle_bracket'>&gt;</span>, List<span class='angle_bracket'>&lt;</span>DecisionTreeNode<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.xgboost.<a href="org/apache/ignite/ml/xgboost/XGModelComposition.html" title="class in org.apache.ignite.ml.xgboost">XGModelComposition</a></dt>
<dd>
<div class="block">Constructs a new instance of composition of models.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgModelContext.html#XgModelContext-org.antlr.v4.runtime.ParserRuleContext-int-">XgModelContext(ParserRuleContext, int)</a></span> - Constructor for class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgModelContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgModelContext</a></dt>
<dd>
<div class="block">Constructs a new instance of XG model context.</div>
</dd>
<dt><a href="org/apache/ignite/ml/xgboost/parser/XGModelParser.html" title="class in org.apache.ignite.ml.xgboost.parser"><span class="typeNameLink">XGModelParser</span></a> - Class in <a href="org/apache/ignite/ml/xgboost/parser/package-summary.html">org.apache.ignite.ml.xgboost.parser</a></dt>
<dd>
<div class="block">XGBoost model parser.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGModelParser.html#XGModelParser--">XGModelParser()</a></span> - Constructor for class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGModelParser.html" title="class in org.apache.ignite.ml.xgboost.parser">XGModelParser</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/xgboost/parser/visitor/XGModelVisitor.html" title="class in org.apache.ignite.ml.xgboost.parser.visitor"><span class="typeNameLink">XGModelVisitor</span></a> - Class in <a href="org/apache/ignite/ml/xgboost/parser/visitor/package-summary.html">org.apache.ignite.ml.xgboost.parser.visitor</a></dt>
<dd>
<div class="block">XGBoost model visitor that parses model.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/visitor/XGModelVisitor.html#XGModelVisitor--">XGModelVisitor()</a></span> - Constructor for class org.apache.ignite.ml.xgboost.parser.visitor.<a href="org/apache/ignite/ml/xgboost/parser/visitor/XGModelVisitor.html" title="class in org.apache.ignite.ml.xgboost.parser.visitor">XGModelVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#xgNode--">xgNode()</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser</a></dt>
<dd>
<div class="block">Returns XG node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgTreeContext.html#xgNode--">xgNode()</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgTreeContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgTreeContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgTreeContext.html#xgNode-int-">xgNode(int)</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgTreeContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgTreeContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgNodeContext.html#XgNodeContext-org.antlr.v4.runtime.ParserRuleContext-int-">XgNodeContext(ParserRuleContext, int)</a></span> - Constructor for class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgNodeContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgNodeContext</a></dt>
<dd>
<div class="block">Constructs a new instance of XG node context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgModelContext.html#xgTree--">xgTree()</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgModelContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgModelContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgModelContext.html#xgTree-int-">xgTree(int)</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgModelContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgModelContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#xgTree--">xgTree()</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgTreeContext.html#XgTreeContext-org.antlr.v4.runtime.ParserRuleContext-int-">XgTreeContext(ParserRuleContext, int)</a></span> - Constructor for class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgTreeContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgTreeContext</a></dt>
<dd>
<div class="block">Constructs a new instance of XG tree context.</div>
</dd>
<dt><a href="org/apache/ignite/ml/xgboost/parser/visitor/XGTreeDictionaryVisitor.html" title="class in org.apache.ignite.ml.xgboost.parser.visitor"><span class="typeNameLink">XGTreeDictionaryVisitor</span></a> - Class in <a href="org/apache/ignite/ml/xgboost/parser/visitor/package-summary.html">org.apache.ignite.ml.xgboost.parser.visitor</a></dt>
<dd>
<div class="block">Tree dictionary visitor that collects all feature names.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/visitor/XGTreeDictionaryVisitor.html#XGTreeDictionaryVisitor--">XGTreeDictionaryVisitor()</a></span> - Constructor for class org.apache.ignite.ml.xgboost.parser.visitor.<a href="org/apache/ignite/ml/xgboost/parser/visitor/XGTreeDictionaryVisitor.html" title="class in org.apache.ignite.ml.xgboost.parser.visitor">XGTreeDictionaryVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/ml/xgboost/parser/visitor/XGTreeVisitor.html" title="class in org.apache.ignite.ml.xgboost.parser.visitor"><span class="typeNameLink">XGTreeVisitor</span></a> - Class in <a href="org/apache/ignite/ml/xgboost/parser/visitor/package-summary.html">org.apache.ignite.ml.xgboost.parser.visitor</a></dt>
<dd>
<div class="block">XGBoost tree visitor that parses tree.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/visitor/XGTreeVisitor.html#XGTreeVisitor-java.util.Map-">XGTreeVisitor(Map<span class='angle_bracket'>&lt;</span>String, Integer<span class='angle_bracket'>&gt;</span>)</a></span> - Constructor for class org.apache.ignite.ml.xgboost.parser.visitor.<a href="org/apache/ignite/ml/xgboost/parser/visitor/XGTreeVisitor.html" title="class in org.apache.ignite.ml.xgboost.parser.visitor">XGTreeVisitor</a></dt>
<dd>
<div class="block">Constructs a new instance of tree visitor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgLeafContext.html#xgValue--">xgValue()</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgLeafContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgLeafContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgNodeContext.html#xgValue--">xgValue()</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgNodeContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgNodeContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#xgValue--">xgValue()</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser</a></dt>
<dd>
<div class="block">Returns XG value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgValueContext.html#XgValueContext-org.antlr.v4.runtime.ParserRuleContext-int-">XgValueContext(ParserRuleContext, int)</a></span> - Constructor for class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgValueContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgValueContext</a></dt>
<dd>
<div class="block">Constructs a new instance of XG value context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/events/CacheEvent.html#xid--">xid()</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">ID of surrounding cache transaction or <tt>null</tt> if there is
no surrounding transaction.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/systemview/view/TransactionView.html#xid--">xid()</a></span> - Method in class org.apache.ignite.spi.systemview.view.<a href="org/apache/ignite/spi/systemview/view/TransactionView.html" title="class in org.apache.ignite.spi.systemview.view">TransactionView</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/transactions/Transaction.html#xid--">xid()</a></span> - Method in interface org.apache.ignite.transactions.<a href="org/apache/ignite/transactions/Transaction.html" title="interface in org.apache.ignite.transactions">Transaction</a></dt>
<dd>
<div class="block">Gets unique identifier for this transaction.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/deployment/uri/UriDeploymentSpi.html#XML_DESCRIPTOR_PATH">XML_DESCRIPTOR_PATH</a></span> - Static variable in class org.apache.ignite.spi.deployment.uri.<a href="org/apache/ignite/spi/deployment/uri/UriDeploymentSpi.html" title="class in org.apache.ignite.spi.deployment.uri">UriDeploymentSpi</a></dt>
<dd>
<div class="block">Default task description file path and name (value is <code>META-INF/ignite.xml</code>).</div>
</dd>
</dl>
<a name="I:Y">
<!-- -->
</a>
<h2 class="title">Y</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/utils/IgniteYarnUtils.html#YARN_LOG_OUT">YARN_LOG_OUT</a></span> - Static variable in class org.apache.ignite.yarn.utils.<a href="org/apache/ignite/yarn/utils/IgniteYarnUtils.html" title="class in org.apache.ignite.yarn.utils">IgniteYarnUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ClusterProperties.html#yarnQueue-java.lang.String-">yarnQueue(String)</a></span> - Method in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ClusterProperties.html" title="class in org.apache.ignite.yarn">ClusterProperties</a></dt>
<dd>
<div class="block">Sets Yarn Queue</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/yarn/ClusterProperties.html#yarnQueue--">yarnQueue()</a></span> - Method in class org.apache.ignite.yarn.<a href="org/apache/ignite/yarn/ClusterProperties.html" title="class in org.apache.ignite.yarn">ClusterProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html#YES">YES</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgNodeContext.html#YES--">YES()</a></span> - Method in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.XgNodeContext.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser.XgNodeContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#YES">YES</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/RegressionMetricStatsAggregator.html#ysRss--">ysRss()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.evaluator.aggregator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/RegressionMetricStatsAggregator.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator.aggregator">RegressionMetricStatsAggregator</a></dt>
<dd>
<div class="block">Returns sum of squared errors.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/RegressionMetricStatsAggregator.html#ysVariance--">ysVariance()</a></span> - Method in class org.apache.ignite.ml.selection.scoring.evaluator.aggregator.<a href="org/apache/ignite/ml/selection/scoring/evaluator/aggregator/RegressionMetricStatsAggregator.html" title="class in org.apache.ignite.ml.selection.scoring.evaluator.aggregator">RegressionMetricStatsAggregator</a></dt>
<dd>
<div class="block">Returns label variance.</div>
</dd>
</dl>
<a name="I:Z">
<!-- -->
</a>
<h2 class="title">Z</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.DefaultLabelVectorizer.html#zero--">zero()</a></span> - Method in class org.apache.ignite.ml.dataset.feature.extractor.<a href="org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.DefaultLabelVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor">ExtractionUtils.DefaultLabelVectorizer</a></dt>
<dd>
<div class="block">Returns default label value for unlabeled data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.ObjectLabelVectorizer.html#zero--">zero()</a></span> - Method in class org.apache.ignite.ml.dataset.feature.extractor.<a href="org/apache/ignite/ml/dataset/feature/extractor/ExtractionUtils.ObjectLabelVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor">ExtractionUtils.ObjectLabelVectorizer</a></dt>
<dd>
<div class="block">Returns default label value for unlabeled data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/impl/LabeledDummyVectorizer.html#zero--">zero()</a></span> - Method in class org.apache.ignite.ml.dataset.feature.extractor.impl.<a href="org/apache/ignite/ml/dataset/feature/extractor/impl/LabeledDummyVectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor.impl">LabeledDummyVectorizer</a></dt>
<dd>
<div class="block">Returns default label value for unlabeled data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.VectorizerAdapter.html#zero--">zero()</a></span> - Method in class org.apache.ignite.ml.dataset.feature.extractor.<a href="org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.VectorizerAdapter.html" title="class in org.apache.ignite.ml.dataset.feature.extractor">Vectorizer.VectorizerAdapter</a></dt>
<dd>
<div class="block">Returns default label value for unlabeled data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.html#zero--">zero()</a></span> - Method in class org.apache.ignite.ml.dataset.feature.extractor.<a href="org/apache/ignite/ml/dataset/feature/extractor/Vectorizer.html" title="class in org.apache.ignite.ml.dataset.feature.extractor">Vectorizer</a></dt>
<dd>
<div class="block">Returns default label value for unlabeled data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGeneratorPrimitives.html#zero-int-">zero(int)</a></span> - Static method in class org.apache.ignite.ml.util.generators.primitives.vector.<a href="org/apache/ignite/ml/util/generators/primitives/vector/VectorGeneratorPrimitives.html" title="class in org.apache.ignite.ml.util.generators.primitives.vector">VectorGeneratorPrimitives</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/VectorUtils.html#zeroes-int-">zeroes(int)</a></span> - Static method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/VectorUtils.html" title="class in org.apache.ignite.ml.math.primitives.vector">VectorUtils</a></dt>
<dd>
<div class="block">Create new</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/VectorUtils.html#zeroesLike-org.apache.ignite.ml.math.primitives.vector.Vector-">zeroesLike(Vector)</a></span> - Static method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/VectorUtils.html" title="class in org.apache.ignite.ml.math.primitives.vector">VectorUtils</a></dt>
<dd>
<div class="block">Create new vector like given vector initialized by zeroes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/util/MatrixUtil.html#zipFoldByColumns-org.apache.ignite.ml.math.primitives.matrix.Matrix-org.apache.ignite.ml.math.primitives.matrix.Matrix-org.apache.ignite.ml.math.functions.IgniteBiFunction-">zipFoldByColumns(Matrix, Matrix, IgniteBiFunction<span class='angle_bracket'>&lt;</span>Vector, Vector, Double<span class='angle_bracket'>&gt;</span>)</a></span> - Static method in class org.apache.ignite.ml.math.util.<a href="org/apache/ignite/ml/math/util/MatrixUtil.html" title="class in org.apache.ignite.ml.math.util">MatrixUtil</a></dt>
<dd>
<div class="block">Zips two matrices by column-by-column with specified function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/util/MatrixUtil.html#zipFoldByRows-org.apache.ignite.ml.math.primitives.matrix.Matrix-org.apache.ignite.ml.math.primitives.matrix.Matrix-org.apache.ignite.ml.math.functions.IgniteBiFunction-">zipFoldByRows(Matrix, Matrix, IgniteBiFunction<span class='angle_bracket'>&lt;</span>Vector, Vector, Double<span class='angle_bracket'>&gt;</span>)</a></span> - Static method in class org.apache.ignite.ml.math.util.<a href="org/apache/ignite/ml/math/util/MatrixUtil.html" title="class in org.apache.ignite.ml.math.util">MatrixUtil</a></dt>
<dd>
<div class="block">Zips two matrices by row-by-row with specified function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/primitives/vector/VectorUtils.html#zipWith-org.apache.ignite.ml.math.primitives.vector.Vector-org.apache.ignite.ml.math.primitives.vector.Vector-org.apache.ignite.ml.math.functions.IgniteBiFunction-">zipWith(Vector, Vector, IgniteBiFunction<span class='angle_bracket'>&lt;</span>Double, Double, Double<span class='angle_bracket'>&gt;</span>)</a></span> - Static method in class org.apache.ignite.ml.math.primitives.vector.<a href="org/apache/ignite/ml/math/primitives/vector/VectorUtils.html" title="class in org.apache.ignite.ml.math.primitives.vector">VectorUtils</a></dt>
<dd>
<div class="block">Zip two vectors with given binary function
(i.e. apply binary function to both vector elementwise and construct vector from results).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/math/util/MatrixUtil.html#zipWith-org.apache.ignite.ml.math.primitives.vector.Vector-org.apache.ignite.ml.math.primitives.vector.Vector-org.apache.ignite.ml.math.functions.IgniteTriFunction-">zipWith(Vector, Vector, IgniteTriFunction<span class='angle_bracket'>&lt;</span>Double, Double, Integer, Double<span class='angle_bracket'>&gt;</span>)</a></span> - Static method in class org.apache.ignite.ml.math.util.<a href="org/apache/ignite/ml/math/util/MatrixUtil.html" title="class in org.apache.ignite.ml.math.util">MatrixUtil</a></dt>
<dd>
<div class="block">Zip two vectors with given tri-function taking as third argument position in vector (i.e. apply binary function
to both vector elementwise and construct vector from results).</div>
</dd>
<dt><a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.zk"><span class="typeNameLink">ZookeeperDiscoverySpi</span></a> - Class in <a href="org/apache/ignite/spi/discovery/zk/package-summary.html">org.apache.ignite.spi.discovery.zk</a></dt>
<dd>
<div class="block">Zookeeper Discovery Spi.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html#ZookeeperDiscoverySpi--">ZookeeperDiscoverySpi()</a></span> - Constructor for class org.apache.ignite.spi.discovery.zk.<a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.zk">ZookeeperDiscoverySpi</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpiMBean.html" title="interface in org.apache.ignite.spi.discovery.zk"><span class="typeNameLink">ZookeeperDiscoverySpiMBean</span></a> - Interface in <a href="org/apache/ignite/spi/discovery/zk/package-summary.html">org.apache.ignite.spi.discovery.zk</a></dt>
<dd>
<div class="block">Management bean for <a href="org/apache/ignite/spi/discovery/zk/ZookeeperDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.zk"><code>ZookeeperDiscoverySpi</code></a>.</div>
</dd>
</dl>
<a name="I:Z:Z_">
<!-- -->
</a>
<h2 class="title">_</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html#Z:Z_ATN">_ATN</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelLexer</a></dt>
<dd>
<div class="block">ATN.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#Z:Z_ATN">_ATN</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser</a></dt>
<dd>
<div class="block">ATN.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html#Z:Z_decisionToDFA">_decisionToDFA</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelLexer</a></dt>
<dd>
<div class="block">Decision to DFA.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#Z:Z_decisionToDFA">_decisionToDFA</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser</a></dt>
<dd>
<div class="block">DFA.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html#Z:Z_serializedATN">_serializedATN</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelLexer</a></dt>
<dd>
<div class="block">Serialized ATN.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#Z:Z_serializedATN">_serializedATN</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser</a></dt>
<dd>
<div class="block">Serialized ATN.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html#Z:Z_sharedContextCache">_sharedContextCache</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelLexer</a></dt>
<dd>
<div class="block">Shared context cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#Z:Z_sharedContextCache">_sharedContextCache</a></span> - Static variable in class org.apache.ignite.ml.xgboost.parser.<a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html" title="class in org.apache.ignite.ml.xgboost.parser">XGBoostModelParser</a></dt>
<dd>
<div class="block">Shared context cache.</div>
</dd>
</dl>
<a href="#I:A">A</a>&nbsp;<a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:F">F</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:J">J</a>&nbsp;<a href="#I:K">K</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:Q">Q</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:U">U</a>&nbsp;<a href="#I:V">V</a>&nbsp;<a href="#I:W">W</a>&nbsp;<a href="#I:X">X</a>&nbsp;<a href="#I:Y">Y</a>&nbsp;<a href="#I:Z">Z</a>&nbsp;<a href="#I:Z:Z_">_</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.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>
<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&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small><table width="100%" border="0" cellspacing=0 cellpadding=0 style="padding: 5px"> <tr> <td> <table style="padding-left: 0; margin: 0"> <tbody style="padding: 0; margin: 0"> <tr style="padding: 0; margin: 0"> <td> <a target=_blank href="https://ignite.apache.org"><nobr>2021 Copyright &#169; Apache Software Foundation</nobr></a> </td> </tr> </tbody> </table> </td> <td width="100%" align="right" valign="center"> <a href="https://twitter.com/ApacheIgnite" class="twitter-follow-button" data-show-count="false" data-size="large">Follow @ApacheIgnite</a> </td> </tr> <tr> <td colspan="2" valign="top" align="left"> <table style="padding-left: 0; margin: 0"> <tbody style="padding: 0; margin: 0"> <tr style="padding: 0; margin: 0"> <td> <b>Ignite Database and Caching Platform</b> </td> <td>:&nbsp;&nbsp; ver. <strong>2.11.0</strong> </td> </tr> <tr style="padding: 0; margin: 0"> <td> <b>Release Date</b> </td> <td>:&nbsp;&nbsp; September 11 2021 </td> </tr> </tbody> </table> </td> </tr> </table></small></p>
</body>
</html>