| Modifier and Type | Method and Description |
|---|---|
static GridCachePeekMode |
GridCachePeekMode.fromOrdinal(byte ord)
Efficiently gets enumerated value from its ordinal.
|
static GridCachePeekMode[] |
GridCacheUtils.peekFlags() |
static GridCachePeekMode |
GridCachePeekMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridCachePeekMode[] |
GridCachePeekMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
V |
GridCacheEntryEx.peek(GridCachePeekMode mode,
IgnitePredicate<javax.cache.Cache.Entry<K,V>>... filter)
Peeks into entry without loading value or updating statistics.
|
V |
GridCacheMapEntry.peek(GridCachePeekMode mode,
IgnitePredicate<javax.cache.Cache.Entry<K,V>>[] filter)
Peeks into entry without loading value or updating statistics.
|
GridTuple<V> |
GridCacheMapEntry.peek0(boolean failFast,
GridCachePeekMode mode,
IgnitePredicate<javax.cache.Cache.Entry<K,V>>[] filter,
IgniteInternalTx<K,V> tx) |
GridTuple<V> |
GridCacheEntryEx.peek0(boolean failFast,
GridCachePeekMode mode,
IgnitePredicate<javax.cache.Cache.Entry<K,V>>[] filter,
IgniteInternalTx<K,V> tx) |
protected GridTuple<V> |
GridCacheAdapter.peek0(boolean failFast,
K key,
GridCachePeekMode mode,
IgnitePredicate<javax.cache.Cache.Entry<K,V>>... filter) |
V |
GridCacheEntryEx.peekFailFast(GridCachePeekMode mode,
IgnitePredicate<javax.cache.Cache.Entry<K,V>>... filter)
Peeks into entry without loading value or updating statistics.
|
V |
GridCacheMapEntry.peekFailFast(GridCachePeekMode mode,
IgnitePredicate<javax.cache.Cache.Entry<K,V>>[] filter)
Peeks into entry without loading value or updating statistics.
|
| Modifier and Type | Method and Description |
|---|---|
V |
GridCacheEntryEx.peek(Collection<GridCachePeekMode> modes,
IgnitePredicate<javax.cache.Cache.Entry<K,V>>... filter)
Peeks into entry without loading value or updating statistics.
|
V |
GridCacheMapEntry.peek(Collection<GridCachePeekMode> modes,
IgnitePredicate<javax.cache.Cache.Entry<K,V>>[] filter)
Peeks into entry without loading value or updating statistics.
|
V |
GridCacheProjectionImpl.peek(K key,
Collection<GridCachePeekMode> modes)
Peeks at cached value using optional set of peek modes.
|
V |
CacheProjection.peek(K key,
Collection<GridCachePeekMode> modes)
Peeks at cached value using optional set of peek modes.
|
V |
GridCacheProxyImpl.peek(K key,
Collection<GridCachePeekMode> modes)
Peeks at cached value using optional set of peek modes.
|
V |
GridCacheAdapter.peek(K key,
Collection<GridCachePeekMode> modes)
Peeks at cached value using optional set of peek modes.
|
protected GridTuple<V> |
GridCacheAdapter.peek0(boolean failFast,
K key,
Collection<GridCachePeekMode> modes,
IgniteInternalTx<K,V> tx) |
protected V |
GridCacheAdapter.peek0(K key,
Collection<GridCachePeekMode> modes,
IgniteInternalTx<K,V> tx) |
protected Map<K,V> |
GridCacheAdapter.peekAll0(Collection<? extends K> keys,
Collection<GridCachePeekMode> modes,
IgniteInternalTx<K,V> tx,
Collection<K> skipped) |
| Modifier and Type | Method and Description |
|---|---|
V |
GridDhtAtomicCache.peek(K key,
Collection<GridCachePeekMode> modes)
Peeks at cached value using optional set of peek modes.
|
| Modifier and Type | Method and Description |
|---|---|
V |
GridDhtColocatedCache.peek(K key,
Collection<GridCachePeekMode> modes)
Peeks at cached value using optional set of peek modes.
|
| Modifier and Type | Method and Description |
|---|---|
V |
GridNearCacheAdapter.peek(K key,
Collection<GridCachePeekMode> modes)
Peeks at cached value using optional set of peek modes.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC1 Release Date : February 17 2015