|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndexHintInstruction | |
---|---|
com.espertech.esper.epl.join.hint | Hints related to joins. |
com.espertech.esper.epl.lookup | Subquery execution strategies and lookup indexes |
Uses of IndexHintInstruction in com.espertech.esper.epl.join.hint |
---|
Classes in com.espertech.esper.epl.join.hint that implement IndexHintInstruction | |
---|---|
class |
IndexHintInstructionBust
|
class |
IndexHintInstructionExplicit
|
class |
IndexHintInstructionIndexName
|
Methods in com.espertech.esper.epl.join.hint that return types with arguments of type IndexHintInstruction | |
---|---|
java.util.List<IndexHintInstruction> |
SelectorInstructionPair.getInstructions()
|
java.util.List<IndexHintInstruction> |
IndexHint.getInstructionsFireAndForget()
|
java.util.List<IndexHintInstruction> |
IndexHint.getInstructionsSubquery(int subqueryNumber)
|
Constructor parameters in com.espertech.esper.epl.join.hint with type arguments of type IndexHintInstruction | |
---|---|
SelectorInstructionPair(java.util.List<IndexHintSelector> selector,
java.util.List<IndexHintInstruction> instructions)
|
Uses of IndexHintInstruction in com.espertech.esper.epl.lookup |
---|
Method parameters in com.espertech.esper.epl.lookup with type arguments of type IndexHintInstruction | |
---|---|
static IndexMultiKey |
EventTableIndexUtil.findByIndexHint(java.util.Map<IndexMultiKey,? extends EventTableIndexEntryBase> indexCandidates,
java.util.List<IndexHintInstruction> instructions)
|
static Pair<IndexMultiKey,EventTableIndexEntryBase> |
EventTableIndexUtil.findIndexBestAvailable(java.util.Map<IndexMultiKey,? extends EventTableIndexEntryBase> tablesAvailable,
java.util.Set<java.lang.String> keyPropertyNames,
java.util.Set<java.lang.String> rangePropertyNames,
java.util.List<IndexHintInstruction> optionalIndexHintInstructions)
|
static IndexMultiKey |
EventTableIndexUtil.findIndexConsiderTyping(java.util.Map<IndexMultiKey,EventTableIndexMetadataEntry> tableIndexesRefCount,
java.util.List<IndexedPropDesc> hashProps,
java.util.List<IndexedPropDesc> btreeProps,
java.util.List<IndexHintInstruction> optionalIndexHintInstructions)
|
Pair<IndexMultiKey,EventTableAndNamePair> |
EventTableIndexRepository.findTable(java.util.Set<java.lang.String> keyPropertyNames,
java.util.Set<java.lang.String> rangePropertyNames,
java.util.List<IndexHintInstruction> optionalIndexHintInstructions)
|
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |