Package | Description |
---|---|
org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
Modifier and Type | Method and Description |
---|---|
<T> @Nullable IgniteQueue<T> |
IgniteSpringBean.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 . |
<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 . |
<V1> IgniteQueue<V1> |
IgniteQueue.withKeepBinary()
Returns queue that will operate with binary objects.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024