java.lang.Object
com.espertech.esper.common.internal.epl.join.hint.IndexHint

public class IndexHint extends Object
  • Constructor Details

  • Method Details

    • getIndexHint

      public static IndexHint getIndexHint(Annotation[] annotations)
    • getInstructionsSubquery

      public List<IndexHintInstruction> getInstructionsSubquery(int subqueryNumber)
    • getInstructionsFireAndForget

      public List<IndexHintInstruction> getInstructionsFireAndForget()
    • checkValueInParen

      protected static boolean checkValueInParen(String type, String value)
    • checkValueAssignment

      protected static boolean checkValueAssignment(String type, String value)
    • extractValueParen

      protected static int extractValueParen(String text)
    • extractValueEqualsStringOrInt

      protected static Object extractValueEqualsStringOrInt(String text)
    • extractValueEquals

      protected static String extractValueEquals(String text)