com.espertech.esper.event.util
Class RendererMeta

java.lang.Object
  extended by com.espertech.esper.event.util.RendererMeta

public class RendererMeta
extends java.lang.Object

Renderer cache for event type metadata allows fast rendering of a given type of events.


Constructor Summary
RendererMeta(EventType eventType, java.util.Stack<EventTypePropertyPair> stack, RendererMetaOptions options)
          Ctor.
 
Method Summary
 GetterPair[] getIndexProperties()
          Returns index properties.
 GetterPair[] getMappedProperties()
          Returns mapped properties.
 NestedGetterPair[] getNestedProperties()
          Returns nested properties.
 GetterPair[] getSimpleProperties()
          Returns simple properties.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RendererMeta

public RendererMeta(EventType eventType,
                    java.util.Stack<EventTypePropertyPair> stack,
                    RendererMetaOptions options)
Ctor.

Parameters:
eventType - to render
stack - the stack of properties to avoid looping
options - rendering options
Method Detail

getSimpleProperties

public GetterPair[] getSimpleProperties()
Returns simple properties.

Returns:
properties

getIndexProperties

public GetterPair[] getIndexProperties()
Returns index properties.

Returns:
properties

getNestedProperties

public NestedGetterPair[] getNestedProperties()
Returns nested properties.

Returns:
properties

getMappedProperties

public GetterPair[] getMappedProperties()
Returns mapped properties.

Returns:
mapped props

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