Package | Description |
---|---|
org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
org.apache.ignite.cache.hibernate |
Contains implementation of Hibernate L2 cache.
|
Modifier and Type | Method and Description |
---|---|
CacheEntry<K,V> |
IgniteCache.getEntry(K key)
Gets an entry from the cache.
|
Modifier and Type | Method and Description |
---|---|
Collection<CacheEntry<K,V>> |
IgniteCache.getEntries(Set<? extends K> keys)
Gets a collection of entries from the
Cache . |
IgniteFuture<Collection<CacheEntry<K,V>>> |
IgniteCache.getEntriesAsync(Set<? extends K> keys)
Asynchronously gets a collection of entries from the
Cache . |
IgniteFuture<CacheEntry<K,V>> |
IgniteCache.getEntryAsync(K key)
Asynchronously gets an entry from the cache.
|
Modifier and Type | Method and Description |
---|---|
@Nullable CacheEntry |
HibernateCacheProxy.getEntry(Object key)
Retrieves value mapped to the specified key from cache.
|
Modifier and Type | Method and Description |
---|---|
Collection<CacheEntry<Object,Object>> |
HibernateCacheProxy.getEntries(@Nullable Collection keys)
Retrieves values mapped to the specified keys from cache.
|
org.apache.ignite.internal.IgniteInternalFuture<Collection<CacheEntry<Object,Object>>> |
HibernateCacheProxy.getEntriesAsync(@Nullable Collection keys)
Asynchronously retrieves values mapped to the specified keys from cache.
|
org.apache.ignite.internal.IgniteInternalFuture<CacheEntry<Object,Object>> |
HibernateCacheProxy.getEntryAsync(Object key)
Asynchronously retrieves value mapped to the specified key from cache.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024