public class IgniteProxyImpl extends Object implements IgniteProxy
IgniteProxy that provides access to Ignite cluster through Ignite instance.| Constructor and Description |
|---|
IgniteProxyImpl(Ignite ignite) |
| Modifier and Type | Method and Description |
|---|---|
<K,V> IgniteCacheProxy<K,V> |
cache(String name)
Gets cache with the given name.
|
Ignite |
delegate() |
<K,V> IgniteCacheProxy<K,V> |
getOrCreateCache(String name)
Gets existing cache with the given name or creates new one.
|
public IgniteProxyImpl(Ignite ignite)
public <K,V> IgniteCacheProxy<K,V> getOrCreateCache(String name)
getOrCreateCache in interface IgniteProxyname - Cache name.public <K,V> IgniteCacheProxy<K,V> cache(String name)
cache in interface IgniteProxyname - Cache name.null if it doesn't exist.
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025