| Package | Description |
|---|---|
| org.apache.ignite.internal |
Contains main implementation.
|
| org.apache.ignite.internal.processors.cache |
This package contain cache-related processors & persistence implementation.
|
| org.apache.ignite.internal.processors.rest.request |
REST requests.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteInternalFuture<?> |
IgniteKernal.getOrCreateCacheAsync(String cacheName,
String templateName,
CacheConfigurationOverride cfgOverride,
boolean checkThreadTx) |
| Modifier and Type | Method and Description |
|---|---|
CacheConfigurationOverride |
CacheConfigurationOverride.backups(Integer backups) |
CacheConfigurationOverride |
CacheConfigurationOverride.cacheGroup(String grpName) |
CacheConfigurationOverride |
CacheConfigurationOverride.dataRegion(String dataRegName) |
CacheConfigurationOverride |
CacheConfigurationOverride.mode(CacheMode mode) |
CacheConfigurationOverride |
CacheConfigurationOverride.writeSynchronizationMode(CacheWriteSynchronizationMode writeSync) |
| Modifier and Type | Method and Description |
|---|---|
IgniteInternalFuture<?> |
GridCacheProcessor.getOrCreateFromTemplate(String cacheName,
String templateName,
CacheConfigurationOverride cfgOverride,
boolean checkThreadTx)
Dynamically starts cache using template configuration.
|
| Modifier and Type | Method and Description |
|---|---|
CacheConfigurationOverride |
GridRestCacheRequest.configuration() |
| Modifier and Type | Method and Description |
|---|---|
void |
GridRestCacheRequest.configuration(CacheConfigurationOverride cfg) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020