| Package | Description |
|---|---|
| eu.dnetlib.enabling.resultset | |
| eu.dnetlib.enabling.resultset.observer | |
| eu.dnetlib.enabling.resultset.push |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractObservableResultset
Common stuff for resultset implementations bound to a ResultSetRegistry.
|
class |
LocalResultSetImpl
Resultset backing implementation.
|
| Modifier and Type | Method and Description |
|---|---|
ResultSet |
MappedResultSet.getResultSet() |
ResultSet |
StreamingResultSetListener.getResultSet() |
ResultSet |
IterableResultSet.getResultSet() |
ResultSet |
ResultSetRegistryImpl.getResultSetById(String rsId)
obtain the resultset with the given id.
|
ResultSet |
ResultSetRegistry.getResultSetById(String rsId)
obtain the resultset with the given id.
|
| Modifier and Type | Method and Description |
|---|---|
eu.dnetlib.miscutils.cache.Cache<String,ResultSet> |
ResultSetRegistryImpl.getCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
ResultSetRegistryImpl.addResultSet(ResultSet resultSet)
add a resultset object to the registry.
|
void |
ResultSetRegistry.addResultSet(ResultSet resultSet)
add a resultset object to the registry.
|
void |
ResultSetRegistryImpl.addResultSet(ResultSet resultSet,
int maxIdleTime)
add a resultset object to the registry.
|
void |
ResultSetRegistry.addResultSet(ResultSet resultSet,
int maxIdleTime)
add a resultset object to the registry.
|
void |
ResultSetRegistryImpl.addResultSet(ResultSet resultSet,
String identifier)
add a resultset object to the registry.
|
void |
ResultSetRegistry.addResultSet(ResultSet resultSet,
String identifier)
add a resultset object to the registry.
|
void |
ResultSetRegistryImpl.addResultSet(ResultSet resultSet,
String identifier,
int maxIdleTime)
add a resultset object to the registry.
|
void |
ResultSetRegistry.addResultSet(ResultSet resultSet,
String identifier,
int maxIdleTime)
add a resultset object to the registry.
|
Map<String,String> |
ResultSetPropertyDao.getProperties(ResultSet resultSet)
return a map of custom resultset properties.
|
Map<String,String> |
ResultSetPropertyDaoImpl.getProperties(ResultSet resultSet)
return a map of custom resultset properties.
|
W3CEndpointReference |
ResultSetEPRPool.registerResultSet(ResultSet resultSet) |
W3CEndpointReference |
EPRPoolingLocalOpenResultSetFactoryImpl.registerResultSet(ResultSet resultSet) |
W3CEndpointReference |
EPRPoolingLocalResultSetFactoryImpl.registerResultSet(ResultSet resultSet) |
W3CEndpointReference |
AbstractResultSetFactory.registerResultSet(ResultSet resultSet)
Register a resultset instance to the underlying resultset registry and returns
and EPR to accessible through the resultset service.
|
void |
MappedResultSet.setResultSet(ResultSet resultSet) |
void |
StreamingResultSetListener.setResultSet(ResultSet resultSet) |
void |
ResultSetAware.setResultSet(ResultSet resultSet)
sets the resultset instance.
|
void |
IterableResultSet.setResultSet(ResultSet resultSet) |
void |
ResultSetRegistryImpl.update(ResultSet observed,
Object arg)
gets notified when an observed object is updated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResultSetRegistryImpl.setCache(eu.dnetlib.miscutils.cache.Cache<String,ResultSet> cache) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResultSetObserver.update(ResultSet observed,
Object arg)
gets notified when an observed object is updated.
|
| Constructor and Description |
|---|
DelegationObserver(ResultSet observable,
ResultSetRegistry observer) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PushResultSet
resultset which receive data through the "push" interface, i.e.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TransientPushResultSetImpl
a push resultset which holds it's data in a transient cache.
|
Copyright © 2017. All rights reserved.