| Package | Description |
|---|---|
| org.apache.ignite.cache |
Contains main Data Grid APIs.
|
| org.apache.ignite.configuration | |
| org.apache.ignite.internal.cluster | |
| org.apache.ignite.internal.processors.cache | |
| org.apache.ignite.internal.util |
System-wide utility routine and helper classes.
|
| org.apache.ignite.internal.visor.cache |
| Modifier and Type | Method and Description |
|---|---|
static CacheDistributionMode |
CacheDistributionMode.fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
static CacheDistributionMode |
CacheDistributionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheDistributionMode[] |
CacheDistributionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
static CacheDistributionMode |
CacheConfiguration.DFLT_DISTRIBUTION_MODE
Default value for cache distribution mode.
|
| Modifier and Type | Method and Description |
|---|---|
CacheDistributionMode |
CacheConfiguration.getDistributionMode()
Gets cache distribution mode.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CacheConfiguration.setDistributionMode(CacheDistributionMode distro)
Sets cache distribution mode.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterGroup |
ClusterGroupEx.forCacheNodes(String cacheName,
Set<CacheDistributionMode> distributionModes) |
ClusterGroup |
ClusterGroupAdapter.forCacheNodes(String cacheName,
Set<CacheDistributionMode> distributionModes) |
| Modifier and Type | Method and Description |
|---|---|
static CacheDistributionMode |
GridCacheUtils.distributionMode(CacheConfiguration cfg)
Gets default partitioned cache mode.
|
CacheDistributionMode |
GridCacheAttributes.partitionedTaxonomy() |
| Modifier and Type | Method and Description |
|---|---|
static CacheDistributionMode |
IgniteUtils.distributionMode(ClusterNode n,
String cacheName)
Gets cache distribution mode on given node or
null if cache is not
present on given node. |
| Modifier and Type | Method and Description |
|---|---|
CacheDistributionMode |
VisorCacheConfiguration.distributionMode() |
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC3 Release Date : March 24 2015