Package | Description |
---|---|
org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
org.apache.ignite.configuration |
Contains configuration-related classes.
|
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,
@Nullable 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> @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,
@Nullable CollectionConfiguration cfg)
Will get a named set from cache and create one if it has not been created yet and
cfg is not
null . |
Modifier and Type | Method and Description |
---|---|
CollectionConfiguration |
CollectionConfiguration.setAtomicityMode(CacheAtomicityMode atomicityMode) |
CollectionConfiguration |
CollectionConfiguration.setBackups(int backups) |
CollectionConfiguration |
CollectionConfiguration.setCacheMode(CacheMode cacheMode) |
CollectionConfiguration |
CollectionConfiguration.setCollocated(boolean collocated) |
CollectionConfiguration |
CollectionConfiguration.setGroupName(String grpName) |
CollectionConfiguration |
CollectionConfiguration.setNodeFilter(IgnitePredicate<ClusterNode> nodeFilter) |
CollectionConfiguration |
CollectionConfiguration.setOffHeapMaxMemory(long offHeapMaxMemory) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019