| Package | Description |
|---|---|
| io.debezium.util |
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
BoundedConcurrentHashMap.NullEvictionListener<K,V> |
| Modifier and Type | Field and Description |
|---|---|
(package private) BoundedConcurrentHashMap.EvictionListener<K,V> |
BoundedConcurrentHashMap.Segment.evictionListener |
| Modifier and Type | Method and Description |
|---|---|
(package private) BoundedConcurrentHashMap.EvictionListener<K,V> |
BoundedConcurrentHashMap.Segment.getEvictionListener() |
| Constructor and Description |
|---|
BoundedConcurrentHashMap(int capacity,
int concurrencyLevel,
BoundedConcurrentHashMap.Eviction evictionStrategy,
BoundedConcurrentHashMap.EvictionListener<K,V> evictionListener)
Creates a new, empty map with the specified maximum capacity, load factor and concurrency
level.
|
Segment(int cap,
int evictCap,
float lf,
BoundedConcurrentHashMap.Eviction es,
BoundedConcurrentHashMap.EvictionListener<K,V> listener) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.