blob: 66884075af41c06a8dc74f9a7c8a0fd1a49ac6ce [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_261) on Mon Dec 20 14:15:58 MSK 2021 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.apache.ignite.client.ClientException (Ignite 2.11.1)</title>
<meta name="date" content="2021-12-20">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.ignite.client.ClientException (Ignite 2.11.1)";
}
}
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><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/apache/ignite/client/ClientException.html" title="class in org.apache.ignite.client">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></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?org/apache/ignite/client/class-use/ClientException.html" target="_top">Frames</a></li>
<li><a href="ClientException.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">
<h2 title="Uses of Class org.apache.ignite.client.ClientException" class="title">Uses of Class<br>org.apache.ignite.client.ClientException</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../org/apache/ignite/client/ClientException.html" title="class in org.apache.ignite.client">ClientException</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.ignite">org.apache.ignite</a></td>
<td class="colLast">
<div class="block">Contains entry-point <b>Ignite & HPC APIs.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.ignite.client">org.apache.ignite.client</a></td>
<td class="colLast">
<div class="block">Contains Ignite Thin Client API classes.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.apache.ignite">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/ignite/client/ClientException.html" title="class in org.apache.ignite.client">ClientException</a> in <a href="../../../../../org/apache/ignite/package-summary.html">org.apache.ignite</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/ignite/package-summary.html">org.apache.ignite</a> that throw <a href="../../../../../org/apache/ignite/client/ClientException.html" title="class in org.apache.ignite.client">ClientException</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">IgniteClientSpringBean.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/IgniteClientSpringBean.html#cacheNames--">cacheNames</a></span>()</code>
<div class="block">Gets the names of all available caches.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/ignite/client/IgniteClientFuture.html" title="interface in org.apache.ignite.client">IgniteClientFuture</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">IgniteClientSpringBean.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/IgniteClientSpringBean.html#cacheNamesAsync--">cacheNamesAsync</a></span>()</code>
<div class="block">Gets the names of all available caches.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;K,V&gt;&nbsp;<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a>&lt;K,V&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">IgniteClientSpringBean.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/IgniteClientSpringBean.html#createCache-org.apache.ignite.client.ClientCacheConfiguration-">createCache</a></span>(<a href="../../../../../org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a>&nbsp;cfg)</code>
<div class="block">Creates a cache with the specified configuration.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;K,V&gt;&nbsp;<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a>&lt;K,V&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">IgniteClientSpringBean.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/IgniteClientSpringBean.html#createCache-java.lang.String-">createCache</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
<div class="block">Creates a cache with a default configuration.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;K,V&gt;&nbsp;<a href="../../../../../org/apache/ignite/client/IgniteClientFuture.html" title="interface in org.apache.ignite.client">IgniteClientFuture</a>&lt;<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a>&lt;K,V&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">IgniteClientSpringBean.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/IgniteClientSpringBean.html#createCacheAsync-org.apache.ignite.client.ClientCacheConfiguration-">createCacheAsync</a></span>(<a href="../../../../../org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a>&nbsp;cfg)</code>
<div class="block">Creates a cache with the specified configuration.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;K,V&gt;&nbsp;<a href="../../../../../org/apache/ignite/client/IgniteClientFuture.html" title="interface in org.apache.ignite.client">IgniteClientFuture</a>&lt;<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a>&lt;K,V&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">IgniteClientSpringBean.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/IgniteClientSpringBean.html#createCacheAsync-java.lang.String-">createCacheAsync</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
<div class="block">Creates a cache with a default configuration.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">IgniteClientSpringBean.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/IgniteClientSpringBean.html#destroyCache-java.lang.String-">destroyCache</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
<div class="block">Destroys the cache with the given name.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/ignite/client/IgniteClientFuture.html" title="interface in org.apache.ignite.client">IgniteClientFuture</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true" title="class or interface in java.lang">Void</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">IgniteClientSpringBean.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/IgniteClientSpringBean.html#destroyCacheAsync-java.lang.String-">destroyCacheAsync</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
<div class="block">Destroys the cache with the given name.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;K,V&gt;&nbsp;<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a>&lt;K,V&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">IgniteClientSpringBean.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/IgniteClientSpringBean.html#getOrCreateCache-org.apache.ignite.client.ClientCacheConfiguration-">getOrCreateCache</a></span>(<a href="../../../../../org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a>&nbsp;cfg)</code>
<div class="block">Gets the existing cache or creates a new cache if it does not exist.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;K,V&gt;&nbsp;<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a>&lt;K,V&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">IgniteClientSpringBean.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/IgniteClientSpringBean.html#getOrCreateCache-java.lang.String-">getOrCreateCache</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
<div class="block">Gets the existing cache or creates a new cache with default configuration if it does not exist.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;K,V&gt;&nbsp;<a href="../../../../../org/apache/ignite/client/IgniteClientFuture.html" title="interface in org.apache.ignite.client">IgniteClientFuture</a>&lt;<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a>&lt;K,V&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">IgniteClientSpringBean.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/IgniteClientSpringBean.html#getOrCreateCacheAsync-org.apache.ignite.client.ClientCacheConfiguration-">getOrCreateCacheAsync</a></span>(<a href="../../../../../org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a>&nbsp;cfg)</code>
<div class="block">Gets the existing cache or creates a new cache if it does not exist.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;K,V&gt;&nbsp;<a href="../../../../../org/apache/ignite/client/IgniteClientFuture.html" title="interface in org.apache.ignite.client">IgniteClientFuture</a>&lt;<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a>&lt;K,V&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">IgniteClientSpringBean.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/IgniteClientSpringBean.html#getOrCreateCacheAsync-java.lang.String-">getOrCreateCacheAsync</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
<div class="block">Gets the existing cache or creates a new cache with default configuration if it does not exist.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/ignite/client/IgniteClient.html" title="interface in org.apache.ignite.client">IgniteClient</a></code></td>
<td class="colLast"><span class="typeNameLabel">Ignition.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/Ignition.html#startClient-org.apache.ignite.configuration.ClientConfiguration-">startClient</a></span>(<a href="../../../../../org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration">ClientConfiguration</a>&nbsp;cfg)</code>
<div class="block">Initializes new instance of <a href="../../../../../org/apache/ignite/client/IgniteClient.html" title="interface in org.apache.ignite.client"><code>IgniteClient</code></a>.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.ignite.client">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/ignite/client/ClientException.html" title="class in org.apache.ignite.client">ClientException</a> in <a href="../../../../../org/apache/ignite/client/package-summary.html">org.apache.ignite.client</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../org/apache/ignite/client/ClientException.html" title="class in org.apache.ignite.client">ClientException</a> in <a href="../../../../../org/apache/ignite/client/package-summary.html">org.apache.ignite.client</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/ClientAuthenticationException.html" title="class in org.apache.ignite.client">ClientAuthenticationException</a></span></code>
<div class="block">Indicates user name or password is invalid.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/ClientAuthorizationException.html" title="class in org.apache.ignite.client">ClientAuthorizationException</a></span></code>
<div class="block">Indicates user has no permission to perform operation.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/ClientConnectionException.html" title="class in org.apache.ignite.client">ClientConnectionException</a></span></code>
<div class="block">Indicates all the Ignite servers specified in the client configuration are no longer available.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/ClientFeatureNotSupportedByServerException.html" title="class in org.apache.ignite.client">ClientFeatureNotSupportedByServerException</a></span></code>
<div class="block">Feature not supported by server exception.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/ClientReconnectedException.html" title="class in org.apache.ignite.client">ClientReconnectedException</a></span></code>
<div class="block">Indicates that previous connection was lost and a new connection established,
which can lead to inconsistency of non-atomic operations.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/ignite/client/package-summary.html">org.apache.ignite.client</a> that throw <a href="../../../../../org/apache/ignite/client/ClientException.html" title="class in org.apache.ignite.client">ClientException</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">IgniteClient.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/IgniteClient.html#cacheNames--">cacheNames</a></span>()</code>
<div class="block">Gets the names of all available caches.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/ignite/client/IgniteClientFuture.html" title="interface in org.apache.ignite.client">IgniteClientFuture</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">IgniteClient.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/IgniteClient.html#cacheNamesAsync--">cacheNamesAsync</a></span>()</code>
<div class="block">Gets the names of all available caches.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">ClientCache.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/ClientCache.html#clear--">clear</a></span>()</code>
<div class="block">Clears the contents of the cache.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">ClientCache.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/ClientCache.html#clear-K-">clear</a></span>(<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">K</a>&nbsp;key)</code>
<div class="block">Clears entry with specified key from the cache.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">ClientCache.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/ClientCache.html#clearAll-java.util.Set-">clearAll</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;? extends <a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">K</a>&gt;&nbsp;keys)</code>
<div class="block">Clears entries with specified keys from the cache.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/ignite/client/IgniteClientFuture.html" title="interface in org.apache.ignite.client">IgniteClientFuture</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true" title="class or interface in java.lang">Void</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ClientCache.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/ClientCache.html#clearAllAsync-java.util.Set-">clearAllAsync</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;? extends <a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">K</a>&gt;&nbsp;keys)</code>
<div class="block">Clears entries with specified keys from the cache asynchronously.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/ignite/client/IgniteClientFuture.html" title="interface in org.apache.ignite.client">IgniteClientFuture</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true" title="class or interface in java.lang">Void</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ClientCache.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/ClientCache.html#clearAsync--">clearAsync</a></span>()</code>
<div class="block">Clears the contents of the cache asynchronously.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/ignite/client/IgniteClientFuture.html" title="interface in org.apache.ignite.client">IgniteClientFuture</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true" title="class or interface in java.lang">Void</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ClientCache.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/ClientCache.html#clearAsync-K-">clearAsync</a></span>(<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">K</a>&nbsp;key)</code>
<div class="block">Clears entry with specified key from the cache asynchronously.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">ClientTransaction.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/ClientTransaction.html#commit--">commit</a></span>()</code>
<div class="block">Commits this transaction.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="typeNameLabel">ClientCache.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/ClientCache.html#containsKey-K-">containsKey</a></span>(<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">K</a>&nbsp;key)</code>
<div class="block">Determines if the <a href="../../../../../org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client"><code>ClientCache</code></a> contains an entry for the specified key.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/ignite/client/IgniteClientFuture.html" title="interface in org.apache.ignite.client">IgniteClientFuture</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ClientCache.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/ClientCache.html#containsKeyAsync-K-">containsKeyAsync</a></span>(<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">K</a>&nbsp;key)</code>
<div class="block">Determines if the <a href="../../../../../org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client"><code>ClientCache</code></a> contains an entry for the specified key asynchronously.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="typeNameLabel">ClientCache.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/ClientCache.html#containsKeys-java.util.Set-">containsKeys</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;? extends <a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">K</a>&gt;&nbsp;keys)</code>
<div class="block">Determines if the <a href="../../../../../org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client"><code>ClientCache</code></a> contains entries for the specified keys.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/ignite/client/IgniteClientFuture.html" title="interface in org.apache.ignite.client">IgniteClientFuture</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ClientCache.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/ClientCache.html#containsKeysAsync-java.util.Set-">containsKeysAsync</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;? extends <a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">K</a>&gt;&nbsp;keys)</code>
<div class="block">Determines if the <a href="../../../../../org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client"><code>ClientCache</code></a> contains entries for the specified keys asynchronously.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;K,V&gt;&nbsp;<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a>&lt;K,V&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">IgniteClient.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/IgniteClient.html#createCache-org.apache.ignite.client.ClientCacheConfiguration-">createCache</a></span>(<a href="../../../../../org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a>&nbsp;cfg)</code>
<div class="block">Creates a cache with the specified configuration.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;K,V&gt;&nbsp;<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a>&lt;K,V&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">IgniteClient.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/IgniteClient.html#createCache-java.lang.String-">createCache</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
<div class="block">Creates a cache with a default configuration.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;K,V&gt;&nbsp;<a href="../../../../../org/apache/ignite/client/IgniteClientFuture.html" title="interface in org.apache.ignite.client">IgniteClientFuture</a>&lt;<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a>&lt;K,V&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">IgniteClient.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/IgniteClient.html#createCacheAsync-org.apache.ignite.client.ClientCacheConfiguration-">createCacheAsync</a></span>(<a href="../../../../../org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a>&nbsp;cfg)</code>
<div class="block">Creates a cache with the specified configuration.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;K,V&gt;&nbsp;<a href="../../../../../org/apache/ignite/client/IgniteClientFuture.html" title="interface in org.apache.ignite.client">IgniteClientFuture</a>&lt;<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a>&lt;K,V&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">IgniteClient.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/IgniteClient.html#createCacheAsync-java.lang.String-">createCacheAsync</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
<div class="block">Creates a cache with a default configuration.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">IgniteClient.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/IgniteClient.html#destroyCache-java.lang.String-">destroyCache</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
<div class="block">Destroys the cache with the given name.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/ignite/client/IgniteClientFuture.html" title="interface in org.apache.ignite.client">IgniteClientFuture</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true" title="class or interface in java.lang">Void</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">IgniteClient.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/IgniteClient.html#destroyCacheAsync-java.lang.String-">destroyCacheAsync</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
<div class="block">Destroys the cache with the given name.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="typeNameLabel">ClientCluster.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/ClientCluster.html#disableWal-java.lang.String-">disableWal</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;cacheName)</code>
<div class="block">Disables write-ahead logging for specified cache.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="typeNameLabel">ClientCluster.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/ClientCluster.html#enableWal-java.lang.String-">enableWal</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;cacheName)</code>
<div class="block">Enables write-ahead logging for specified cache.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;T,R&gt;&nbsp;R</code></td>
<td class="colLast"><span class="typeNameLabel">ClientCompute.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/ClientCompute.html#execute-java.lang.String-T-">execute</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;taskName,
T&nbsp;arg)</code>
<div class="block">Executes given task within the cluster group.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;T,R&gt;&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/Future.html?is-external=true" title="class or interface in java.util.concurrent">Future</a>&lt;R&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ClientCompute.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/ClientCompute.html#executeAsync-java.lang.String-T-">executeAsync</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;taskName,
T&nbsp;arg)</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
<div class="block"><span class="deprecationComment">Use <a href="../../../../../org/apache/ignite/client/ClientCompute.html#executeAsync2-java.lang.String-T-"><code>ClientCompute.executeAsync2(String, Object)</code></a> instead.
This method calls <a href="../../../../../org/apache/ignite/client/ClientCompute.html#executeAsync2-java.lang.String-T-"><code>ClientCompute.executeAsync2(String, Object)</code></a> internally, but returns a more limited
Future interface.</span></div>
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;T,R&gt;&nbsp;<a href="../../../../../org/apache/ignite/client/IgniteClientFuture.html" title="interface in org.apache.ignite.client">IgniteClientFuture</a>&lt;R&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ClientCompute.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/ClientCompute.html#executeAsync2-java.lang.String-T-">executeAsync2</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;taskName,
T&nbsp;arg)</code>
<div class="block">Executes given task asynchronously within the cluster group.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">V</a></code></td>
<td class="colLast"><span class="typeNameLabel">ClientCache.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/ClientCache.html#get-K-">get</a></span>(<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">K</a>&nbsp;key)</code>
<div class="block">Gets an entry from the cache.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">K</a>,<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">V</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ClientCache.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/ClientCache.html#getAll-java.util.Set-">getAll</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;? extends <a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">K</a>&gt;&nbsp;keys)</code>
<div class="block">Gets a collection of entries from the <a href="../../../../../org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client"><code>ClientCache</code></a>, returning them as
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util"><code>Map</code></a> of the values associated with the set of keys requested.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/ignite/client/IgniteClientFuture.html" title="interface in org.apache.ignite.client">IgniteClientFuture</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">K</a>,<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">V</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ClientCache.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/ClientCache.html#getAllAsync-java.util.Set-">getAllAsync</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;? extends <a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">K</a>&gt;&nbsp;keys)</code>
<div class="block">Gets a collection of entries from the <a href="../../../../../org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client"><code>ClientCache</code></a>, returning them as
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util"><code>Map</code></a> of the values associated with the set of keys requested.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">V</a></code></td>
<td class="colLast"><span class="typeNameLabel">ClientCache.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/ClientCache.html#getAndPut-K-V-">getAndPut</a></span>(<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">K</a>&nbsp;key,
<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">V</a>&nbsp;val)</code>
<div class="block">Associates the specified value with the specified key in this cache, returning an existing value if one existed.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/ignite/client/IgniteClientFuture.html" title="interface in org.apache.ignite.client">IgniteClientFuture</a>&lt;<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">V</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ClientCache.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/ClientCache.html#getAndPutAsync-K-V-">getAndPutAsync</a></span>(<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">K</a>&nbsp;key,
<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">V</a>&nbsp;val)</code>
<div class="block">Associates the specified value with the specified key in this cache, returning an existing value if one existed.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">V</a></code></td>
<td class="colLast"><span class="typeNameLabel">ClientCache.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/ClientCache.html#getAndPutIfAbsent-K-V-">getAndPutIfAbsent</a></span>(<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">K</a>&nbsp;key,
<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">V</a>&nbsp;val)</code>
<div class="block">Atomically associates the specified key with the given value if it is not already associated with a value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/ignite/client/IgniteClientFuture.html" title="interface in org.apache.ignite.client">IgniteClientFuture</a>&lt;<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">V</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ClientCache.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/ClientCache.html#getAndPutIfAbsentAsync-K-V-">getAndPutIfAbsentAsync</a></span>(<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">K</a>&nbsp;key,
<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">V</a>&nbsp;val)</code>
<div class="block">Atomically associates the specified key with the given value if it is not already associated with a value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">V</a></code></td>
<td class="colLast"><span class="typeNameLabel">ClientCache.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/ClientCache.html#getAndRemove-K-">getAndRemove</a></span>(<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">K</a>&nbsp;key)</code>
<div class="block">Atomically removes the entry for a key only if currently mapped to some value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/ignite/client/IgniteClientFuture.html" title="interface in org.apache.ignite.client">IgniteClientFuture</a>&lt;<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">V</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ClientCache.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/ClientCache.html#getAndRemoveAsync-K-">getAndRemoveAsync</a></span>(<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">K</a>&nbsp;key)</code>
<div class="block">Atomically removes the entry for a key only if currently mapped to some value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">V</a></code></td>
<td class="colLast"><span class="typeNameLabel">ClientCache.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/ClientCache.html#getAndReplace-K-V-">getAndReplace</a></span>(<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">K</a>&nbsp;key,
<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">V</a>&nbsp;val)</code>
<div class="block">Atomically replaces the value for a given key if and only if there is a value currently mapped by the key.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/ignite/client/IgniteClientFuture.html" title="interface in org.apache.ignite.client">IgniteClientFuture</a>&lt;<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">V</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ClientCache.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/ClientCache.html#getAndReplaceAsync-K-V-">getAndReplaceAsync</a></span>(<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">K</a>&nbsp;key,
<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">V</a>&nbsp;val)</code>
<div class="block">Atomically replaces the value for a given key if and only if there is a value currently mapped by the key.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a></code></td>
<td class="colLast"><span class="typeNameLabel">ClientCache.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/ClientCache.html#getConfiguration--">getConfiguration</a></span>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/ignite/client/IgniteClientFuture.html" title="interface in org.apache.ignite.client">IgniteClientFuture</a>&lt;<a href="../../../../../org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ClientCache.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/ClientCache.html#getConfigurationAsync--">getConfigurationAsync</a></span>()</code>
<div class="block">Gets the cache configuration asynchronously.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;K,V&gt;&nbsp;<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a>&lt;K,V&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">IgniteClient.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/IgniteClient.html#getOrCreateCache-org.apache.ignite.client.ClientCacheConfiguration-">getOrCreateCache</a></span>(<a href="../../../../../org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a>&nbsp;cfg)</code>
<div class="block">Gets the existing cache or creates a new cache if it does not exist.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;K,V&gt;&nbsp;<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a>&lt;K,V&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">IgniteClient.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/IgniteClient.html#getOrCreateCache-java.lang.String-">getOrCreateCache</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
<div class="block">Gets the existing cache or creates a new cache with default configuration if it does not exist.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;K,V&gt;&nbsp;<a href="../../../../../org/apache/ignite/client/IgniteClientFuture.html" title="interface in org.apache.ignite.client">IgniteClientFuture</a>&lt;<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a>&lt;K,V&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">IgniteClient.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/IgniteClient.html#getOrCreateCacheAsync-org.apache.ignite.client.ClientCacheConfiguration-">getOrCreateCacheAsync</a></span>(<a href="../../../../../org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a>&nbsp;cfg)</code>
<div class="block">Gets the existing cache or creates a new cache if it does not exist.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;K,V&gt;&nbsp;<a href="../../../../../org/apache/ignite/client/IgniteClientFuture.html" title="interface in org.apache.ignite.client">IgniteClientFuture</a>&lt;<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a>&lt;K,V&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">IgniteClient.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/IgniteClient.html#getOrCreateCacheAsync-java.lang.String-">getOrCreateCacheAsync</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
<div class="block">Gets the existing cache or creates a new cache with default configuration if it does not exist.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">ClientCache.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/ClientCache.html#put-K-V-">put</a></span>(<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">K</a>&nbsp;key,
<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">V</a>&nbsp;val)</code>
<div class="block">Associates the specified value with the specified key in the cache.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">ClientCache.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/ClientCache.html#putAll-java.util.Map-">putAll</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;? extends <a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">K</a>,? extends <a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">V</a>&gt;&nbsp;map)</code>
<div class="block">Copies all of the entries from the specified map to the <a href="../../../../../org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client"><code>ClientCache</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/ignite/client/IgniteClientFuture.html" title="interface in org.apache.ignite.client">IgniteClientFuture</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true" title="class or interface in java.lang">Void</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ClientCache.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/ClientCache.html#putAllAsync-java.util.Map-">putAllAsync</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;? extends <a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">K</a>,? extends <a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">V</a>&gt;&nbsp;map)</code>
<div class="block">Copies all of the entries from the specified map to the <a href="../../../../../org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client"><code>ClientCache</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/ignite/client/IgniteClientFuture.html" title="interface in org.apache.ignite.client">IgniteClientFuture</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true" title="class or interface in java.lang">Void</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ClientCache.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/ClientCache.html#putAsync-K-V-">putAsync</a></span>(<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">K</a>&nbsp;key,
<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">V</a>&nbsp;val)</code>
<div class="block">Associates the specified value with the specified key in the cache asynchronously.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="typeNameLabel">ClientCache.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/ClientCache.html#putIfAbsent-K-V-">putIfAbsent</a></span>(<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">K</a>&nbsp;key,
<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">V</a>&nbsp;val)</code>
<div class="block">Atomically associates the specified key with the given value if it is not already associated with a value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/ignite/client/IgniteClientFuture.html" title="interface in org.apache.ignite.client">IgniteClientFuture</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ClientCache.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/ClientCache.html#putIfAbsentAsync-K-V-">putIfAbsentAsync</a></span>(<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">K</a>&nbsp;key,
<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">V</a>&nbsp;val)</code>
<div class="block">Atomically associates the specified key with the given value if it is not already associated with a value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="typeNameLabel">ClientCache.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/ClientCache.html#remove-K-">remove</a></span>(<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">K</a>&nbsp;key)</code>
<div class="block">Removes the mapping for a key from this cache if it is present.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="typeNameLabel">ClientCache.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/ClientCache.html#remove-K-V-">remove</a></span>(<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">K</a>&nbsp;key,
<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">V</a>&nbsp;oldVal)</code>
<div class="block">Atomically removes the mapping for a key only if currently mapped to the given value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">ClientCache.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/ClientCache.html#removeAll--">removeAll</a></span>()</code>
<div class="block">Removes all of the mappings from this cache.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">ClientCache.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/ClientCache.html#removeAll-java.util.Set-">removeAll</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;? extends <a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">K</a>&gt;&nbsp;keys)</code>
<div class="block">Removes entries for the specified keys.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/ignite/client/IgniteClientFuture.html" title="interface in org.apache.ignite.client">IgniteClientFuture</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true" title="class or interface in java.lang">Void</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ClientCache.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/ClientCache.html#removeAllAsync--">removeAllAsync</a></span>()</code>
<div class="block">Removes all of the mappings from this cache.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/ignite/client/IgniteClientFuture.html" title="interface in org.apache.ignite.client">IgniteClientFuture</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true" title="class or interface in java.lang">Void</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ClientCache.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/ClientCache.html#removeAllAsync-java.util.Set-">removeAllAsync</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;? extends <a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">K</a>&gt;&nbsp;keys)</code>
<div class="block">Removes entries for the specified keys.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/ignite/client/IgniteClientFuture.html" title="interface in org.apache.ignite.client">IgniteClientFuture</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ClientCache.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/ClientCache.html#removeAsync-K-">removeAsync</a></span>(<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">K</a>&nbsp;key)</code>
<div class="block">Removes the mapping for a key from this cache if it is present.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/ignite/client/IgniteClientFuture.html" title="interface in org.apache.ignite.client">IgniteClientFuture</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ClientCache.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/ClientCache.html#removeAsync-K-V-">removeAsync</a></span>(<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">K</a>&nbsp;key,
<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">V</a>&nbsp;oldVal)</code>
<div class="block">Atomically removes the mapping for a key only if currently mapped to the given value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="typeNameLabel">ClientCache.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/ClientCache.html#replace-K-V-">replace</a></span>(<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">K</a>&nbsp;key,
<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">V</a>&nbsp;val)</code>
<div class="block">Atomically replaces the entry for a key only if currently mapped to some
value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="typeNameLabel">ClientCache.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/ClientCache.html#replace-K-V-V-">replace</a></span>(<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">K</a>&nbsp;key,
<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">V</a>&nbsp;oldVal,
<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">V</a>&nbsp;newVal)</code>
<div class="block">Atomically replaces the entry for a key only if currently mapped to a given value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/ignite/client/IgniteClientFuture.html" title="interface in org.apache.ignite.client">IgniteClientFuture</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ClientCache.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/ClientCache.html#replaceAsync-K-V-">replaceAsync</a></span>(<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">K</a>&nbsp;key,
<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">V</a>&nbsp;val)</code>
<div class="block">Atomically replaces the entry for a key only if currently mapped to some
value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/ignite/client/IgniteClientFuture.html" title="interface in org.apache.ignite.client">IgniteClientFuture</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ClientCache.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/ClientCache.html#replaceAsync-K-V-V-">replaceAsync</a></span>(<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">K</a>&nbsp;key,
<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">V</a>&nbsp;oldVal,
<a href="../../../../../org/apache/ignite/client/ClientCache.html" title="type parameter in ClientCache">V</a>&nbsp;newVal)</code>
<div class="block">Atomically replaces the entry for a key only if currently mapped to a given value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">ClientTransaction.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/ClientTransaction.html#rollback--">rollback</a></span>()</code>
<div class="block">Rolls back this transaction.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><span class="typeNameLabel">ClientCache.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/ClientCache.html#size-org.apache.ignite.cache.CachePeekMode...-">size</a></span>(<a href="../../../../../org/apache/ignite/cache/CachePeekMode.html" title="enum in org.apache.ignite.cache">CachePeekMode</a>...&nbsp;peekModes)</code>
<div class="block">Gets the number of all entries cached across all nodes.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/ignite/client/IgniteClientFuture.html" title="interface in org.apache.ignite.client">IgniteClientFuture</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ClientCache.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/ClientCache.html#sizeAsync-org.apache.ignite.cache.CachePeekMode...-">sizeAsync</a></span>(<a href="../../../../../org/apache/ignite/cache/CachePeekMode.html" title="enum in org.apache.ignite.cache">CachePeekMode</a>...&nbsp;peekModes)</code>
<div class="block">Gets the number of all entries cached across all nodes.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">ClientCluster.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/ClientCluster.html#state-org.apache.ignite.cluster.ClusterState-">state</a></span>(<a href="../../../../../org/apache/ignite/cluster/ClusterState.html" title="enum in org.apache.ignite.cluster">ClusterState</a>&nbsp;newState)</code>
<div class="block">Changes current cluster state to given <code>newState</code> cluster state.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/ignite/client/ClientTransaction.html" title="interface in org.apache.ignite.client">ClientTransaction</a></code></td>
<td class="colLast"><span class="typeNameLabel">ClientTransactions.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/ClientTransactions.html#txStart--">txStart</a></span>()</code>
<div class="block">Starts a new transaction with the default isolation level, concurrency and timeout.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/ignite/client/ClientTransaction.html" title="interface in org.apache.ignite.client">ClientTransaction</a></code></td>
<td class="colLast"><span class="typeNameLabel">ClientTransactions.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/ClientTransactions.html#txStart-org.apache.ignite.transactions.TransactionConcurrency-org.apache.ignite.transactions.TransactionIsolation-">txStart</a></span>(<a href="../../../../../org/apache/ignite/transactions/TransactionConcurrency.html" title="enum in org.apache.ignite.transactions">TransactionConcurrency</a>&nbsp;concurrency,
<a href="../../../../../org/apache/ignite/transactions/TransactionIsolation.html" title="enum in org.apache.ignite.transactions">TransactionIsolation</a>&nbsp;isolation)</code>
<div class="block">Starts a new transaction with the specified concurrency and isolation.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/ignite/client/ClientTransaction.html" title="interface in org.apache.ignite.client">ClientTransaction</a></code></td>
<td class="colLast"><span class="typeNameLabel">ClientTransactions.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/ClientTransactions.html#txStart-org.apache.ignite.transactions.TransactionConcurrency-org.apache.ignite.transactions.TransactionIsolation-long-">txStart</a></span>(<a href="../../../../../org/apache/ignite/transactions/TransactionConcurrency.html" title="enum in org.apache.ignite.transactions">TransactionConcurrency</a>&nbsp;concurrency,
<a href="../../../../../org/apache/ignite/transactions/TransactionIsolation.html" title="enum in org.apache.ignite.transactions">TransactionIsolation</a>&nbsp;isolation,
long&nbsp;timeout)</code>
<div class="block">Starts a new transaction with the specified isolation, concurrency and timeout.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/ignite/client/ClientTransactions.html" title="interface in org.apache.ignite.client">ClientTransactions</a></code></td>
<td class="colLast"><span class="typeNameLabel">ClientTransactions.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/ignite/client/ClientTransactions.html#withLabel-java.lang.String-">withLabel</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;lb)</code>
<div class="block">Returns instance of <code>ClientTransactions</code> to mark each new transaction with a specified label.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</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><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/apache/ignite/client/ClientException.html" title="class in org.apache.ignite.client">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></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?org/apache/ignite/client/class-use/ClientException.html" target="_top">Frames</a></li>
<li><a href="ClientException.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small><table width="100%" border="0" cellspacing=0 cellpadding=0 style="padding: 5px"> <tr> <td> <table style="padding-left: 0; margin: 0"> <tbody style="padding: 0; margin: 0"> <tr style="padding: 0; margin: 0"> <td> <a target=_blank href="https://ignite.apache.org"><nobr>2021 Copyright &#169; Apache Software Foundation</nobr></a> </td> </tr> </tbody> </table> </td> <td width="100%" align="right" valign="center"> <a href="https://twitter.com/ApacheIgnite" class="twitter-follow-button" data-show-count="false" data-size="large">Follow @ApacheIgnite</a> </td> </tr> <tr> <td colspan="2" valign="top" align="left"> <table style="padding-left: 0; margin: 0"> <tbody style="padding: 0; margin: 0"> <tr style="padding: 0; margin: 0"> <td> <b>Ignite Database and Caching Platform</b> </td> <td>:&nbsp;&nbsp; ver. <strong>2.11.1</strong> </td> </tr> <tr style="padding: 0; margin: 0"> <td> <b>Release Date</b> </td> <td>:&nbsp;&nbsp; December 20 2021 </td> </tr> </tbody> </table> </td> </tr> </table></small></p>
</body>
</html>