blob: 9f305f97a95fa8c135b28926b30846db6af57ea2 [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_291) on Wed Apr 20 15:38:39 MSK 2022 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Deprecated List (Ignite 2.13.0)</title>
<meta name="date" content="2022-04-20">
<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="Deprecated List (Ignite 2.13.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 class="navBarCell1Rev">Deprecated</li>
<li><a href="index-all.html">Index</a></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?deprecated-list.html" target="_top">Frames</a></li>
<li><a href="deprecated-list.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="header">
<h1 title="Deprecated API" class="title">Deprecated API</h1>
<h2 title="Contents">Contents</h2>
<ul>
<li><a href="#interface">Deprecated Interfaces</a></li>
<li><a href="#class">Deprecated Classes</a></li>
<li><a href="#annotation.type">Deprecated Annotation Types</a></li>
<li><a href="#field">Deprecated Fields</a></li>
<li><a href="#method">Deprecated Methods</a></li>
<li><a href="#enum.constant">Deprecated Enum Constants</a></li>
<li><a href="#annotation.type.member">Deprecated Annotation Type Elements</a></li>
</ul>
</div>
<div class="contentContainer"><a name="interface">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<table class="deprecatedSummary" border="0" cellpadding="3" cellspacing="0" summary="Deprecated Interfaces table, listing deprecated interfaces, and an explanation">
<caption><span>Deprecated Interfaces</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Interface and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/cache/affinity/AffinityKeyMapper.html" title="interface in org.apache.ignite.cache.affinity">org.apache.ignite.cache.affinity.AffinityKeyMapper</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/mxbean/CacheGroupMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">org.apache.ignite.mxbean.CacheGroupMetricsMXBean</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">org.apache.ignite.mxbean.CacheMetricsMXBean</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/DataRegionMetrics.html" title="interface in org.apache.ignite">org.apache.ignite.DataRegionMetrics</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">org.apache.ignite.mxbean.DataRegionMetricsMXBean</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/DataStorageMetrics.html" title="interface in org.apache.ignite">org.apache.ignite.DataStorageMetrics</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">org.apache.ignite.mxbean.DataStorageMetricsMXBean</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/lang/IgniteAsyncSupport.html" title="interface in org.apache.ignite.lang">org.apache.ignite.lang.IgniteAsyncSupport</a>
<div class="block"><span class="deprecationComment">since 2.0. Please use specialized asynchronous methods.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/logger/LoggerNodeIdAware.html" title="interface in org.apache.ignite.logger">org.apache.ignite.logger.LoggerNodeIdAware</a>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/logger/LoggerNodeIdAndApplicationAware.html" title="interface in org.apache.ignite.logger"><code>LoggerNodeIdAndApplicationAware</code></a> instead.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/MemoryMetrics.html" title="interface in org.apache.ignite">org.apache.ignite.MemoryMetrics</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/mxbean/MemoryMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">org.apache.ignite.mxbean.MemoryMetricsMXBean</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/plugin/extensions/communication/MessageFactory.html" title="interface in org.apache.ignite.plugin.extensions.communication">org.apache.ignite.plugin.extensions.communication.MessageFactory</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/PersistenceMetrics.html" title="interface in org.apache.ignite">org.apache.ignite.PersistenceMetrics</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/mxbean/PersistenceMetricsMXBean.html" title="interface in org.apache.ignite.mxbean">org.apache.ignite.mxbean.PersistenceMetricsMXBean</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/stream/StreamTupleExtractor.html" title="interface in org.apache.ignite.stream">org.apache.ignite.stream.StreamTupleExtractor</a>
<div class="block"><span class="deprecationComment">Will be removed in 2.0.0.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/mxbean/ThreadPoolMXBean.html" title="interface in org.apache.ignite.mxbean">org.apache.ignite.mxbean.ThreadPoolMXBean</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/mxbean/TransactionMetricsMxBean.html" title="interface in org.apache.ignite.mxbean">org.apache.ignite.mxbean.TransactionMetricsMxBean</a>
<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>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<a name="class">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<table class="deprecatedSummary" border="0" cellpadding="3" cellspacing="0" summary="Deprecated Classes table, listing deprecated classes, and an explanation">
<caption><span>Deprecated Classes</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/spi/communication/tcp/AttributeNames.html" title="class in org.apache.ignite.spi.communication.tcp">org.apache.ignite.spi.communication.tcp.AttributeNames</a>
<div class="block"><span class="deprecationComment">fix it in the ticket https://ggsystems.atlassian.net/browse/GG-29546</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/events/ClusterActivationEvent.html" title="class in org.apache.ignite.events">org.apache.ignite.events.ClusterActivationEvent</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/DataRegionMetricsAdapter.html" title="class in org.apache.ignite">org.apache.ignite.DataRegionMetricsAdapter</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/DataStorageMetricsAdapter.html" title="class in org.apache.ignite">org.apache.ignite.DataStorageMetricsAdapter</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/logger/log4j/Log4JLogger.html" title="class in org.apache.ignite.logger.log4j">org.apache.ignite.logger.log4j.Log4JLogger</a>
<div class="block"><span class="deprecationComment">Log4j 1.x had reached end of life and contains critical vulnerabilities. See
<a href="https://blogs.apache.org/foundation/entry/apache_logging_services_project_announces">the announcement</a>.
Please, be aware this module will be removed in the next releases.
Use <a href="https://ignite.apache.org/docs/latest/logging#using-log4j2">ignite-log4j2</a> module instead.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/configuration/MemoryConfiguration.html" title="class in org.apache.ignite.configuration">org.apache.ignite.configuration.MemoryConfiguration</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/configuration/MemoryPolicyConfiguration.html" title="class in org.apache.ignite.configuration">org.apache.ignite.configuration.MemoryPolicyConfiguration</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/configuration/OdbcConfiguration.html" title="class in org.apache.ignite.configuration">org.apache.ignite.configuration.OdbcConfiguration</a></td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html" title="class in org.apache.ignite.configuration">org.apache.ignite.configuration.PersistentStoreConfiguration</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/configuration/SqlConnectorConfiguration.html" title="class in org.apache.ignite.configuration">org.apache.ignite.configuration.SqlConnectorConfiguration</a></td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/cache/query/SqlQuery.html" title="class in org.apache.ignite.cache.query">org.apache.ignite.cache.query.SqlQuery</a>
<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>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<a name="annotation.type">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<table class="deprecatedSummary" border="0" cellpadding="3" cellspacing="0" summary="Deprecated Annotation Types table, listing deprecated annotation types, and an explanation">
<caption><span>Deprecated Annotation Types</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Annotation Type and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/lang/IgniteAsyncSupported.html" title="annotation in org.apache.ignite.lang">org.apache.ignite.lang.IgniteAsyncSupported</a>
<div class="block"><span class="deprecationComment">since 2.0. Please use specialized asynchronous methods.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/mxbean/MXBeanParametersDescriptions.html" title="annotation in org.apache.ignite.mxbean">org.apache.ignite.mxbean.MXBeanParametersDescriptions</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/mxbean/MXBeanParametersNames.html" title="annotation in org.apache.ignite.mxbean">org.apache.ignite.mxbean.MXBeanParametersNames</a>
<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>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<a name="field">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<table class="deprecatedSummary" border="0" cellpadding="3" cellspacing="0" summary="Deprecated Fields table, listing deprecated fields, and an explanation">
<caption><span>Deprecated Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#ATTR_SHMEM_PORT">org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi.ATTR_SHMEM_PORT</a>
<div class="block"><span class="deprecationComment">This constant is not used and will be removed in future releases.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#DFLT_ACTIVE_ON_START">org.apache.ignite.configuration.IgniteConfiguration.DFLT_ACTIVE_ON_START</a></td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#DFLT_AUTO_ACTIVATION">org.apache.ignite.configuration.IgniteConfiguration.DFLT_AUTO_ACTIVATION</a></td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#DFLT_LATE_AFF_ASSIGNMENT">org.apache.ignite.configuration.IgniteConfiguration.DFLT_LATE_AFF_ASSIGNMENT</a></td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/configuration/CacheConfiguration.html#DFLT_LOCK_TIMEOUT">org.apache.ignite.configuration.CacheConfiguration.DFLT_LOCK_TIMEOUT</a>
<div class="block"><span class="deprecationComment">Default lock timeout configuration property has no effect.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#DFLT_LONG_QRY_WARN_TIMEOUT">org.apache.ignite.configuration.IgniteConfiguration.DFLT_LONG_QRY_WARN_TIMEOUT</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/configuration/CacheConfiguration.html#DFLT_LONG_QRY_WARN_TIMEOUT">org.apache.ignite.configuration.CacheConfiguration.DFLT_LONG_QRY_WARN_TIMEOUT</a></td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/IgniteDataStreamer.html#DFLT_MAX_PARALLEL_OPS">org.apache.ignite.IgniteDataStreamer.DFLT_MAX_PARALLEL_OPS</a>
<div class="block"><span class="deprecationComment">Is not used anymore.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/configuration/TransactionConfiguration.html#DFLT_PESSIMISTIC_TX_LOG_LINGER">org.apache.ignite.configuration.TransactionConfiguration.DFLT_PESSIMISTIC_TX_LOG_LINGER</a>
<div class="block"><span class="deprecationComment">Pessimistic tx log linger property has no effect.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/configuration/CacheConfiguration.html#DFLT_REBALANCE_BATCH_SIZE">org.apache.ignite.configuration.CacheConfiguration.DFLT_REBALANCE_BATCH_SIZE</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/configuration/CacheConfiguration.html#DFLT_REBALANCE_BATCHES_PREFETCH_COUNT">org.apache.ignite.configuration.CacheConfiguration.DFLT_REBALANCE_BATCHES_PREFETCH_COUNT</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/configuration/CacheConfiguration.html#DFLT_REBALANCE_THREAD_POOL_SIZE">org.apache.ignite.configuration.CacheConfiguration.DFLT_REBALANCE_THREAD_POOL_SIZE</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/configuration/CacheConfiguration.html#DFLT_REBALANCE_THROTTLE">org.apache.ignite.configuration.CacheConfiguration.DFLT_REBALANCE_THROTTLE</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/configuration/CacheConfiguration.html#DFLT_REBALANCE_TIMEOUT">org.apache.ignite.configuration.CacheConfiguration.DFLT_REBALANCE_TIMEOUT</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#DFLT_SHMEM_PORT">org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi.DFLT_SHMEM_PORT</a>
<div class="block"><span class="deprecationComment">This constant is not used and will be removed in future releases.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#DFLT_SQL_QUERY_HISTORY_SIZE">org.apache.ignite.configuration.IgniteConfiguration.DFLT_SQL_QUERY_HISTORY_SIZE</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/cache/hibernate/HibernateAccessStrategyFactory.html#GRID_NAME_PROPERTY">org.apache.ignite.cache.hibernate.HibernateAccessStrategyFactory.GRID_NAME_PROPERTY</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/TcpDiscoveryIpFinderAdapter.html#ignite">org.apache.ignite.spi.discovery.tcp.ipfinder.TcpDiscoveryIpFinderAdapter.ignite</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_BINARY_DONT_WRAP_TREE_STRUCTURES">org.apache.ignite.IgniteSystemProperties.IGNITE_BINARY_DONT_WRAP_TREE_STRUCTURES</a>
<div class="block"><span class="deprecationComment">Should be removed in Apache Ignite 2.0.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_CACHE_KEY_VALIDATION_DISABLED">org.apache.ignite.IgniteSystemProperties.IGNITE_CACHE_KEY_VALIDATION_DISABLED</a>
<div class="block"><span class="deprecationComment">Since 2.10 Obsolete because of common use of binary marshaller.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_ENABLE_EXPERIMENTAL_COMMAND">org.apache.ignite.IgniteSystemProperties.IGNITE_ENABLE_EXPERIMENTAL_COMMAND</a>
<div class="block"><span class="deprecationComment">Use "--enable-experimental" parameter instead.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_EVICTION_PERMITS">org.apache.ignite.IgniteSystemProperties.IGNITE_EVICTION_PERMITS</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_H2_DEBUG_CONSOLE">org.apache.ignite.IgniteSystemProperties.IGNITE_H2_DEBUG_CONSOLE</a>
<div class="block"><span class="deprecationComment">Since 2.8. H2 console is no longer supported.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_H2_DEBUG_CONSOLE_PORT">org.apache.ignite.IgniteSystemProperties.IGNITE_H2_DEBUG_CONSOLE_PORT</a>
<div class="block"><span class="deprecationComment">Since 2.8. H2 console is no longer supported.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_IPC_SHMEM_SPACE_DEBUG">org.apache.ignite.IgniteSystemProperties.IGNITE_IPC_SHMEM_SPACE_DEBUG</a>
<div class="block"><span class="deprecationComment">This property is ignored and will be deleted in future releases.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_JOBS_METRICS_CONCURRENCY_LEVEL">org.apache.ignite.IgniteSystemProperties.IGNITE_JOBS_METRICS_CONCURRENCY_LEVEL</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/ssl/SslContextFactory.html#IGNITE_KEY_ALGORITHM_PROPERTY">org.apache.ignite.ssl.SslContextFactory.IGNITE_KEY_ALGORITHM_PROPERTY</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_LOG_GRID_NAME">org.apache.ignite.IgniteSystemProperties.IGNITE_LOG_GRID_NAME</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_MIN_BUFFERED_COMMUNICATION_MSG_CNT">org.apache.ignite.IgniteSystemProperties.IGNITE_MIN_BUFFERED_COMMUNICATION_MSG_CNT</a>
<div class="block"><span class="deprecationComment">Not used anymore.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_PDS_PARTITION_DESTROY_CHECKPOINT_DELAY">org.apache.ignite.IgniteSystemProperties.IGNITE_PDS_PARTITION_DESTROY_CHECKPOINT_DELAY</a></td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_PDS_WAL_REBALANCE_THRESHOLD">org.apache.ignite.IgniteSystemProperties.IGNITE_PDS_WAL_REBALANCE_THRESHOLD</a>
<div class="block"><span class="deprecationComment">use Distributed MetaStorage property <code>historical.rebalance.threshold</code>.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_REBALANCE_STATISTICS_TIME_INTERVAL">org.apache.ignite.IgniteSystemProperties.IGNITE_REBALANCE_STATISTICS_TIME_INTERVAL</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_REBALANCE_THROTTLE_OVERRIDE">org.apache.ignite.IgniteSystemProperties.IGNITE_REBALANCE_THROTTLE_OVERRIDE</a>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/IgniteConfiguration.html#getRebalanceThrottle--"><code>IgniteConfiguration.getRebalanceThrottle()</code></a> instead.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_REST_GETALL_AS_ARRAY">org.apache.ignite.IgniteSystemProperties.IGNITE_REST_GETALL_AS_ARRAY</a>
<div class="block"><span class="deprecationComment">Should be made default in Apache Ignite 3.0.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_SQL_FORCE_LAZY_RESULT_SET">org.apache.ignite.IgniteSystemProperties.IGNITE_SQL_FORCE_LAZY_RESULT_SET</a>
<div class="block"><span class="deprecationComment">Since version 2.8.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_THRESHOLD_WAL_ARCHIVE_SIZE_PERCENTAGE">org.apache.ignite.IgniteSystemProperties.IGNITE_THRESHOLD_WAL_ARCHIVE_SIZE_PERCENTAGE</a>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/DataStorageConfiguration.html#setMinWalArchiveSize-long-"><code>DataStorageConfiguration.setMinWalArchiveSize(long)</code></a>.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_UNWRAP_BINARY_FOR_INDEXING_SPI">org.apache.ignite.IgniteSystemProperties.IGNITE_UNWRAP_BINARY_FOR_INDEXING_SPI</a>
<div class="block"><span class="deprecationComment">Should be removed in Apache Ignite 2.0.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_WAIT_FOR_BACKUPS_ON_SHUTDOWN">org.apache.ignite.IgniteSystemProperties.IGNITE_WAIT_FOR_BACKUPS_ON_SHUTDOWN</a>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/ShutdownPolicy.html" title="enum in org.apache.ignite"><code>ShutdownPolicy</code></a> instead.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/IgniteSystemProperties.html#IGNITE_WAL_DEBUG_LOG_ON_RECOVERY">org.apache.ignite.IgniteSystemProperties.IGNITE_WAL_DEBUG_LOG_ON_RECOVERY</a>
<div class="block"><span class="deprecationComment">Not used.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#OUT_OF_RESOURCES_TCP_MSG">org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi.OUT_OF_RESOURCES_TCP_MSG</a>
<div class="block"><span class="deprecationComment">This constant is not used and will be removed in future releases.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#tokenNames">org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.tokenNames</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html#tokenNames">org.apache.ignite.ml.xgboost.parser.XGBoostModelLexer.tokenNames</a>
<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>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<a name="method">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<table class="deprecatedSummary" border="0" cellpadding="3" cellspacing="0" summary="Deprecated Methods table, listing deprecated methods, and an explanation">
<caption><span>Deprecated Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/IgniteCluster.html#active--">org.apache.ignite.IgniteCluster.active()</a>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/IgniteCluster.html#state--"><code>IgniteCluster.state()</code></a> instead.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/Ignite.html#active--">org.apache.ignite.Ignite.active()</a>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/IgniteCluster.html#active--"><code>IgniteCluster.active()</code></a> instead.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#active--">org.apache.ignite.mxbean.IgniteMXBean.active()</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/IgniteCluster.html#active-boolean-">org.apache.ignite.IgniteCluster.active(boolean)</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/Ignite.html#active-boolean-">org.apache.ignite.Ignite.active(boolean)</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#active-boolean-">org.apache.ignite.mxbean.IgniteMXBean.active(boolean)</a>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/mxbean/IgniteMXBean.html#clusterState-java.lang.String-boolean-"><code>IgniteMXBean.clusterState(String, boolean)</code></a> instead.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/spi/IgniteSpiContext.html#addMessageListener-org.apache.ignite.internal.managers.communication.GridMessageListener-java.lang.String-">org.apache.ignite.spi.IgniteSpiContext.addMessageListener(GridMessageListener, String)</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/services/Service.html#cancel-org.apache.ignite.services.ServiceContext-">org.apache.ignite.services.Service.cancel(ServiceContext)</a>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/services/Service.html#cancel--"><code>Service.cancel()</code></a> instead.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/mxbean/StripedExecutorMXBean.html#checkStarvation--">org.apache.ignite.mxbean.StripedExecutorMXBean.checkStarvation()</a>
<div class="block"><span class="deprecationComment">Will be removed at 3.0.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#clusterState--">org.apache.ignite.mxbean.IgniteMXBean.clusterState()</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#clusterState-java.lang.String-">org.apache.ignite.mxbean.IgniteMXBean.clusterState(String)</a>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/mxbean/IgniteMXBean.html#clusterState-java.lang.String-boolean-"><code>IgniteMXBean.clusterState(String, boolean)</code></a> instead.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/Ignite.html#dataRegionMetrics--">org.apache.ignite.Ignite.dataRegionMetrics()</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/Ignite.html#dataStorageMetrics--">org.apache.ignite.Ignite.dataStorageMetrics()</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/TcpDiscoveryIpFinderAdapter.html#discoveryClientMode--">org.apache.ignite.spi.discovery.tcp.ipfinder.TcpDiscoveryIpFinderAdapter.discoveryClientMode()</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/cache/CacheMetrics.html#estimateRebalancingFinishTime--">org.apache.ignite.cache.CacheMetrics.estimateRebalancingFinishTime()</a></td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/services/Service.html#execute-org.apache.ignite.services.ServiceContext-">org.apache.ignite.services.Service.execute(ServiceContext)</a>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/services/Service.html#execute--"><code>Service.execute()</code></a> instead.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/client/ClientCompute.html#executeAsync-java.lang.String-T-">org.apache.ignite.client.ClientCompute.executeAsync(String, T)</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/IgniteCompute.html#future--">org.apache.ignite.IgniteCompute.future()</a></td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/lang/IgniteAsyncSupport.html#future--">org.apache.ignite.lang.IgniteAsyncSupport.future()</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#getCheckpointSpiFormatted--">org.apache.ignite.mxbean.IgniteMXBean.getCheckpointSpiFormatted()</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#getCollisionSpiFormatted--">org.apache.ignite.mxbean.IgniteMXBean.getCollisionSpiFormatted()</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#getCommunicationSpiFormatted--">org.apache.ignite.mxbean.IgniteMXBean.getCommunicationSpiFormatted()</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/yarn/ApplicationMaster.html#getContainers--">org.apache.ignite.yarn.ApplicationMaster.getContainers()</a></td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/spi/discovery/DiscoverySpiMBean.html#getCoordinator--">org.apache.ignite.spi.discovery.DiscoverySpiMBean.getCoordinator()</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#getCopyright--">org.apache.ignite.mxbean.IgniteMXBean.getCopyright()</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#getCurrentCoordinatorFormatted--">org.apache.ignite.mxbean.IgniteMXBean.getCurrentCoordinatorFormatted()</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getDefaultLockTimeout--">org.apache.ignite.configuration.CacheConfiguration.getDefaultLockTimeout()</a>
<div class="block"><span class="deprecationComment">Default lock timeout configuration property has no effect.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getDefaultQueryTimeout--">org.apache.ignite.configuration.IgniteConfiguration.getDefaultQueryTimeout()</a>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/SqlConfiguration.html#getDefaultQueryTimeout--"><code>SqlConfiguration.getDefaultQueryTimeout()</code></a> instead.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/configuration/SqlConfiguration.html#getDefaultQueryTimeout--">org.apache.ignite.configuration.SqlConfiguration.getDefaultQueryTimeout()</a>
<div class="block"><span class="deprecationComment">Since 2.9. Please use distributed default query timeout.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#getDeploymentSpiFormatted--">org.apache.ignite.mxbean.IgniteMXBean.getDeploymentSpiFormatted()</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/cache/CacheMetrics.html#getDhtEvictQueueCurrentSize--">org.apache.ignite.cache.CacheMetrics.getDhtEvictQueueCurrentSize()</a></td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#getDiscoverySpiFormatted--">org.apache.ignite.mxbean.IgniteMXBean.getDiscoverySpiFormatted()</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getDiscoveryStartupDelay--">org.apache.ignite.configuration.IgniteConfiguration.getDiscoveryStartupDelay()</a>
<div class="block"><span class="deprecationComment">Not used any more.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#getEventStorageSpiFormatted--">org.apache.ignite.mxbean.IgniteMXBean.getEventStorageSpiFormatted()</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getEvictionPolicy--">org.apache.ignite.configuration.CacheConfiguration.getEvictionPolicy()</a>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/CacheConfiguration.html#getEvictionPolicyFactory--"><code>CacheConfiguration.getEvictionPolicyFactory()</code></a> instead.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#getExecutorServiceFormatted--">org.apache.ignite.mxbean.IgniteMXBean.getExecutorServiceFormatted()</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#getFailoverSpiFormatted--">org.apache.ignite.mxbean.IgniteMXBean.getFailoverSpiFormatted()</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#getFullVersion--">org.apache.ignite.mxbean.IgniteMXBean.getFullVersion()</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#getGridLoggerFormatted--">org.apache.ignite.mxbean.IgniteMXBean.getGridLoggerFormatted()</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getGridName--">org.apache.ignite.configuration.IgniteConfiguration.getGridName()</a>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/IgniteConfiguration.html#getIgniteInstanceName--"><code>IgniteConfiguration.getIgniteInstanceName()</code></a> instead.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#getIgniteHome--">org.apache.ignite.mxbean.IgniteMXBean.getIgniteHome()</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#getInstanceName--">org.apache.ignite.mxbean.IgniteMXBean.getInstanceName()</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#getJdkInformation--">org.apache.ignite.mxbean.IgniteMXBean.getJdkInformation()</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/cache/CacheMetrics.html#getKeySize--">org.apache.ignite.cache.CacheMetrics.getKeySize()</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#getLifecycleBeansFormatted--">org.apache.ignite.mxbean.IgniteMXBean.getLifecycleBeansFormatted()</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#getLoadBalancingSpiFormatted--">org.apache.ignite.mxbean.IgniteMXBean.getLoadBalancingSpiFormatted()</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#getLocalNodeId--">org.apache.ignite.mxbean.IgniteMXBean.getLocalNodeId()</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#getLongJVMPauseLastEvents--">org.apache.ignite.mxbean.IgniteMXBean.getLongJVMPauseLastEvents()</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#getLongJVMPausesCount--">org.apache.ignite.mxbean.IgniteMXBean.getLongJVMPausesCount()</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#getLongJVMPausesTotalDuration--">org.apache.ignite.mxbean.IgniteMXBean.getLongJVMPausesTotalDuration()</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getLongQueryWarningTimeout--">org.apache.ignite.configuration.IgniteConfiguration.getLongQueryWarningTimeout()</a>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/SqlConfiguration.html#getLongQueryWarningTimeout--"><code>SqlConfiguration.getLongQueryWarningTimeout()</code></a> instead.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getLongQueryWarningTimeout--">org.apache.ignite.configuration.CacheConfiguration.getLongQueryWarningTimeout()</a>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/IgniteConfiguration.html#getLongQueryWarningTimeout--"><code>IgniteConfiguration.getLongQueryWarningTimeout()</code></a> instead.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getMarshaller--">org.apache.ignite.configuration.IgniteConfiguration.getMarshaller()</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#getMBeanServerFormatted--">org.apache.ignite.mxbean.IgniteMXBean.getMBeanServerFormatted()</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getMemoryConfiguration--">org.apache.ignite.configuration.IgniteConfiguration.getMemoryConfiguration()</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getMemoryPolicyName--">org.apache.ignite.configuration.CacheConfiguration.getMemoryPolicyName()</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#getMetricsRateTimeInterval--">org.apache.ignite.configuration.DataStorageConfiguration.getMetricsRateTimeInterval()</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/configuration/DataRegionConfiguration.html#getMetricsRateTimeInterval--">org.apache.ignite.configuration.DataRegionConfiguration.getMetricsRateTimeInterval()</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#getMetricsSubIntervalCount--">org.apache.ignite.configuration.DataStorageConfiguration.getMetricsSubIntervalCount()</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/configuration/DataRegionConfiguration.html#getMetricsSubIntervalCount--">org.apache.ignite.configuration.DataRegionConfiguration.getMetricsSubIntervalCount()</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/configuration/NearCacheConfiguration.html#getNearEvictionPolicy--">org.apache.ignite.configuration.NearCacheConfiguration.getNearEvictionPolicy()</a>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/NearCacheConfiguration.html#getNearEvictionPolicyFactory--"><code>NearCacheConfiguration.getNearEvictionPolicyFactory()</code></a> instead.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getNodeId--">org.apache.ignite.configuration.IgniteConfiguration.getNodeId()</a></td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getOdbcConfiguration--">org.apache.ignite.configuration.IgniteConfiguration.getOdbcConfiguration()</a>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/IgniteConfiguration.html#getClientConnectorConfiguration--"><code>IgniteConfiguration.getClientConnectorConfiguration()</code></a> ()} instead.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#getOsInformation--">org.apache.ignite.mxbean.IgniteMXBean.getOsInformation()</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#getOsUser--">org.apache.ignite.mxbean.IgniteMXBean.getOsUser()</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getPersistentStoreConfiguration--">org.apache.ignite.configuration.IgniteConfiguration.getPersistentStoreConfiguration()</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/configuration/TransactionConfiguration.html#getPessimisticTxLogLinger--">org.apache.ignite.configuration.TransactionConfiguration.getPessimisticTxLogLinger()</a>
<div class="block"><span class="deprecationComment">Pessimistic tx log linger property has no effect.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/configuration/TransactionConfiguration.html#getPessimisticTxLogSize--">org.apache.ignite.configuration.TransactionConfiguration.getPessimisticTxLogSize()</a>
<div class="block"><span class="deprecationComment">Pessimistic tx log size property has no effect.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getPluginConfigurations--">org.apache.ignite.configuration.IgniteConfiguration.getPluginConfigurations()</a></td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#getRateTimeInterval--">org.apache.ignite.configuration.PersistentStoreConfiguration.getRateTimeInterval()</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/configuration/MemoryPolicyConfiguration.html#getRateTimeInterval--">org.apache.ignite.configuration.MemoryPolicyConfiguration.getRateTimeInterval()</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getRebalanceBatchesPrefetchCount--">org.apache.ignite.configuration.CacheConfiguration.getRebalanceBatchesPrefetchCount()</a>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/IgniteConfiguration.html#getRebalanceBatchesPrefetchCount--"><code>IgniteConfiguration.getRebalanceBatchesPrefetchCount()</code></a> instead.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getRebalanceBatchSize--">org.apache.ignite.configuration.CacheConfiguration.getRebalanceBatchSize()</a>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/IgniteConfiguration.html#getRebalanceBatchSize--"><code>IgniteConfiguration.getRebalanceBatchSize()</code></a> instead.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getRebalanceDelay--">org.apache.ignite.configuration.CacheConfiguration.getRebalanceDelay()</a>
<div class="block"><span class="deprecationComment">Use baseline topology feature instead. Please, be aware this API will be removed in the next releases.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getRebalanceThreadPoolSize--">org.apache.ignite.configuration.CacheConfiguration.getRebalanceThreadPoolSize()</a></td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getRebalanceThrottle--">org.apache.ignite.configuration.CacheConfiguration.getRebalanceThrottle()</a>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/IgniteConfiguration.html#getRebalanceThrottle--"><code>IgniteConfiguration.getRebalanceThrottle()</code></a> instead.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getRebalanceTimeout--">org.apache.ignite.configuration.CacheConfiguration.getRebalanceTimeout()</a>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/IgniteConfiguration.html#getRebalanceTimeout--"><code>IgniteConfiguration.getRebalanceTimeout()</code></a> instead.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpiMBean.html#getSharedMemoryPort--">org.apache.ignite.spi.communication.tcp.TcpCommunicationSpiMBean.getSharedMemoryPort()</a>
<div class="block"><span class="deprecationComment">This property will be removed in future releases.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/cache/CacheMetrics.html#getSize--">org.apache.ignite.cache.CacheMetrics.getSize()</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getSqlConnectorConfiguration--">org.apache.ignite.configuration.IgniteConfiguration.getSqlConnectorConfiguration()</a>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/IgniteConfiguration.html#getClientConnectorConfiguration--"><code>IgniteConfiguration.getClientConnectorConfiguration()</code></a> instead.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getSqlQueryHistorySize--">org.apache.ignite.configuration.IgniteConfiguration.getSqlQueryHistorySize()</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#getSqlSchemas--">org.apache.ignite.configuration.IgniteConfiguration.getSqlSchemas()</a>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/SqlConfiguration.html#getSqlSchemas--"><code>SqlConfiguration.getSqlSchemas()</code></a> instead.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/configuration/ConnectorConfiguration.html#getSslContextFactory--">org.apache.ignite.configuration.ConnectorConfiguration.getSslContextFactory()</a>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/ConnectorConfiguration.html#getSslFactory--"><code>ConnectorConfiguration.getSslFactory()</code></a> instead.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#getStartTimestamp--">org.apache.ignite.mxbean.IgniteMXBean.getStartTimestamp()</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#getStartTimestampFormatted--">org.apache.ignite.mxbean.IgniteMXBean.getStartTimestampFormatted()</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#getSubIntervals--">org.apache.ignite.configuration.PersistentStoreConfiguration.getSubIntervals()</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/configuration/MemoryPolicyConfiguration.html#getSubIntervals--">org.apache.ignite.configuration.MemoryPolicyConfiguration.getSubIntervals()</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#getSystemRegionInitialSize--">org.apache.ignite.configuration.DataStorageConfiguration.getSystemRegionInitialSize()</a>
<div class="block"><span class="deprecationComment">use <a href="org/apache/ignite/configuration/SystemDataRegionConfiguration.html#getInitialSize--"><code>SystemDataRegionConfiguration.getInitialSize()</code></a>.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#getSystemRegionMaxSize--">org.apache.ignite.configuration.DataStorageConfiguration.getSystemRegionMaxSize()</a>
<div class="block"><span class="deprecationComment">use <a href="org/apache/ignite/configuration/SystemDataRegionConfiguration.html#getMaxSize--"><code>SystemDataRegionConfiguration.getMaxSize()</code></a>.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#getTlbSize--">org.apache.ignite.configuration.PersistentStoreConfiguration.getTlbSize()</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelParser.html#getTokenNames--">org.apache.ignite.ml.xgboost.parser.XGBoostModelParser.getTokenNames()</a></td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/ml/xgboost/parser/XGBoostModelLexer.html#getTokenNames--">org.apache.ignite.ml.xgboost.parser.XGBoostModelLexer.getTokenNames()</a></td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/configuration/CacheConfiguration.html#getTransactionManagerLookupClassName--">org.apache.ignite.configuration.CacheConfiguration.getTransactionManagerLookupClassName()</a>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/TransactionConfiguration.html#getTxManagerFactory--"><code>TransactionConfiguration.getTxManagerFactory()</code></a> instead.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/stream/StreamAdapter.html#getTupleExtractor--">org.apache.ignite.stream.StreamAdapter.getTupleExtractor()</a></td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/cache/CacheMetrics.html#getTxCommitQueueSize--">org.apache.ignite.cache.CacheMetrics.getTxCommitQueueSize()</a></td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/cache/CacheMetrics.html#getTxDhtCommitQueueSize--">org.apache.ignite.cache.CacheMetrics.getTxDhtCommitQueueSize()</a></td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/cache/CacheMetrics.html#getTxDhtPrepareQueueSize--">org.apache.ignite.cache.CacheMetrics.getTxDhtPrepareQueueSize()</a></td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/cache/CacheMetrics.html#getTxDhtStartVersionCountsSize--">org.apache.ignite.cache.CacheMetrics.getTxDhtStartVersionCountsSize()</a></td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/configuration/TransactionConfiguration.html#getTxManagerLookupClassName--">org.apache.ignite.configuration.TransactionConfiguration.getTxManagerLookupClassName()</a>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/TransactionConfiguration.html#getTxManagerFactory--"><code>TransactionConfiguration.getTxManagerFactory()</code></a> instead.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/cache/CacheMetrics.html#getTxPrepareQueueSize--">org.apache.ignite.cache.CacheMetrics.getTxPrepareQueueSize()</a></td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/cache/CacheMetrics.html#getTxStartVersionCountsSize--">org.apache.ignite.cache.CacheMetrics.getTxStartVersionCountsSize()</a></td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#getUpTime--">org.apache.ignite.mxbean.IgniteMXBean.getUpTime()</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#getUpTimeFormatted--">org.apache.ignite.mxbean.IgniteMXBean.getUpTimeFormatted()</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#getUserAttributesFormatted--">org.apache.ignite.mxbean.IgniteMXBean.getUserAttributesFormatted()</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#getVmName--">org.apache.ignite.mxbean.IgniteMXBean.getVmName()</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#getWalBufferSize--">org.apache.ignite.configuration.PersistentStoreConfiguration.getWalBufferSize()</a></td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#getWalHistorySize--">org.apache.ignite.configuration.DataStorageConfiguration.getWalHistorySize()</a>
<div class="block"><span class="deprecationComment">Instead of walHistorySize use maxWalArchiveSize for manage of archive size.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/kubernetes/TcpDiscoveryKubernetesIpFinder.html#includeNotReadyAddresses-boolean-">org.apache.ignite.spi.discovery.tcp.ipfinder.kubernetes.TcpDiscoveryKubernetesIpFinder.includeNotReadyAddresses(boolean)</a>
<div class="block"><span class="deprecationComment">set parameters with <code>KubernetesConnectionConfiguration</code> instead.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/services/Service.html#init-org.apache.ignite.services.ServiceContext-">org.apache.ignite.services.Service.init(ServiceContext)</a>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/services/Service.html#init--"><code>Service.init()</code></a> instead.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#isActiveOnStart--">org.apache.ignite.configuration.IgniteConfiguration.isActiveOnStart()</a>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/IgniteConfiguration.html#getClusterStateOnStart--"><code>IgniteConfiguration.getClusterStateOnStart()</code></a> instead.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/lang/IgniteAsyncSupport.html#isAsync--">org.apache.ignite.lang.IgniteAsyncSupport.isAsync()</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#isAutoActivationEnabled--">org.apache.ignite.configuration.IgniteConfiguration.isAutoActivationEnabled()</a>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/IgniteConfiguration.html#getClusterStateOnStart--"><code>IgniteConfiguration.getClusterStateOnStart()</code></a> instead.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#isForceServerMode--">org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi.isForceServerMode()</a>
<div class="block"><span class="deprecationComment">Will be removed at 3.0.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/platform/dotnet/PlatformDotNetBinaryTypeConfiguration.html#isKeepDeserialized--">org.apache.ignite.platform.dotnet.PlatformDotNetBinaryTypeConfiguration.isKeepDeserialized()</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#isLateAffinityAssignment--">org.apache.ignite.configuration.IgniteConfiguration.isLateAffinityAssignment()</a>
<div class="block"><span class="deprecationComment">Starting from Ignite 2.1 late affinity assignment is always enabled.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#isNodeInBaseline--">org.apache.ignite.mxbean.IgniteMXBean.isNodeInBaseline()</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#isPeerClassLoadingEnabled--">org.apache.ignite.mxbean.IgniteMXBean.isPeerClassLoadingEnabled()</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#isPersistentStoreEnabled--">org.apache.ignite.configuration.IgniteConfiguration.isPersistentStoreEnabled()</a>
<div class="block"><span class="deprecationComment">Part of legacy configuration API. Doesn't work if new configuration API is used.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#isRebalanceEnabled--">org.apache.ignite.mxbean.IgniteMXBean.isRebalanceEnabled()</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/cache/query/SqlQuery.html#isReplicatedOnly--">org.apache.ignite.cache.query.SqlQuery.isReplicatedOnly()</a>
<div class="block"><span class="deprecationComment">No longer used as of Apache Ignite 2.8.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/cache/query/SqlFieldsQuery.html#isReplicatedOnly--">org.apache.ignite.cache.query.SqlFieldsQuery.isReplicatedOnly()</a>
<div class="block"><span class="deprecationComment">No longer used as of Apache Ignite 2.8.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/configuration/TransactionConfiguration.html#isTxSerializableEnabled--">org.apache.ignite.configuration.TransactionConfiguration.isTxSerializableEnabled()</a></td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/spi/systemview/view/ComputeTaskView.html#jobId--">org.apache.ignite.spi.systemview.view.ComputeTaskView.jobId()</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/mxbean/IgniteMXBean.html#lastClusterStateChangeTime--">org.apache.ignite.mxbean.IgniteMXBean.lastClusterStateChangeTime()</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/IgniteCache.html#lockAll-java.util.Collection-">org.apache.ignite.IgniteCache.lockAll(Collection<span class='angle_bracket'>&lt;</span>? extends K<span class='angle_bracket'>&gt;</span>)</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/Ignite.html#memoryMetrics--">org.apache.ignite.Ignite.memoryMetrics()</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/Ignite.html#memoryMetrics-java.lang.String-">org.apache.ignite.Ignite.memoryMetrics(String)</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/Ignite.html#persistentStoreMetrics--">org.apache.ignite.Ignite.persistentStoreMetrics()</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html#rateTimeInterval-long-">org.apache.ignite.mxbean.DataRegionMetricsMXBean.rateTimeInterval(long)</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html#rateTimeInterval-long-">org.apache.ignite.mxbean.DataStorageMetricsMXBean.rateTimeInterval(long)</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/IgniteCache.html#rebalance--">org.apache.ignite.IgniteCache.rebalance()</a>
<div class="block"><span class="deprecationComment">Use baseline topology feature instead. Please, be aware this API will be removed in the next releases.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/cache/CacheMetrics.html#rebalancingStartTime--">org.apache.ignite.cache.CacheMetrics.rebalancingStartTime()</a></td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/marshaller/MarshallerContext.html#registerClassName-byte-int-java.lang.String-">org.apache.ignite.marshaller.MarshallerContext.registerClassName(byte, int, String)</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/spi/IgniteSpiContext.html#removeMessageListener-org.apache.ignite.internal.managers.communication.GridMessageListener-java.lang.String-">org.apache.ignite.spi.IgniteSpiContext.removeMessageListener(GridMessageListener, String)</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/IgniteServices.html#service-java.lang.String-">org.apache.ignite.IgniteServices.service(String)</a>
<div class="block"><span class="deprecationComment">Use the proxies like <a href="org/apache/ignite/IgniteServices.html#serviceProxy-java.lang.String-java.lang.Class-boolean-"><code>IgniteServices.serviceProxy(String, Class, boolean)</code></a>. References to local services
corrupt the service statistics and bring no real performance optimization.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/IgniteServices.html#services-java.lang.String-">org.apache.ignite.IgniteServices.services(String)</a>
<div class="block"><span class="deprecationComment">Use the proxies like <a href="org/apache/ignite/IgniteServices.html#serviceProxy-java.lang.String-java.lang.Class-boolean-"><code>IgniteServices.serviceProxy(String, Class, boolean)</code></a>. References to local services
corrupt the service statistics and bring no real performance optimization.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/cache/store/CacheStore.html#sessionEnd-boolean-">org.apache.ignite.cache.store.CacheStore.sessionEnd(boolean)</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/kubernetes/TcpDiscoveryKubernetesIpFinder.html#setAccountToken-java.lang.String-">org.apache.ignite.spi.discovery.tcp.ipfinder.kubernetes.TcpDiscoveryKubernetesIpFinder.setAccountToken(String)</a>
<div class="block"><span class="deprecationComment">set parameters with <code>KubernetesConnectionConfiguration</code> instead.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setActiveOnStart-boolean-">org.apache.ignite.configuration.IgniteConfiguration.setActiveOnStart(boolean)</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setAutoActivationEnabled-boolean-">org.apache.ignite.configuration.IgniteConfiguration.setAutoActivationEnabled(boolean)</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/cache/affinity/rendezvous/RendezvousAffinityFunction.html#setBackupFilter-org.apache.ignite.lang.IgniteBiPredicate-">org.apache.ignite.cache.affinity.rendezvous.RendezvousAffinityFunction.setBackupFilter(IgniteBiPredicate<span class='angle_bracket'>&lt;</span>ClusterNode, ClusterNode<span class='angle_bracket'>&gt;</span>)</a>
<div class="block"><span class="deprecationComment">Use <code>affinityBackupFilter</code> instead.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/cache/store/jdbc/CacheJdbcPojoStoreFactory.html#setDataSource-javax.sql.DataSource-">org.apache.ignite.cache.store.jdbc.CacheJdbcPojoStoreFactory.setDataSource(DataSource)</a></td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setDefaultLockTimeout-long-">org.apache.ignite.configuration.CacheConfiguration.setDefaultLockTimeout(long)</a>
<div class="block"><span class="deprecationComment">Default lock timeout configuration property has no effect.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setDefaultQueryTimeout-long-">org.apache.ignite.configuration.IgniteConfiguration.setDefaultQueryTimeout(long)</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/configuration/SqlConfiguration.html#setDefaultQueryTimeout-long-">org.apache.ignite.configuration.SqlConfiguration.setDefaultQueryTimeout(long)</a>
<div class="block"><span class="deprecationComment">Since 2.9. Please use distributed default query timeout.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setDiscoveryStartupDelay-long-">org.apache.ignite.configuration.IgniteConfiguration.setDiscoveryStartupDelay(long)</a>
<div class="block"><span class="deprecationComment">Not used any more.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setEvictionPolicy-org.apache.ignite.cache.eviction.EvictionPolicy-">org.apache.ignite.configuration.CacheConfiguration.setEvictionPolicy(EvictionPolicy)</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#setForceServerMode-boolean-">org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi.setForceServerMode(boolean)</a>
<div class="block"><span class="deprecationComment">Will be removed at 3.0.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setGridName-java.lang.String-">org.apache.ignite.configuration.IgniteConfiguration.setGridName(String)</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setLateAffinityAssignment-boolean-">org.apache.ignite.configuration.IgniteConfiguration.setLateAffinityAssignment(boolean)</a>
<div class="block"><span class="deprecationComment">Starting from Ignite 2.1 late affinity assignment is always enabled.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#setListener-org.apache.ignite.spi.communication.CommunicationListener-">org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi.setListener(CommunicationListener<span class='angle_bracket'>&lt;</span>Message<span class='angle_bracket'>&gt;</span>)</a></td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/spi/discovery/DiscoverySpi.html#setListener-org.apache.ignite.spi.discovery.DiscoverySpiListener-">org.apache.ignite.spi.discovery.DiscoverySpi.setListener(DiscoverySpiListener)</a></td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setLongQueryWarningTimeout-long-">org.apache.ignite.configuration.IgniteConfiguration.setLongQueryWarningTimeout(long)</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setLongQueryWarningTimeout-long-">org.apache.ignite.configuration.CacheConfiguration.setLongQueryWarningTimeout(long)</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setMarshaller-org.apache.ignite.marshaller.Marshaller-">org.apache.ignite.configuration.IgniteConfiguration.setMarshaller(Marshaller)</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/kubernetes/TcpDiscoveryKubernetesIpFinder.html#setMasterUrl-java.lang.String-">org.apache.ignite.spi.discovery.tcp.ipfinder.kubernetes.TcpDiscoveryKubernetesIpFinder.setMasterUrl(String)</a>
<div class="block"><span class="deprecationComment">set parameters with <code>KubernetesConnectionConfiguration</code> instead.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setMemoryConfiguration-org.apache.ignite.configuration.MemoryConfiguration-">org.apache.ignite.configuration.IgniteConfiguration.setMemoryConfiguration(MemoryConfiguration)</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setMemoryPolicyName-java.lang.String-">org.apache.ignite.configuration.CacheConfiguration.setMemoryPolicyName(String)</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#setMetricsRateTimeInterval-long-">org.apache.ignite.configuration.DataStorageConfiguration.setMetricsRateTimeInterval(long)</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/configuration/DataRegionConfiguration.html#setMetricsRateTimeInterval-long-">org.apache.ignite.configuration.DataRegionConfiguration.setMetricsRateTimeInterval(long)</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#setMetricsSubIntervalCount-int-">org.apache.ignite.configuration.DataStorageConfiguration.setMetricsSubIntervalCount(int)</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/configuration/DataRegionConfiguration.html#setMetricsSubIntervalCount-int-">org.apache.ignite.configuration.DataRegionConfiguration.setMetricsSubIntervalCount(int)</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/kubernetes/TcpDiscoveryKubernetesIpFinder.html#setNamespace-java.lang.String-">org.apache.ignite.spi.discovery.tcp.ipfinder.kubernetes.TcpDiscoveryKubernetesIpFinder.setNamespace(String)</a>
<div class="block"><span class="deprecationComment">set parameters with <code>KubernetesConnectionConfiguration</code> instead.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/configuration/NearCacheConfiguration.html#setNearEvictionPolicy-org.apache.ignite.cache.eviction.EvictionPolicy-">org.apache.ignite.configuration.NearCacheConfiguration.setNearEvictionPolicy(EvictionPolicy<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setNodeId-java.util.UUID-">org.apache.ignite.configuration.IgniteConfiguration.setNodeId(UUID)</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setOdbcConfiguration-org.apache.ignite.configuration.OdbcConfiguration-">org.apache.ignite.configuration.IgniteConfiguration.setOdbcConfiguration(OdbcConfiguration)</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setPersistentStoreConfiguration-org.apache.ignite.configuration.PersistentStoreConfiguration-">org.apache.ignite.configuration.IgniteConfiguration.setPersistentStoreConfiguration(PersistentStoreConfiguration)</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/configuration/TransactionConfiguration.html#setPessimisticTxLogLinger-int-">org.apache.ignite.configuration.TransactionConfiguration.setPessimisticTxLogLinger(int)</a>
<div class="block"><span class="deprecationComment">Pessimistic tx log linger property has no effect.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/configuration/TransactionConfiguration.html#setPessimisticTxLogSize-int-">org.apache.ignite.configuration.TransactionConfiguration.setPessimisticTxLogSize(int)</a>
<div class="block"><span class="deprecationComment">Pessimistic tx log size property has no effect.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setPluginConfigurations-org.apache.ignite.plugin.PluginConfiguration...-">org.apache.ignite.configuration.IgniteConfiguration.setPluginConfigurations(PluginConfiguration...)</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#setRateTimeInterval-long-">org.apache.ignite.configuration.PersistentStoreConfiguration.setRateTimeInterval(long)</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/configuration/MemoryPolicyConfiguration.html#setRateTimeInterval-long-">org.apache.ignite.configuration.MemoryPolicyConfiguration.setRateTimeInterval(long)</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setRebalanceBatchesPrefetchCount-long-">org.apache.ignite.configuration.CacheConfiguration.setRebalanceBatchesPrefetchCount(long)</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setRebalanceBatchSize-int-">org.apache.ignite.configuration.CacheConfiguration.setRebalanceBatchSize(int)</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setRebalanceDelay-long-">org.apache.ignite.configuration.CacheConfiguration.setRebalanceDelay(long)</a>
<div class="block"><span class="deprecationComment">Use baseline topology feature instead. Please, be aware this API will be removed in the next releases.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setRebalanceThreadPoolSize-int-">org.apache.ignite.configuration.CacheConfiguration.setRebalanceThreadPoolSize(int)</a></td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setRebalanceThrottle-long-">org.apache.ignite.configuration.CacheConfiguration.setRebalanceThrottle(long)</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setRebalanceTimeout-long-">org.apache.ignite.configuration.CacheConfiguration.setRebalanceTimeout(long)</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/cache/query/ContinuousQuery.html#setRemoteFilter-org.apache.ignite.cache.CacheEntryEventSerializableFilter-">org.apache.ignite.cache.query.ContinuousQuery.setRemoteFilter(CacheEntryEventSerializableFilter<span class='angle_bracket'>&lt;</span>K, V<span class='angle_bracket'>&gt;</span>)</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/cache/query/SqlQuery.html#setReplicatedOnly-boolean-">org.apache.ignite.cache.query.SqlQuery.setReplicatedOnly(boolean)</a>
<div class="block"><span class="deprecationComment">No longer used as of Apache Ignite 2.8.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/cache/query/SqlFieldsQuery.html#setReplicatedOnly-boolean-">org.apache.ignite.cache.query.SqlFieldsQuery.setReplicatedOnly(boolean)</a>
<div class="block"><span class="deprecationComment">No longer used as of Apache Ignite 2.8.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/spi/discovery/tcp/ipfinder/kubernetes/TcpDiscoveryKubernetesIpFinder.html#setServiceName-java.lang.String-">org.apache.ignite.spi.discovery.tcp.ipfinder.kubernetes.TcpDiscoveryKubernetesIpFinder.setServiceName(String)</a>
<div class="block"><span class="deprecationComment">set parameters with <code>KubernetesConnectionConfiguration</code> instead.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setSqlConnectorConfiguration-org.apache.ignite.configuration.SqlConnectorConfiguration-">org.apache.ignite.configuration.IgniteConfiguration.setSqlConnectorConfiguration(SqlConnectorConfiguration)</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setSqlQueryHistorySize-int-">org.apache.ignite.configuration.IgniteConfiguration.setSqlQueryHistorySize(int)</a>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/configuration/SqlConfiguration.html#getSqlQueryHistorySize--"><code>SqlConfiguration.getSqlQueryHistorySize()</code></a> instead.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/configuration/IgniteConfiguration.html#setSqlSchemas-java.lang.String...-">org.apache.ignite.configuration.IgniteConfiguration.setSqlSchemas(String...)</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/configuration/ConnectorConfiguration.html#setSslContextFactory-org.apache.ignite.internal.client.ssl.GridSslContextFactory-">org.apache.ignite.configuration.ConnectorConfiguration.setSslContextFactory(GridSslContextFactory)</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#setSubIntervals-int-">org.apache.ignite.configuration.PersistentStoreConfiguration.setSubIntervals(int)</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/configuration/MemoryPolicyConfiguration.html#setSubIntervals-int-">org.apache.ignite.configuration.MemoryPolicyConfiguration.setSubIntervals(int)</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#setSystemRegionInitialSize-long-">org.apache.ignite.configuration.DataStorageConfiguration.setSystemRegionInitialSize(long)</a>
<div class="block"><span class="deprecationComment">use <a href="org/apache/ignite/configuration/SystemDataRegionConfiguration.html#setInitialSize-long-"><code>SystemDataRegionConfiguration.setInitialSize(long)</code></a>.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#setSystemRegionMaxSize-long-">org.apache.ignite.configuration.DataStorageConfiguration.setSystemRegionMaxSize(long)</a>
<div class="block"><span class="deprecationComment">use <a href="org/apache/ignite/configuration/SystemDataRegionConfiguration.html#setMaxSize-long-"><code>SystemDataRegionConfiguration.setMaxSize(long)</code></a>.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#setTlbSize-int-">org.apache.ignite.configuration.PersistentStoreConfiguration.setTlbSize(int)</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/configuration/CacheConfiguration.html#setTransactionManagerLookupClassName-java.lang.String-">org.apache.ignite.configuration.CacheConfiguration.setTransactionManagerLookupClassName(String)</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/stream/StreamAdapter.html#setTupleExtractor-org.apache.ignite.stream.StreamTupleExtractor-">org.apache.ignite.stream.StreamAdapter.setTupleExtractor(StreamTupleExtractor<span class='angle_bracket'>&lt;</span>T, K, V<span class='angle_bracket'>&gt;</span>)</a></td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/configuration/TransactionConfiguration.html#setTxManagerLookupClassName-java.lang.String-">org.apache.ignite.configuration.TransactionConfiguration.setTxManagerLookupClassName(String)</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/configuration/TransactionConfiguration.html#setTxSerializableEnabled-boolean-">org.apache.ignite.configuration.TransactionConfiguration.setTxSerializableEnabled(boolean)</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/configuration/PersistentStoreConfiguration.html#setWalBufferSize-int-">org.apache.ignite.configuration.PersistentStoreConfiguration.setWalBufferSize(int)</a></td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/configuration/DataStorageConfiguration.html#setWalHistorySize-int-">org.apache.ignite.configuration.DataStorageConfiguration.setWalHistorySize(int)</a>
<div class="block"><span class="deprecationComment">Instead of walHistorySize use maxWalArchiveSize for manage of archive size.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#simulateNodeFailure--">org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi.simulateNodeFailure()</a>
<div class="block"><span class="deprecationComment">you should you DI and get instances of [nioSrvWrapper, commWorker, clientPool] via it.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/spi/discovery/DiscoverySpiCustomMessage.html#stopProcess--">org.apache.ignite.spi.discovery.DiscoverySpiCustomMessage.stopProcess()</a>
<div class="block"><span class="deprecationComment">Is not used anymore and will be removed at 3.0.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/mxbean/DataRegionMetricsMXBean.html#subIntervals-int-">org.apache.ignite.mxbean.DataRegionMetricsMXBean.subIntervals(int)</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/mxbean/DataStorageMetricsMXBean.html#subIntervals-int-">org.apache.ignite.mxbean.DataStorageMetricsMXBean.subIntervals(int)</a>
<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>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/plugin/PluginProvider.html#validateNewNode-org.apache.ignite.cluster.ClusterNode-">org.apache.ignite.plugin.PluginProvider.validateNewNode(ClusterNode)</a>
<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>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/IgniteCluster.html#withAsync--">org.apache.ignite.IgniteCluster.withAsync()</a></td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/IgniteCompute.html#withAsync--">org.apache.ignite.IgniteCompute.withAsync()</a></td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/IgniteCache.html#withAsync--">org.apache.ignite.IgniteCache.withAsync()</a></td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/IgniteServices.html#withAsync--">org.apache.ignite.IgniteServices.withAsync()</a></td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/IgniteEvents.html#withAsync--">org.apache.ignite.IgniteEvents.withAsync()</a></td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/IgniteMessaging.html#withAsync--">org.apache.ignite.IgniteMessaging.withAsync()</a></td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/lang/IgniteAsyncSupport.html#withAsync--">org.apache.ignite.lang.IgniteAsyncSupport.withAsync()</a>
<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>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<a name="enum.constant">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<table class="deprecatedSummary" border="0" cellpadding="3" cellspacing="0" summary="Deprecated Enum Constants table, listing deprecated enum constants, and an explanation">
<caption><span>Deprecated Enum Constants</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Enum Constant and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/configuration/WALMode.html#DEFAULT">org.apache.ignite.configuration.WALMode.DEFAULT</a>
<div class="block"><span class="deprecationComment">This mode is no longer default and left here only for API compatibility. It is equivalent to the
<code>FSYNC</code> mode.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/cache/CacheMode.html#LOCAL">org.apache.ignite.cache.CacheMode.LOCAL</a>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/cache/CacheMode.html#REPLICATED"><code>CacheMode.REPLICATED</code></a> or <a href="org/apache/ignite/cache/CacheMode.html#PARTITIONED"><code>CacheMode.PARTITIONED</code></a> modes instead.
Please, be aware this API will be removed in the next releases.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/cache/PartitionLossPolicy.html#READ_ONLY_ALL">org.apache.ignite.cache.PartitionLossPolicy.READ_ONLY_ALL</a>
<div class="block"><span class="deprecationComment"><a href="org/apache/ignite/cache/PartitionLossPolicy.html#READ_ONLY_SAFE"><code>PartitionLossPolicy.READ_ONLY_SAFE</code></a> is used instead.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/cache/PartitionLossPolicy.html#READ_WRITE_ALL">org.apache.ignite.cache.PartitionLossPolicy.READ_WRITE_ALL</a>
<div class="block"><span class="deprecationComment"><a href="org/apache/ignite/cache/PartitionLossPolicy.html#READ_WRITE_SAFE"><code>PartitionLossPolicy.READ_WRITE_SAFE</code></a> is used instead.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/cache/CacheAtomicityMode.html#TRANSACTIONAL_SNAPSHOT">org.apache.ignite.cache.CacheAtomicityMode.TRANSACTIONAL_SNAPSHOT</a>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/cache/CacheAtomicityMode.html#TRANSACTIONAL"><code>CacheAtomicityMode.TRANSACTIONAL</code></a> or <a href="org/apache/ignite/cache/CacheAtomicityMode.html#ATOMIC"><code>CacheAtomicityMode.ATOMIC</code></a> instead. Please, be aware this API will be removed in the next releases.</span></div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<a name="annotation.type.member">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<table class="deprecatedSummary" border="0" cellpadding="3" cellspacing="0" summary="Deprecated Annotation Type Elements table, listing deprecated annotation type elements, and an explanation">
<caption><span>Deprecated Annotation Type Elements</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Annotation Type Element and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/compute/gridify/GridifySetToValue.html#gridName--">org.apache.ignite.compute.gridify.GridifySetToValue.gridName</a>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/compute/gridify/GridifySetToValue.html#igniteInstanceName--"><code>GridifySetToValue.igniteInstanceName()</code></a>. Nonempty <a href="org/apache/ignite/compute/gridify/GridifySetToValue.html#igniteInstanceName--"><code>GridifySetToValue.igniteInstanceName()</code></a> takes precedence.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/ignite/compute/gridify/GridifySetToSet.html#gridName--">org.apache.ignite.compute.gridify.GridifySetToSet.gridName</a>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/compute/gridify/GridifySetToSet.html#igniteInstanceName--"><code>GridifySetToSet.igniteInstanceName()</code></a>. Nonempty <a href="org/apache/ignite/compute/gridify/GridifySetToSet.html#igniteInstanceName--"><code>GridifySetToSet.igniteInstanceName()</code></a> takes precedence.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/ignite/compute/gridify/Gridify.html#gridName--">org.apache.ignite.compute.gridify.Gridify.gridName</a>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/ignite/compute/gridify/Gridify.html#igniteInstanceName--"><code>Gridify.igniteInstanceName()</code></a>. Nonempty <a href="org/apache/ignite/compute/gridify/Gridify.html#igniteInstanceName--"><code>Gridify.igniteInstanceName()</code></a> takes precedence.</span></div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</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 class="navBarCell1Rev">Deprecated</li>
<li><a href="index-all.html">Index</a></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?deprecated-list.html" target="_top">Frames</a></li>
<li><a href="deprecated-list.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>2022 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.13.0</strong> </td> </tr> <tr style="padding: 0; margin: 0"> <td> <b>Release Date</b> </td> <td>:&nbsp;&nbsp; April 20 2022 </td> </tr> </tbody> </table> </td> </tr> </table></small></p>
</body>
</html>