blob: 50d4c358bbf8bd14d4b32436f2be3a8a180f216a [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_261) on Sat Sep 11 21:19:58 MSK 2021 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>IgniteClientSpringBean (Ignite 2.11.0)</title>
<meta name="date" content="2021-09-11">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
<link rel='shortcut icon' href='https://ignite.apache.org/favicon.ico'/>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="IgniteClientSpringBean (Ignite 2.11.0)";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</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 class="navBarCell1Rev">Class</li>
<li><a href="class-use/IgniteClientSpringBean.html">Use</a></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><a href="../../../org/apache/ignite/IgniteClientDisconnectedException.html" title="class in org.apache.ignite"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../org/apache/ignite/IgniteCluster.html" title="interface in org.apache.ignite"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/apache/ignite/IgniteClientSpringBean.html" target="_top">Frames</a></li>
<li><a href="IgniteClientSpringBean.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>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.ignite</div>
<h2 title="Class IgniteClientSpringBean" class="title">Class IgniteClientSpringBean</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li>org.apache.ignite.IgniteClientSpringBean</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseable.html?is-external=true" title="class or interface in java.lang">AutoCloseable</a>, <a href="../../../org/apache/ignite/client/IgniteClient.html" title="interface in org.apache.ignite.client">IgniteClient</a>, org.springframework.context.Lifecycle, org.springframework.context.Phased, org.springframework.context.SmartLifecycle</dd>
</dl>
<hr>
<br>
<pre>public class <span class="typeNameLabel">IgniteClientSpringBean</span>
extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>
implements <a href="../../../org/apache/ignite/client/IgniteClient.html" title="interface in org.apache.ignite.client">IgniteClient</a>, org.springframework.context.SmartLifecycle</pre>
<div class="block">Represents Ignite client Spring bean that provides the ability to automatically start Ignite client during
Spring Context initialization. It requires <a href="../../../org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration"><code>ClientConfiguration</code></a> to be set before bean use
(see <a href="../../../org/apache/ignite/IgniteClientSpringBean.html#setClientConfiguration-org.apache.ignite.configuration.ClientConfiguration-"><code>setClientConfiguration(ClientConfiguration)</code></a>}).
A note should be taken that Ignite client instance is started after all other
Spring beans have been initialized and right before Spring context is refreshed.
That implies that it's not valid to reference <a href="../../../org/apache/ignite/IgniteClientSpringBean.html" title="class in org.apache.ignite"><code>IgniteClientSpringBean</code></a> from
any kind of Spring bean init methods like <a href="https://docs.oracle.com/javase/8/docs/api/javax/annotation/PostConstruct.html?is-external=true" title="class or interface in javax.annotation"><code>PostConstruct</code></a>.
If it's required to reference <a href="../../../org/apache/ignite/IgniteClientSpringBean.html" title="class in org.apache.ignite"><code>IgniteClientSpringBean</code></a> for other bean
initialization purposes, it should be done from a <code>ContextRefreshedEvent</code>
listener method declared in that bean.
<h3 class="header">Spring XML Configuration Example</h3>
<pre name="code" class="xml">
&lt;bean id="igniteClient" class="org.apache.ignite.IgniteClientSpringBean"&gt;
&lt;property name="clientConfiguration"&gt;
&lt;bean class="org.apache.ignite.configuration.ClientConfiguration"&gt;
&lt;property name="addresses"&gt;
&lt;list&gt;
&lt;value&gt;127.0.0.1:10800&lt;/value&gt;
&lt;/list&gt;
&lt;/property&gt;
&lt;/bean&gt;
&lt;/property&gt;
&lt;/bean&gt;
</pre></div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/ignite/IgniteClientSpringBean.html#DFLT_IGNITE_CLI_LIFECYCLE_PHASE">DFLT_IGNITE_CLI_LIFECYCLE_PHASE</a></span></code>
<div class="block">Default Ignite client <code>SmartLifecycle</code> phase.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../org/apache/ignite/IgniteClientSpringBean.html#IgniteClientSpringBean--">IgniteClientSpringBean</a></span>()</code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code><a href="../../../org/apache/ignite/IgniteBinary.html" title="interface in org.apache.ignite">IgniteBinary</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/ignite/IgniteClientSpringBean.html#binary--">binary</a></span>()</code></td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code><span class='angle_bracket'>&lt;</span>K,V<span class='angle_bracket'>&gt;</span>&nbsp;<a href="../../../org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a><span class='angle_bracket'>&lt;</span>K,V<span class='angle_bracket'>&gt;</span></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/ignite/IgniteClientSpringBean.html#cache-java.lang.String-">cache</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">Get existing cache.</div>
</td>
</tr>
<tr id="i2" 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><span class='angle_bracket'>&lt;</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><span class='angle_bracket'>&gt;</span></code></td>
<td class="colLast"><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 id="i3" class="rowColor">
<td class="colFirst"><code><a href="../../../org/apache/ignite/client/IgniteClientFuture.html" title="interface in org.apache.ignite.client">IgniteClientFuture</a><span class='angle_bracket'>&lt;</span><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><span class='angle_bracket'>&lt;</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><span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span></code></td>
<td class="colLast"><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 id="i4" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/ignite/IgniteClientSpringBean.html#close--">close</a></span>()</code></td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code><a href="../../../org/apache/ignite/client/ClientCluster.html" title="interface in org.apache.ignite.client">ClientCluster</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/ignite/IgniteClientSpringBean.html#cluster--">cluster</a></span>()</code>
<div class="block">Gets client cluster facade.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code><a href="../../../org/apache/ignite/client/ClientCompute.html" title="interface in org.apache.ignite.client">ClientCompute</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/ignite/IgniteClientSpringBean.html#compute--">compute</a></span>()</code>
<div class="block">Gets compute facade over all cluster nodes started in server mode.</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code><a href="../../../org/apache/ignite/client/ClientCompute.html" title="interface in org.apache.ignite.client">ClientCompute</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/ignite/IgniteClientSpringBean.html#compute-org.apache.ignite.client.ClientClusterGroup-">compute</a></span>(<a href="../../../org/apache/ignite/client/ClientClusterGroup.html" title="interface in org.apache.ignite.client">ClientClusterGroup</a>&nbsp;grp)</code>
<div class="block">Gets compute facade over the specified cluster group.</div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code><span class='angle_bracket'>&lt;</span>K,V<span class='angle_bracket'>&gt;</span>&nbsp;<a href="../../../org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a><span class='angle_bracket'>&lt;</span>K,V<span class='angle_bracket'>&gt;</span></code></td>
<td class="colLast"><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 id="i9" class="rowColor">
<td class="colFirst"><code><span class='angle_bracket'>&lt;</span>K,V<span class='angle_bracket'>&gt;</span>&nbsp;<a href="../../../org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a><span class='angle_bracket'>&lt;</span>K,V<span class='angle_bracket'>&gt;</span></code></td>
<td class="colLast"><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 id="i10" class="altColor">
<td class="colFirst"><code><span class='angle_bracket'>&lt;</span>K,V<span class='angle_bracket'>&gt;</span>&nbsp;<a href="../../../org/apache/ignite/client/IgniteClientFuture.html" title="interface in org.apache.ignite.client">IgniteClientFuture</a><span class='angle_bracket'>&lt;</span><a href="../../../org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a><span class='angle_bracket'>&lt;</span>K,V<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span></code></td>
<td class="colLast"><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 id="i11" class="rowColor">
<td class="colFirst"><code><span class='angle_bracket'>&lt;</span>K,V<span class='angle_bracket'>&gt;</span>&nbsp;<a href="../../../org/apache/ignite/client/IgniteClientFuture.html" title="interface in org.apache.ignite.client">IgniteClientFuture</a><span class='angle_bracket'>&lt;</span><a href="../../../org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a><span class='angle_bracket'>&lt;</span>K,V<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span></code></td>
<td class="colLast"><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 id="i12" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><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 id="i13" class="rowColor">
<td class="colFirst"><code><a href="../../../org/apache/ignite/client/IgniteClientFuture.html" title="interface in org.apache.ignite.client">IgniteClientFuture</a><span class='angle_bracket'>&lt;</span><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><span class='angle_bracket'>&gt;</span></code></td>
<td class="colLast"><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 id="i14" class="altColor">
<td class="colFirst"><code><a href="../../../org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration">ClientConfiguration</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/ignite/IgniteClientSpringBean.html#getClientConfiguration--">getClientConfiguration</a></span>()</code>
<div class="block">Gets Ignite client configuration.</div>
</td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code><span class='angle_bracket'>&lt;</span>K,V<span class='angle_bracket'>&gt;</span>&nbsp;<a href="../../../org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a><span class='angle_bracket'>&lt;</span>K,V<span class='angle_bracket'>&gt;</span></code></td>
<td class="colLast"><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 id="i16" class="altColor">
<td class="colFirst"><code><span class='angle_bracket'>&lt;</span>K,V<span class='angle_bracket'>&gt;</span>&nbsp;<a href="../../../org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a><span class='angle_bracket'>&lt;</span>K,V<span class='angle_bracket'>&gt;</span></code></td>
<td class="colLast"><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 id="i17" class="rowColor">
<td class="colFirst"><code><span class='angle_bracket'>&lt;</span>K,V<span class='angle_bracket'>&gt;</span>&nbsp;<a href="../../../org/apache/ignite/client/IgniteClientFuture.html" title="interface in org.apache.ignite.client">IgniteClientFuture</a><span class='angle_bracket'>&lt;</span><a href="../../../org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a><span class='angle_bracket'>&lt;</span>K,V<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span></code></td>
<td class="colLast"><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 id="i18" class="altColor">
<td class="colFirst"><code><span class='angle_bracket'>&lt;</span>K,V<span class='angle_bracket'>&gt;</span>&nbsp;<a href="../../../org/apache/ignite/client/IgniteClientFuture.html" title="interface in org.apache.ignite.client">IgniteClientFuture</a><span class='angle_bracket'>&lt;</span><a href="../../../org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a><span class='angle_bracket'>&lt;</span>K,V<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span></code></td>
<td class="colLast"><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 id="i19" class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/ignite/IgniteClientSpringBean.html#getPhase--">getPhase</a></span>()</code></td>
</tr>
<tr id="i20" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/ignite/IgniteClientSpringBean.html#isAutoStartup--">isAutoStartup</a></span>()</code></td>
</tr>
<tr id="i21" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/ignite/IgniteClientSpringBean.html#isRunning--">isRunning</a></span>()</code></td>
</tr>
<tr id="i22" class="altColor">
<td class="colFirst"><code><a href="../../../org/apache/ignite/cache/query/FieldsQueryCursor.html" title="interface in org.apache.ignite.cache.query">FieldsQueryCursor</a><span class='angle_bracket'>&lt;</span><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/ignite/IgniteClientSpringBean.html#query-org.apache.ignite.cache.query.SqlFieldsQuery-">query</a></span>(<a href="../../../org/apache/ignite/cache/query/SqlFieldsQuery.html" title="class in org.apache.ignite.cache.query">SqlFieldsQuery</a>&nbsp;qry)</code>
<div class="block">Execute SQL query and get cursor to iterate over results.</div>
</td>
</tr>
<tr id="i23" class="rowColor">
<td class="colFirst"><code><a href="../../../org/apache/ignite/client/ClientServices.html" title="interface in org.apache.ignite.client">ClientServices</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/ignite/IgniteClientSpringBean.html#services--">services</a></span>()</code>
<div class="block">Gets <code>services</code> facade over all cluster nodes started in server mode.</div>
</td>
</tr>
<tr id="i24" class="altColor">
<td class="colFirst"><code><a href="../../../org/apache/ignite/client/ClientServices.html" title="interface in org.apache.ignite.client">ClientServices</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/ignite/IgniteClientSpringBean.html#services-org.apache.ignite.client.ClientClusterGroup-">services</a></span>(<a href="../../../org/apache/ignite/client/ClientClusterGroup.html" title="interface in org.apache.ignite.client">ClientClusterGroup</a>&nbsp;grp)</code>
<div class="block">Gets <code>services</code> facade over nodes within the cluster group.</div>
</td>
</tr>
<tr id="i25" class="rowColor">
<td class="colFirst"><code><a href="../../../org/apache/ignite/IgniteClientSpringBean.html" title="class in org.apache.ignite">IgniteClientSpringBean</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/ignite/IgniteClientSpringBean.html#setClientConfiguration-org.apache.ignite.configuration.ClientConfiguration-">setClientConfiguration</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">Sets Ignite client configuration.</div>
</td>
</tr>
<tr id="i26" class="altColor">
<td class="colFirst"><code><a href="../../../org/apache/ignite/IgniteClientSpringBean.html" title="class in org.apache.ignite">IgniteClientSpringBean</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/ignite/IgniteClientSpringBean.html#setPhase-int-">setPhase</a></span>(int&nbsp;phase)</code>
<div class="block">Sets <code>SmartLifecycle</code> phase during which the current bean will be initialized.</div>
</td>
</tr>
<tr id="i27" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/ignite/IgniteClientSpringBean.html#start--">start</a></span>()</code></td>
</tr>
<tr id="i28" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/ignite/IgniteClientSpringBean.html#stop--">stop</a></span>()</code></td>
</tr>
<tr id="i29" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/ignite/IgniteClientSpringBean.html#stop-java.lang.Runnable-">stop</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Runnable.html?is-external=true" title="class or interface in java.lang">Runnable</a>&nbsp;callback)</code></td>
</tr>
<tr id="i30" 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"><code><span class="memberNameLink"><a href="../../../org/apache/ignite/IgniteClientSpringBean.html#transactions--">transactions</a></span>()</code>
<div class="block">Gets client transactions facade.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="DFLT_IGNITE_CLI_LIFECYCLE_PHASE">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>DFLT_IGNITE_CLI_LIFECYCLE_PHASE</h4>
<pre>public static final&nbsp;int DFLT_IGNITE_CLI_LIFECYCLE_PHASE</pre>
<div class="block">Default Ignite client <code>SmartLifecycle</code> phase.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#org.apache.ignite.IgniteClientSpringBean.DFLT_IGNITE_CLI_LIFECYCLE_PHASE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="IgniteClientSpringBean--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>IgniteClientSpringBean</h4>
<pre>public&nbsp;IgniteClientSpringBean()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="isAutoStartup--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isAutoStartup</h4>
<pre>public&nbsp;boolean&nbsp;isAutoStartup()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>isAutoStartup</code>&nbsp;in interface&nbsp;<code>org.springframework.context.SmartLifecycle</code></dd>
</dl>
</li>
</ul>
<a name="stop-java.lang.Runnable-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>stop</h4>
<pre>public&nbsp;void&nbsp;stop(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Runnable.html?is-external=true" title="class or interface in java.lang">Runnable</a>&nbsp;callback)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>stop</code>&nbsp;in interface&nbsp;<code>org.springframework.context.SmartLifecycle</code></dd>
</dl>
</li>
</ul>
<a name="stop--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>stop</h4>
<pre>public&nbsp;void&nbsp;stop()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>stop</code>&nbsp;in interface&nbsp;<code>org.springframework.context.Lifecycle</code></dd>
</dl>
</li>
</ul>
<a name="isRunning--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isRunning</h4>
<pre>public&nbsp;boolean&nbsp;isRunning()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>isRunning</code>&nbsp;in interface&nbsp;<code>org.springframework.context.Lifecycle</code></dd>
</dl>
</li>
</ul>
<a name="start--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>start</h4>
<pre>public&nbsp;void&nbsp;start()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>start</code>&nbsp;in interface&nbsp;<code>org.springframework.context.Lifecycle</code></dd>
</dl>
</li>
</ul>
<a name="getPhase--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPhase</h4>
<pre>public&nbsp;int&nbsp;getPhase()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>getPhase</code>&nbsp;in interface&nbsp;<code>org.springframework.context.Phased</code></dd>
</dl>
</li>
</ul>
<a name="getOrCreateCache-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getOrCreateCache</h4>
<pre>public&nbsp;<span class='angle_bracket'>&lt;</span>K,V<span class='angle_bracket'>&gt;</span>&nbsp;<a href="../../../org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a><span class='angle_bracket'>&lt;</span>K,V<span class='angle_bracket'>&gt;</span>&nbsp;getOrCreateCache(<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)
throws <a href="../../../org/apache/ignite/client/ClientException.html" title="class in org.apache.ignite.client">ClientException</a></pre>
<div class="block">Gets the existing cache or creates a new cache with default configuration if it does not exist.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../org/apache/ignite/client/IgniteClient.html#getOrCreateCache-java.lang.String-">getOrCreateCache</a></code>&nbsp;in interface&nbsp;<code><a href="../../../org/apache/ignite/client/IgniteClient.html" title="interface in org.apache.ignite.client">IgniteClient</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>name</code> - Cache name.</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../../org/apache/ignite/client/ClientException.html" title="class in org.apache.ignite.client">ClientException</a></code></dd>
</dl>
</li>
</ul>
<a name="getOrCreateCacheAsync-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getOrCreateCacheAsync</h4>
<pre>public&nbsp;<span class='angle_bracket'>&lt;</span>K,V<span class='angle_bracket'>&gt;</span>&nbsp;<a href="../../../org/apache/ignite/client/IgniteClientFuture.html" title="interface in org.apache.ignite.client">IgniteClientFuture</a><span class='angle_bracket'>&lt;</span><a href="../../../org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a><span class='angle_bracket'>&lt;</span>K,V<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>&nbsp;getOrCreateCacheAsync(<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)
throws <a href="../../../org/apache/ignite/client/ClientException.html" title="class in org.apache.ignite.client">ClientException</a></pre>
<div class="block">Gets the existing cache or creates a new cache with default configuration if it does not exist.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../org/apache/ignite/client/IgniteClient.html#getOrCreateCacheAsync-java.lang.String-">getOrCreateCacheAsync</a></code>&nbsp;in interface&nbsp;<code><a href="../../../org/apache/ignite/client/IgniteClient.html" title="interface in org.apache.ignite.client">IgniteClient</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>name</code> - Cache name.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>a Future representing pending completion of the operation, which wraps the resulting cache.</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../../org/apache/ignite/client/ClientException.html" title="class in org.apache.ignite.client">ClientException</a></code></dd>
</dl>
</li>
</ul>
<a name="getOrCreateCache-org.apache.ignite.client.ClientCacheConfiguration-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getOrCreateCache</h4>
<pre>public&nbsp;<span class='angle_bracket'>&lt;</span>K,V<span class='angle_bracket'>&gt;</span>&nbsp;<a href="../../../org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a><span class='angle_bracket'>&lt;</span>K,V<span class='angle_bracket'>&gt;</span>&nbsp;getOrCreateCache(<a href="../../../org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a>&nbsp;cfg)
throws <a href="../../../org/apache/ignite/client/ClientException.html" title="class in org.apache.ignite.client">ClientException</a></pre>
<div class="block">Gets the existing cache or creates a new cache if it does not exist.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../org/apache/ignite/client/IgniteClient.html#getOrCreateCache-org.apache.ignite.client.ClientCacheConfiguration-">getOrCreateCache</a></code>&nbsp;in interface&nbsp;<code><a href="../../../org/apache/ignite/client/IgniteClient.html" title="interface in org.apache.ignite.client">IgniteClient</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>cfg</code> - Cache configuration. If the cache exists, this configuration is ignored.</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../../org/apache/ignite/client/ClientException.html" title="class in org.apache.ignite.client">ClientException</a></code></dd>
</dl>
</li>
</ul>
<a name="getOrCreateCacheAsync-org.apache.ignite.client.ClientCacheConfiguration-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getOrCreateCacheAsync</h4>
<pre>public&nbsp;<span class='angle_bracket'>&lt;</span>K,V<span class='angle_bracket'>&gt;</span>&nbsp;<a href="../../../org/apache/ignite/client/IgniteClientFuture.html" title="interface in org.apache.ignite.client">IgniteClientFuture</a><span class='angle_bracket'>&lt;</span><a href="../../../org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a><span class='angle_bracket'>&lt;</span>K,V<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>&nbsp;getOrCreateCacheAsync(<a href="../../../org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a>&nbsp;cfg)
throws <a href="../../../org/apache/ignite/client/ClientException.html" title="class in org.apache.ignite.client">ClientException</a></pre>
<div class="block">Gets the existing cache or creates a new cache if it does not exist.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../org/apache/ignite/client/IgniteClient.html#getOrCreateCacheAsync-org.apache.ignite.client.ClientCacheConfiguration-">getOrCreateCacheAsync</a></code>&nbsp;in interface&nbsp;<code><a href="../../../org/apache/ignite/client/IgniteClient.html" title="interface in org.apache.ignite.client">IgniteClient</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>cfg</code> - Cache configuration. If the cache exists, this configuration is ignored.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>a Future representing pending completion of the operation, which wraps the resulting cache.</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../../org/apache/ignite/client/ClientException.html" title="class in org.apache.ignite.client">ClientException</a></code></dd>
</dl>
</li>
</ul>
<a name="cache-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>cache</h4>
<pre>public&nbsp;<span class='angle_bracket'>&lt;</span>K,V<span class='angle_bracket'>&gt;</span>&nbsp;<a href="../../../org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a><span class='angle_bracket'>&lt;</span>K,V<span class='angle_bracket'>&gt;</span>&nbsp;cache(<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)</pre>
<div class="block">Get existing cache.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../org/apache/ignite/client/IgniteClient.html#cache-java.lang.String-">cache</a></code>&nbsp;in interface&nbsp;<code><a href="../../../org/apache/ignite/client/IgniteClient.html" title="interface in org.apache.ignite.client">IgniteClient</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>name</code> - Cache name.</dd>
</dl>
</li>
</ul>
<a name="cacheNames--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>cacheNames</h4>
<pre>public&nbsp;<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><span class='angle_bracket'>&lt;</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><span class='angle_bracket'>&gt;</span>&nbsp;cacheNames()
throws <a href="../../../org/apache/ignite/client/ClientException.html" title="class in org.apache.ignite.client">ClientException</a></pre>
<div class="block">Gets the names of all available caches.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../org/apache/ignite/client/IgniteClient.html#cacheNames--">cacheNames</a></code>&nbsp;in interface&nbsp;<code><a href="../../../org/apache/ignite/client/IgniteClient.html" title="interface in org.apache.ignite.client">IgniteClient</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Collection of names of currently available caches or an empty collection if no caches are available.</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../../org/apache/ignite/client/ClientException.html" title="class in org.apache.ignite.client">ClientException</a></code></dd>
</dl>
</li>
</ul>
<a name="cacheNamesAsync--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>cacheNamesAsync</h4>
<pre>public&nbsp;<a href="../../../org/apache/ignite/client/IgniteClientFuture.html" title="interface in org.apache.ignite.client">IgniteClientFuture</a><span class='angle_bracket'>&lt;</span><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><span class='angle_bracket'>&lt;</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><span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>&nbsp;cacheNamesAsync()
throws <a href="../../../org/apache/ignite/client/ClientException.html" title="class in org.apache.ignite.client">ClientException</a></pre>
<div class="block">Gets the names of all available caches.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../org/apache/ignite/client/IgniteClient.html#cacheNamesAsync--">cacheNamesAsync</a></code>&nbsp;in interface&nbsp;<code><a href="../../../org/apache/ignite/client/IgniteClient.html" title="interface in org.apache.ignite.client">IgniteClient</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>a Future representing pending completion of the operation, which wraps the сollection of names
of currently available caches or an empty collection if no caches are available.</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../../org/apache/ignite/client/ClientException.html" title="class in org.apache.ignite.client">ClientException</a></code></dd>
</dl>
</li>
</ul>
<a name="destroyCache-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>destroyCache</h4>
<pre>public&nbsp;void&nbsp;destroyCache(<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)
throws <a href="../../../org/apache/ignite/client/ClientException.html" title="class in org.apache.ignite.client">ClientException</a></pre>
<div class="block">Destroys the cache with the given name.
Throws <a href="../../../org/apache/ignite/client/ClientException.html" title="class in org.apache.ignite.client"><code>ClientException</code></a> if the cache does not exist.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../org/apache/ignite/client/IgniteClient.html#destroyCache-java.lang.String-">destroyCache</a></code>&nbsp;in interface&nbsp;<code><a href="../../../org/apache/ignite/client/IgniteClient.html" title="interface in org.apache.ignite.client">IgniteClient</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../../org/apache/ignite/client/ClientException.html" title="class in org.apache.ignite.client">ClientException</a></code></dd>
</dl>
</li>
</ul>
<a name="destroyCacheAsync-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>destroyCacheAsync</h4>
<pre>public&nbsp;<a href="../../../org/apache/ignite/client/IgniteClientFuture.html" title="interface in org.apache.ignite.client">IgniteClientFuture</a><span class='angle_bracket'>&lt;</span><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><span class='angle_bracket'>&gt;</span>&nbsp;destroyCacheAsync(<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)
throws <a href="../../../org/apache/ignite/client/ClientException.html" title="class in org.apache.ignite.client">ClientException</a></pre>
<div class="block">Destroys the cache with the given name.
Throws <a href="../../../org/apache/ignite/client/ClientException.html" title="class in org.apache.ignite.client"><code>ClientException</code></a> if the cache does not exist.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../org/apache/ignite/client/IgniteClient.html#destroyCacheAsync-java.lang.String-">destroyCacheAsync</a></code>&nbsp;in interface&nbsp;<code><a href="../../../org/apache/ignite/client/IgniteClient.html" title="interface in org.apache.ignite.client">IgniteClient</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>a Future representing pending completion of the operation.</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../../org/apache/ignite/client/ClientException.html" title="class in org.apache.ignite.client">ClientException</a></code></dd>
</dl>
</li>
</ul>
<a name="createCache-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createCache</h4>
<pre>public&nbsp;<span class='angle_bracket'>&lt;</span>K,V<span class='angle_bracket'>&gt;</span>&nbsp;<a href="../../../org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a><span class='angle_bracket'>&lt;</span>K,V<span class='angle_bracket'>&gt;</span>&nbsp;createCache(<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)
throws <a href="../../../org/apache/ignite/client/ClientException.html" title="class in org.apache.ignite.client">ClientException</a></pre>
<div class="block">Creates a cache with a default configuration.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../org/apache/ignite/client/IgniteClient.html#createCache-java.lang.String-">createCache</a></code>&nbsp;in interface&nbsp;<code><a href="../../../org/apache/ignite/client/IgniteClient.html" title="interface in org.apache.ignite.client">IgniteClient</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>name</code> - Cache name.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Resulting cache.</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../../org/apache/ignite/client/ClientException.html" title="class in org.apache.ignite.client">ClientException</a></code></dd>
</dl>
</li>
</ul>
<a name="createCacheAsync-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createCacheAsync</h4>
<pre>public&nbsp;<span class='angle_bracket'>&lt;</span>K,V<span class='angle_bracket'>&gt;</span>&nbsp;<a href="../../../org/apache/ignite/client/IgniteClientFuture.html" title="interface in org.apache.ignite.client">IgniteClientFuture</a><span class='angle_bracket'>&lt;</span><a href="../../../org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a><span class='angle_bracket'>&lt;</span>K,V<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>&nbsp;createCacheAsync(<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)
throws <a href="../../../org/apache/ignite/client/ClientException.html" title="class in org.apache.ignite.client">ClientException</a></pre>
<div class="block">Creates a cache with a default configuration.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../org/apache/ignite/client/IgniteClient.html#createCacheAsync-java.lang.String-">createCacheAsync</a></code>&nbsp;in interface&nbsp;<code><a href="../../../org/apache/ignite/client/IgniteClient.html" title="interface in org.apache.ignite.client">IgniteClient</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>name</code> - Cache name.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>a Future representing pending completion of the operation, which wraps the resulting cache.</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../../org/apache/ignite/client/ClientException.html" title="class in org.apache.ignite.client">ClientException</a></code></dd>
</dl>
</li>
</ul>
<a name="createCache-org.apache.ignite.client.ClientCacheConfiguration-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createCache</h4>
<pre>public&nbsp;<span class='angle_bracket'>&lt;</span>K,V<span class='angle_bracket'>&gt;</span>&nbsp;<a href="../../../org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a><span class='angle_bracket'>&lt;</span>K,V<span class='angle_bracket'>&gt;</span>&nbsp;createCache(<a href="../../../org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a>&nbsp;cfg)
throws <a href="../../../org/apache/ignite/client/ClientException.html" title="class in org.apache.ignite.client">ClientException</a></pre>
<div class="block">Creates a cache with the specified configuration.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../org/apache/ignite/client/IgniteClient.html#createCache-org.apache.ignite.client.ClientCacheConfiguration-">createCache</a></code>&nbsp;in interface&nbsp;<code><a href="../../../org/apache/ignite/client/IgniteClient.html" title="interface in org.apache.ignite.client">IgniteClient</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>cfg</code> - Cache configuration.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Resulting cache.</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../../org/apache/ignite/client/ClientException.html" title="class in org.apache.ignite.client">ClientException</a></code></dd>
</dl>
</li>
</ul>
<a name="createCacheAsync-org.apache.ignite.client.ClientCacheConfiguration-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createCacheAsync</h4>
<pre>public&nbsp;<span class='angle_bracket'>&lt;</span>K,V<span class='angle_bracket'>&gt;</span>&nbsp;<a href="../../../org/apache/ignite/client/IgniteClientFuture.html" title="interface in org.apache.ignite.client">IgniteClientFuture</a><span class='angle_bracket'>&lt;</span><a href="../../../org/apache/ignite/client/ClientCache.html" title="interface in org.apache.ignite.client">ClientCache</a><span class='angle_bracket'>&lt;</span>K,V<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>&nbsp;createCacheAsync(<a href="../../../org/apache/ignite/client/ClientCacheConfiguration.html" title="class in org.apache.ignite.client">ClientCacheConfiguration</a>&nbsp;cfg)
throws <a href="../../../org/apache/ignite/client/ClientException.html" title="class in org.apache.ignite.client">ClientException</a></pre>
<div class="block">Creates a cache with the specified configuration.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../org/apache/ignite/client/IgniteClient.html#createCacheAsync-org.apache.ignite.client.ClientCacheConfiguration-">createCacheAsync</a></code>&nbsp;in interface&nbsp;<code><a href="../../../org/apache/ignite/client/IgniteClient.html" title="interface in org.apache.ignite.client">IgniteClient</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>cfg</code> - Cache configuration.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>a Future representing pending completion of the operation, which wraps the resulting cache.</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../../org/apache/ignite/client/ClientException.html" title="class in org.apache.ignite.client">ClientException</a></code></dd>
</dl>
</li>
</ul>
<a name="binary--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>binary</h4>
<pre>public&nbsp;<a href="../../../org/apache/ignite/IgniteBinary.html" title="interface in org.apache.ignite">IgniteBinary</a>&nbsp;binary()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../org/apache/ignite/client/IgniteClient.html#binary--">binary</a></code>&nbsp;in interface&nbsp;<code><a href="../../../org/apache/ignite/client/IgniteClient.html" title="interface in org.apache.ignite.client">IgniteClient</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Instance of <a href="../../../org/apache/ignite/IgniteBinary.html" title="interface in org.apache.ignite"><code>IgniteBinary</code></a> interface.</dd>
</dl>
</li>
</ul>
<a name="query-org.apache.ignite.cache.query.SqlFieldsQuery-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>query</h4>
<pre>public&nbsp;<a href="../../../org/apache/ignite/cache/query/FieldsQueryCursor.html" title="interface in org.apache.ignite.cache.query">FieldsQueryCursor</a><span class='angle_bracket'>&lt;</span><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><span class='angle_bracket'>&lt;</span>?<span class='angle_bracket'>&gt;</span><span class='angle_bracket'>&gt;</span>&nbsp;query(<a href="../../../org/apache/ignite/cache/query/SqlFieldsQuery.html" title="class in org.apache.ignite.cache.query">SqlFieldsQuery</a>&nbsp;qry)</pre>
<div class="block">Execute SQL query and get cursor to iterate over results.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../org/apache/ignite/client/IgniteClient.html#query-org.apache.ignite.cache.query.SqlFieldsQuery-">query</a></code>&nbsp;in interface&nbsp;<code><a href="../../../org/apache/ignite/client/IgniteClient.html" title="interface in org.apache.ignite.client">IgniteClient</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>qry</code> - SQL query.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Cursor.</dd>
</dl>
</li>
</ul>
<a name="transactions--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>transactions</h4>
<pre>public&nbsp;<a href="../../../org/apache/ignite/client/ClientTransactions.html" title="interface in org.apache.ignite.client">ClientTransactions</a>&nbsp;transactions()</pre>
<div class="block">Gets client transactions facade.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../org/apache/ignite/client/IgniteClient.html#transactions--">transactions</a></code>&nbsp;in interface&nbsp;<code><a href="../../../org/apache/ignite/client/IgniteClient.html" title="interface in org.apache.ignite.client">IgniteClient</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Client transactions facade.</dd>
</dl>
</li>
</ul>
<a name="compute--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>compute</h4>
<pre>public&nbsp;<a href="../../../org/apache/ignite/client/ClientCompute.html" title="interface in org.apache.ignite.client">ClientCompute</a>&nbsp;compute()</pre>
<div class="block">Gets compute facade over all cluster nodes started in server mode.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../org/apache/ignite/client/IgniteClient.html#compute--">compute</a></code>&nbsp;in interface&nbsp;<code><a href="../../../org/apache/ignite/client/IgniteClient.html" title="interface in org.apache.ignite.client">IgniteClient</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Compute instance over all cluster nodes started in server mode.</dd>
</dl>
</li>
</ul>
<a name="compute-org.apache.ignite.client.ClientClusterGroup-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>compute</h4>
<pre>public&nbsp;<a href="../../../org/apache/ignite/client/ClientCompute.html" title="interface in org.apache.ignite.client">ClientCompute</a>&nbsp;compute(<a href="../../../org/apache/ignite/client/ClientClusterGroup.html" title="interface in org.apache.ignite.client">ClientClusterGroup</a>&nbsp;grp)</pre>
<div class="block">Gets compute facade over the specified cluster group. All operations
on the returned <a href="../../../org/apache/ignite/client/ClientCompute.html" title="interface in org.apache.ignite.client"><code>ClientCompute</code></a> instance will only include nodes from
this cluster group.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../org/apache/ignite/client/IgniteClient.html#compute-org.apache.ignite.client.ClientClusterGroup-">compute</a></code>&nbsp;in interface&nbsp;<code><a href="../../../org/apache/ignite/client/IgniteClient.html" title="interface in org.apache.ignite.client">IgniteClient</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>grp</code> - Cluster group.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Compute instance over given cluster group.</dd>
</dl>
</li>
</ul>
<a name="cluster--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>cluster</h4>
<pre>public&nbsp;<a href="../../../org/apache/ignite/client/ClientCluster.html" title="interface in org.apache.ignite.client">ClientCluster</a>&nbsp;cluster()</pre>
<div class="block">Gets client cluster facade.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../org/apache/ignite/client/IgniteClient.html#cluster--">cluster</a></code>&nbsp;in interface&nbsp;<code><a href="../../../org/apache/ignite/client/IgniteClient.html" title="interface in org.apache.ignite.client">IgniteClient</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Client cluster facade.</dd>
</dl>
</li>
</ul>
<a name="services--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>services</h4>
<pre>public&nbsp;<a href="../../../org/apache/ignite/client/ClientServices.html" title="interface in org.apache.ignite.client">ClientServices</a>&nbsp;services()</pre>
<div class="block">Gets <code>services</code> facade over all cluster nodes started in server mode.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../org/apache/ignite/client/IgniteClient.html#services--">services</a></code>&nbsp;in interface&nbsp;<code><a href="../../../org/apache/ignite/client/IgniteClient.html" title="interface in org.apache.ignite.client">IgniteClient</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Services facade over all cluster nodes started in server mode.</dd>
</dl>
</li>
</ul>
<a name="services-org.apache.ignite.client.ClientClusterGroup-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>services</h4>
<pre>public&nbsp;<a href="../../../org/apache/ignite/client/ClientServices.html" title="interface in org.apache.ignite.client">ClientServices</a>&nbsp;services(<a href="../../../org/apache/ignite/client/ClientClusterGroup.html" title="interface in org.apache.ignite.client">ClientClusterGroup</a>&nbsp;grp)</pre>
<div class="block">Gets <code>services</code> facade over nodes within the cluster group. All operations
on the returned <a href="../../../org/apache/ignite/client/ClientServices.html" title="interface in org.apache.ignite.client"><code>ClientServices</code></a> instance will only include nodes from
the specified cluster group.
Note: In some cases there will be additional requests for each service invocation from client to server
to resolve cluster group.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../org/apache/ignite/client/IgniteClient.html#services-org.apache.ignite.client.ClientClusterGroup-">services</a></code>&nbsp;in interface&nbsp;<code><a href="../../../org/apache/ignite/client/IgniteClient.html" title="interface in org.apache.ignite.client">IgniteClient</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>grp</code> - Cluster group.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd><code>Services</code> functionality over given cluster group.</dd>
</dl>
</li>
</ul>
<a name="close--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>close</h4>
<pre>public&nbsp;void&nbsp;close()
throws <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseable.html?is-external=true#close--" title="class or interface in java.lang">close</a></code>&nbsp;in interface&nbsp;<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseable.html?is-external=true" title="class or interface in java.lang">AutoCloseable</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></dd>
</dl>
</li>
</ul>
<a name="setClientConfiguration-org.apache.ignite.configuration.ClientConfiguration-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setClientConfiguration</h4>
<pre>public&nbsp;<a href="../../../org/apache/ignite/IgniteClientSpringBean.html" title="class in org.apache.ignite">IgniteClientSpringBean</a>&nbsp;setClientConfiguration(<a href="../../../org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration">ClientConfiguration</a>&nbsp;cfg)</pre>
<div class="block">Sets Ignite client configuration.</div>
</li>
</ul>
<a name="getClientConfiguration--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getClientConfiguration</h4>
<pre>public&nbsp;<a href="../../../org/apache/ignite/configuration/ClientConfiguration.html" title="class in org.apache.ignite.configuration">ClientConfiguration</a>&nbsp;getClientConfiguration()</pre>
<div class="block">Gets Ignite client configuration.</div>
</li>
</ul>
<a name="setPhase-int-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>setPhase</h4>
<pre>public&nbsp;<a href="../../../org/apache/ignite/IgniteClientSpringBean.html" title="class in org.apache.ignite">IgniteClientSpringBean</a>&nbsp;setPhase(int&nbsp;phase)</pre>
<div class="block">Sets <code>SmartLifecycle</code> phase during which the current bean will be initialized. Note, underlying Ignite
client will be closed during handling of <code>DisposableBean</code> since <a href="../../../org/apache/ignite/client/IgniteClient.html" title="interface in org.apache.ignite.client"><code>IgniteClient</code></a>
implements <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseable.html?is-external=true" title="class or interface in java.lang"><code>AutoCloseable</code></a> interface.</div>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= 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 class="navBarCell1Rev">Class</li>
<li><a href="class-use/IgniteClientSpringBean.html">Use</a></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><a href="../../../org/apache/ignite/IgniteClientDisconnectedException.html" title="class in org.apache.ignite"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../org/apache/ignite/IgniteCluster.html" title="interface in org.apache.ignite"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/apache/ignite/IgniteClientSpringBean.html" target="_top">Frames</a></li>
<li><a href="IgniteClientSpringBean.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>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small><table width="100%" border="0" cellspacing=0 cellpadding=0 style="padding: 5px"> <tr> <td> <table style="padding-left: 0; margin: 0"> <tbody style="padding: 0; margin: 0"> <tr style="padding: 0; margin: 0"> <td> <a target=_blank href="https://ignite.apache.org"><nobr>2021 Copyright &#169; Apache Software Foundation</nobr></a> </td> </tr> </tbody> </table> </td> <td width="100%" align="right" valign="center"> <a href="https://twitter.com/ApacheIgnite" class="twitter-follow-button" data-show-count="false" data-size="large">Follow @ApacheIgnite</a> </td> </tr> <tr> <td colspan="2" valign="top" align="left"> <table style="padding-left: 0; margin: 0"> <tbody style="padding: 0; margin: 0"> <tr style="padding: 0; margin: 0"> <td> <b>Ignite Database and Caching Platform</b> </td> <td>:&nbsp;&nbsp; ver. <strong>2.11.0</strong> </td> </tr> <tr style="padding: 0; margin: 0"> <td> <b>Release Date</b> </td> <td>:&nbsp;&nbsp; September 11 2021 </td> </tr> </tbody> </table> </td> </tr> </table></small></p>
</body>
</html>