See: Description
Interface | Description |
---|---|
CassandraProvider | |
ChannelMetaDataDAO |
Data-access object handling meta-data related to archived control-system
channels.
|
ClusterServersDAO |
Data access object for accessing the servers within the archiving cluster.
|
GenericDataStoreDAO |
Data access object that can be used by other component to store arbitrary
(small amounts of) data.
|
Class | Description |
---|---|
CassandraProviderBean |
Cassandra provider that reads its configuration from
CassandraProperties . |
CassandraProviderInitializedEvent |
Application event triggered by a
CassandraProvider when it has been
fully initialized. |
ChannelMetaDataDAO.ChannelConfiguration |
Value object representing the configuration of a channel.
|
ChannelMetaDataDAO.ChannelInformation |
Value object representing the general meta-data for a channel.
|
ChannelMetaDataDAO.ChannelOperation |
Value object representing an operation on a channel.
|
ChannelMetaDataDAO.SampleBucketInformation |
Value object representing the meta-data of a sample bucket.
|
ChannelMetaDataDAOImpl |
Implementation of the data-access object for accessing the channel meta-data.
|
ClusterServersDAO.ClusterServer |
Value object representing a server within the archiving cluster.
|
ClusterServersDAOImpl |
Implementation of the data access object for accessing the servers within the
archiving cluster.
|
ClusterServersDAOInitializedEvent |
Application event triggered by the
ClusterServersDAO when it has been
fully initialized. |
GenericDataStoreDAO.DataItem |
Value object representing a single data item.
|
GenericDataStoreDAOImpl |
Implementation of a data access object for storing generic pieces of
information.
|
GenericDataStoreDAOInitializedEvent |
Application event triggered by the
GenericDataStoreDAO when it has
been fully initialized. |
ThrottlingCassandraProvider |
Cassandra provider that wraps another Cassandra Provider and supplies a
ThrottlingSession . |
ThrottlingSession |
Cassandra session that limits the number of statements that are executed
concurrently.
|
Copyright © 2011–2017 aquenos GmbH. All rights reserved.