Interface Source
-
- All Known Implementing Classes:
BaseJoin
,BaseSelector
,LuceneJoin
,LuceneSelector
public interface Source
- Author:
- andyh
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JoinType
getJoinType()
Selector
getSelector(java.lang.String name)
java.util.List<java.util.Set<java.lang.String>>
getSelectorGroups(FunctionEvaluationContext functionContext)
java.util.Map<java.lang.String,Selector>
getSelectors()
void
setJoinType(JoinType joinType)
-
-
-
Method Detail
-
getSelectors
java.util.Map<java.lang.String,Selector> getSelectors()
-
getSelector
Selector getSelector(java.lang.String name)
-
getSelectorGroups
java.util.List<java.util.Set<java.lang.String>> getSelectorGroups(FunctionEvaluationContext functionContext)
-
getJoinType
JoinType getJoinType()
-
setJoinType
void setJoinType(JoinType joinType)
-
-