| Package | Description |
|---|---|
| org.protempa | |
| org.protempa.backend.dsb |
| Modifier and Type | Method and Description |
|---|---|
void |
MultiplexingDataStreamingEventIterator.close()
Calls the underlying
DataStreamingEventIterators
DataStreamingEventIterator.close() method. |
void |
DataSourceBackendMultiplexingDataStreamingEventIterator.close()
Closes resources associated with the iterators specified in the
constructor.
|
void |
DataStreamingEventIterator.close()
Closes any IO or other resources opened by the iterator.
|
GranularityFactory |
DataSource.getGranularityFactory()
Returns an object for accessing the granularity of returned data from the
schema adaptor for this data source.
|
GranularityFactory |
DataSourceImpl.getGranularityFactory()
Returns an object for accessing the granularity of returned data from the
schema adaptor for this data source.
|
String |
DataSource.getKeyType()
Returns a string representing the type of keys in this data source (e.g.,
patient, case).
|
String |
DataSourceImpl.getKeyType()
Returns a string representing the type of keys in this data source (e.g.,
patient, case).
|
String |
DataSource.getKeyTypeDisplayName()
Returns a string representing the type of keys in this data source (e.g.,
patient, case) for display purposes.
|
String |
DataSourceImpl.getKeyTypeDisplayName()
Returns a string representing the type of keys in this data source (e.g.,
patient, case) for display purposes.
|
String |
DataSource.getKeyTypePluralDisplayName()
Returns a plural string representing the type of keys in this data source
(e.g., patient, case) for display purposes.
|
String |
DataSourceImpl.getKeyTypePluralDisplayName()
Returns a plural string representing the type of keys in this data source
(e.g., patient, case) for display purposes.
|
KeySetSpec[] |
DataSource.getSelectedKeySetSpecs() |
KeySetSpec[] |
DataSourceImpl.getSelectedKeySetSpecs() |
UnitFactory |
DataSource.getUnitFactory()
Returns the length units of returned data from this data source.
|
UnitFactory |
DataSourceImpl.getUnitFactory()
Returns the length units of returned data from this data source.
|
boolean |
MultiplexingDataStreamingEventIterator.hasNext() |
boolean |
DataStreamingEventIterator.hasNext()
Returns
true if the iteration has more
DataStreamingEvents. |
DataStreamingEvent<Proposition> |
MultiplexingDataStreamingEventIterator.next() |
DataStreamingEvent<E> |
DataStreamingEventIterator.next()
Returns the next
DataStreamingEvent in the iteration. |
DataStreamingEventIterator<Proposition> |
DataSource.readPropositions(Set<String> keyIds,
Set<String> propIds,
Filter filters,
QueryResultsHandler queryResultsHandler) |
DataStreamingEventIterator<Proposition> |
DataSourceImpl.readPropositions(Set<String> keyIds,
Set<String> propIds,
Filter filters,
QueryResultsHandler queryResultsHandler) |
| Constructor and Description |
|---|
DataSourceReadException(List<DataSourceReadException> causes) |
| Modifier and Type | Method and Description |
|---|---|
KeySetSpec[] |
AbstractDataSourceBackend.getSelectedKeySetSpecs() |
KeySetSpec[] |
DataSourceBackend.getSelectedKeySetSpecs() |
DataStreamingEventIterator<Proposition> |
DataSourceBackend.readPropositions(Set<String> keyIds,
Set<String> propIds,
Filter filters,
QueryResultsHandler queryResultsHandler) |
Copyright © 2012–2018 Emory University. All rights reserved.