Class | Description |
---|---|
Config |
OpenTSDB Configuration Class
This handles all of the user configurable variables for a TSD.
|
DateTime |
Utility class that provides helpers for dealing with dates and timestamps.
|
JSON |
This class simply provides a static initialization and configuration of the
Jackson ObjectMapper for use throughout OpenTSDB.
|
JSON.SearchTypeDeserializer |
Helper class for deserializing Search type enum from human readable
strings
|
JSON.TreeRuleTypeDeserializer |
Helper class for deserializing Tree Rule type enum from human readable
strings
|
JSON.UniqueIdTypeDeserializer |
Helper class for deserializing UID type enum from human readable strings
|
PluginLoader |
Super simple ServiceLoader based plugin framework for OpenTSDB that lets us
add files or directories to the class path after startup and then search for
a specific plugin type or any plugins that match a given class.
|
Exception | Description |
---|---|
JSONException |
Exception class used to wrap the myriad of typed exceptions thrown by
Jackson.
|