| Package | Description |
|---|---|
| com.mware.ge.collection | |
| com.mware.ge.store.decoder |
| Modifier and Type | Class and Description |
|---|---|
class |
CombiningIterator<T>
Combining one or more
Iterators, making them look like they were
one big iterator. |
class |
CombiningResourceIterator<T> |
class |
FilteringIterator<T>
An iterator which filters another iterator, only letting items with certain
criteria pass through.
|
class |
PrefetchingResourceIterator<T> |
| Modifier and Type | Method and Description |
|---|---|
static <T> PrefetchingIterator<T> |
Iterators.prefetching(Iterator<T> iterator) |
| Constructor and Description |
|---|
EdgeDecoder(PrefetchingIterator<Pair<StoreKey,StoreValue>> storeIterable,
StorableGraph graph,
FetchHints fetchHints,
Authorizations authorizations) |
ElementDecoder(PrefetchingIterator<Pair<StoreKey,StoreValue>> storeIterable,
StorableGraph graph,
FetchHints fetchHints,
Authorizations authorizations) |
VertexDecoder(PrefetchingIterator<Pair<StoreKey,StoreValue>> storeIterable,
StorableGraph graph,
FetchHints fetchHints,
Authorizations authorizations) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.