| Package | Description |
|---|---|
| org.apache.ignite.configuration |
Contains configuration-related classes.
|
| org.apache.ignite.internal |
Contains main implementation.
|
| org.apache.ignite.internal.processors.cache | |
| org.apache.ignite.plugin |
Contains plugins management API.
|
| Modifier and Type | Method and Description |
|---|---|
CachePluginConfiguration[] |
CacheConfiguration.getPluginConfigurations()
Gets array of cache plugin configurations.
|
| Modifier and Type | Method and Description |
|---|---|
CacheConfiguration |
CacheConfiguration.setPluginConfigurations(CachePluginConfiguration... pluginCfgs)
Sets cache plugin configurations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridCachePluginContext<C extends CachePluginConfiguration>
Cache plugin context.
|
| Constructor and Description |
|---|
GridCachePluginContext(GridKernalContext ctx,
CacheConfiguration igniteCacheCfg,
CachePluginConfiguration cachePluginCfg) |
| Modifier and Type | Method and Description |
|---|---|
static <C extends CachePluginConfiguration> |
GridCacheUtils.cachePluginConfiguration(CacheConfiguration cfg,
Class<C> cl) |
static <T extends CachePluginConfiguration> |
GridCacheUtils.cachePluginConfigurations(IgniteConfiguration cfg,
Class<T> cls) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CachePluginContext<C extends CachePluginConfiguration>
Cache plugin context.
|
interface |
CachePluginProvider<C extends CachePluginConfiguration>
Cache plugin provider is a point for processing of properties
which provide specific
CachePluginConfiguration. |
Follow @ApacheIgnite
Ignite Fabric : ver. 1.2.0-incubating Release Date : June 16 2015