public class CompositeIndexLookupRange extends java.lang.Object implements CompositeIndexLookup
Constructor and Description |
---|
CompositeIndexLookupRange(RangeIndexLookupValue lookupValue,
java.lang.Class coercionType) |
Modifier and Type | Method and Description |
---|---|
void |
lookup(java.util.Map parent,
java.util.Set<EventBean> result,
CompositeIndexQueryResultPostProcessor postProcessor) |
void |
lookupGreater(java.util.Set<EventBean> result,
java.util.TreeMap propertyIndex,
java.lang.Object keyStart,
CompositeIndexQueryResultPostProcessor postProcessor) |
void |
lookupGreaterEqual(java.util.Set<EventBean> result,
java.util.TreeMap propertyIndex,
java.lang.Object keyStart,
CompositeIndexQueryResultPostProcessor postProcessor) |
void |
lookupLess(java.util.Set<EventBean> result,
java.util.TreeMap propertyIndex,
java.lang.Object keyStart,
CompositeIndexQueryResultPostProcessor postProcessor) |
void |
lookupLessEqual(java.util.Set<EventBean> result,
java.util.TreeMap propertyIndex,
java.lang.Object keyStart,
CompositeIndexQueryResultPostProcessor postProcessor) |
void |
lookupRange(java.util.Set<EventBean> result,
java.util.TreeMap propertyIndex,
java.lang.Object keyStart,
boolean includeStart,
java.lang.Object keyEnd,
boolean includeEnd,
boolean allowRangeReversal,
CompositeIndexQueryResultPostProcessor postProcessor) |
void |
lookupRangeInverted(java.util.Set<EventBean> result,
java.util.TreeMap propertyIndex,
java.lang.Object keyStart,
boolean includeStart,
java.lang.Object keyEnd,
boolean includeEnd,
CompositeIndexQueryResultPostProcessor postProcessor) |
void |
setNext(CompositeIndexLookup next) |
public CompositeIndexLookupRange(RangeIndexLookupValue lookupValue, java.lang.Class coercionType)
public void lookup(java.util.Map parent, java.util.Set<EventBean> result, CompositeIndexQueryResultPostProcessor postProcessor)
lookup
in interface CompositeIndexLookup
public void lookupRange(java.util.Set<EventBean> result, java.util.TreeMap propertyIndex, java.lang.Object keyStart, boolean includeStart, java.lang.Object keyEnd, boolean includeEnd, boolean allowRangeReversal, CompositeIndexQueryResultPostProcessor postProcessor)
public void lookupRangeInverted(java.util.Set<EventBean> result, java.util.TreeMap propertyIndex, java.lang.Object keyStart, boolean includeStart, java.lang.Object keyEnd, boolean includeEnd, CompositeIndexQueryResultPostProcessor postProcessor)
public void lookupLess(java.util.Set<EventBean> result, java.util.TreeMap propertyIndex, java.lang.Object keyStart, CompositeIndexQueryResultPostProcessor postProcessor)
public void lookupLessEqual(java.util.Set<EventBean> result, java.util.TreeMap propertyIndex, java.lang.Object keyStart, CompositeIndexQueryResultPostProcessor postProcessor)
public void lookupGreaterEqual(java.util.Set<EventBean> result, java.util.TreeMap propertyIndex, java.lang.Object keyStart, CompositeIndexQueryResultPostProcessor postProcessor)
public void lookupGreater(java.util.Set<EventBean> result, java.util.TreeMap propertyIndex, java.lang.Object keyStart, CompositeIndexQueryResultPostProcessor postProcessor)
public void setNext(CompositeIndexLookup next)
setNext
in interface CompositeIndexLookup