| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.cache |
| Modifier and Type | Method and Description |
|---|---|
GridCacheMapEntryFactory |
GridCacheConcurrentMap.getEntryFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
GridCacheConcurrentMap.setEntryFactory(GridCacheMapEntryFactory factory)
Sets factory for entries.
|
| Constructor and Description |
|---|
GridCacheConcurrentMap(GridCacheContext ctx,
int initCap,
GridCacheMapEntryFactory factory)
Creates a new, empty map with the specified initial capacity
and load factor and with the default concurrencyLevel (16).
|
GridCacheConcurrentMap(GridCacheContext ctx,
int initCap,
GridCacheMapEntryFactory factory,
float loadFactor,
int concurrencyLevel)
Creates a new, empty map with the specified initial
capacity, load factor and concurrency level.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 1.5.0-b1 Release Date : December 1 2015