Package com.espertech.esper.client.util

This package contains utilities for events, specifically rendering of events in JSON and XML formats.

See:
          Description

Interface Summary
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.
JSONEventRenderer Renderer for an event into the JSON textual format.
XMLEventRenderer Renderer for an event into the XML textual format.
 

Class Summary
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.
JSONRenderingOptions JSON rendering options.
TimePeriod  
XMLRenderingOptions XML rendering options.
 

Package com.espertech.esper.client.util Description

This package contains utilities for events, specifically rendering of events in JSON and XML formats.


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com