| 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 |
|---|---|
GridCacheAtomicLong |
GridCacheDataStructures.atomicLong(String name,
long initVal,
boolean create)
Will get a atomic long from cache and create one if it has not been created yet and
create flag
is true. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GridCacheAtomicLongEx
Atomic managed by cache (
'Ex' stands for external). |
| Modifier and Type | Class and Description |
|---|---|
class |
GridCacheAtomicLongImpl
Cache atomic long implementation.
|
| Modifier and Type | Method and Description |
|---|---|
GridCacheAtomicLong |
GridCacheDataStructuresManager.atomicLong(String name,
long initVal,
boolean create)
Gets an atomic long from cache or creates one if it's not cached.
|
GridCacheAtomicLong |
GridCacheDataStructuresProxy.atomicLong(String name,
long initVal,
boolean create)
Will get a atomic long from cache and create one if it has not been created yet and
create flag
is true. |
GridCacheAtomicLong |
GridCacheDataStructuresImpl.atomicLong(String name,
long initVal,
boolean create)
Will get a atomic long from cache and create one if it has not been created yet and
create flag
is true. |
Copyright © 2014. All rights reserved.