| 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 |
|---|---|
CacheObject |
GridCacheEntryEx.peek(GridCachePeekMode mode,
CacheEntryPredicate... filter)
Peeks into entry without loading value or updating statistics.
|
CacheObject |
GridCacheMapEntry.peek(GridCachePeekMode mode,
CacheEntryPredicate[] filter)
Peeks into entry without loading value or updating statistics.
|
GridTuple<CacheObject> |
GridCacheEntryEx.peek0(boolean failFast,
GridCachePeekMode mode,
CacheEntryPredicate[] filter,
IgniteInternalTx tx) |
GridTuple<CacheObject> |
GridCacheMapEntry.peek0(boolean failFast,
GridCachePeekMode mode,
CacheEntryPredicate[] filter,
IgniteInternalTx tx) |
protected GridTuple<V> |
GridCacheAdapter.peek0(boolean failFast,
K key,
GridCachePeekMode mode,
CacheEntryPredicate... filter) |
| Modifier and Type | Method and Description |
|---|---|
CacheObject |
GridCacheEntryEx.peek(Collection<GridCachePeekMode> modes,
CacheEntryPredicate... filter)
Peeks into entry without loading value or updating statistics.
|
CacheObject |
GridCacheMapEntry.peek(Collection<GridCachePeekMode> modes,
CacheEntryPredicate[] filter)
Peeks into entry without loading value or updating statistics.
|
V |
CacheProjection.peek(K key,
Collection<GridCachePeekMode> modes)
Peeks at cached value using optional set of peek modes.
|
V |
GridCacheProjectionImpl.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 tx) |
protected V |
GridCacheAdapter.peek0(K key,
Collection<GridCachePeekMode> modes,
IgniteInternalTx tx) |
protected Map<K,V> |
GridCacheAdapter.peekAll0(Collection<? extends K> keys,
Collection<GridCachePeekMode> modes,
IgniteInternalTx 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-RC3 Release Date : March 24 2015