Skip navigation links
C D G I O P Q R S W 

C

cache(String) - Method in class org.apache.ignite.springdata.proxy.IgniteClientProxy
Gets cache with the given name.
cache(String) - Method in interface org.apache.ignite.springdata.proxy.IgniteProxy
Gets cache with the given name.
cache(String) - Method in class org.apache.ignite.springdata.proxy.IgniteProxyImpl
Gets cache with the given name.
clear() - Method in class org.apache.ignite.springdata.proxy.IgniteCacheClientProxy
Clears the contents of the cache.
clear() - Method in interface org.apache.ignite.springdata.proxy.IgniteCacheProxy
Clears the contents of the cache.
clear() - Method in class org.apache.ignite.springdata.proxy.IgniteCacheProxyImpl
Clears the contents of the cache.
containsKey(K) - Method in class org.apache.ignite.springdata.proxy.IgniteCacheClientProxy
Determines if the ClientCache contains an entry for the specified key.
containsKey(K) - Method in interface org.apache.ignite.springdata.proxy.IgniteCacheProxy
Determines if the ClientCache contains an entry for the specified key.
containsKey(K) - Method in class org.apache.ignite.springdata.proxy.IgniteCacheProxyImpl
Determines if the ClientCache contains an entry for the specified key.

D

delegate() - Method in class org.apache.ignite.springdata.proxy.IgniteCacheProxyImpl
 
delegate() - Method in class org.apache.ignite.springdata.proxy.IgniteProxyImpl
 

G

get(K) - Method in class org.apache.ignite.springdata.proxy.IgniteCacheClientProxy
Gets an entry from the cache.
get(K) - Method in interface org.apache.ignite.springdata.proxy.IgniteCacheProxy
Gets an entry from the cache.
get(K) - Method in class org.apache.ignite.springdata.proxy.IgniteCacheProxyImpl
Gets an entry from the cache.
getAll(Set<? extends K>) - Method in class org.apache.ignite.springdata.proxy.IgniteCacheClientProxy
Gets a collection of entries from the Ignite cache, returning them as Map of the values associated with the set of keys requested.
getAll(Set<? extends K>) - Method in interface org.apache.ignite.springdata.proxy.IgniteCacheProxy
Gets a collection of entries from the Ignite cache, returning them as Map of the values associated with the set of keys requested.
getAll(Set<? extends K>) - Method in class org.apache.ignite.springdata.proxy.IgniteCacheProxyImpl
Gets a collection of entries from the Ignite cache, returning them as Map of the values associated with the set of keys requested.
getOrCreateCache(String) - Method in class org.apache.ignite.springdata.proxy.IgniteClientProxy
Gets existing cache with the given name or creates new one.
getOrCreateCache(String) - Method in interface org.apache.ignite.springdata.proxy.IgniteProxy
Gets existing cache with the given name or creates new one.
getOrCreateCache(String) - Method in class org.apache.ignite.springdata.proxy.IgniteProxyImpl
Gets existing cache with the given name or creates new one.

I

IgniteCacheClientProxy<K,V> - Class in org.apache.ignite.springdata.proxy
Implementation of IgniteCacheProxy that provides access to Ignite cache through ClientCache instance.
IgniteCacheClientProxy(ClientCache<K, V>) - Constructor for class org.apache.ignite.springdata.proxy.IgniteCacheClientProxy
 
IgniteCacheProxy<K,V> - Interface in org.apache.ignite.springdata.proxy
Reperesents Ignite cache operations required by Spring Data.
IgniteCacheProxyImpl<K,V> - Class in org.apache.ignite.springdata.proxy
Implementation of IgniteCacheProxy that provides access to Ignite cache through IgniteCache instance.
IgniteCacheProxyImpl(IgniteCache<K, V>) - Constructor for class org.apache.ignite.springdata.proxy.IgniteCacheProxyImpl
 
IgniteClientProxy - Class in org.apache.ignite.springdata.proxy
Implementation of IgniteProxy that provides access to Ignite cluster through IgniteClient instance.
IgniteClientProxy(IgniteClient) - Constructor for class org.apache.ignite.springdata.proxy.IgniteClientProxy
 
IgniteProxy - Interface in org.apache.ignite.springdata.proxy
Reperesents Ignite cluster operations required by Spring Data.
IgniteProxyImpl - Class in org.apache.ignite.springdata.proxy
Implementation of IgniteProxy that provides access to Ignite cluster through Ignite instance.
IgniteProxyImpl(Ignite) - Constructor for class org.apache.ignite.springdata.proxy.IgniteProxyImpl
 
iterator() - Method in class org.apache.ignite.springdata.proxy.IgniteCacheClientProxy
iterator() - Method in class org.apache.ignite.springdata.proxy.IgniteCacheProxyImpl

O

org.apache.ignite.springdata.proxy - package org.apache.ignite.springdata.proxy
Contains classes that provide client-independent access to the Ignite operations required by Spring Data.

P

put(K, V) - Method in class org.apache.ignite.springdata.proxy.IgniteCacheClientProxy
Associates the specified value with the specified key in the cache.
put(K, V) - Method in interface org.apache.ignite.springdata.proxy.IgniteCacheProxy
Associates the specified value with the specified key in the cache.
put(K, V) - Method in class org.apache.ignite.springdata.proxy.IgniteCacheProxyImpl
Associates the specified value with the specified key in the cache.
putAll(Map<? extends K, ? extends V>) - Method in class org.apache.ignite.springdata.proxy.IgniteCacheClientProxy
Copies all of the entries from the specified map to the Ignite cache.
putAll(Map<? extends K, ? extends V>) - Method in interface org.apache.ignite.springdata.proxy.IgniteCacheProxy
Copies all of the entries from the specified map to the Ignite cache.
putAll(Map<? extends K, ? extends V>) - Method in class org.apache.ignite.springdata.proxy.IgniteCacheProxyImpl
Copies all of the entries from the specified map to the Ignite cache.

Q

query(Query<R>) - Method in class org.apache.ignite.springdata.proxy.IgniteCacheClientProxy
Execute SQL query and get cursor to iterate over results.
query(Query<R>) - Method in interface org.apache.ignite.springdata.proxy.IgniteCacheProxy
Execute SQL query and get cursor to iterate over results.
query(Query<R>) - Method in class org.apache.ignite.springdata.proxy.IgniteCacheProxyImpl
Execute SQL query and get cursor to iterate over results.

R

remove(K) - Method in class org.apache.ignite.springdata.proxy.IgniteCacheClientProxy
Removes the mapping for a key from this cache if it is present.
remove(K) - Method in interface org.apache.ignite.springdata.proxy.IgniteCacheProxy
Removes the mapping for a key from this cache if it is present.
remove(K) - Method in class org.apache.ignite.springdata.proxy.IgniteCacheProxyImpl
Removes the mapping for a key from this cache if it is present.
removeAll(Set<? extends K>) - Method in class org.apache.ignite.springdata.proxy.IgniteCacheClientProxy
Removes entries for the specified keys.
removeAll(Set<? extends K>) - Method in interface org.apache.ignite.springdata.proxy.IgniteCacheProxy
Removes entries for the specified keys.
removeAll(Set<? extends K>) - Method in class org.apache.ignite.springdata.proxy.IgniteCacheProxyImpl
Removes entries for the specified keys.

S

size(CachePeekMode...) - Method in class org.apache.ignite.springdata.proxy.IgniteCacheClientProxy
Gets the number of all entries cached across all nodes.
size(CachePeekMode...) - Method in interface org.apache.ignite.springdata.proxy.IgniteCacheProxy
Gets the number of all entries cached across all nodes.
size(CachePeekMode...) - Method in class org.apache.ignite.springdata.proxy.IgniteCacheProxyImpl
Gets the number of all entries cached across all nodes.

W

withExpiryPolicy(ExpiryPolicy) - Method in class org.apache.ignite.springdata.proxy.IgniteCacheClientProxy
Returns cache with the specified expired policy set.
withExpiryPolicy(ExpiryPolicy) - Method in interface org.apache.ignite.springdata.proxy.IgniteCacheProxy
Returns cache with the specified expired policy set.
withExpiryPolicy(ExpiryPolicy) - Method in class org.apache.ignite.springdata.proxy.IgniteCacheProxyImpl
Returns cache with the specified expired policy set.
C D G I O P Q R S W 
Skip navigation links

2019 Copyright © Apache Software Foundation
Ignite Database and Caching Platform :   ver. 8.9.23-p1
Release Date :   November 19 2025