com.espertech.esper.epl.join.hint
Class IndexHint

java.lang.Object
  extended by com.espertech.esper.epl.join.hint.IndexHint

public class IndexHint
extends java.lang.Object


Constructor Summary
IndexHint(java.util.List<SelectorInstructionPair> pairs)
           
 
Method Summary
protected static boolean checkValueAssignment(java.lang.String type, java.lang.String value)
           
protected static boolean checkValueInParen(java.lang.String type, java.lang.String value)
           
protected static java.lang.String extractValueEquals(java.lang.String text)
           
protected static java.lang.Object extractValueEqualsStringOrInt(java.lang.String text)
           
protected static int extractValueParen(java.lang.String text)
           
static IndexHint getIndexHint(java.lang.annotation.Annotation[] annotations)
           
 java.util.List<IndexHintInstruction> getInstructionsFireAndForget()
           
 java.util.List<IndexHintInstruction> getInstructionsSubquery(int subqueryNumber)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexHint

public IndexHint(java.util.List<SelectorInstructionPair> pairs)
Method Detail

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)

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com