Package one.microstream.util.cql
Class CqlQuery.Abstract<I,O,R>
java.lang.Object
one.microstream.util.cql.CqlQuery.Abstract<I,O,R>
- All Implemented Interfaces:
- CqlQuery<I,O,R>
- Direct Known Subclasses:
- CqlAggregation.Default,- CqlIteration.Default,- CqlProjection.Default,- CqlQuery.Default,- CqlSelection.Default,- CqlTransfer.Default
public abstract static class CqlQuery.Abstract<I,O,R> extends Object implements CqlQuery<I,O,R>
- 
Nested Class SummaryNested classes/interfaces inherited from interface one.microstream.util.cql.CqlQueryCqlQuery.Abstract<I,O,R>, CqlQuery.Default<I,O,R>
- 
Constructor SummaryConstructors Constructor Description Abstract()
- 
Method SummaryModifier and Type Method Description LonggetLimit()Comparator<? super O>getOrder()Function<? super I,O>getProjector()CqlResultor<O,R>getResultor()Predicate<? super I>getSelector()LonggetSkip()XIterable<? extends I>getSource()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface one.microstream.util.cql.CqlQueryexecute, executeInto, executeInto, executeInto, executeInto, executeOn, executeSelection, from, into, into, into, limit, orderBy, over, project, select, skip, targeting
- 
Constructor Details- 
Abstractpublic Abstract()
 
- 
- 
Method Details- 
getSkip
- 
getLimit
- 
getSource
- 
getSelector- Specified by:
- getSelectorin interface- CqlQuery<I,O,R>
 
- 
getProjector- Specified by:
- getProjectorin interface- CqlQuery<I,O,R>
 
- 
getOrder
- 
getResultor- Specified by:
- getResultorin interface- CqlQuery<I,O,R>
 
 
-