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 IgniteProxy
name
- Cache name.public <K,V> IgniteCacheProxy<K,V> cache(String name)
cache
in interface IgniteProxy
name
- Cache name.null
if it doesn't exist.
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024