|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.filter.IndexFactory
public class IndexFactory
Factory for FilterParamIndex
instances based on event property name and filter operator type.
Constructor Summary | |
---|---|
IndexFactory()
|
Method Summary | |
---|---|
static FilterParamIndex |
createIndex(EventType eventType,
java.lang.String propertyName,
FilterOperator filterOperator)
Factory for indexes that store filter parameter constants for a given event property and filter operator. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IndexFactory()
Method Detail |
---|
public static FilterParamIndex createIndex(EventType eventType, java.lang.String propertyName, FilterOperator filterOperator)
Does not perform any check of validity of property name.
eventType
- is the event type to create an index forpropertyName
- is the event property namefilterOperator
- is the type of index to use
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |