Collection<CacheEntry<K,V>> |
GatewayProtectedCacheProxy.getEntries(Set<? extends K> keys) |
Gets a collection of entries from the 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>> |
IgniteCacheProxyImpl.getEntries(Set<? extends K> keys) |
Gets a collection of entries from the Cache.
|
Collection<CacheEntry<K,V>> |
IgniteInternalCache.getEntries(@Nullable Collection<? extends K> keys) |
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.
|
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>>> |
IgniteCacheProxyImpl.getEntriesAsync(Set<? extends K> keys) |
Asynchronously 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.
|
IgniteFuture<CacheEntry<K,V>> |
GatewayProtectedCacheProxy.getEntryAsync(K key) |
Asynchronously gets an entry from the 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.
|
IgniteInternalFuture<CacheEntry<K,V>> |
IgniteInternalCache.getEntryAsync(K key) |
Asynchronously retrieves value mapped to the specified key from cache.
|