| Package | Description |
|---|---|
| de.caluga.morphium.query |
| Modifier and Type | Class and Description |
|---|---|
class |
EmptyIterator<T> |
class |
PrefetchingQueryIterator<T>
iterating over huge collections using the db interal cursor.
|
class |
QueryIterator<T>
User: Stephan Bösebeck
Date: 25.03.16
Time: 22:33
iterating over huge collections using the mongodb internal cursor
|
| Modifier and Type | Method and Description |
|---|---|
MorphiumQueryIterator<T> |
QueryImpl.asIterable() |
MorphiumQueryIterator<T> |
Query.asIterable()
create an iterator / iterable for this query, default windowSize (10), prefetch windows 1
|
MorphiumQueryIterator<T> |
QueryImpl.asIterable(int windowSize) |
MorphiumQueryIterator<T> |
Query.asIterable(int windowSize)
create an iterator / iterable for this query, sets window size (how many objects should be read from DB)
prefetch number is 1 in this case
|
MorphiumQueryIterator<T> |
QueryImpl.asIterable(int windowSize,
Class<? extends MorphiumQueryIterator<T>> it) |
MorphiumQueryIterator<T> |
Query.asIterable(int windowSize,
Class<? extends MorphiumQueryIterator<T>> it) |
MorphiumQueryIterator<T> |
QueryImpl.asIterable(int windowSize,
int prefetchWindows) |
MorphiumQueryIterator<T> |
Query.asIterable(int windowSize,
int prefixWindows)
create an iterator / iterable for this query, sets window size (how many entities are read en block) and how many windows of this size will be prefechted...
|
MorphiumQueryIterator<T> |
QueryImpl.asIterable(MorphiumQueryIterator<T> ret) |
MorphiumQueryIterator<T> |
Query.asIterable(MorphiumQueryIterator<T> ret) |
| Modifier and Type | Method and Description |
|---|---|
MorphiumQueryIterator<T> |
QueryImpl.asIterable(MorphiumQueryIterator<T> ret) |
MorphiumQueryIterator<T> |
Query.asIterable(MorphiumQueryIterator<T> ret) |
| Modifier and Type | Method and Description |
|---|---|
MorphiumQueryIterator<T> |
QueryImpl.asIterable(int windowSize,
Class<? extends MorphiumQueryIterator<T>> it) |
MorphiumQueryIterator<T> |
Query.asIterable(int windowSize,
Class<? extends MorphiumQueryIterator<T>> it) |
Copyright © 2021. All rights reserved.