| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.cache |
This package contain cache-related processors & persistence implementation.
|
| org.apache.ignite.spi.systemview.view |
Contains
SystemView clases that exists in Ignite. |
| Modifier and Type | Method and Description |
|---|---|
CacheType |
CacheData.cacheType() |
CacheType |
CacheJoinNodeDiscoveryData.CacheInfo.cacheType() |
CacheType |
DynamicCacheDescriptor.cacheType() |
CacheType |
DynamicCacheChangeRequest.cacheType() |
CacheType |
GridCacheProcessor.cacheType(String cacheName) |
static CacheType |
CacheType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheType[] |
CacheType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DynamicCacheChangeRequest.cacheType(CacheType cacheType) |
IgniteInternalFuture<Boolean> |
GridCacheProcessor.dynamicStartCache(@Nullable CacheConfiguration ccfg,
String cacheName,
@Nullable NearCacheConfiguration nearCfg,
CacheType cacheType,
boolean sql,
boolean failIfExists,
boolean failIfNotStarted,
boolean checkThreadTx)
Dynamically starts cache.
|
| Modifier and Type | Method and Description |
|---|---|
CacheType |
CacheView.cacheType() |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020