Package | Description |
---|---|
org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
Modifier and Type | Method and Description |
---|---|
<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 and
cfg is not
null . |
<T> IgniteSet<T> |
Ignite.set(String name,
CollectionConfiguration cfg)
Will get a named set from cache and create one if it has not been created yet and
cfg is not
null . |
<T1> IgniteSet<T1> |
IgniteSet.withKeepBinary()
Returns Ignite set that operates on binary objects without deserialization.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024