Package | Description |
---|---|
com.gigaspaces.internal.utils.collections.economy |
Modifier and Type | Class and Description |
---|---|
class |
HashEntryHandlerSpaceEntry<K>
TODO add Javadoc
|
Constructor and Description |
---|
EconomyConcurrentHashMap(IHashEntryHandler<K,V> handler)
Creates a new, empty map with a default initial capacity (16), load factor (0.75) and
concurrencyLevel (16).
|
EconomyConcurrentHashMap(int initialCapacity,
float loadFactor,
IHashEntryHandler<K,V> handler)
Creates a new, empty map with the specified initial capacity and load factor and with the
default concurrencyLevel (16).
|
EconomyConcurrentHashMap(int initialCapacity,
float loadFactor,
int concurrencyLevel,
IHashEntryHandler<K,V> handler)
Creates a new, empty map with the specified initial capacity, load factor and concurrency
level.
|
EconomyConcurrentHashMap(int initialCapacity,
IHashEntryHandler<K,V> handler)
Creates a new, empty map with the specified initial capacity, and with default load factor
(0.75) and concurrencyLevel (16).
|
EconomyConcurrentHashMap(Map<? extends K,? extends V> m,
IHashEntryHandler<K,V> handler)
Creates a new map with the same mappings as the given map.
|
Copyright © GigaSpaces.