Uses of Class
org.jsr166.ConcurrentLinkedHashMap.QueuePolicy
-
Packages that use ConcurrentLinkedHashMap.QueuePolicy Package Description org.apache.ignite.internal.util System-wide utility routine and helper classes.org.jsr166 Package contains classes that from JSR166. -
-
Uses of ConcurrentLinkedHashMap.QueuePolicy in org.apache.ignite.internal.util
Constructors in org.apache.ignite.internal.util with parameters of type ConcurrentLinkedHashMap.QueuePolicy Constructor 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. -
Uses of ConcurrentLinkedHashMap.QueuePolicy in org.jsr166
Methods in org.jsr166 that return ConcurrentLinkedHashMap.QueuePolicy Modifier and Type Method 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.Constructors in org.jsr166 with parameters of type ConcurrentLinkedHashMap.QueuePolicy Constructor 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.
-