| Package | Description |
|---|---|
| org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
| org.apache.ignite.internal.processors.cache |
This package contain cache-related processors & persistence implementation.
|
| 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 | Class and Description |
|---|---|
class |
CacheEntryImplEx<K,V> |
| Modifier and Type | Method and Description |
|---|---|
CacheEntry<K,V> |
GatewayProtectedCacheProxy.getEntry(K key)
Gets an entry from the cache.
|
@Nullable CacheEntry<K,V> |
IgniteInternalCache.getEntry(K key)
Retrieves value mapped to the specified key from cache.
|
@Nullable CacheEntry<K,V> |
GridCacheAdapter.getEntry(K key)
Retrieves value mapped to the specified key from cache.
|
@Nullable CacheEntry<K,V> |
GridCacheProxyImpl.getEntry(K key)
Retrieves value mapped to the specified key from cache.
|
CacheEntry<K,V> |
IgniteCacheProxyImpl.getEntry(K key)
Gets an entry from the cache.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<CacheEntry<K,V>> |
IgniteInternalCache.getEntries(@Nullable Collection<? extends K> keys)
Retrieves values mapped to the specified keys from cache.
|
Collection<CacheEntry<K,V>> |
GridCacheAdapter.getEntries(@Nullable Collection<? extends K> keys)
Retrieves values mapped to the specified keys from cache.
|
Collection<CacheEntry<K,V>> |
GridCacheProxyImpl.getEntries(@Nullable Collection<? extends K> keys)
Retrieves values mapped to the specified keys from cache.
|
Collection<CacheEntry<K,V>> |
GatewayProtectedCacheProxy.getEntries(Set<? extends K> keys)
Gets a collection of entries from the
Cache. |
Collection<CacheEntry<K,V>> |
IgniteCacheProxyImpl.getEntries(Set<? extends K> keys)
Gets a collection of entries from the
Cache. |
IgniteInternalFuture<Collection<CacheEntry<K,V>>> |
IgniteInternalCache.getEntriesAsync(@Nullable Collection<? extends K> keys)
Asynchronously retrieves values mapped to the specified keys from cache.
|
IgniteInternalFuture<Collection<CacheEntry<K,V>>> |
GridCacheAdapter.getEntriesAsync(@Nullable Collection<? extends K> keys)
Asynchronously retrieves values mapped to the specified keys from cache.
|
IgniteInternalFuture<Collection<CacheEntry<K,V>>> |
GridCacheProxyImpl.getEntriesAsync(@Nullable Collection<? extends K> keys)
Asynchronously retrieves values mapped to the specified keys from cache.
|
IgniteFuture<Collection<CacheEntry<K,V>>> |
GatewayProtectedCacheProxy.getEntriesAsync(Set<? extends K> keys)
Asynchronously gets a collection of entries from the
Cache. |
IgniteFuture<Collection<CacheEntry<K,V>>> |
IgniteCacheProxyImpl.getEntriesAsync(Set<? extends K> keys)
Asynchronously gets a collection of entries from the
Cache. |
IgniteFuture<CacheEntry<K,V>> |
GatewayProtectedCacheProxy.getEntryAsync(K key)
Asynchronously gets an entry from the cache.
|
IgniteInternalFuture<CacheEntry<K,V>> |
IgniteInternalCache.getEntryAsync(K key)
Asynchronously retrieves value mapped to the specified key from cache.
|
IgniteInternalFuture<CacheEntry<K,V>> |
GridCacheAdapter.getEntryAsync(K key)
Asynchronously retrieves value mapped to the specified key from cache.
|
IgniteInternalFuture<CacheEntry<K,V>> |
GridCacheProxyImpl.getEntryAsync(K key)
Asynchronously retrieves value mapped to the specified key from cache.
|
IgniteFuture<CacheEntry<K,V>> |
IgniteCacheProxyImpl.getEntryAsync(K key)
Asynchronously gets an entry from the cache.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021