Package | Description |
---|---|
com.aquenos.cassandra.pvarchiver.server.archiving |
Classes that deal with archive configuration and the actual archiving.
|
Modifier and Type | Method and Description |
---|---|
static TimeStampLimitMode |
TimeStampLimitMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimeStampLimitMode[] |
TimeStampLimitMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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.
|
<SampleType extends Sample> |
ArchiveAccessServiceImpl.getSamples(ChannelMetaDataDAO.ChannelInformation channelInformation,
int decimationLevel,
long lowerTimeStampLimit,
TimeStampLimitMode lowerTimeStampLimitMode,
long upperTimeStampLimit,
TimeStampLimitMode upperTimeStampLimitMode,
ControlSystemSupport<SampleType> controlSystemSupport) |
<SampleType extends Sample> |
ArchiveAccessService.getSamples(ChannelMetaDataDAO.ChannelInformation channelInformation,
int decimationLevel,
long lowerTimeStampLimit,
TimeStampLimitMode lowerTimeStampLimitMode,
long upperTimeStampLimit,
TimeStampLimitMode upperTimeStampLimitMode,
ControlSystemSupport<SampleType> controlSystemSupport)
Retrieves samples for the specified channel and decimation level.
|
ListenableFuture<? extends com.aquenos.cassandra.pvarchiver.common.ObjectResultSet<? extends Sample>> |
ArchiveAccessServiceImpl.getSamples(String channelName,
int decimationLevel,
long lowerTimeStampLimit,
TimeStampLimitMode lowerTimeStampLimitMode,
long upperTimeStampLimit,
TimeStampLimitMode upperTimeStampLimitMode) |
ListenableFuture<? extends com.aquenos.cassandra.pvarchiver.common.ObjectResultSet<? extends Sample>> |
ArchiveAccessService.getSamples(String channelName,
int decimationLevel,
long lowerTimeStampLimit,
TimeStampLimitMode lowerTimeStampLimitMode,
long upperTimeStampLimit,
TimeStampLimitMode upperTimeStampLimitMode)
Retrieves samples for the specified channel and decimation level.
|
Copyright © 2011–2017 aquenos GmbH. All rights reserved.