|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.filter.IndexTreePath
public class IndexTreePath
Encapsulates the information required by IndexTreeBuilder
to maintain the filter parameter tree structure
when filters are added and removed from the tree.
Constructor Summary | |
---|---|
IndexTreePath()
Constructor. |
Method Summary | |
---|---|
void |
add(FilterParamIndexBase index,
java.lang.Object filteredForValue)
Add an index to end of the list representing a path through indexes. |
EventTypeIndexBuilderIndexLookupablePair[] |
toArray()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IndexTreePath()
Method Detail |
---|
public final void add(FilterParamIndexBase index, java.lang.Object filteredForValue)
index
- to addfilteredForValue
- is the value the index filterspublic final java.lang.String toString()
toString
in class java.lang.Object
public EventTypeIndexBuilderIndexLookupablePair[] toArray()
|
© 2006-2011 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 |