Package | Description |
---|---|
org.apache.ignite.client |
Contains Ignite Thin Client API classes.
|
org.apache.ignite.springdata.proxy |
Contains classes that provide client-independent access to the Ignite operations required by Spring Data.
|
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)
Creates a cache with the specified configuration.
|
<K,V> ClientCache<K,V> |
IgniteClient.createCache(String name)
Creates a cache with a default configuration.
|
<K,V> ClientCache<K,V> |
IgniteClient.getOrCreateCache(ClientCacheConfiguration cfg)
Gets the existing cache or creates a new cache if it does not exist.
|
<K,V> ClientCache<K,V> |
IgniteClient.getOrCreateCache(String name)
Gets the existing cache or creates a new cache with default configuration if it does not exist.
|
<K1,V1> ClientCache<K1,V1> |
ClientCache.withExpirePolicy(javax.cache.expiry.ExpiryPolicy expiryPlc)
Deprecated.
Please use
withExpiryPolicy(javax.cache.expiry.ExpiryPolicy) instead. |
<K1,V1> ClientCache<K1,V1> |
ClientCache.withExpiryPolicy(javax.cache.expiry.ExpiryPolicy expiryPlc)
Returns cache with the specified expiry policy set.
|
<K1,V1> ClientCache<K1,V1> |
ClientCache.withKeepBinary()
Returns cache that will operate with binary objects.
|
Modifier and Type | Method and Description |
---|---|
<K,V> IgniteClientFuture<ClientCache<K,V>> |
IgniteClient.createCacheAsync(ClientCacheConfiguration cfg)
Creates a cache with the specified configuration.
|
<K,V> IgniteClientFuture<ClientCache<K,V>> |
IgniteClient.createCacheAsync(String name)
Creates a cache with a default configuration.
|
<K,V> IgniteClientFuture<ClientCache<K,V>> |
IgniteClient.getOrCreateCacheAsync(ClientCacheConfiguration cfg)
Gets the existing cache or creates a new cache if it does not exist.
|
<K,V> IgniteClientFuture<ClientCache<K,V>> |
IgniteClient.getOrCreateCacheAsync(String name)
Gets the existing cache or creates a new cache with default configuration if it does not exist.
|
Constructor and Description |
---|
IgniteCacheClientProxy(ClientCache<K,V> cache) |
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024