| Package | Description |
|---|---|
| org.apache.ignite.client | |
| org.apache.ignite.internal.client.thin |
| Modifier and Type | Method and Description |
|---|---|
<K,V> ClientCache<K,V> |
IgniteClient.cache(String name)
Get existing cache.
|
<K,V> ClientCache<K,V> |
IgniteClient.createCache(ClientCacheConfiguration cfg)
Create cache.
|
<K,V> ClientCache<K,V> |
IgniteClient.createCache(String name)
Create cache.
|
<K,V> ClientCache<K,V> |
IgniteClient.getOrCreateCache(ClientCacheConfiguration cfg)
Get existing cache or create the cache if it does not exist.
|
<K,V> ClientCache<K,V> |
IgniteClient.getOrCreateCache(String name)
Get existing cache or create the cache if it does not exist.
|
<K1,V1> ClientCache<K1,V1> |
ClientCache.withKeepBinary()
Returns cache that will operate with binary objects.
|
| Modifier and Type | Method and Description |
|---|---|
<K,V> ClientCache<K,V> |
TcpIgniteClient.cache(String name)
Get existing cache.
|
<K,V> ClientCache<K,V> |
TcpIgniteClient.createCache(ClientCacheConfiguration cfg)
Create cache.
|
<K,V> ClientCache<K,V> |
TcpIgniteClient.createCache(String name)
Create cache.
|
<K,V> ClientCache<K,V> |
TcpIgniteClient.getOrCreateCache(ClientCacheConfiguration cfg)
Get existing cache or create the cache if it does not exist.
|
<K,V> ClientCache<K,V> |
TcpIgniteClient.getOrCreateCache(String name)
Get existing cache or create the cache if it does not exist.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018