| BoundedConcurrentHashMap<K,V> |
A hash table supporting full concurrency of retrievals and
adjustable expected concurrency for updates.
|
| BoundedConcurrentHashMap.HashEntry<K,V> |
ConcurrentHashMap list entry.
|
| BoundedConcurrentHashMap.LIRS<K,V> |
|
| BoundedConcurrentHashMap.LIRSHashEntry<K,V> |
Adapted to Infinispan BoundedConcurrentHashMap using LIRS implementation ideas from Charles Fry (fry@google.com)
See http://code.google.com/p/concurrentlinkedhashmap/source/browse/trunk/src/test/java/com/googlecode/concurrentlinkedhashmap/caches/LirsMap.java
for original sources
|
| BoundedConcurrentHashMap.LRU<K,V> |
|
| BoundedConcurrentHashMap.NullEvictionListener<K,V> |
|
| BoundedConcurrentHashMap.NullEvictionPolicy<K,V> |
|
| BoundedConcurrentHashMap.Segment<K,V> |
Segments are specialized versions of hash tables.
|
| Collect |
A set of utilities for more easily creating various kinds of collections.
|
| ColumnUtils |
Utility class for mapping columns to various data structures from from Table and ResultSet.
|
| ColumnUtils.ColumnArray |
|
| ColumnUtils.MappedColumns |
|
| FunctionalReadWriteLock |
A form of a read-write lock that has methods that allow lambdas to be performed while the read or write lock is acquired and
held.
|
| HashCode |
Utilities for easily computing hash codes.
|
| HexConverter |
COPIED FROM https://github.com/undertow-io/undertow/blob/master/core/src/main/java/io/undertow/util/HexConverter.java
A utility class for mapping between byte arrays and their hex representation and back again.
|
| IoUtil |
A set of utilities for more easily performing I/O.
|
| Iterators |
A utility for creating iterators.
|
| Joiner |
|
| LoggingContext |
A utility that provides a consistent set of properties for the Mapped Diagnostic Context (MDC) properties used by Debezium
components.
|
| LoggingContext.PreviousContext |
|
| MathOps |
Utilities for performing math operations with mixed native and advanced numeric types.
|
| NumberConversions |
A set of numeric conversion methods.
|
| ObjectSizeCalculator |
Contains utility methods for calculating the memory usage of objects.
|
| ObjectSizeCalculator.ArrayElementsVisitor |
|
| ObjectSizeCalculator.CurrentLayout |
|
| Sequences |
Utility methods for obtaining streams of integers.
|
| Stopwatch |
A stopwatch for measuring durations.
|
| Stopwatch.BaseDurations |
|
| Stopwatch.MultipleDurations |
|
| Stopwatch.SingleDuration |
|
| Strings |
String-related utility methods.
|
| Strings.RegExSplitter |
A tokenization class used to split a comma-separated list of regular expressions.
|
| Threads |
Utilities related to threads and threading.
|
| Throwables |
|
| VariableLatch |
A latch that works similarly to CountDownLatch except that it can also increase the count dynamically.
|
| VariableLatch.Sync |
Synchronization control For CountDownLatch.
|