|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.event.util.RendererMeta
public class RendererMeta
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 |
---|
public RendererMeta(EventType eventType, java.util.Stack<EventTypePropertyPair> stack, RendererMetaOptions options)
eventType
- to renderstack
- the stack of properties to avoid loopingoptions
- rendering optionsMethod Detail |
---|
public GetterPair[] getSimpleProperties()
public GetterPair[] getIndexProperties()
public NestedGetterPair[] getNestedProperties()
public GetterPair[] getMappedProperties()
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |