| 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> GridCacheQueue<T> |
GridCacheDataStructures.queue(String name,
int cap,
boolean collocated,
boolean create)
Will get a named queue from cache and create one if it has not been created yet and
create flag
is true. |
| Modifier and Type | Class and Description |
|---|---|
class |
GridAtomicCacheQueueImpl<T>
GridCacheQueue implementation using atomic cache. |
class |
GridCacheQueueAdapter<T>
Common code for
GridCacheQueue implementation. |
class |
GridCacheQueueProxy<T>
Cache queue proxy.
|
class |
GridTransactionalCacheQueueImpl<T>
GridCacheQueue implementation using transactional cache. |
| Modifier and Type | Method and Description |
|---|---|
<T> GridCacheQueue<T> |
GridCacheDataStructuresManager.queue(String name,
int cap,
boolean colloc,
boolean create)
Gets a queue from cache or creates one if it's not cached.
|
<T> GridCacheQueue<T> |
GridCacheDataStructuresProxy.queue(String name,
int cap,
boolean collocated,
boolean create)
Will get a named queue from cache and create one if it has not been created yet and
create flag
is true. |
<T> GridCacheQueue<T> |
GridCacheDataStructuresImpl.queue(String name,
int cap,
boolean collocated,
boolean create)
Will get a named queue from cache and create one if it has not been created yet and
create flag
is true. |
Copyright © 2014. All rights reserved.