|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.soda.ContextDescriptorKeyedSegmentedItem
public class ContextDescriptorKeyedSegmentedItem
Context detail for a key-filter pair for the keyed segmented context.
Constructor Summary | |
---|---|
ContextDescriptorKeyedSegmentedItem()
Ctor. |
|
ContextDescriptorKeyedSegmentedItem(java.util.List<java.lang.String> propertyNames,
Filter filter)
Ctor. |
Method Summary | |
---|---|
Filter |
getFilter()
Returns the filter. |
java.util.List<java.lang.String> |
getPropertyNames()
Returns the property names. |
void |
setFilter(Filter filter)
Sets the filter. |
void |
setPropertyNames(java.util.List<java.lang.String> propertyNames)
Sets the property names. |
void |
toEPL(java.io.StringWriter writer,
EPStatementFormatter formatter)
Format as EPL. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContextDescriptorKeyedSegmentedItem()
public ContextDescriptorKeyedSegmentedItem(java.util.List<java.lang.String> propertyNames, Filter filter)
propertyNames
- list of property namesfilter
- event type name and optional filter predicatesMethod Detail |
---|
public Filter getFilter()
public void setFilter(Filter filter)
filter
- filterpublic java.util.List<java.lang.String> getPropertyNames()
public void setPropertyNames(java.util.List<java.lang.String> propertyNames)
propertyNames
- listpublic void toEPL(java.io.StringWriter writer, EPStatementFormatter formatter)
ContextDescriptor
toEPL
in interface ContextDescriptor
writer
- outputformatter
- formatter
|
© 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 |