- CassandraProperties - Class in com.aquenos.cassandra.pvarchiver.server.spring
-
- CassandraProperties() - Constructor for class com.aquenos.cassandra.pvarchiver.server.spring.CassandraProperties
-
Default constructor.
- CassandraProvider - Interface in com.aquenos.cassandra.pvarchiver.server.database
-
Provides access to a Cassandra cluster through the
Cluster
and
Session
objects.
- cassandraProvider() - Method in class com.aquenos.cassandra.pvarchiver.server.spring.ArchiveServerApplicationConfiguration
-
Creates the Cassandra database provider.
- CassandraProviderBean - Class in com.aquenos.cassandra.pvarchiver.server.database
-
- CassandraProviderBean() - Constructor for class com.aquenos.cassandra.pvarchiver.server.database.CassandraProviderBean
-
- CassandraProviderInitializedEvent - Class in com.aquenos.cassandra.pvarchiver.server.database
-
Application event triggered by a
CassandraProvider
when it has been
fully initialized.
- CassandraProviderInitializedEvent(CassandraProvider) - Constructor for class com.aquenos.cassandra.pvarchiver.server.database.CassandraProviderInitializedEvent
-
Creates an event originating from the specified Cassandra provider.
- changePassword(String, String) - Method in class com.aquenos.cassandra.pvarchiver.server.user.ArchiveUserDetailsManager
-
- channelAddGet() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.UiController
-
Returns the channel-add view.
- channelAddPost(AddChannelForm, BindingResult, HttpServletResponse) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.UiController
-
Processes a form submitted from the channel-add view.
- ChannelAlreadyExistsException - Exception in com.aquenos.cassandra.pvarchiver.server.archiving
-
Exception indicating that adding a channel failed because a channel with the
same name already exists.
- ChannelAlreadyExistsException() - Constructor for exception com.aquenos.cassandra.pvarchiver.server.archiving.ChannelAlreadyExistsException
-
Constructs a new exception with null
as its detail message.
- ChannelAlreadyExistsException(String) - Constructor for exception com.aquenos.cassandra.pvarchiver.server.archiving.ChannelAlreadyExistsException
-
Constructs a new exception with the specified detail message.
- ChannelAlreadyExistsException(Throwable) - Constructor for exception com.aquenos.cassandra.pvarchiver.server.archiving.ChannelAlreadyExistsException
-
Constructs a new exception with the specified cause and a detail message
of (cause==null ?
- ChannelAlreadyExistsException(String, Throwable) - Constructor for exception com.aquenos.cassandra.pvarchiver.server.archiving.ChannelAlreadyExistsException
-
Constructs a new exception with the specified detail message and cause.
- channelByServerAddGet(UUID, HttpServletResponse) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.UiController
-
Returns the channel-add view.
- channelByServerAddPost(UUID, AddChannelForm, BindingResult, HttpServletResponse) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.UiController
-
Processes a form submitted from the channel-add view.
- channelByServerDetails(String, String, HttpServletResponse) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.ApiController
-
Returns the details (configuration and status) for a single channel.
- channelByServerDetails(UUID, String, HttpServletResponse) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.UiController
-
Returns the channel-details view.
- channelByServerEditGet(UUID, String, HttpServletResponse) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.UiController
-
Returns the channel-edit view.
- channelByServerEditPost(UUID, String, EditChannelForm, BindingResult, HttpServletResponse) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.UiController
-
Processes a form submitted from the channel-edit view.
- channelByServerMoveGet(UUID, String, HttpServletResponse) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.UiController
-
Returns the channel-move view.
- channelByServerMovePost(UUID, String, UUID, UUID, HttpServletResponse) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.UiController
-
Processes a form submitted from the channel-move view.
- channelByServerReinitialize(UUID, String, HttpServletResponse) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.UiController
-
Reinitializes a channel.
- channelByServerRemoveGet(UUID, String, HttpServletResponse) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.UiController
-
Returns the channel-remove view.
- channelByServerRemovePost(UUID, String, HttpServletResponse) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.UiController
-
Processes a form submitted from the channel-remove view.
- channelByServerRenameGet(UUID, String, HttpServletResponse) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.UiController
-
Returns the channel-rename view.
- channelByServerRenamePost(UUID, String, String, HttpServletResponse) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.UiController
-
Processes a form submitted from the channel-rename view.
- ChannelConfiguration(UUID, String, String, Map<Integer, Long>, Map<Integer, Integer>, boolean, Map<String, String>, UUID) - Constructor for class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO.ChannelConfiguration
-
Creates a channel configuration object.
- channelDetails(String, HttpServletResponse) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.ApiController
-
Returns the details (configuration and status) for a single channel.
- channelDetails(String, HttpServletResponse) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.UiController
-
Returns the channel-details view.
- channelEditGet(String, HttpServletResponse) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.UiController
-
Returns the channel-edit view.
- channelEditPost(String, EditChannelForm, BindingResult, HttpServletResponse) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.UiController
-
Processes a form submitted from the channel-edit view.
- ChannelInformation(UUID, String, String, Set<Integer>, UUID) - Constructor for class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO.ChannelInformation
-
Creates a channel information object.
- ChannelInformationCache - Interface in com.aquenos.cassandra.pvarchiver.server.archiving
-
- channelInformationCache() - Method in class com.aquenos.cassandra.pvarchiver.server.spring.ArchiveServerApplicationConfiguration
-
Creates the channel information cache.
- ChannelInformationCacheImpl - Class in com.aquenos.cassandra.pvarchiver.server.archiving
-
- ChannelInformationCacheImpl() - Constructor for class com.aquenos.cassandra.pvarchiver.server.archiving.ChannelInformationCacheImpl
-
- ChannelItem(UUID, String, String, String, Set<Integer>, UUID, String) - Constructor for class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsAllResponse.ChannelItem
-
Creates a channel item.
- ChannelItem(UUID, String, String, String, Map<Integer, Integer>, boolean, String, Map<String, String>, String, Long, Long, Long) - Constructor for class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsByServerResponse.ChannelItem
-
Creates a channel item.
- ChannelMetaDataDAO - Interface in com.aquenos.cassandra.pvarchiver.server.database
-
Data-access object handling meta-data related to archived control-system
channels.
- channelMetaDataDAO() - Method in class com.aquenos.cassandra.pvarchiver.server.spring.ArchiveServerApplicationConfiguration
-
Creates the DAO for accessing channel meta-data.
- ChannelMetaDataDAO.ChannelConfiguration - Class in com.aquenos.cassandra.pvarchiver.server.database
-
Value object representing the configuration of a channel.
- ChannelMetaDataDAO.ChannelInformation - Class in com.aquenos.cassandra.pvarchiver.server.database
-
Value object representing the general meta-data for a channel.
- ChannelMetaDataDAO.ChannelOperation - Class in com.aquenos.cassandra.pvarchiver.server.database
-
Value object representing an operation on a channel.
- ChannelMetaDataDAO.SampleBucketInformation - Class in com.aquenos.cassandra.pvarchiver.server.database
-
Value object representing the meta-data of a sample bucket.
- channelMetaDataDAOCassandraProvider() - Method in class com.aquenos.cassandra.pvarchiver.server.spring.ArchiveServerApplicationConfiguration
-
- ChannelMetaDataDAOImpl - Class in com.aquenos.cassandra.pvarchiver.server.database
-
Implementation of the data-access object for accessing the channel meta-data.
- ChannelMetaDataDAOImpl() - Constructor for class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAOImpl
-
- channelMoveGet(String, HttpServletResponse) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.UiController
-
Returns the channel-move view.
- channelMovePost(String, UUID, UUID, HttpServletResponse) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.UiController
-
Processes a form submitted from the channel-move view.
- ChannelOperation(String, String, UUID, String, UUID) - Constructor for class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO.ChannelOperation
-
Creates a channel operation object.
- channelReinitialize(String, HttpServletResponse) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.UiController
-
Reinitializes a channel.
- channelRemoveGet(String, HttpServletResponse) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.UiController
-
Returns the channel-remove view.
- channelRemovePost(String, HttpServletResponse) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.UiController
-
Processes a form submitted from the channel-remove view.
- channelRenameGet(String, HttpServletResponse) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.UiController
-
Returns the channel-rename view.
- channelRenamePost(String, String, HttpServletResponse) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.UiController
-
Processes a form submitted from the channel-rename view.
- ChannelResponse - Class in com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi
-
Response object for the "get channel" function of the web-service API.
- ChannelResponse(UUID, String, String, String, Map<Integer, Integer>, boolean, String, Map<String, String>, UUID, String, String, Long, Long, Long) - Constructor for class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelResponse
-
Creates a channel response.
- channels(HttpServletResponse) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.UiController
-
Returns the channels-overview view.
- channelsAll(HttpServletResponse) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.ApiController
-
Returns the list of all channels.
- channelsAll() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.UiController
-
Returns the all channels view.
- ChannelsAllResponse - Class in com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi
-
Response object for the "list all channels" function of the web-service API.
- ChannelsAllResponse(List<ChannelsAllResponse.ChannelItem>) - Constructor for class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsAllResponse
-
Creates a new response.
- ChannelsAllResponse.ChannelItem - Class in com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi
-
- channelsByPattern(HttpServletRequest, HttpServletResponse) - Method in class com.aquenos.cassandra.pvarchiver.server.web.archiveaccess.controller.Api10Controller
-
Generates a list of channel names that match the specified pattern.
- channelsByRegExp(HttpServletRequest, HttpServletResponse) - Method in class com.aquenos.cassandra.pvarchiver.server.web.archiveaccess.controller.Api10Controller
-
Generates a list of channel names that match the specified regular
expression.
- channelsByServer(String, HttpServletResponse) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.ApiController
-
Returns the list of channels for the specified server.
- channelsByServer(UUID, HttpServletResponse) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.UiController
-
Returns the channels-by-server view.
- channelsByServerExport(String, HttpServletResponse) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.ApiController
-
Returns the exported channel configuration for the specified server..
- channelsByServerExport(UUID, HttpServletResponse) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.UiController
-
Returns an XML export of the channel configuration for the specified
server.
- ChannelsByServerExportResponse - Class in com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi
-
Response object for the "export channel configuration" function of the
web-service API.
- ChannelsByServerExportResponse(byte[]) - Constructor for class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsByServerExportResponse
-
Creates a new response.
- channelsByServerImport(String, ChannelsByServerImportRequest, HttpServletResponse) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.ApiController
-
Imports the channel configuration for an archive server from a
configuration file.
- channelsByServerImportGet(UUID) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.UiController
-
Returns the channels-import view.
- channelsByServerImportPost(UUID, MultipartFile, boolean, boolean, boolean) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.UiController
-
Processes a form submitted from the channels-import view.
- ChannelsByServerImportRequest - Class in com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi
-
Request object for the "import channel configuration" function of the
web-service API.
- ChannelsByServerImportRequest(Boolean, byte[], Boolean, Boolean, Boolean) - Constructor for class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsByServerImportRequest
-
Creates a new request object.
- ChannelsByServerImportResponse - Class in com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi
-
Response object for the "import channel configuration" function of the
web-service API.
- ChannelsByServerImportResponse(Map<String, String>, Set<String>, String, Map<String, String>, Set<String>) - Constructor for class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsByServerImportResponse
-
Creates a new response.
- ChannelsByServerResponse - Class in com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi
-
Response object for the "list channels for a server" function of the
web-service API.
- ChannelsByServerResponse(List<ChannelsByServerResponse.ChannelItem>, boolean) - Constructor for class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsByServerResponse
-
Creates a new response.
- ChannelsByServerResponse.ChannelItem - Class in com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi
-
- ChannelStatus - Class in com.aquenos.cassandra.pvarchiver.server.archiving
-
Status of an archived channel.
- ChannelStatus(ChannelMetaDataDAO.ChannelConfiguration, String, ChannelStatus.State, long, long, long) - Constructor for class com.aquenos.cassandra.pvarchiver.server.archiving.ChannelStatus
-
Creates a channel status object.
- ChannelStatus.State - Enum in com.aquenos.cassandra.pvarchiver.server.archiving
-
State of an archived channel.
- characterEncodingFilter() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.spring.AdminWebApplication
-
Creates a filter that sets the character encoding of requests and
responses.
- characterEncodingFilter() - Method in class com.aquenos.cassandra.pvarchiver.server.web.archiveaccess.spring.ArchiveAccessWebApplication
-
Creates a filter that sets the character encoding of requests and
responses.
- characterEncodingFilter() - Method in class com.aquenos.cassandra.pvarchiver.server.web.internode.spring.InterNodeCommunicationWebApplication
-
Creates a filter that sets the character encoding of requests and
responses.
- closeAsync() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ThrottlingSession
-
- ClusterManagementService - Class in com.aquenos.cassandra.pvarchiver.server.cluster
-
Manages the cluster of archive servers.
- ClusterManagementService() - Constructor for class com.aquenos.cassandra.pvarchiver.server.cluster.ClusterManagementService
-
- clusterManagementService() - Method in class com.aquenos.cassandra.pvarchiver.server.spring.ArchiveServerApplicationConfiguration
-
Creates the cluster management service.
- ClusterServer(String, Date, UUID, String) - Constructor for class com.aquenos.cassandra.pvarchiver.server.database.ClusterServersDAO.ClusterServer
-
Creates a cluster server object.
- ClusterServersDAO - Interface in com.aquenos.cassandra.pvarchiver.server.database
-
Data access object for accessing the servers within the archiving cluster.
- clusterServersDAO() - Method in class com.aquenos.cassandra.pvarchiver.server.spring.ArchiveServerApplicationConfiguration
-
Creates the DAO for accessing information about the archiving servers
within the cluster.
- ClusterServersDAO.ClusterServer - Class in com.aquenos.cassandra.pvarchiver.server.database
-
Value object representing a server within the archiving cluster.
- ClusterServersDAOImpl - Class in com.aquenos.cassandra.pvarchiver.server.database
-
Implementation of the data access object for accessing the servers within the
archiving cluster.
- ClusterServersDAOImpl() - Constructor for class com.aquenos.cassandra.pvarchiver.server.database.ClusterServersDAOImpl
-
- ClusterServersDAOInitializedEvent - Class in com.aquenos.cassandra.pvarchiver.server.database
-
Application event triggered by the
ClusterServersDAO
when it has been
fully initialized.
- ClusterServersDAOInitializedEvent(ClusterServersDAO) - Constructor for class com.aquenos.cassandra.pvarchiver.server.database.ClusterServersDAOInitializedEvent
-
Creates an event originating from the specified cluster servers DAO.
- clusterStatus(HttpServletResponse) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.ApiController
-
Returns status information about the archiving cluster.
- ClusterStatusResponse - Class in com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi
-
Response object for the "cluster status" function of the web-service API.
- ClusterStatusResponse(List<ClusterStatusResponse.ServerItem>) - Constructor for class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ClusterStatusResponse
-
Creates a cluster status response.
- ClusterStatusResponse.ServerItem - Class in com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi
-
- com.aquenos.cassandra.pvarchiver.server.archiving - package com.aquenos.cassandra.pvarchiver.server.archiving
-
Classes that deal with archive configuration and the actual archiving.
- com.aquenos.cassandra.pvarchiver.server.cluster - package com.aquenos.cassandra.pvarchiver.server.cluster
-
Classes for managing the servers within the archiving cluster.
- com.aquenos.cassandra.pvarchiver.server.controlsystem - package com.aquenos.cassandra.pvarchiver.server.controlsystem
-
Classes responsible for integrating the control-system support modules that
are in the class-path with the archive server.
- com.aquenos.cassandra.pvarchiver.server.database - package com.aquenos.cassandra.pvarchiver.server.database
-
Classes for accessing the Cassandra database.
- com.aquenos.cassandra.pvarchiver.server.internode - package com.aquenos.cassandra.pvarchiver.server.internode
-
Classes for communication between the servers in the archiving cluster.
- com.aquenos.cassandra.pvarchiver.server.spring - package com.aquenos.cassandra.pvarchiver.server.spring
-
- com.aquenos.cassandra.pvarchiver.server.user - package com.aquenos.cassandra.pvarchiver.server.user
-
Classes for managing archive administrators and users.
- com.aquenos.cassandra.pvarchiver.server.util - package com.aquenos.cassandra.pvarchiver.server.util
-
Utility classes used by the archive server.
- com.aquenos.cassandra.pvarchiver.server.web.admin.controller - package com.aquenos.cassandra.pvarchiver.server.web.admin.controller
-
Classes handling HTTP requests for the administrative interface.
- com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi - package com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi
-
Request and response objects for the administrative web-service API.
- com.aquenos.cassandra.pvarchiver.server.web.admin.spring - package com.aquenos.cassandra.pvarchiver.server.web.admin.spring
-
- com.aquenos.cassandra.pvarchiver.server.web.archiveaccess.controller - package com.aquenos.cassandra.pvarchiver.server.web.archiveaccess.controller
-
Classes handling HTTP requests for the archive-access interface.
- com.aquenos.cassandra.pvarchiver.server.web.archiveaccess.spring - package com.aquenos.cassandra.pvarchiver.server.web.archiveaccess.spring
-
- com.aquenos.cassandra.pvarchiver.server.web.common.spring - package com.aquenos.cassandra.pvarchiver.server.web.common.spring
-
Classes handling configuration of Spring in a web environment.
- com.aquenos.cassandra.pvarchiver.server.web.internode.controller - package com.aquenos.cassandra.pvarchiver.server.web.internode.controller
-
Classes handling HTTP requests for the inter-node communication interface.
- com.aquenos.cassandra.pvarchiver.server.web.internode.spring - package com.aquenos.cassandra.pvarchiver.server.web.internode.spring
-
Classes for configuring the
ApplicationContext
for the inter-node
communication interface.
- compare(UUID, UUID) - Method in class com.aquenos.cassandra.pvarchiver.server.util.UUIDComparator
-
- compose(AsyncFunction<? super I, T>, AsyncFunction<? super T, ? extends O>) - Static method in class com.aquenos.cassandra.pvarchiver.server.util.AsyncFunctionUtils
-
Creates an asynchronous function that is the composition of the two
specified asynchronous functions called in series.
- compose(Executor, AsyncFunction<? super I, T>, AsyncFunction<? super T, ? extends O>) - Static method in class com.aquenos.cassandra.pvarchiver.server.util.AsyncFunctionUtils
-
Creates an asynchronous function that is the composition of the two
specified asynchronous functions called in series.
- compose(AsyncFunction<? super I, T>, Function<? super T, ? extends O>) - Static method in class com.aquenos.cassandra.pvarchiver.server.util.AsyncFunctionUtils
-
Creates an asynchronous function that is the composition of an
asynchronous function and a synchronous function called in series.
- compose(Executor, AsyncFunction<? super I, T>, Function<? super T, ? extends O>) - Static method in class com.aquenos.cassandra.pvarchiver.server.util.AsyncFunctionUtils
-
Creates an asynchronous function that is the composition of an
asynchronous function and a synchronous function called in series.
- compose(Function<? super I, T>, AsyncFunction<? super T, O>) - Static method in class com.aquenos.cassandra.pvarchiver.server.util.AsyncFunctionUtils
-
Creates an asynchronous function that is the composition of a synchronous
function and an asynchronous function called in series.
- compose(AsyncFunction<? super T, ? extends T>...) - Static method in class com.aquenos.cassandra.pvarchiver.server.util.AsyncFunctionUtils
-
Creates an asynchronous function that calls the specified asynchronous
functions in series.
- compose(Executor, AsyncFunction<? super T, ? extends T>...) - Static method in class com.aquenos.cassandra.pvarchiver.server.util.AsyncFunctionUtils
-
Creates an asynchronous function that calls the specified asynchronous
functions in series.
- compose(Iterable<? extends AsyncFunction<? super T, ? extends T>>) - Static method in class com.aquenos.cassandra.pvarchiver.server.util.AsyncFunctionUtils
-
Creates an asynchronous function that calls the specified asynchronous
functions in series.
- compose(Executor, Iterable<? extends AsyncFunction<? super T, ? extends T>>) - Static method in class com.aquenos.cassandra.pvarchiver.server.util.AsyncFunctionUtils
-
Creates an asynchronous function that calls the specified asynchronous
functions in series.
- configure(HttpSecurity) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.spring.AdminWebApplication.WebSecurityConfiguration.AdminApiHttpSecurityConfiguration
-
- configure(HttpSecurity) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.spring.AdminWebApplication.WebSecurityConfiguration.AdminUiHttpSecurityConfiguration
-
- configure(HttpSecurity) - Method in class com.aquenos.cassandra.pvarchiver.server.web.internode.spring.InterNodeCommunicationWebApplication.WebSecurityConfiguration
-
- configure(AuthenticationManagerBuilder) - Method in class com.aquenos.cassandra.pvarchiver.server.web.internode.spring.InterNodeCommunicationWebApplication.WebSecurityConfiguration
-
- configureAsyncSupport(AsyncSupportConfigurer) - Method in class com.aquenos.cassandra.pvarchiver.server.web.internode.spring.InterNodeCommunicationWebApplication.WebMvcConfiguration
-
- configureAuthenticationManager(AuthenticationManagerBuilder) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.spring.AdminWebApplication.WebSecurityConfiguration
-
- ConfigureCompressionTomcatConnectorCustomizer - Class in com.aquenos.cassandra.pvarchiver.server.web.common.spring
-
Customizer for Tomcat Connector
s that configures compression.
- configureContentNegotiation(ContentNegotiationConfigurer) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.spring.AdminWebApplication.WebMvcConfiguration
-
- configureContentNegotiation(ContentNegotiationConfigurer) - Method in class com.aquenos.cassandra.pvarchiver.server.web.archiveaccess.spring.ArchiveAccessWebApplication.WebMvcConfiguration
-
- configureContentNegotiation(ContentNegotiationConfigurer) - Method in class com.aquenos.cassandra.pvarchiver.server.web.internode.spring.InterNodeCommunicationWebApplication.WebMvcConfiguration
-
- configureDialects(SpringTemplateEngine) - Method in class com.aquenos.cassandra.pvarchiver.server.web.common.spring.ThymeleafConfiguration
-
Configures the (non-standard) dialects that are supported by the template
engine.
- configurePathMatch(PathMatchConfigurer) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.spring.AdminWebApplication.WebMvcConfiguration
-
- configurePathMatch(PathMatchConfigurer) - Method in class com.aquenos.cassandra.pvarchiver.server.web.archiveaccess.spring.ArchiveAccessWebApplication.WebMvcConfiguration
-
- configurePathMatch(PathMatchConfigurer) - Method in class com.aquenos.cassandra.pvarchiver.server.web.internode.spring.InterNodeCommunicationWebApplication.WebMvcConfiguration
-
- configureViewResolvers(ViewResolverRegistry) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.spring.AdminWebApplication.WebMvcConfiguration
-
- ControlSystemSupportRegistry - Interface in com.aquenos.cassandra.pvarchiver.server.controlsystem
-
- controlSystemSupportRegistry() - Method in class com.aquenos.cassandra.pvarchiver.server.spring.ArchiveServerApplicationConfiguration
-
Creates the control-system support registry.
- ControlSystemSupportRegistryBean - Class in com.aquenos.cassandra.pvarchiver.server.controlsystem
-
- ControlSystemSupportRegistryBean() - Constructor for class com.aquenos.cassandra.pvarchiver.server.controlsystem.ControlSystemSupportRegistryBean
-
- controlSystemSupportRegistryCassandraProvider() - Method in class com.aquenos.cassandra.pvarchiver.server.spring.ArchiveServerApplicationConfiguration
-
- create(ArchiveConfigurationCommand, boolean, String) - Static method in class com.aquenos.cassandra.pvarchiver.server.archiving.ArchiveConfigurationCommandResult
-
Creates a result representing the specified arguments.
- createChannel(String, UUID, String, Set<Integer>, Map<Integer, Integer>, boolean, Map<String, String>, UUID) - Method in interface com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO
-
Creates a channel.
- createChannel(String, UUID, String, Set<Integer>, Map<Integer, Integer>, boolean, Map<String, String>, UUID) - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAOImpl
-
- createChannelDecimationLevels(String, UUID, Set<Integer>, Map<Integer, Integer>) - Method in interface com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO
-
Creates decimation levels for the specified channel.
- createChannelDecimationLevels(String, UUID, Set<Integer>, Map<Integer, Integer>) - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAOImpl
-
- createItem(UUID, String, String) - Method in interface com.aquenos.cassandra.pvarchiver.server.database.GenericDataStoreDAO
-
Create a data item for the specified component and key if no such item
exists yet.
- createItem(UUID, String, String) - Method in class com.aquenos.cassandra.pvarchiver.server.database.GenericDataStoreDAOImpl
-
- createOrUpdateItem(UUID, String, String) - Method in interface com.aquenos.cassandra.pvarchiver.server.database.GenericDataStoreDAO
-
Creates a data item or updates it if an item with the specified key
already exists for the specified component.
- createOrUpdateItem(UUID, String, String) - Method in class com.aquenos.cassandra.pvarchiver.server.database.GenericDataStoreDAOImpl
-
- createOrUpdateServer(UUID, String, String, Date) - Method in interface com.aquenos.cassandra.pvarchiver.server.database.ClusterServersDAO
-
Creates or updates the record for an archive server.
- createOrUpdateServer(UUID, String, String, Date) - Method in class com.aquenos.cassandra.pvarchiver.server.database.ClusterServersDAOImpl
-
- createPendingChannelOperation(UUID, String, UUID, String, String, int) - Method in interface com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO
-
Creates a pending channel operation.
- createPendingChannelOperation(UUID, String, UUID, String, String, int) - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAOImpl
-
- createPendingChannelOperationRelaxed(UUID, String, UUID, String, String, int) - Method in interface com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO
-
Creates a pending channel operation in a more relaxed way.
- createPendingChannelOperationRelaxed(UUID, String, UUID, String, String, int) - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAOImpl
-
- createSampleBucket(String, int, long, long, Long, boolean, UUID) - Method in interface com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO
-
Creates a sample bucket for a channel.
- createSampleBucket(String, int, long, long, Long, boolean, UUID) - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAOImpl
-
- createUser(UserDetails) - Method in class com.aquenos.cassandra.pvarchiver.server.user.ArchiveUserDetailsManager
-
- currentSystemTime() - Method in class com.aquenos.cassandra.pvarchiver.server.web.internode.controller.ApiController
-
- CurrentSystemTimeResponse - Class in com.aquenos.cassandra.pvarchiver.server.internode
-
Response sent in reply to a request to get the current system time.
- CurrentSystemTimeResponse(long) - Constructor for class com.aquenos.cassandra.pvarchiver.server.internode.CurrentSystemTimeResponse
-
Creates a current-system-time response.
- customize(Connector) - Method in class com.aquenos.cassandra.pvarchiver.server.web.common.spring.ConfigureCompressionTomcatConnectorCustomizer
-
- CustomThymeleafConfiguration() - Constructor for class com.aquenos.cassandra.pvarchiver.server.web.admin.spring.AdminWebApplication.CustomThymeleafConfiguration
-
- CustomWebMvcConfiguration - Class in com.aquenos.cassandra.pvarchiver.server.web.common.spring
-
Configuration that is roughly equivalent to the
EnableWebMvc
annotation, but uses slightly different default settings.
- CustomWebMvcConfiguration() - Constructor for class com.aquenos.cassandra.pvarchiver.server.web.common.spring.CustomWebMvcConfiguration
-
- GenericDataStoreDAO - Interface in com.aquenos.cassandra.pvarchiver.server.database
-
Data access object that can be used by other component to store arbitrary
(small amounts of) data.
- genericDataStoreDAO() - Method in class com.aquenos.cassandra.pvarchiver.server.spring.ArchiveServerApplicationConfiguration
-
Creates the DAO for accessing the generic data store.
- GenericDataStoreDAO.DataItem - Class in com.aquenos.cassandra.pvarchiver.server.database
-
Value object representing a single data item.
- GenericDataStoreDAOImpl - Class in com.aquenos.cassandra.pvarchiver.server.database
-
Implementation of a data access object for storing generic pieces of
information.
- GenericDataStoreDAOImpl() - Constructor for class com.aquenos.cassandra.pvarchiver.server.database.GenericDataStoreDAOImpl
-
- GenericDataStoreDAOInitializedEvent - Class in com.aquenos.cassandra.pvarchiver.server.database
-
- GenericDataStoreDAOInitializedEvent(GenericDataStoreDAO) - Constructor for class com.aquenos.cassandra.pvarchiver.server.database.GenericDataStoreDAOInitializedEvent
-
Creates an event originating from the specified generic data-store DAO.
- getAddDecimationLevels() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.UpdateChannelCommand
-
Returns the set of decimation levels to be added.
- getAddOptions() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.UpdateChannelCommand
-
Returns the map of control-system-specific configuration options to be
added.
- getAddOrUpdateFailed() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsByServerImportResponse
-
Returns the channels for which an add or update operation failed.
- getAddOrUpdateSucceeded() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsByServerImportResponse
-
Returns the channels for which an add or update operation succeeded.
- getAdminPort() - Method in class com.aquenos.cassandra.pvarchiver.server.spring.ServerProperties
-
Returns the TCP port number on which the web server for the
administrative interface listens.
- getAllItems(UUID) - Method in interface com.aquenos.cassandra.pvarchiver.server.database.GenericDataStoreDAO
-
Returns all data items for the specified component.
- getAllItems(UUID) - Method in class com.aquenos.cassandra.pvarchiver.server.database.GenericDataStoreDAOImpl
-
- getArchiveAccessPort() - Method in class com.aquenos.cassandra.pvarchiver.server.spring.ServerProperties
-
Returns the TCP port number on which the web server for the access to the
archive listens.
- getArchivingStatus(String) - Method in interface com.aquenos.cassandra.pvarchiver.server.internode.InterNodeCommunicationService
-
Queries a remote server for its archiving status.
- getArchivingStatus(String) - Method in class com.aquenos.cassandra.pvarchiver.server.internode.InterNodeCommunicationServiceImpl
-
- getArchivingStatusForChannel(String, String) - Method in interface com.aquenos.cassandra.pvarchiver.server.internode.InterNodeCommunicationService
-
Queries a remote server for the archiving status of one of its channels.
- getArchivingStatusForChannel(String, String) - Method in class com.aquenos.cassandra.pvarchiver.server.internode.InterNodeCommunicationServiceImpl
-
- getBucketEndTime() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO.SampleBucketInformation
-
Returns the end time of this sample bucket as the number of
nanoseconds since epoch (January 1st, 1970, 00:00:00 UTC).
- getBucketId() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO.SampleBucketInformation
-
Returns the unique ID identifiying this sample bucket.
- getBucketStartTime() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO.SampleBucketInformation
-
Returns the start time of this sample bucket as the number of
nanoseconds since epoch (January 1st, 1970, 00:00:00 UTC).
- getCassandraClusterName() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ServerStatusResponse
-
Returns the human-readable name of the Cassandra cluster to which this
server is connected.
- getCassandraError() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ServerStatusResponse
-
Returns the error message indicating a problem that occurred while trying
to connect to the Cassandra cluster.
- getCassandraKeyspaceName() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ServerStatusResponse
-
Returns the name of the Cassandra keyspace which is used by the Cassandra
PV Archiver.
- getChannel(String) - Method in interface com.aquenos.cassandra.pvarchiver.server.archiving.ChannelInformationCache
-
Returns the channel information for the specified channel name or
null
if the channel does not exist.
- getChannel(String) - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ChannelInformationCacheImpl
-
- getChannel(String) - Method in interface com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO
-
Returns the meta-data for the specified channel.
- getChannel(String) - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAOImpl
-
- getChannelAsync(String, boolean) - Method in interface com.aquenos.cassandra.pvarchiver.server.archiving.ChannelInformationCache
-
Returns the channel information for the specified channel name or
null
if the channel does not exist.
- getChannelAsync(String, boolean) - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ChannelInformationCacheImpl
-
- getChannelByServer(UUID, String) - Method in interface com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO
-
Returns the channel configuration for the specified channel belonging to
the specified server.
- getChannelByServer(UUID, String) - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAOImpl
-
- getChannelConfiguration() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ChannelStatus
-
Returns the configuration for the channel.
- getChannelDataId() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO.ChannelConfiguration
-
Returns the unique identifier that is associated with the data
(samples) for the channel.
- getChannelDataId() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO.ChannelInformation
-
Returns the unique identifier that is associated with the data
(samples) for the channel.
- getChannelDataId() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO.SampleBucketInformation
-
Returns the unique identifier that is associated with the data
(samples) for the channel.
- getChannelDataId() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelResponse
-
Returns the unique identifier that is associated with the data (samples)
for the channel.
- getChannelDataId() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsAllResponse.ChannelItem
-
Returns the unique identifier that is associated with the data
(samples) for the channel.
- getChannelDataId() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsByServerResponse.ChannelItem
-
Returns the unique identifier that is associated with the data
(samples) for the channel.
- getChannelInformationUpdates() - Method in class com.aquenos.cassandra.pvarchiver.server.internode.UpdateChannelInformationRequest
-
Returns the list of channel information objects that are updated with
this update.
- getChannelName() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.AddChannelCommand
-
Returns the name of the channel that shall be added.
- getChannelName() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.AddOrUpdateChannelCommand
-
Returns the name of the channel that shall be added or updated.
- getChannelName() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ChannelStatus
-
Returns the name of the channel.
- getChannelName() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.MoveChannelCommand
-
Returns the name of the channel that shall be moved.
- getChannelName() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.RefreshChannelCommand
-
Returns the name of the channel that shall be refreshed.
- getChannelName() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.RemoveChannelCommand
-
Returns the name of the channel that shall be removed.
- getChannelName() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.UpdateChannelCommand
-
Returns the name of the channel that shall be updated.
- getChannelName() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO.ChannelConfiguration
-
Returns the name of this channel.
- getChannelName() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO.ChannelInformation
-
Returns the name of this channel.
- getChannelName() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO.ChannelOperation
-
Returns the name of the channel that is affected by this operation.
- getChannelName() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO.SampleBucketInformation
-
Returns the name of the channel for which this sample bucket stores
data.
- getChannelName() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelResponse
-
Returns the name of this channel.
- getChannelName() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsAllResponse.ChannelItem
-
Returns the name of this channel.
- getChannelName() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsByServerResponse.ChannelItem
-
Returns the name of this channel.
- getChannels() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ArchiveServerConfigurationXmlImport
-
Returns the channels that have been imported from the configuration file.
- getChannels() - Method in interface com.aquenos.cassandra.pvarchiver.server.archiving.ChannelInformationCache
-
Returns a map containing all channels in the cluster.
- getChannels(UUID) - Method in interface com.aquenos.cassandra.pvarchiver.server.archiving.ChannelInformationCache
-
Returns a map containing all channels for the specified server.
- getChannels() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ChannelInformationCacheImpl
-
- getChannels(UUID) - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ChannelInformationCacheImpl
-
- getChannels() - Method in interface com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO
-
Returns the meta-data for all channels.
- getChannels() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAOImpl
-
- getChannels() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsAllResponse
-
Returns the list of all channels that exist in the archiving cluster.
- getChannels() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsByServerResponse
-
Returns the list of all channels that exist for the specified server.
- getChannelsByServer(UUID) - Method in interface com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO
-
Returns the configuration for all channels belonging to the specified
server.
- getChannelsByServer(UUID) - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAOImpl
-
- getChannelsDisconnected() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ServerStatusResponse
-
Returns the number of channels that are in the disconnected state.
- getChannelsError() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ServerStatusResponse
-
Returns the number of channels that are in the error state.
- getChannelsSortedByServer() - Method in interface com.aquenos.cassandra.pvarchiver.server.archiving.ChannelInformationCache
-
Returns a map containing all channels in the cluster.
- getChannelsSortedByServer() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ChannelInformationCacheImpl
-
- getChannelStatus(String) - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ArchivingService
-
Returns the status of an archived channel.
- getChannelStatusForAllChannels() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ArchivingService
-
Returns a list of the status for all channels known by this archiving
service.
- getChannelStatusList() - Method in class com.aquenos.cassandra.pvarchiver.server.internode.ArchivingStatusResponse
-
- getChannelsTotal() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ServerStatusResponse
-
Returns the total number of channels on this server.
- getCluster() - Method in interface com.aquenos.cassandra.pvarchiver.server.database.CassandraProvider
-
Returns a reference to the Cassandra cluster.
- getCluster() - Method in class com.aquenos.cassandra.pvarchiver.server.database.CassandraProviderBean
-
- getCluster() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ThrottlingCassandraProvider
-
- getCluster() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ThrottlingSession
-
- getClusterFuture() - Method in interface com.aquenos.cassandra.pvarchiver.server.database.CassandraProvider
-
Returns a future reference to the Cassandra cluster.
- getClusterFuture() - Method in class com.aquenos.cassandra.pvarchiver.server.database.CassandraProviderBean
-
- getClusterFuture() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ThrottlingCassandraProvider
-
- getCommand() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ArchiveConfigurationCommandResult
-
Returns the command for which this object represents the result of the
execution.
- getCommands() - Method in class com.aquenos.cassandra.pvarchiver.server.internode.RunArchiveConfigurationCommandsRequest
-
- getCommands() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.RunArchiveConfigurationCommandsRequest
-
- getCommandType() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.AddChannelCommand
-
- getCommandType() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.AddOrUpdateChannelCommand
-
- getCommandType() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ArchiveConfigurationCommand
-
Returns the type of the actual command type.
- getCommandType() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.MoveChannelCommand
-
- getCommandType() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.RefreshChannelCommand
-
- getCommandType() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.RemoveChannelCommand
-
- getCommandType() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.RenameChannelCommand
-
- getCommandType() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.UpdateChannelCommand
-
- getComponentId() - Method in class com.aquenos.cassandra.pvarchiver.server.database.GenericDataStoreDAO.DataItem
-
Returns the component ID.
- getConfigurationFile() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsByServerExportResponse
-
Returns the contents of the exported configuration file.
- getConfigurationFile() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsByServerImportRequest
-
Returns the contents of the configuration file that shall be imported.
- getControlSystemName() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelResponse
-
Returns the name of the control-system support for this channel.
- getControlSystemName() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsAllResponse.ChannelItem
-
Returns the name of the control-system support for this channel.
- getControlSystemName() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsByServerResponse.ChannelItem
-
Returns the name of the control-system support for this channel.
- getControlSystemSupport(String) - Method in interface com.aquenos.cassandra.pvarchiver.server.controlsystem.ControlSystemSupportRegistry
-
Returns the control-system support with the specified identifier.
- getControlSystemSupport(String) - Method in class com.aquenos.cassandra.pvarchiver.server.controlsystem.ControlSystemSupportRegistryBean
-
- getControlSystemSupports() - Method in interface com.aquenos.cassandra.pvarchiver.server.controlsystem.ControlSystemSupportRegistry
-
Returns all control-system support modules registered with this registry.
- getControlSystemSupports() - Method in class com.aquenos.cassandra.pvarchiver.server.controlsystem.ControlSystemSupportRegistryBean
-
- getControlSystemType() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.AddChannelCommand
-
Returns a string identifying the control-system support for the channel
to be added.
- getControlSystemType() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.AddOrUpdateChannelCommand
-
Returns a string identifying the control-system support for the channel
to be added or updated.
- getControlSystemType() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO.ChannelConfiguration
-
Returns the control-system type of this channel.
- getControlSystemType() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO.ChannelInformation
-
Returns the control-system type of this channel.
- getControlSystemType() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelResponse
-
Returns the control-system type of this channel.
- getControlSystemType() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsAllResponse.ChannelItem
-
Returns the control-system type of this channel.
- getControlSystemType() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsByServerResponse.ChannelItem
-
Returns the control-system type of this channel.
- getCurrentSystemTime(String) - Method in interface com.aquenos.cassandra.pvarchiver.server.internode.InterNodeCommunicationService
-
- getCurrentSystemTime(String) - Method in class com.aquenos.cassandra.pvarchiver.server.internode.InterNodeCommunicationServiceImpl
-
- getCurrentSystemTimeMilliseconds() - Method in class com.aquenos.cassandra.pvarchiver.server.internode.CurrentSystemTimeResponse
-
Returns the current system time on the server at the time when the
response was created.
- getDecimationLevel() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO.SampleBucketInformation
-
Returns the decimation level for which this sample bucket stores
data.
- getDecimationLevels() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.AddChannelCommand
-
Returns the set containing the decimation levels that shall be created
for the channel.
- getDecimationLevels() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.AddOrUpdateChannelCommand
-
Returns the set containing the decimation levels that shall be created
for the channel.
- getDecimationLevels() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.UpdateChannelCommand
-
Returns the set of decimation levels that shall exist for the channel
after the update.
- getDecimationLevels() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO.ChannelInformation
-
Returns the set of decimation levels defined for this channel.
- getDecimationLevels() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsAllResponse.ChannelItem
-
Returns the set of decimation levels defined for this channel.
- getDecimationLevelToCurrentBucketStartTime() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO.ChannelConfiguration
-
Returns a map that contains the decimation levels for the channel as
keys and the start time of the corresponding most recent sample
buckets as values.
- getDecimationLevelToRetentionPeriod() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.AddChannelCommand
-
Returns the map storing the mapping of decimation levels to their
respective retention period.
- getDecimationLevelToRetentionPeriod() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.AddOrUpdateChannelCommand
-
Returns the map storing the mapping of decimation levels to their
respective retention period.
- getDecimationLevelToRetentionPeriod() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.UpdateChannelCommand
-
Returns the map mapping decimation levels to their respective retention
period.
- getDecimationLevelToRetentionPeriod() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO.ChannelConfiguration
-
Returns a map that contains the retention periods of the decimation
levels for the channel.
- getDecimationLevelToRetentionPeriod() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelResponse
-
Returns a map that contains the retention periods of the decimation
levels for the channel.
- getDecimationLevelToRetentionPeriod() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsByServerResponse.ChannelItem
-
Returns a map that contains the retention periods of the decimation
levels for the channel.
- getDefaultLocale() - Method in class com.aquenos.cassandra.pvarchiver.server.web.common.spring.AcceptHeaderLocaleResolver
-
Returns the default locale.
- getEnabled() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.UpdateChannelCommand
-
Tells whether archiving for the channel shall be enabled or disabled.
- getErrorMessage() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ArchiveConfigurationCommandResult
-
Returns the optional error message associated with this result.
- getErrorMessage() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ChannelStatus
-
Returns the error message associated with the channel.
- getErrorMessage() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelResponse
-
Returns the error message associated with the channel.
- getErrorMessage() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsByServerImportResponse
-
Returns the error message indicating a global error (an error that
happened before changed where made to the configuration).
- getErrorMessage() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsByServerResponse.ChannelItem
-
Returns the error message associated with the channel.
- getErrorMessage() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.RunArchiveConfigurationCommandsResponse
-
Returns the error message indicating a global error (an error that
happened before changed where made to the configuration).
- getExpectedControlSystemType() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.UpdateChannelCommand
-
Returns the expected control-system type of the channel.
- getExpectedOldServerId() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.MoveChannelCommand
-
Returns the ID of the server which is expected to currently own the
channel.
- getExpectedServerId() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.RemoveChannelCommand
-
Returns the ID of the server which is expected to currently own the
channel.
- getExpectedServerId() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.RenameChannelCommand
-
Returns the ID of the server which is expected to currently own the
channel.
- getExpectedServerId() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.UpdateChannelCommand
-
Returns the ID of the server which is expected to currently own the
channel.
- getExpressionObjectFactory() - Method in class com.aquenos.cassandra.pvarchiver.server.web.common.spring.UriExpanderDialect
-
- getForwardToServers() - Method in class com.aquenos.cassandra.pvarchiver.server.internode.UpdateChannelInformationRequest
-
Returns the list of servers to which the server receiving this request
should forward it.
- getHosts() - Method in class com.aquenos.cassandra.pvarchiver.server.spring.CassandraProperties
-
Returns the list of hosts that are uses to discover the cluster topology
when initially connecting to the Cassandra cluster.
- getInterNodeCommunicationPort() - Method in class com.aquenos.cassandra.pvarchiver.server.spring.ServerProperties
-
Returns the TCP port number on which the web server for the inter-node
communication listens.
- getInterNodeCommunicationUrl(UUID) - Method in class com.aquenos.cassandra.pvarchiver.server.cluster.ClusterManagementService
-
Returns the inter-node communication URL for the specified server.
- getInterNodeCommunicationUrl() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ClusterServersDAO.ClusterServer
-
Returns the URL of the web-service interface for the server.
- getItem(UUID, String) - Method in interface com.aquenos.cassandra.pvarchiver.server.database.GenericDataStoreDAO
-
Returns the data item with the specified key for the specified component.
- getItem(UUID, String) - Method in class com.aquenos.cassandra.pvarchiver.server.database.GenericDataStoreDAOImpl
-
- getKey() - Method in class com.aquenos.cassandra.pvarchiver.server.database.GenericDataStoreDAO.DataItem
-
Returns the key of for this data item.
- getKeyspace() - Method in class com.aquenos.cassandra.pvarchiver.server.spring.CassandraProperties
-
Returns the name of the keyspace that is used by the Cassandra PV
Archiver.
- getLastOnlineTime() - Method in class com.aquenos.cassandra.pvarchiver.server.cluster.ServerStatus
-
Returns the last time at which the server registered itself with the
cluster.
- getLastOnlineTime() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ClusterServersDAO.ClusterServer
-
Returns the time the server has last updated its registration in the
database.
- getLastOnlineTime() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ClusterStatusResponse.ServerItem
-
Returns the last time the server renewed its registration with the
cluster.
- getListenAddress() - Method in class com.aquenos.cassandra.pvarchiver.server.spring.ServerProperties
-
Returns the address on which the server is supposed to listen.
- getLoggedKeyspace() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ThrottlingSession
-
- getMappingForMethod(Method, Class<?>) - Method in class com.aquenos.cassandra.pvarchiver.server.web.common.spring.PublicOnlyRequestMappingHandlerMapping
-
- getMaxConcurrentChannelMetaDataReadStatements() - Method in class com.aquenos.cassandra.pvarchiver.server.spring.ThrottlingProperties
-
Returns the maximum number of read statements that may be concurrently
executed by the
ChannelMetaDataDAO
.
- getMaxConcurrentChannelMetaDataWriteStatements() - Method in class com.aquenos.cassandra.pvarchiver.server.spring.ThrottlingProperties
-
Returns the maximum number of write statements that may be concurrently
executed by the
ChannelMetaDataDAO
.
- getMaxConcurrentControlSystemSupportReadStatements() - Method in class com.aquenos.cassandra.pvarchiver.server.spring.ThrottlingProperties
-
Returns the maximum number of read statements that may be concurrently
executed by all
ControlSystemSupport
s.
- getMaxConcurrentControlSystemSupportWriteStatements() - Method in class com.aquenos.cassandra.pvarchiver.server.spring.ThrottlingProperties
-
Returns the maximum number of write statements that may be concurrently
executed by all
ControlSystemSupport
s.
- getMaxConcurrentReadStatements() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ThrottlingCassandraProvider
-
Returns the maximum number of read statements that are executed
concurrently.
- getMaxConcurrentWriteStatements() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ThrottlingCassandraProvider
-
Returns the maximum number of write statements that are executed
concurrently.
- getMissingChannels() - Method in class com.aquenos.cassandra.pvarchiver.server.internode.UpdateChannelInformationRequest
-
Returns the list of channels which are missing.
- getName() - Method in class com.aquenos.cassandra.pvarchiver.server.web.common.spring.UriExpanderDialect
-
- getNewChannelName() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.RenameChannelCommand
-
Returns the new name for the channel to be renamed.
- getNewServerId() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.MoveChannelCommand
-
Returns the ID of the server to which the channel shall be moved.
- getNumberOfSamplesDropped() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ArchivingService
-
Returns the total number of samples that have been dropped.
- getNumberOfSamplesWritten() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ArchivingService
-
Returns the total number of samples that have been written.
- getOldChannelName() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.RenameChannelCommand
-
Returns the old name of the channel to be renamed.
- getOperationData() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO.ChannelOperation
-
Returns the data associated with this operation.
- getOperationId() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO.ChannelOperation
-
Returns the unique ID identifying this operation.
- getOperationType() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO.ChannelOperation
-
Returns the textual identifier defining the type of this operation.
- getOptions() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.AddChannelCommand
-
Returns control-system-specific configuration-options for the channel.
- getOptions() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.AddOrUpdateChannelCommand
-
Returns control-system-specific configuration-options for the channel.
- getOptions() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.UpdateChannelCommand
-
Returns the control-system-specific configuration options for the
channel.
- getOptions() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO.ChannelConfiguration
-
Returns a map storing the configuration options for this channel.
- getOptions() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelResponse
-
Returns a map storing the configuration options for this channel.
- getOptions() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsByServerResponse.ChannelItem
-
Returns a map storing the configuration options for this channel.
- getPassword() - Method in class com.aquenos.cassandra.pvarchiver.server.spring.CassandraProperties
-
Returns the password that is used in combination with the username in
order to authenticate with the Cassandra cluster.
- getPendingChannelOperation(UUID, String) - Method in interface com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO
-
Returns the pending channel operation for the specified server and
channel.
- getPendingChannelOperation(UUID, String) - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAOImpl
-
- getPendingChannelOperations(UUID) - Method in interface com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO
-
Returns all pending channel operations for the specified server.
- getPendingChannelOperations(UUID) - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAOImpl
-
- getPendingReadStatements() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ThrottlingCassandraProvider
-
Returns the current number of read statements that are waiting for
execution.
- getPendingReadStatementsCount() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ThrottlingSession
-
Returns the current number of read statements that are waiting for
execution.
- getPendingWriteStatements() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ThrottlingCassandraProvider
-
Returns the current number of write statements that are waiting for
execution.
- getPendingWriteStatementsCount() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ThrottlingSession
-
Returns the current number of write statements that are waiting for
execution.
- getPort() - Method in class com.aquenos.cassandra.pvarchiver.server.spring.CassandraProperties
-
Returns the port number on which the Cassandra database servers listen.
- getRawSession() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ThrottlingSession
-
Returns the session that backs this session.
- getRemoveDecimationLevels() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.UpdateChannelCommand
-
Returns the set of decimation levels to be removed.
- getRemoveFailed() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsByServerImportResponse
-
Returns the channels for which a remove operation failed.
- getRemoveOptions() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.UpdateChannelCommand
-
Returns the set of control-system-specific configuration options to be
removed.
- getRemoveSucceeded() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsByServerImportResponse
-
Returns the channels for which a remove operation succeeded.
- getResults() - Method in class com.aquenos.cassandra.pvarchiver.server.internode.RunArchiveConfigurationCommandsResponse
-
Returns the results to the commands that were specified with the request.
- getResults() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.RunArchiveConfigurationCommandsResponse
-
Returns the results to the commands that were specified with the request.
- getRunningReadStatements() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ThrottlingCassandraProvider
-
Returns the current number of read statements that are running.
- getRunningReadStatementsCount() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ThrottlingSession
-
Returns the current number of read statements that are running.
- getRunningWriteStatements() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ThrottlingCassandraProvider
-
Returns the current number of write statements that are running.
- getRunningWriteStatementsCount() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ThrottlingSession
-
Returns the current number of write statements that are running.
- getSampleBuckets(String) - Method in interface com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO
-
Returns the meta data for all sample buckets for the specified channel
and all decimation levels.
- getSampleBuckets(String, int) - Method in interface com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO
-
Returns the meta data for all sample buckets for the specified channel
and decimation level.
- getSampleBuckets(String) - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAOImpl
-
- getSampleBuckets(String, int) - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAOImpl
-
- getSampleBucketsInInterval(String, int, long, long) - Method in interface com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO
-
Returns the meta data for the sample buckets for the specified channel
and decimation level which are in the specified interval.
- getSampleBucketsInInterval(String, int, long, long) - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAOImpl
-
- getSampleBucketsInReverseOrder(String, int, int) - Method in interface com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO
-
Returns the meta data for all sample buckets for the specified channel
and decimation level up to the specified limit.
- getSampleBucketsInReverseOrder(String, int, int) - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAOImpl
-
- getSampleBucketsNewerThan(String, int, long, int) - Method in interface com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO
-
Returns the meta data for the sample buckets for the specified channel
and decimation level which have a start time later than the specified
time.
- getSampleBucketsNewerThan(String, int, long, int) - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAOImpl
-
- getSampleBucketsOlderThanInReverseOrder(String, int, long, int) - Method in interface com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO
-
Returns the meta data for the sample buckets for the specified channel
and decimation level which have a start time before the specified time.
- getSampleBucketsOlderThanInReverseOrder(String, int, long, int) - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAOImpl
-
- getSamples(String, int, long, TimeStampLimitMode, long, TimeStampLimitMode) - Method in interface com.aquenos.cassandra.pvarchiver.server.archiving.ArchiveAccessService
-
Retrieves samples for the specified channel and decimation level.
- getSamples(ChannelMetaDataDAO.ChannelConfiguration, int, long, TimeStampLimitMode, long, TimeStampLimitMode, ControlSystemSupport<SampleType>) - Method in interface com.aquenos.cassandra.pvarchiver.server.archiving.ArchiveAccessService
-
Retrieves samples for the specified channel and decimation level.
- getSamples(ChannelMetaDataDAO.ChannelInformation, int, long, TimeStampLimitMode, long, TimeStampLimitMode, ControlSystemSupport<SampleType>) - Method in interface com.aquenos.cassandra.pvarchiver.server.archiving.ArchiveAccessService
-
Retrieves samples for the specified channel and decimation level.
- getSamples(String, int, long, TimeStampLimitMode, long, TimeStampLimitMode) - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ArchiveAccessServiceImpl
-
- getSamples(ChannelMetaDataDAO.ChannelConfiguration, int, long, TimeStampLimitMode, long, TimeStampLimitMode, ControlSystemSupport<SampleType>) - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ArchiveAccessServiceImpl
-
- getSamples(ChannelMetaDataDAO.ChannelInformation, int, long, TimeStampLimitMode, long, TimeStampLimitMode, ControlSystemSupport<SampleType>) - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ArchiveAccessServiceImpl
-
- getServer(UUID) - Method in class com.aquenos.cassandra.pvarchiver.server.cluster.ClusterManagementService
-
Returns the status for the server with the specified ID.
- getServer(UUID) - Method in interface com.aquenos.cassandra.pvarchiver.server.database.ClusterServersDAO
-
Reads the server object for the specified ID from the database.
- getServer(UUID) - Method in class com.aquenos.cassandra.pvarchiver.server.database.ClusterServersDAOImpl
-
- getServerId() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.AddChannelCommand
-
Returns the ID of the server to which the channel shall be added.
- getServerId() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.AddOrUpdateChannelCommand
-
Returns the ID of the server to which the channel shall be added.
- getServerId() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.RefreshChannelCommand
-
Returns the ID of the server on which the channel shall be refreshed.
- getServerId() - Method in class com.aquenos.cassandra.pvarchiver.server.cluster.ServerStatus
-
Returns the unique identifier that identifies the server within the
cluster.
- getServerId() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO.ChannelConfiguration
-
Returns the ID of the server that is responsible for this channel.
- getServerId() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO.ChannelInformation
-
Returns the ID of the server that is responsible for this channel.
- getServerId() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO.ChannelOperation
-
Returns the ID of the server that is affected by this operation.
- getServerId() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ClusterServersDAO.ClusterServer
-
Returns the unique identifier of the server.
- getServerId() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelResponse
-
Returns the ID of the server that is responsible for this channel.
- getServerId() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsAllResponse.ChannelItem
-
Returns the ID of the server that is responsible for this channel.
- getServerId() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ClusterStatusResponse.ServerItem
-
Returns the server ID.
- getServerId() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ServerStatusResponse
-
Returns the ID of the server.
- getServerLastOnlineTime() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ServerStatusResponse
-
Returns the last time this server successfully registered itself with the
cluster.
- getServerName() - Method in class com.aquenos.cassandra.pvarchiver.server.cluster.ServerStatus
-
Returns a human-readable identifier for the server.
- getServerName() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ClusterServersDAO.ClusterServer
-
Returns a human-readable identifier for the server.
- getServerName() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelResponse
-
Returns the name of the server that is responsible for this channel.
- getServerName() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsAllResponse.ChannelItem
-
Returns the name of the server that is responsible for this channel.
- getServerName() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ClusterStatusResponse.ServerItem
-
Returns the human-readable name of the server.
- getServerName() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ServerStatusResponse
-
Returns the human-readable name of the server.
- getServers() - Method in class com.aquenos.cassandra.pvarchiver.server.cluster.ClusterManagementService
-
Returns the status for all servers in the cluster.
- getServers() - Method in interface com.aquenos.cassandra.pvarchiver.server.database.ClusterServersDAO
-
Reads the server objects for all servers from the database.
- getServers() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ClusterServersDAOImpl
-
- getServers() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ClusterStatusResponse
-
Returns the list of servers in the cluster with their status information.
- getSession() - Method in interface com.aquenos.cassandra.pvarchiver.server.database.CassandraProvider
-
Returns a reference to the Cassandra session.
- getSession() - Method in class com.aquenos.cassandra.pvarchiver.server.database.CassandraProviderBean
-
- getSession() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ThrottlingCassandraProvider
-
- getSessionFuture() - Method in interface com.aquenos.cassandra.pvarchiver.server.database.CassandraProvider
-
Returns a future reference to the Cassandra session.
- getSessionFuture() - Method in class com.aquenos.cassandra.pvarchiver.server.database.CassandraProviderBean
-
- getSessionFuture() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ThrottlingCassandraProvider
-
- getSource() - Method in class com.aquenos.cassandra.pvarchiver.server.cluster.ServerOnlineStatusEvent
-
- getSource() - Method in class com.aquenos.cassandra.pvarchiver.server.database.CassandraProviderInitializedEvent
-
- getSource() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ClusterServersDAOInitializedEvent
-
- getSource() - Method in class com.aquenos.cassandra.pvarchiver.server.database.GenericDataStoreDAOInitializedEvent
-
- getSource() - Method in class com.aquenos.cassandra.pvarchiver.server.internode.InterNodeCommunicationAuthenticationServiceInitializedEvent
-
- getSource() - Method in class com.aquenos.cassandra.pvarchiver.server.internode.InterNodeCommunicationServiceInitializedEvent
-
- getState() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ChannelStatus
-
Returns the state of the channel.
- getState() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ThrottlingSession
-
- getState() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelResponse
-
Returns the state of the channel.
- getState() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsByServerResponse.ChannelItem
-
Returns the state of the channel.
- getSupportedLocales() - Method in class com.aquenos.cassandra.pvarchiver.server.web.common.spring.AcceptHeaderLocaleResolver
-
Returns the set of supported locales.
- getTemplateCharacterEncoding() - Method in class com.aquenos.cassandra.pvarchiver.server.web.common.spring.ThymeleafConfiguration
-
Returns the character encoding used for template files.
- getTemplateMode() - Method in class com.aquenos.cassandra.pvarchiver.server.web.common.spring.ThymeleafConfiguration
-
Returns the template mode used by Thymeleaf when processing templates.
- getTemplatePrefix() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.spring.AdminWebApplication.CustomThymeleafConfiguration
-
- getTemplatePrefix() - Method in class com.aquenos.cassandra.pvarchiver.server.web.common.spring.ThymeleafConfiguration
-
Returns the prefix prepended to template names in order to find the
resource storing the template.
- getTemplateSuffix() - Method in class com.aquenos.cassandra.pvarchiver.server.web.common.spring.ThymeleafConfiguration
-
Returns the suffix appended to template names in order to find the
resource storing the template.
- getThisServer() - Method in class com.aquenos.cassandra.pvarchiver.server.cluster.ClusterManagementService
-
Returns the current status of this server.
- getTimeStamp() - Method in class com.aquenos.cassandra.pvarchiver.server.internode.UpdateChannelInformationRequest
-
- getTotalSamplesDropped() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ChannelStatus
-
Returns the total number of samples dropped for this channel.
- getTotalSamplesDropped() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelResponse
-
Returns the total number of samples dropped for this channel.
- getTotalSamplesDropped() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsByServerResponse.ChannelItem
-
Returns the total number of samples dropped for this channel.
- getTotalSamplesDropped() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ServerStatusResponse
-
Returns the total number of samples that have been dropped (discarded) by
this server because they arrived to quickly and could not be written in
time.
- getTotalSamplesSkippedBack() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ChannelStatus
-
Returns the total number of samples that were discarded because they
skipped back in time.
- getTotalSamplesSkippedBack() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelResponse
-
Returns the total number of samples that were discarded because they
skipped back in time.
- getTotalSamplesSkippedBack() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsByServerResponse.ChannelItem
-
Returns the total number of samples that were discarded because they
skipped back in time.
- getTotalSamplesWritten() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ChannelStatus
-
Returns the total number of samples written for this channel.
- getTotalSamplesWritten() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelResponse
-
Returns the total number of samples written for this channel.
- getTotalSamplesWritten() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsByServerResponse.ChannelItem
-
Returns the total number of samples written for this channel.
- getTotalSamplesWritten() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ServerStatusResponse
-
Returns the total number of samples that have been written (persisted) by
this server.
- getUnchecked(Future<? extends T>) - Static method in class com.aquenos.cassandra.pvarchiver.server.util.FutureUtils
-
Returns the result of calling the future's
get()
method.
- getUsername() - Method in class com.aquenos.cassandra.pvarchiver.server.spring.CassandraProperties
-
Returns the username used in combination with the password in order to
authenticate with the Cassandra cluster.
- getUsernameAndPassword(InterNodeCommunicationAuthenticationService.Role) - Method in class com.aquenos.cassandra.pvarchiver.server.internode.InterNodeCommunicationAuthenticationService
-
Returns a username / password pair that is suitable for authentication
with this service.
- getUuid() - Method in class com.aquenos.cassandra.pvarchiver.server.spring.ServerProperties
-
Returns the UUID identifying this server or null
if the UUID
has not been set.
- getUuidFile() - Method in class com.aquenos.cassandra.pvarchiver.server.spring.ServerProperties
-
Returns the file from which the current UUID has been read or
null
if the current UUID has not been read from a file.
- getValue() - Method in class com.aquenos.cassandra.pvarchiver.server.database.GenericDataStoreDAO.DataItem
-
Returns the value of this data item.
- getViewCharacterEncoding() - Method in class com.aquenos.cassandra.pvarchiver.server.web.common.spring.ThymeleafConfiguration
-
Returns the character encoding used for the output generated by the
template engine.
- getViewContentType() - Method in class com.aquenos.cassandra.pvarchiver.server.web.common.spring.ThymeleafConfiguration
-
Returns the content type associated with the output generated by the
template engine.
- SampleBucketInformation(long, long, UUID, String, int) - Constructor for class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO.SampleBucketInformation
-
Creates a sample-bucket meta-data object.
- samples(HttpServletRequest, HttpServletResponse, long, long, Integer) - Method in class com.aquenos.cassandra.pvarchiver.server.web.archiveaccess.controller.Api10Controller
-
Retrieves and returns samples for a specific channel from the archive.
- serialize(OutputStream, String) - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ArchiveServerConfigurationXmlExport
-
Serializes the channel configurations represented by this object to XML.
- ServerItem(long, boolean, UUID, String) - Constructor for class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ClusterStatusResponse.ServerItem
-
Creates a server item.
- ServerOnlineStatusEvent - Class in com.aquenos.cassandra.pvarchiver.server.cluster
-
- ServerOnlineStatusEvent(ClusterManagementService, boolean) - Constructor for class com.aquenos.cassandra.pvarchiver.server.cluster.ServerOnlineStatusEvent
-
Creates an event sent by the specified cluster management service and
having the specified online status.
- ServerProperties - Class in com.aquenos.cassandra.pvarchiver.server.spring
-
Configuration properties for configuring the archive server.
- ServerProperties() - Constructor for class com.aquenos.cassandra.pvarchiver.server.spring.ServerProperties
-
- serversRemove(UUID, HttpServletResponse) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.UiController
-
Removes the specified server from the cluster.
- ServerStatus - Class in com.aquenos.cassandra.pvarchiver.server.cluster
-
Status information for an archive server.
- ServerStatus(UUID, String, boolean, boolean, long) - Constructor for class com.aquenos.cassandra.pvarchiver.server.cluster.ServerStatus
-
Creates a status object encapsulating the specified information.
- serverStatus() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.ApiController
-
Returns status information for this server.
- ServerStatusResponse - Class in com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi
-
Response object for the "server status" function of the web-service API.
- ServerStatusResponse(String, String, String, int, int, int, UUID, long, String, boolean, long, long) - Constructor for class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ServerStatusResponse
-
Creates a server status response.
- servletContainerFactory() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.spring.AdminWebApplication
-
Creates the Tomcat servlet-container factory.
- servletContainerFactory() - Method in class com.aquenos.cassandra.pvarchiver.server.web.archiveaccess.spring.ArchiveAccessWebApplication
-
Creates the Tomcat servlet-container factory.
- servletContainerFactory() - Method in class com.aquenos.cassandra.pvarchiver.server.web.internode.spring.InterNodeCommunicationWebApplication
-
Creates the Tomcat servlet-container factory.
- setAdminPort(int) - Method in class com.aquenos.cassandra.pvarchiver.server.spring.ServerProperties
-
Sets the TCP port number on which the web server for the administrative
interface listens.
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class com.aquenos.cassandra.pvarchiver.server.cluster.ClusterManagementService
-
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class com.aquenos.cassandra.pvarchiver.server.database.CassandraProviderBean
-
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class com.aquenos.cassandra.pvarchiver.server.database.ClusterServersDAOImpl
-
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class com.aquenos.cassandra.pvarchiver.server.database.GenericDataStoreDAOImpl
-
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class com.aquenos.cassandra.pvarchiver.server.database.ThrottlingCassandraProvider
-
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class com.aquenos.cassandra.pvarchiver.server.internode.InterNodeCommunicationAuthenticationService
-
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class com.aquenos.cassandra.pvarchiver.server.internode.InterNodeCommunicationServiceImpl
-
- setArchiveAccessPort(int) - Method in class com.aquenos.cassandra.pvarchiver.server.spring.ServerProperties
-
Sets the TCP port number on which the web server for the access to the
archive listens.
- setArchiveAccessService(ArchiveAccessService) - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ArchivingService
-
Sets the archive access service that is used to read samples from the
database.
- setArchiveAccessService(ArchiveAccessService) - Method in class com.aquenos.cassandra.pvarchiver.server.web.archiveaccess.controller.Api10Controller
-
Sets the archive access service.
- setArchiveConfigurationService(ArchiveConfigurationService) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.ApiController
-
Sets the archive configuration service used by this controller.
- setArchiveConfigurationService(ArchiveConfigurationService) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.UiController
-
Sets the archive configuration service used by this controller.
- setArchiveConfigurationService(ArchiveConfigurationService) - Method in class com.aquenos.cassandra.pvarchiver.server.web.internode.controller.ApiController
-
Sets the archive configuration service used by this controller.
- setArchiveUserDetailsManager(ArchiveUserDetailsManager) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.UiController
-
Sets the archive user-details manager.
- setArchivingService(ArchivingService) - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ArchiveConfigurationService
-
Sets the archiving service.
- setArchivingService(ArchivingService) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.ApiController
-
Sets the archiving service.
- setArchivingService(ArchivingService) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.UiController
-
Sets the archiving service.
- setArchivingService(ArchivingService) - Method in class com.aquenos.cassandra.pvarchiver.server.web.internode.controller.ApiController
-
Sets the archiving service.
- setAsyncRestTemplate(AsyncRestTemplate) - Method in class com.aquenos.cassandra.pvarchiver.server.internode.InterNodeCommunicationServiceImpl
-
Sets the async REST template to be used for making HTTP requests to
remote servers.
- setAuthenticationService(InterNodeCommunicationAuthenticationService) - Method in class com.aquenos.cassandra.pvarchiver.server.internode.InterNodeCommunicationServiceImpl
-
Sets the inter-node-communication authentication service used by this
service.
- setAuthenticationService(InterNodeCommunicationAuthenticationService) - Method in class com.aquenos.cassandra.pvarchiver.server.web.internode.spring.InterNodeCommunicationAuthenticationProvider
-
Sets the inter-node-communication authentication service used by this
authentication provider.
- setCassandraProperties(CassandraProperties) - Method in class com.aquenos.cassandra.pvarchiver.server.database.CassandraProviderBean
-
- setCassandraProvider(CassandraProvider) - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ArchiveConfigurationService
-
Sets the Cassandra provider that provides access to the Apache Cassandra
database.
- setCassandraProvider(CassandraProvider) - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ArchivingService
-
Sets the Cassandra provider that provides access to the Apache Cassandra
database.
- setCassandraProvider(CassandraProvider) - Method in class com.aquenos.cassandra.pvarchiver.server.controlsystem.ControlSystemSupportRegistryBean
-
Sets the Cassandra provider that provides access to the Apache Cassandra
database.
- setCassandraProvider(CassandraProvider) - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAOImpl
-
Sets the Cassandra provider that provides access to the Apache Cassandra
database.
- setCassandraProvider(CassandraProvider) - Method in class com.aquenos.cassandra.pvarchiver.server.database.ClusterServersDAOImpl
-
Sets the Cassandra provider that provides access to the Apache Cassandra
database.
- setCassandraProvider(CassandraProvider) - Method in class com.aquenos.cassandra.pvarchiver.server.database.GenericDataStoreDAOImpl
-
Sets the Cassandra provider that provides access to the Apache Cassandra
database.
- setCassandraProvider(CassandraProvider) - Method in class com.aquenos.cassandra.pvarchiver.server.database.ThrottlingCassandraProvider
-
Sets the backing Cassandra provider that provides access to the Apache
Cassandra database.
- setCassandraProvider(CassandraProvider) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.ApiController
-
Sets the Cassandra provider used by this controller.
- setCassandraProvider(CassandraProvider) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.UiController
-
Sets the Cassandra provider used by this controller.
- setChannelInformationCache(ChannelInformationCache) - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ArchiveAccessServiceImpl
-
Sets the channel information cache.
- setChannelInformationCache(ChannelInformationCache) - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ArchiveConfigurationService
-
Sets the channel information cache.
- setChannelInformationCache(ChannelInformationCache) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.ApiController
-
Sets the channel information cache.
- setChannelInformationCache(ChannelInformationCache) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.UiController
-
Sets the channel information cache.
- setChannelInformationCache(ChannelInformationCache) - Method in class com.aquenos.cassandra.pvarchiver.server.web.archiveaccess.controller.Api10Controller
-
Sets the channel information cache.
- setChannelInformationCache(ChannelInformationCache) - Method in class com.aquenos.cassandra.pvarchiver.server.web.internode.controller.ApiController
-
Sets the channel information cache.
- setChannelMetaDataDAO(ChannelMetaDataDAO) - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ArchiveAccessServiceImpl
-
Sets the DAO for reading meta-data related to channels.
- setChannelMetaDataDAO(ChannelMetaDataDAO) - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ArchiveConfigurationService
-
Sets the DAO for reading and modifying meta-data related to channels.
- setChannelMetaDataDAO(ChannelMetaDataDAO) - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ArchivingService
-
Sets the DAO for reading and modifying meta-data related to channels.
- setChannelMetaDataDAO(ChannelMetaDataDAO) - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ChannelInformationCacheImpl
-
Sets the DAO for reading and modifying meta-data related to channels.
- setChannelMetaDataDAO(ChannelMetaDataDAO) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.ApiController
-
Sets the DAO for reading and modifying meta-data related to channels.
- setChannelMetaDataDAO(ChannelMetaDataDAO) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.UiController
-
Sets the DAO for reading and modifying meta-data related to channels.
- setClusterManagementService(ClusterManagementService) - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ArchiveConfigurationService
-
Sets the cluster management service.
- setClusterManagementService(ClusterManagementService) - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ArchivingService
-
Sets the cluster management service.
- setClusterManagementService(ClusterManagementService) - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ChannelInformationCacheImpl
-
Sets the cluster management service.
- setClusterManagementService(ClusterManagementService) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.ApiController
-
Sets the cluster management service used by this controller.
- setClusterManagementService(ClusterManagementService) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.UiController
-
Sets the cluster management service used by this controller.
- setClusterServersDAO(ClusterServersDAO) - Method in class com.aquenos.cassandra.pvarchiver.server.cluster.ClusterManagementService
-
Sets the cluster-servers DAO that is used for accessing the database.
- setControlSystemSupportRegistry(ControlSystemSupportRegistry) - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ArchiveAccessServiceImpl
-
Sets the control-system support registry.
- setControlSystemSupportRegistry(ControlSystemSupportRegistry) - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ArchiveConfigurationService
-
Sets the control-system support registry.
- setControlSystemSupportRegistry(ControlSystemSupportRegistry) - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ArchivingService
-
Sets the control-system support registry.
- setControlSystemSupportRegistry(ControlSystemSupportRegistry) - Method in class com.aquenos.cassandra.pvarchiver.server.cluster.ClusterManagementService
-
Sets the control-system support registry.
- setControlSystemSupportRegistry(ControlSystemSupportRegistry) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.ApiController
-
Sets the control-system support registry.
- setControlSystemSupportRegistry(ControlSystemSupportRegistry) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.UiController
-
Sets the control-system support registry.
- setControlSystemSupportRegistry(ControlSystemSupportRegistry) - Method in class com.aquenos.cassandra.pvarchiver.server.web.archiveaccess.controller.Api10Controller
-
Sets the control-system support registry.
- setDefaultLocale(Locale) - Method in class com.aquenos.cassandra.pvarchiver.server.web.common.spring.AcceptHeaderLocaleResolver
-
Sets the default locale.
- setDevelopmentModeProperties(DevelopmentModeProperties) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.spring.AdminWebApplication
-
Sets the development-mode properties used by this configuration.
- setDevelopmentModeProperties(DevelopmentModeProperties) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.spring.AdminWebApplication.WebMvcConfiguration
-
Sets the development-mode properties used by this configuration.
- setDevelopmentModeProperties(DevelopmentModeProperties) - Method in class com.aquenos.cassandra.pvarchiver.server.web.common.spring.ThymeleafConfiguration
-
Sets the development-mode properties used by this configuration.
- setEnabled(boolean) - Method in class com.aquenos.cassandra.pvarchiver.server.spring.DevelopmentModeProperties
-
Sets the development mode.
- setEnvironment(Environment) - Method in class com.aquenos.cassandra.pvarchiver.server.controlsystem.ControlSystemSupportRegistryBean
-
- setGenericDataStoreDAO(GenericDataStoreDAO) - Method in class com.aquenos.cassandra.pvarchiver.server.internode.InterNodeCommunicationAuthenticationService
-
Sets the DAO for reading and writing generic pieces of configuration
data.
- setGenericDataStoreDAO(GenericDataStoreDAO) - Method in class com.aquenos.cassandra.pvarchiver.server.user.ArchiveUserDetailsManager
-
Sets the DAO for reading and writing generic pieces of configuration
data.
- setInterNodeCommunicationPort(int) - Method in class com.aquenos.cassandra.pvarchiver.server.spring.ServerProperties
-
Sets the TCP port number on which the web server for the inter-node
communication listens.
- setInterNodeCommunicationService(InterNodeCommunicationService) - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ArchiveConfigurationService
-
Sets the inter-node communication service.
- setInterNodeCommunicationService(InterNodeCommunicationService) - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ChannelInformationCacheImpl
-
Sets the inter-node communication service.
- setInterNodeCommunicationService(InterNodeCommunicationService) - Method in class com.aquenos.cassandra.pvarchiver.server.cluster.ClusterManagementService
-
Sets the inter-node communication service.
- setInterNodeCommunicationService(InterNodeCommunicationService) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.ApiController
-
Sets the inter-node communication service.
- setInterNodeCommunicationService(InterNodeCommunicationService) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.UiController
-
Sets the inter-node communication service.
- setKeyspace(String) - Method in class com.aquenos.cassandra.pvarchiver.server.spring.CassandraProperties
-
Sets the name of the keyspace that is used by the Cassandra PV Archiver.
- setListenAddress(String) - Method in class com.aquenos.cassandra.pvarchiver.server.spring.ServerProperties
-
Sets the address on which the server is supposed to listen.
- setLocale(HttpServletRequest, HttpServletResponse, Locale) - Method in class com.aquenos.cassandra.pvarchiver.server.web.common.spring.AcceptHeaderLocaleResolver
-
- setMaxConcurrentArchiveConfigurationCommands(int) - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ArchiveConfigurationService
-
Sets the maximum number of archive-configuration commands that are
processed in parallel.
- setMaxConcurrentChannelMetaDataReadStatements(int) - Method in class com.aquenos.cassandra.pvarchiver.server.spring.ThrottlingProperties
-
Sets the maximum number of read statements that may be concurrently
executed by the
ChannelMetaDataDAO
.
- setMaxConcurrentChannelMetaDataWriteStatements(int) - Method in class com.aquenos.cassandra.pvarchiver.server.spring.ThrottlingProperties
-
Sets the maximum number of write statements that may be concurrently
executed by the
ChannelMetaDataDAO
.
- setMaxConcurrentControlSystemSupportReadStatements(int) - Method in class com.aquenos.cassandra.pvarchiver.server.spring.ThrottlingProperties
-
Sets the maximum number of read statements that may be concurrently
executed by all
ControlSystemSupport
s.
- setMaxConcurrentControlSystemSupportWriteStatements(int) - Method in class com.aquenos.cassandra.pvarchiver.server.spring.ThrottlingProperties
-
Sets the maximum number of write statements that may be concurrently
executed by all
ControlSystemSupport
s.
- setMaxConcurrentReadStatements(int) - Method in class com.aquenos.cassandra.pvarchiver.server.database.ThrottlingCassandraProvider
-
Set the maximum number of read statements that are executed concurrently.
- setMaxConcurrentWriteStatements(int) - Method in class com.aquenos.cassandra.pvarchiver.server.database.ThrottlingCassandraProvider
-
Set the maximum number of write statements that are executed
concurrently.
- setObjectMapper(ObjectMapper) - Method in class com.aquenos.cassandra.pvarchiver.server.user.ArchiveUserDetailsManager
-
Sets the object mapper used for converting between the JSON and the Java
representation of user objects.
- setPassword(String) - Method in class com.aquenos.cassandra.pvarchiver.server.spring.CassandraProperties
-
Sets the password that is used in combination with the username in order
to authenticate with the Cassandra cluster.
- setPasswordEncoder(BCryptPasswordEncoder) - Method in class com.aquenos.cassandra.pvarchiver.server.user.ArchiveUserDetailsManager
-
Sets the password encoded used for encoding and checking password.
- setPendingChannelOperationMaxSleepMilliseconds(long) - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAOImpl
-
Sets the maximum time to wait before retrying a failed write operation
(light-weight transaction) for a pending channel operation.
- setPendingChannelOperationMaxTries(int) - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAOImpl
-
Set the maximum number of attempts that are made when creating, updating,
or deleting a pending channel operation.
- setPendingChannelOperationMinSleepMilliseconds(long) - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAOImpl
-
Sets the minimum time to wait before retrying a failed write operation
(light-weight transaction) for a pending channel operation.
- setPort(int) - Method in class com.aquenos.cassandra.pvarchiver.server.spring.CassandraProperties
-
Sets the port number on which the Cassandra database servers listen.
- setResourceLoader(ResourceLoader) - Method in class com.aquenos.cassandra.pvarchiver.server.web.common.spring.ThymeleafConfiguration
-
- setServerProperties(ServerProperties) - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ArchiveConfigurationService
-
Sets the server-specific configuration properties.
- setServerProperties(ServerProperties) - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ArchivingService
-
Sets the server-specific configuration properties.
- setServerProperties(ServerProperties) - Method in class com.aquenos.cassandra.pvarchiver.server.cluster.ClusterManagementService
-
Sets the server-specific configuration properties.
- setServerProperties(ServerProperties) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.spring.AdminWebApplication
-
Sets the server properties used by this configuration.
- setServerProperties(ServerProperties) - Method in class com.aquenos.cassandra.pvarchiver.server.web.archiveaccess.spring.ArchiveAccessWebApplication
-
Sets the server properties used by this configuration.
- setServerProperties(ServerProperties) - Method in class com.aquenos.cassandra.pvarchiver.server.web.internode.spring.InterNodeCommunicationWebApplication
-
Sets the server properties used by this configuration.
- setSupportedLocales(Set<Locale>) - Method in class com.aquenos.cassandra.pvarchiver.server.web.common.spring.AcceptHeaderLocaleResolver
-
Replaces the set of supported locales.
- setThymeleafViewResolver(ThymeleafViewResolver) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.spring.AdminWebApplication.WebMvcConfiguration
-
Sets the Thymeleaf view resolver to be used by this configuration and
thus Spring Web MVC.
- setUseLocalConsistencyLevel(boolean) - Method in class com.aquenos.cassandra.pvarchiver.server.spring.CassandraProperties
-
Defines whether the LOCAL_
variants of the consistency
levels shall be used.
- setUsername(String) - Method in class com.aquenos.cassandra.pvarchiver.server.spring.CassandraProperties
-
Sets the username used in combination with the password in order to
authenticate with the Cassandra cluster.
- setUuid(String) - Method in class com.aquenos.cassandra.pvarchiver.server.spring.ServerProperties
-
Sets the UUID identifying this server.
- setUuidFile(File) - Method in class com.aquenos.cassandra.pvarchiver.server.spring.ServerProperties
-
Sets the current UUID by reading it from a file.
- success(ArchiveConfigurationCommand) - Static method in class com.aquenos.cassandra.pvarchiver.server.archiving.ArchiveConfigurationCommandResult
-
Creates a result that represents a successful execution of the specified
command.
- supports(Class<?>) - Method in class com.aquenos.cassandra.pvarchiver.server.web.internode.spring.InterNodeCommunicationAuthenticationProvider
-