See: Description
Interface | Description |
---|---|
ClassForNameProvider |
Provider of lookup of a class name resolving into a class.
|
ClassLoaderProvider |
Provider of a classloader.
|
CountMinSketchAgent |
For use with Count-min sketch aggregation functions:
The agent implementation encapsulates transformation of value objects to byte-array and back (when needed),
and may override or provide custom behavior.
|
EventPropertyRenderer |
Interface for use with the JSON or XML event renderes to handle custom event property rendering.
|
EventRenderer |
Provider for rendering services of
EventBean events. |
FastClassClassLoaderProvider |
Class loader provider for use with FastClass-instance creation.
|
JSONEventRenderer |
Renderer for an event into the JSON textual format.
|
XMLEventRenderer |
Renderer for an event into the XML textual format.
|
Class | Description |
---|---|
ClassForNameProviderDefault |
Default provider for classname lookups.
|
ClassLoaderProviderDefault |
Default class loader provider returns the current thread context classloader.
|
CountMinSketchAgentContext |
Count-min sketch base context object.
|
CountMinSketchAgentContextAdd |
Count-min sketch context object for add-operations.
|
CountMinSketchAgentContextEstimate |
Count-min sketch context object for estimate-operations.
|
CountMinSketchAgentContextFromBytes |
Count-min sketch context object for topk-operations.
|
CountMinSketchAgentStringUTF16 |
Count-min sketch agent that handles String-type values and uses UTF-16 encoding
to transform strings to byte-array and back.
|
CountMinSketchTopK |
Value object for count-min-sketch top-k.
|
DateTime |
Utility class for date-time functions.
|
EventPropertyRendererContext |
Context for use with the
EventPropertyRenderer interface for use with the JSON or XML event renderes to handle custom event property rendering. |
FastClassClassLoaderProviderDefault |
Default class loader provider for use with FastClass-instance creation, uses current thread context class loader
|
JSONRenderingOptions |
JSON rendering options.
|
TimePeriod |
Represents a time period.
|
XMLRenderingOptions |
XML rendering options.
|
Enum | Description |
---|---|
EventUnderlyingType |
Enumeration of event representation.
|
This package contains utilities for events, specifically rendering of events in JSON and XML formats.