protected static interface MemoryStore.BackingFactory
| Modifier and Type | Method and Description |
|---|---|
SelectableConcurrentHashMap |
newBackingMap(PoolAccessor poolAccessor,
int initialCapacity,
float loadFactor,
int concurrency,
int maximumCapacity,
RegisteredEventListeners eventListener)
Deprecated.
|
SelectableConcurrentHashMap |
newBackingMap(PoolAccessor poolAccessor,
int concurrency,
int maximumCapacity,
RegisteredEventListeners eventListener)
Create a MemoryStore backing map.
|
@Deprecated SelectableConcurrentHashMap newBackingMap(PoolAccessor poolAccessor, int initialCapacity, float loadFactor, int concurrency, int maximumCapacity, RegisteredEventListeners eventListener)
poolAccessor - on-heap pool accessorinitialCapacity - initial store capacityloadFactor - map load factorconcurrency - map concurrencymaximumCapacity - maximum store capacityeventListener - event listener (or null for no notifications)SelectableConcurrentHashMap newBackingMap(PoolAccessor poolAccessor, int concurrency, int maximumCapacity, RegisteredEventListeners eventListener)
poolAccessor - on-heap pool accessorconcurrency - map concurrencymaximumCapacity - maximum store capacityeventListener - event listener (or null for no notifications)Copyright 2001-2021, Terracotta, Inc.