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.
|
Modifier and Type | Method and Description |
---|---|
ChannelMetaDataDAO.ChannelConfiguration |
ChannelStatus.getChannelConfiguration()
Returns the configuration for the channel.
|
Modifier and Type | Method and Description |
---|---|
List<ChannelMetaDataDAO.ChannelConfiguration> |
ArchiveServerConfigurationXmlImport.getChannels()
Returns the channels that have been imported from the configuration file.
|
Modifier and Type | Method and Description |
---|---|
<SampleType extends Sample> |
ArchiveAccessServiceImpl.getSamples(ChannelMetaDataDAO.ChannelConfiguration channelConfiguration,
int decimationLevel,
long lowerTimeStampLimit,
TimeStampLimitMode lowerTimeStampLimitMode,
long upperTimeStampLimit,
TimeStampLimitMode upperTimeStampLimitMode,
ControlSystemSupport<SampleType> controlSystemSupport) |
<SampleType extends Sample> |
ArchiveAccessService.getSamples(ChannelMetaDataDAO.ChannelConfiguration channelConfiguration,
int decimationLevel,
long lowerTimeStampLimit,
TimeStampLimitMode lowerTimeStampLimitMode,
long upperTimeStampLimit,
TimeStampLimitMode upperTimeStampLimitMode,
ControlSystemSupport<SampleType> controlSystemSupport)
Retrieves samples for the specified channel and decimation level.
|
Constructor and Description |
---|
ChannelStatus(ChannelMetaDataDAO.ChannelConfiguration channelConfiguration,
String errorMessage,
ChannelStatus.State state,
long totalSamplesDropped,
long totalSamplesSkippedBack,
long totalSamplesWritten)
Creates a channel status object.
|
Constructor and Description |
---|
ArchiveServerConfigurationXmlExport(List<ChannelMetaDataDAO.ChannelConfiguration> channels)
Creates an XML export of the specified channels.
|
Modifier and Type | Method and Description |
---|---|
ListenableFuture<ChannelMetaDataDAO.ChannelConfiguration> |
ChannelMetaDataDAOImpl.getChannelByServer(UUID serverId,
String channelName) |
ListenableFuture<ChannelMetaDataDAO.ChannelConfiguration> |
ChannelMetaDataDAO.getChannelByServer(UUID serverId,
String channelName)
Returns the channel configuration for the specified channel belonging to
the specified server.
|
ListenableFuture<? extends Iterable<ChannelMetaDataDAO.ChannelConfiguration>> |
ChannelMetaDataDAOImpl.getChannelsByServer(UUID serverId) |
ListenableFuture<? extends Iterable<ChannelMetaDataDAO.ChannelConfiguration>> |
ChannelMetaDataDAO.getChannelsByServer(UUID serverId)
Returns the configuration for all channels belonging to the specified
server.
|
Copyright © 2011–2017 aquenos GmbH. All rights reserved.