Modifier and Type | Class and Description |
---|---|
class |
StreamIterator<T> |
Modifier and Type | Method and Description |
---|---|
static <O extends FetchingElement> |
IteratorChainBuilder.buildChain(CloseableIterator<org.gcube.data.spd.model.products.ResultElement> input,
SearchResultType type,
org.gcube.application.framework.core.session.ASLSession session) |
static CloseableIterator<Occurrence> |
IteratorChainBuilder.buildOccurrenceConverter(CloseableIterator<org.gcube.data.spd.model.products.OccurrencePoint> input) |
protected static CloseableIterator<ResultRow> |
IteratorChainBuilder.buildSpecieProductChain(CloseableIterator<org.gcube.data.spd.model.products.ResultElement> input,
org.gcube.application.framework.core.session.ASLSession session) |
protected static CloseableIterator<TaxonomyRow> |
IteratorChainBuilder.buildTaxonomyItemChain(CloseableIterator<org.gcube.data.spd.model.products.ResultElement> input,
org.gcube.application.framework.core.session.ASLSession session) |
CloseableIterator<org.gcube.data.spd.model.products.OccurrencePoint> |
SpeciesService.getOccurrencesByIds(List<String> ids) |
CloseableIterator<org.gcube.data.spd.model.products.OccurrencePoint> |
SpeciesService.getOccurrencesByKeys(List<String> keys) |
CloseableIterator<org.gcube.data.spd.model.products.TaxonomyItem> |
SpeciesService.retrieveSynonymsById(String id) |
CloseableIterator<org.gcube.data.spd.model.products.TaxonomyItem> |
SpeciesService.retrieveTaxonomyById(org.gcube.data.streams.Stream<String> streamIds) |
CloseableIterator<org.gcube.data.spd.model.products.ResultElement> |
SpeciesService.searchByFilters(String searchTerm,
SearchType searchType,
SearchFilters searchFilters) |
CloseableIterator<org.gcube.data.spd.model.products.ResultElement> |
SpeciesService.searchByQuery(String query) |
Modifier and Type | Method and Description |
---|---|
protected static <I,O> ConversionIterator<I,O> |
IteratorChainBuilder.buildCaster(CloseableIterator<I> input) |
static <O extends FetchingElement> |
IteratorChainBuilder.buildChain(CloseableIterator<org.gcube.data.spd.model.products.ResultElement> input,
SearchResultType type,
org.gcube.application.framework.core.session.ASLSession session) |
static CloseableIterator<Occurrence> |
IteratorChainBuilder.buildOccurrenceConverter(CloseableIterator<org.gcube.data.spd.model.products.OccurrencePoint> input) |
protected static CloseableIterator<ResultRow> |
IteratorChainBuilder.buildSpecieProductChain(CloseableIterator<org.gcube.data.spd.model.products.ResultElement> input,
org.gcube.application.framework.core.session.ASLSession session) |
protected static CloseableIterator<TaxonomyRow> |
IteratorChainBuilder.buildTaxonomyItemChain(CloseableIterator<org.gcube.data.spd.model.products.ResultElement> input,
org.gcube.application.framework.core.session.ASLSession session) |
Modifier and Type | Field and Description |
---|---|
protected CloseableIterator<T> |
FetchingSession.source |
protected CloseableIterator<T> |
Fetcher.source |
Modifier and Type | Method and Description |
---|---|
CloseableIterator<T> |
Fetcher.getSource() |
Modifier and Type | Method and Description |
---|---|
static FetchingSession<? extends FetchingElement> |
FetchingSessionUtil.createFetchingSession(CloseableIterator<? extends FetchingElement> source,
SearchResultType type,
org.gcube.application.framework.core.session.ASLSession session) |
static FetchingSession<Occurrence> |
FetchingSessionUtil.createOccurrenceFetchingSession(CloseableIterator<Occurrence> source,
org.gcube.application.framework.core.session.ASLSession session) |
protected static FetchingSession<ResultRow> |
FetchingSessionUtil.createSpeciesProductFetchingSession(CloseableIterator<ResultRow> source,
org.gcube.application.framework.core.session.ASLSession session) |
protected static FetchingSession<TaxonomyRow> |
FetchingSessionUtil.createTaxonomyItemFetchingSession(CloseableIterator<TaxonomyRow> source,
org.gcube.application.framework.core.session.ASLSession session) |
void |
Fetcher.setSource(CloseableIterator<T> source) |
Constructor and Description |
---|
Fetcher(CloseableIterator<T> source,
FetchingBuffer<T> buffer) |
FetchingSession(CloseableIterator<T> source,
FetchingBuffer<T> buffer) |
Modifier and Type | Class and Description |
---|---|
class |
AggregatorIterator<I> |
class |
ConversionIterator<I,O>
Utility class for convert an input into a different kind of output.
|
class |
CSVGenerator<I>
Utility class for convert an input into a different kind of output.
|
class |
IteratorWrapper<E> |
Modifier and Type | Field and Description |
---|---|
protected CloseableIterator<I> |
ConversionIterator.source |
protected CloseableIterator<I> |
CSVGenerator.source |
protected CloseableIterator<I> |
AggregatorIterator.source |
Constructor and Description |
---|
AggregatorIterator(CloseableIterator<I> source) |
ConversionIterator(CloseableIterator<I> source,
Converter<I,O> converter) |
CSVGenerator(CloseableIterator<I> source,
Converter<I,List<String>> converter,
List<String> header) |
Copyright © 2016. All Rights Reserved.