Uses of Interface
org.apache.ignite.IgniteSet
-
Packages that use IgniteSet Package Description org.apache.ignite Contains entry-point Ignite & HPC APIs. -
-
Uses of IgniteSet in org.apache.ignite
Methods in org.apache.ignite that return IgniteSet Modifier and Type Method Description <T> IgniteSet<T>
Ignite. set(String name, @Nullable CollectionConfiguration cfg)
Will get a named set from cache and create one if it has not been created yet andcfg
is notnull
.<T> @Nullable IgniteSet<T>
IgniteSpringBean. set(String name, CollectionConfiguration cfg)
Will get a named set from cache and create one if it has not been created yet andcfg
is notnull
.<T1> IgniteSet<T1>
IgniteSet. withKeepBinary()
Returns Ignite set that operates on binary objects without deserialization.
-