| Modifier and Type | Method and Description |
|---|---|
static GridCachePeekMode |
GridCachePeekMode.fromOrdinal(byte ord)
Efficiently gets enumerated value from its ordinal.
|
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 |
GridCacheEntry.peek(Collection<GridCachePeekMode> modes)
This method has the same semantic as
GridCacheProjection.peek(Object, Collection) method. |
V |
GridCacheProjection.peek(K key,
Collection<GridCachePeekMode> modes)
Peeks at cached value using optional set of peek modes.
|
| Modifier and Type | Field and Description |
|---|---|
static List<GridCachePeekMode> |
GridCacheEntryImpl.MODES_SMART
Collection of one peek mode to avoid collection creation.
|
| Modifier and Type | Method and Description |
|---|---|
GridCachePeekMode[] |
GridCacheContext.excludePeekModes(GridCachePeekMode[] modes)
Force peek mode excludes for current thread.
|
static GridCachePeekMode[] |
GridCacheUtils.peekFlags() |
GridCachePeekMode[] |
GridCacheContext.peekModeExcludes() |
| Modifier and Type | Method and Description |
|---|---|
GridCachePeekMode[] |
GridCacheContext.excludePeekModes(GridCachePeekMode[] modes)
Force peek mode excludes for current thread.
|
V |
GridCacheEntryEx.peek(GridCachePeekMode mode,
GridPredicate<GridCacheEntry<K,V>>... filter)
Peeks into entry without loading value or updating statistics.
|
V |
GridCacheMapEntry.peek(GridCachePeekMode mode,
GridPredicate<GridCacheEntry<K,V>>[] filter)
Peeks into entry without loading value or updating statistics.
|
GridTuple<V> |
GridCacheMapEntry.peek0(boolean failFast,
GridCachePeekMode mode,
GridPredicate<GridCacheEntry<K,V>>[] filter,
GridCacheTxEx<K,V> tx) |
GridTuple<V> |
GridCacheEntryEx.peek0(boolean failFast,
GridCachePeekMode mode,
GridPredicate<GridCacheEntry<K,V>>[] filter,
GridCacheTxEx<K,V> tx) |
protected GridTuple<V> |
GridCacheAdapter.peek0(boolean failFast,
K key,
GridCachePeekMode mode,
GridPredicate<GridCacheEntry<K,V>>... filter) |
V |
GridCacheEntryEx.peekFailFast(GridCachePeekMode mode,
GridPredicate<GridCacheEntry<K,V>>... filter)
Peeks into entry without loading value or updating statistics.
|
V |
GridCacheMapEntry.peekFailFast(GridCachePeekMode mode,
GridPredicate<GridCacheEntry<K,V>>[] filter)
Peeks into entry without loading value or updating statistics.
|
boolean |
GridCacheContext.peekModeExcluded(GridCachePeekMode mode) |
| Modifier and Type | Method and Description |
|---|---|
V |
GridCacheEvictionEntry.peek(Collection<GridCachePeekMode> modes)
This method has the same semantic as
GridCacheProjection.peek(Object, Collection) method. |
V |
GridCacheEntryImpl.peek(Collection<GridCachePeekMode> modes)
This method has the same semantic as
GridCacheProjection.peek(Object, Collection) method. |
V |
GridCacheFilterEvaluationEntry.peek(Collection<GridCachePeekMode> modes)
This method has the same semantic as
GridCacheProjection.peek(Object, Collection) method. |
V |
GridCacheEntryEx.peek(Collection<GridCachePeekMode> modes,
GridPredicate<GridCacheEntry<K,V>>... filter)
Peeks into entry without loading value or updating statistics.
|
V |
GridCacheMapEntry.peek(Collection<GridCachePeekMode> modes,
GridPredicate<GridCacheEntry<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 |
GridCacheAdapter.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.
|
protected GridTuple<V> |
GridCacheAdapter.peek0(boolean failFast,
K key,
Collection<GridCachePeekMode> modes,
GridCacheTxEx<K,V> tx) |
protected V |
GridCacheAdapter.peek0(K key,
Collection<GridCachePeekMode> modes,
GridCacheTxEx<K,V> tx) |
protected Map<K,V> |
GridCacheAdapter.peekAll0(Collection<? extends K> keys,
Collection<GridCachePeekMode> modes,
GridCacheTxEx<K,V> tx,
Collection<K> skipped) |
| Modifier and Type | Method and Description |
|---|---|
V |
GridPartitionedCacheEntryImpl.peek(Collection<GridCachePeekMode> modes)
This method has the same semantic as
GridCacheProjection.peek(Object, Collection) method. |
| Modifier and Type | Method and Description |
|---|---|
V |
GridDhtCacheEntryImpl.peek(Collection<GridCachePeekMode> modes)
This method has the same semantic as
GridCacheProjection.peek(Object, Collection) method. |
| 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.
|
Copyright © 2014. All rights reserved.