Uses of Interface
org.apache.ignite.IgniteQueue
-
Packages that use IgniteQueue Package Description org.apache.ignite Contains entry-point Ignite & HPC APIs. -
-
Uses of IgniteQueue in org.apache.ignite
Methods in org.apache.ignite that return IgniteQueue Modifier and Type Method Description <T> IgniteQueue<T>
Ignite. queue(String name, int cap, @Nullable CollectionConfiguration cfg)
Will get a named queue from cache and create one if it has not been created yet andcfg
is notnull
.<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 andcfg
is notnull
.<V1> IgniteQueue<V1>
IgniteQueue. withKeepBinary()
Returns queue that will operate with binary objects.
-