com.espertech.esper.epl.join.hint
Class IndexHint
java.lang.Object
com.espertech.esper.epl.join.hint.IndexHint
public class IndexHint
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IndexHint
public IndexHint(java.util.List<SelectorInstructionPair> pairs)
getIndexHint
public static IndexHint getIndexHint(java.lang.annotation.Annotation[] annotations)
getInstructionsSubquery
public java.util.List<IndexHintInstruction> getInstructionsSubquery(int subqueryNumber)
getInstructionsFireAndForget
public java.util.List<IndexHintInstruction> getInstructionsFireAndForget()
checkValueInParen
protected static boolean checkValueInParen(java.lang.String type,
java.lang.String value)
checkValueAssignment
protected static boolean checkValueAssignment(java.lang.String type,
java.lang.String value)
extractValueParen
protected static int extractValueParen(java.lang.String text)
extractValueEqualsStringOrInt
protected static java.lang.Object extractValueEqualsStringOrInt(java.lang.String text)
extractValueEquals
protected static java.lang.String extractValueEquals(java.lang.String text)