@GridToStringExclude public class GridCacheGateway<K,V> extends Object
| Constructor and Description |
|---|
GridCacheGateway(GridCacheContext<K,V> ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
enter()
Enter a cache call.
|
GridCacheProjectionImpl<K,V> |
enter(GridCacheProjectionImpl<K,V> prj) |
void |
leave()
Leave a cache call entered by
enter() method. |
void |
leave(GridCacheProjectionImpl<K,V> prev) |
public GridCacheGateway(GridCacheContext<K,V> ctx)
ctx - Cache context.public void enter()
public void leave()
enter() method.@Nullable public GridCacheProjectionImpl<K,V> enter(@Nullable GridCacheProjectionImpl<K,V> prj)
prj - Projection to guard.public void leave(GridCacheProjectionImpl<K,V> prev)
prev - Previous.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC3 Release Date : March 24 2015