public interface Aggregator<T,R>
Morphium getMorphium()
void setMorphium(Morphium m)
Aggregator<T,R> project(String... m)
Aggregator<T,R> match(Query<T> q)
Aggregator<T,R> matchSubQuery(Query<?> q)
q - Aggregator<T,R> limit(int num)
Aggregator<T,R> skip(int num)
Aggregator<T,R> unwind(String listField)
Aggregator<T,R> sort(String... prefixed)
String getCollectionName()
void setCollectionName(String cn)
void aggregate(AsyncOperationCallback<R> callback)
boolean isExplain()
void setExplain(boolean explain)
boolean isUseDisk()
void setUseDisk(boolean useDisk)
Copyright © 2016. All rights reserved.