Package | Description |
---|---|
org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
org.apache.ignite.internal |
Contains main implementation.
|
org.apache.ignite.internal.processors.datastructures |
Modifier and Type | Method and Description |
---|---|
<T> IgniteQueue<T> |
Ignite.queue(String name,
int cap,
CollectionConfiguration cfg)
Will get a named queue from cache and create one if it has not been created yet and
cfg is not
null . |
Modifier and Type | Method and Description |
---|---|
<T> IgniteQueue<T> |
IgniteKernal.queue(String name,
int cap,
CollectionConfiguration cfg)
Will get a named queue from cache and create one if it has not been created yet and
cfg is not
null . |
Modifier and Type | Class and Description |
---|---|
class |
GridAtomicCacheQueueImpl<T>
IgniteQueue implementation using atomic cache. |
class |
GridCacheQueueAdapter<T>
Common code for
IgniteQueue implementation. |
class |
GridCacheQueueProxy<T>
Cache queue proxy.
|
class |
GridTransactionalCacheQueueImpl<T>
IgniteQueue implementation using transactional cache. |
Modifier and Type | Method and Description |
---|---|
<T> IgniteQueue<T> |
DataStructuresProcessor.queue(String name,
int cap,
CollectionConfiguration cfg)
Gets a queue from cache or creates one if it's not cached.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0 Release Date : March 31 2015