| 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 |
|---|---|
GridCacheCountDownLatch |
GridCacheDataStructures.countDownLatch(String name,
int cnt,
boolean autoDel,
boolean create)
Gets or creates count down latch.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GridCacheCountDownLatchEx
Grid cache count down latch (
'Ex' stands for external). |
| Modifier and Type | Class and Description |
|---|---|
class |
GridCacheCountDownLatchImpl
Cache count down latch implementation.
|
| Modifier and Type | Method and Description |
|---|---|
GridCacheCountDownLatch |
GridCacheDataStructuresManager.countDownLatch(String name,
int cnt,
boolean autoDel,
boolean create)
Gets or creates count down latch.
|
GridCacheCountDownLatch |
GridCacheDataStructuresProxy.countDownLatch(String name,
int cnt,
boolean autoDel,
boolean create)
Gets or creates count down latch.
|
GridCacheCountDownLatch |
GridCacheDataStructuresImpl.countDownLatch(String name,
int cnt,
boolean autoDel,
boolean create)
Gets or creates count down latch.
|
Copyright © 2014. All rights reserved.