| Class | Description |
|---|---|
| CircuitBreakers |
Keep a central registry of circuit breakers so that we can expose metrics for all of them
|
| ContextTools |
Helper class to mark errors in text.
|
| 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.
|
| RuleMatchAsXmlSerializer | Deprecated
don't use for new use cases, the only place this should still be used is for the API mode of the command-line client (deprecated since 3.5)
|
| 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.
|