Package | Description |
---|---|
org.apache.ignite.springdata.proxy |
Contains classes that provide client-independent access to the Ignite operations required by Spring Data.
|
org.apache.ignite.springdata22.repository.query |
Package includes classes that integrates with Apache Ignite SQL engine.
|
org.apache.ignite.springdata22.repository.support |
Package contains supporting files required by Spring Data framework.
|
Modifier and Type | Class and Description |
---|---|
class |
IgniteCacheClientProxy<K,V>
Implementation of
IgniteCacheProxy that provides access to Ignite cache through ClientCache instance. |
class |
IgniteCacheProxyImpl<K,V>
Implementation of
IgniteCacheProxy that provides access to Ignite cache through IgniteCache instance. |
Modifier and Type | Method and Description |
---|---|
<K,V> IgniteCacheProxy<K,V> |
IgniteClientProxy.cache(String name)
Gets cache with the given name.
|
<K,V> IgniteCacheProxy<K,V> |
IgniteProxyImpl.cache(String name)
Gets cache with the given name.
|
<K,V> IgniteCacheProxy<K,V> |
IgniteProxy.cache(String name)
Gets cache with the given name.
|
<K,V> IgniteCacheProxy<K,V> |
IgniteClientProxy.getOrCreateCache(String name)
Gets existing cache with the given name or creates new one.
|
<K,V> IgniteCacheProxy<K,V> |
IgniteProxyImpl.getOrCreateCache(String name)
Gets existing cache with the given name or creates new one.
|
<K,V> IgniteCacheProxy<K,V> |
IgniteProxy.getOrCreateCache(String name)
Gets existing cache with the given name or creates new one.
|
IgniteCacheProxy<K,V> |
IgniteCacheProxy.withExpiryPolicy(javax.cache.expiry.ExpiryPolicy expirePlc)
Returns cache with the specified expired policy set.
|
IgniteCacheProxy<K,V> |
IgniteCacheClientProxy.withExpiryPolicy(javax.cache.expiry.ExpiryPolicy expirePlc)
Returns cache with the specified expired policy set.
|
IgniteCacheProxy<K,V> |
IgniteCacheProxyImpl.withExpiryPolicy(javax.cache.expiry.ExpiryPolicy expirePlc)
Returns cache with the specified expired policy set.
|
Constructor and Description |
---|
IgniteRepositoryQuery(org.springframework.data.repository.core.RepositoryMetadata metadata,
@Nullable IgniteQuery staticQuery,
Method mtd,
org.springframework.data.projection.ProjectionFactory factory,
IgniteCacheProxy<?,?> cache,
@Nullable DynamicQueryConfig staticQueryConfiguration,
org.springframework.data.repository.query.QueryMethodEvaluationContextProvider queryMethodEvaluationContextProvider)
Instantiates a new Ignite repository query.
|
Constructor and Description |
---|
IgniteRepositoryImpl(IgniteProxy ignite,
IgniteCacheProxy<K,V> cache)
Repository constructor.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024