Package | Description |
---|---|
org.apache.ignite.internal.util |
System-wide utility routine and helper classes.
|
org.jsr166 |
Package contains classes that from JSR166.
|
Constructor and Description |
---|
GridBoundedConcurrentLinkedHashMap(int max,
int initCap,
float loadFactor,
int concurLvl,
ConcurrentLinkedHashMap.QueuePolicy qPlc)
Creates a new, empty map with the specified initial
capacity, load factor and concurrency level.
|
GridBoundedConcurrentLinkedHashSet(int max,
int initCap,
float loadFactor,
int concurLvl,
ConcurrentLinkedHashMap.QueuePolicy qPlc)
Creates a new, empty set with the specified initial
capacity, load factor and concurrency level.
|
Modifier and Type | Method and Description |
---|---|
ConcurrentLinkedHashMap.QueuePolicy |
ConcurrentLinkedHashMap.policy() |
static ConcurrentLinkedHashMap.QueuePolicy |
ConcurrentLinkedHashMap.QueuePolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConcurrentLinkedHashMap.QueuePolicy[] |
ConcurrentLinkedHashMap.QueuePolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ConcurrentLinkedHashMap(int initCap,
float loadFactor,
int concurLvl,
int maxCap,
ConcurrentLinkedHashMap.QueuePolicy qPlc)
Creates a new, empty map with the specified initial
capacity, load factor, concurrency level and max capacity.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 2.0.0 Release Date : April 30 2017