| Interface | Description |
|---|---|
| TracedFunction<T> | |
| WrappedValue<T> | |
| WrappedVoid |
| Class | Description |
|---|---|
| CircuitBreakers |
Keep a central registry of circuit breakers so that we can expose metrics for all of them
|
| ConfidenceKey | |
| ContextTools |
Helper class to mark errors in text.
|
| DiffsAsMatches | |
| InterruptibleCharSequence |
CharSequence that noticed thread interrupts -- as might be necessary
to recover from a loose regex on unexpected challenging input.
|
| JnaTools |
JNA helper tools.
|
| LoggingTools | |
| LtThreadPoolFactory | |
| MostlySingularMultiMap<K,V> |
A map containing multiple values per key, memory-optimized for case when there's only one value.
|
| MultiKeyProperties |
A very simple property-style configuration.
|
| PseudoMatch | |
| RuleMatchesAsJsonSerializer |
Write rule matches and some meta information as JSON.
|
| StringTools |
Tools for working with strings.
|
| Tools |
| Enum | Description |
|---|---|
| StringTools.ApiPrintMode |
Constants for printing XML rule matches.
|
| TelemetryProvider |