| Package | Description |
|---|---|
| org.apache.ignite.cache |
Contains main Data Grid APIs.
|
| org.apache.ignite.client |
Contains Ignite Thin Client API classes.
|
| org.apache.ignite.configuration |
Contains configuration-related classes.
|
| org.apache.ignite.internal.processors.cache |
This package contain cache-related processors & persistence implementation.
|
| org.apache.ignite.internal.visor.node |
| Modifier and Type | Method and Description |
|---|---|
CacheKeyConfiguration |
CacheKeyConfiguration.setAffinityKeyFieldName(String affKeyFieldName)
Sets affinity key field name.
|
CacheKeyConfiguration |
CacheKeyConfiguration.setTypeName(String typeName) |
| Modifier and Type | Method and Description |
|---|---|
CacheKeyConfiguration[] |
ClientCacheConfiguration.getKeyConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ClientCacheConfiguration |
ClientCacheConfiguration.setKeyConfiguration(CacheKeyConfiguration... newVal) |
| Modifier and Type | Method and Description |
|---|---|
CacheKeyConfiguration[] |
IgniteConfiguration.getCacheKeyConfiguration()
Gets cache key configuration.
|
CacheKeyConfiguration[] |
CacheConfiguration.getKeyConfiguration()
Gets cache key configuration.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteConfiguration |
IgniteConfiguration.setCacheKeyConfiguration(CacheKeyConfiguration... cacheKeyCfg)
Sets cache key configuration.
|
CacheConfiguration<K,V> |
CacheConfiguration.setKeyConfiguration(CacheKeyConfiguration... cacheKeyCfg)
Sets cache key configuration.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,String> |
GridCacheUtils.validateKeyConfigiration(String groupName,
String cacheName,
CacheKeyConfiguration[] cacheKeyCfgs,
IgniteLogger log,
boolean fail)
Validate affinity key configurations.
|
static void |
GridCacheUtils.validateKeyConfigiration(String groupName,
String cacheName,
UUID rmtNodeId,
CacheKeyConfiguration[] rmtCacheKeyCfgs,
CacheKeyConfiguration[] locCacheKeyCfgs,
IgniteLogger log,
boolean fail)
Validate and compare affinity key configurations.
|
static void |
GridCacheUtils.validateKeyConfigiration(String groupName,
String cacheName,
UUID rmtNodeId,
CacheKeyConfiguration[] rmtCacheKeyCfgs,
CacheKeyConfiguration[] locCacheKeyCfgs,
IgniteLogger log,
boolean fail)
Validate and compare affinity key configurations.
|
| Constructor and Description |
|---|
CacheDefaultBinaryAffinityKeyMapper(@Nullable CacheKeyConfiguration[] cacheKeyCfgs)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static List<VisorCacheKeyConfiguration> |
VisorCacheKeyConfiguration.list(CacheKeyConfiguration[] cfgs)
Construct data transfer object for cache key configurations properties.
|
| Constructor and Description |
|---|
VisorCacheKeyConfiguration(CacheKeyConfiguration src)
Create data transfer object for cache key configuration.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021