| Package | Description |
|---|---|
| org.gridgain.grid.cache.datastructures |
Contains distributed data structures that work on top of in-memory data grid.
|
| org.gridgain.grid.kernal.processors.cache.datastructures |
| Modifier and Type | Method and Description |
|---|---|
<T,S> GridCacheAtomicStamped<T,S> |
GridCacheDataStructures.atomicStamped(String name,
T initVal,
S initStamp,
boolean create)
Will get a atomic stamped from cache and create one if it has not been created yet and
create flag
is true. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GridCacheAtomicStampedEx<T,S>
Atomic stamped managed by cache (
'Ex' stands for external). |
| Modifier and Type | Class and Description |
|---|---|
class |
GridCacheAtomicStampedImpl<T,S>
Cache atomic stamped implementation.
|
| Modifier and Type | Method and Description |
|---|---|
<T,S> GridCacheAtomicStamped<T,S> |
GridCacheDataStructuresManager.atomicStamped(String name,
T initVal,
S initStamp,
boolean create)
Gets an atomic stamped from cache or creates one if it's not cached.
|
<T,S> GridCacheAtomicStamped<T,S> |
GridCacheDataStructuresProxy.atomicStamped(String name,
T initVal,
S initStamp,
boolean create)
Will get a atomic stamped from cache and create one if it has not been created yet and
create flag
is true. |
<T,S> GridCacheAtomicStamped<T,S> |
GridCacheDataStructuresImpl.atomicStamped(String name,
T initVal,
S initStamp,
boolean create)
Will get a atomic stamped from cache and create one if it has not been created yet and
create flag
is true. |
Copyright © 2014. All rights reserved.