| Modifier and Type | Method and Description |
|---|---|
GridCacheProjectionImpl<K,V> |
GridCacheGateway.enter(GridCacheProjectionImpl<K,V> prj) |
GridCacheProjectionImpl<K,V> |
GridCacheProxyImpl.gateProjection() |
GridCacheProjectionImpl<K,V> |
GridCacheContext.projectionPerCall()
Gets thread local projection.
|
| Modifier and Type | Method and Description |
|---|---|
GridCacheProjectionImpl<K,V> |
GridCacheGateway.enter(GridCacheProjectionImpl<K,V> prj) |
void |
GridCacheGateway.leave(GridCacheProjectionImpl<K,V> prev) |
| Constructor and Description |
|---|
GridCacheEntryImpl(GridCacheProjectionImpl<K,V> prj,
GridCacheContext<K,V> ctx,
K key,
GridCacheEntryEx<K,V> cached) |
GridCacheProxyImpl(GridCacheContext<K,V> ctx,
GridCacheProjectionEx<K,V> delegate,
GridCacheProjectionImpl<K,V> prj) |
| Constructor and Description |
|---|
GridPartitionedCacheEntryImpl(GridCacheProjectionImpl<K,V> nearPrj,
GridCacheContext<K,V> ctx,
K key,
GridCacheEntryEx<K,V> cached) |
| Constructor and Description |
|---|
GridDhtCacheEntryImpl(GridCacheProjectionImpl<K,V> nearPrj,
GridCacheContext<K,V> ctx,
K key,
GridCacheEntryEx<K,V> cached) |
| Constructor and Description |
|---|
GridCacheQueriesImpl(GridCacheContext<K,V> ctx,
GridCacheProjectionImpl<K,V> prj) |
GridCacheQueriesProxy(GridCacheContext<K,V> ctx,
GridCacheProjectionImpl<K,V> prj,
GridCacheQueriesEx<K,V> delegate)
Create cache queries implementation.
|
Copyright © 2014. All rights reserved.