Package | Description |
---|---|
com.aquenos.cassandra.pvarchiver.server.archiving |
Classes that deal with archive configuration and the actual archiving.
|
com.aquenos.cassandra.pvarchiver.server.database |
Classes for accessing the Cassandra database.
|
com.aquenos.cassandra.pvarchiver.server.spring |
Classes for configuring the main
ApplicationContext . |
com.aquenos.cassandra.pvarchiver.server.web.admin.controller |
Classes handling HTTP requests for the administrative interface.
|
Modifier and Type | Method and Description |
---|---|
void |
ChannelInformationCacheImpl.setChannelMetaDataDAO(ChannelMetaDataDAO channelMetaDataDAO)
Sets the DAO for reading and modifying meta-data related to channels.
|
void |
ArchivingService.setChannelMetaDataDAO(ChannelMetaDataDAO channelMetaDataDAO)
Sets the DAO for reading and modifying meta-data related to channels.
|
void |
ArchiveConfigurationService.setChannelMetaDataDAO(ChannelMetaDataDAO channelMetaDataDAO)
Sets the DAO for reading and modifying meta-data related to channels.
|
void |
ArchiveAccessServiceImpl.setChannelMetaDataDAO(ChannelMetaDataDAO channelMetaDataDAO)
Sets the DAO for reading meta-data related to channels.
|
Modifier and Type | Class and Description |
---|---|
class |
ChannelMetaDataDAOImpl
Implementation of the data-access object for accessing the channel meta-data.
|
Modifier and Type | Method and Description |
---|---|
ChannelMetaDataDAO |
ArchiveServerApplicationConfiguration.channelMetaDataDAO()
Creates the DAO for accessing channel meta-data.
|
Modifier and Type | Method and Description |
---|---|
void |
UiController.setChannelMetaDataDAO(ChannelMetaDataDAO channelMetaDataDAO)
Sets the DAO for reading and modifying meta-data related to channels.
|
void |
ApiController.setChannelMetaDataDAO(ChannelMetaDataDAO channelMetaDataDAO)
Sets the DAO for reading and modifying meta-data related to channels.
|
Copyright © 2011–2017 aquenos GmbH. All rights reserved.