Skip navigation links
A B C D E F G H I L M N O P R S T U V W 

A

about() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.UiController
Returns the about view.
AcceptHeaderLocaleResolver - Class in com.aquenos.cassandra.pvarchiver.server.web.common.spring
Locale resolver that selects the locale based on the Accept-Language header of the request.
AcceptHeaderLocaleResolver() - Constructor for class com.aquenos.cassandra.pvarchiver.server.web.common.spring.AcceptHeaderLocaleResolver
 
accountChangePasswordGet() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.UiController
Returns the change-password view with an empty form.
accountChangePasswordPost(ChangePasswordForm, BindingResult) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.UiController
Processes the change-password form and returns the change-password view.
accountSignIn(Authentication) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.UiController
Returns the sign-in view.
accountSignOut(Authentication) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.UiController
Returns the sign-out view.
addChannel(UUID, String, String, Set<Integer>, Map<Integer, Integer>, boolean, Map<String, String>) - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ArchiveConfigurationService
Adds a channel to the archive configuration.
AddChannelCommand - Class in com.aquenos.cassandra.pvarchiver.server.archiving
Command for adding a channel.
AddChannelCommand(String, String, Set<Integer>, Map<Integer, Integer>, boolean, Map<String, String>, UUID) - Constructor for class com.aquenos.cassandra.pvarchiver.server.archiving.AddChannelCommand
Creates an "add channel" command.
addOrUpdateChannel(UUID, String, String, Set<Integer>, Map<Integer, Integer>, boolean, Map<String, String>) - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ArchiveConfigurationService
Adds a channel to the archive configuration or updates the channel's configuration if it already exists.
AddOrUpdateChannelCommand - Class in com.aquenos.cassandra.pvarchiver.server.archiving
Command for adding or updating a channel.
AddOrUpdateChannelCommand(String, String, Set<Integer>, Map<Integer, Integer>, boolean, Map<String, String>, UUID) - Constructor for class com.aquenos.cassandra.pvarchiver.server.archiving.AddOrUpdateChannelCommand
Creates an "add or update channel" command.
addResourceHandlers(ResourceHandlerRegistry) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.spring.AdminWebApplication.WebMvcConfiguration
 
AdminApiHttpSecurityConfiguration() - Constructor for class com.aquenos.cassandra.pvarchiver.server.web.admin.spring.AdminWebApplication.WebSecurityConfiguration.AdminApiHttpSecurityConfiguration
 
AdminUiHttpSecurityConfiguration() - Constructor for class com.aquenos.cassandra.pvarchiver.server.web.admin.spring.AdminWebApplication.WebSecurityConfiguration.AdminUiHttpSecurityConfiguration
 
AdminWebApplication - Class in com.aquenos.cassandra.pvarchiver.server.web.admin.spring
Configuration class for the SpringApplication that provides the administrative interface to the archive server.
AdminWebApplication() - Constructor for class com.aquenos.cassandra.pvarchiver.server.web.admin.spring.AdminWebApplication
 
AdminWebApplication.CustomThymeleafConfiguration - Class in com.aquenos.cassandra.pvarchiver.server.web.admin.spring
Thymeleaf configuration using a custom path for the template prefix.
AdminWebApplication.WebMvcConfiguration - Class in com.aquenos.cassandra.pvarchiver.server.web.admin.spring
Configuration for Spring Web MVC.
AdminWebApplication.WebSecurityConfiguration - Class in com.aquenos.cassandra.pvarchiver.server.web.admin.spring
Spring Security configuration.
AdminWebApplication.WebSecurityConfiguration.AdminApiHttpSecurityConfiguration - Class in com.aquenos.cassandra.pvarchiver.server.web.admin.spring
Spring security configuration for the /admin/api URI.
AdminWebApplication.WebSecurityConfiguration.AdminUiHttpSecurityConfiguration - Class in com.aquenos.cassandra.pvarchiver.server.web.admin.spring
Security configuration for the /admin/ui/ URI.
afterPropertiesSet() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ArchiveConfigurationService
 
afterPropertiesSet() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ArchivingService
 
afterPropertiesSet() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ChannelInformationCacheImpl
 
afterPropertiesSet() - Method in class com.aquenos.cassandra.pvarchiver.server.cluster.ClusterManagementService
 
afterPropertiesSet() - Method in class com.aquenos.cassandra.pvarchiver.server.database.CassandraProviderBean
 
afterPropertiesSet() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAOImpl
 
afterPropertiesSet() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ThrottlingCassandraProvider
 
afterPropertiesSet() - Method in class com.aquenos.cassandra.pvarchiver.server.spring.CassandraProperties
 
afterPropertiesSet() - Method in class com.aquenos.cassandra.pvarchiver.server.spring.ServerProperties
 
afterPropertiesSet() - Method in class com.aquenos.cassandra.pvarchiver.server.user.ArchiveUserDetailsManager
 
afterSingletonsInstantiated() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ArchivingService
 
afterSingletonsInstantiated() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ChannelInformationCacheImpl
 
afterSingletonsInstantiated() - Method in class com.aquenos.cassandra.pvarchiver.server.cluster.ClusterManagementService
 
afterSingletonsInstantiated() - Method in class com.aquenos.cassandra.pvarchiver.server.controlsystem.ControlSystemSupportRegistryBean
 
afterSingletonsInstantiated() - Method in class com.aquenos.cassandra.pvarchiver.server.database.CassandraProviderBean
 
afterSingletonsInstantiated() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAOImpl
 
afterSingletonsInstantiated() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ClusterServersDAOImpl
 
afterSingletonsInstantiated() - Method in class com.aquenos.cassandra.pvarchiver.server.database.GenericDataStoreDAOImpl
 
afterSingletonsInstantiated() - Method in class com.aquenos.cassandra.pvarchiver.server.internode.InterNodeCommunicationAuthenticationService
 
afterSingletonsInstantiated() - Method in class com.aquenos.cassandra.pvarchiver.server.internode.InterNodeCommunicationServiceImpl
 
aggregate(AsyncFunction<? super I, ? extends O>...) - Static method in class com.aquenos.cassandra.pvarchiver.server.util.AsyncFunctionUtils
Creates an asynchronous function that calls the specified asynchronous functions and produces a listenable future that is the aggregation of the futures returned by the individual functions.
aggregate(Iterable<? extends AsyncFunction<? super I, ? extends O>>) - Static method in class com.aquenos.cassandra.pvarchiver.server.util.AsyncFunctionUtils
Creates an asynchronous function that calls the specified asynchronous functions and produces a listenable future that is the aggregation of the futures returned by the individual functions.
Api10Controller - Class in com.aquenos.cassandra.pvarchiver.server.web.archiveaccess.controller
Controller handling requests to the legacy archive-access API.
Api10Controller() - Constructor for class com.aquenos.cassandra.pvarchiver.server.web.archiveaccess.controller.Api10Controller
 
api10Controller() - Method in class com.aquenos.cassandra.pvarchiver.server.web.archiveaccess.spring.ArchiveAccessWebApplication
Creates the controller that handles requests to the legacy archive-access API.
ApiController - Class in com.aquenos.cassandra.pvarchiver.server.web.admin.controller
Controller handling requests to the administrative API.
ApiController() - Constructor for class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.ApiController
 
apiController() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.spring.AdminWebApplication
Creates the controller that handles requests to the administrative API.
ApiController - Class in com.aquenos.cassandra.pvarchiver.server.web.internode.controller
Controller handling requests to the inter-node API.
ApiController() - Constructor for class com.aquenos.cassandra.pvarchiver.server.web.internode.controller.ApiController
 
apiController() - Method in class com.aquenos.cassandra.pvarchiver.server.web.internode.spring.InterNodeCommunicationWebApplication
Creates the controller that handles requests to the inter-node communication API.
ArchiveAccessService - Interface in com.aquenos.cassandra.pvarchiver.server.archiving
Service providing access to samples stored in the archive.
archiveAccessService() - Method in class com.aquenos.cassandra.pvarchiver.server.spring.ArchiveServerApplicationConfiguration
Creates the archive access service.
ArchiveAccessServiceImpl - Class in com.aquenos.cassandra.pvarchiver.server.archiving
Standard implementation of the ArchiveAccessService.
ArchiveAccessServiceImpl() - Constructor for class com.aquenos.cassandra.pvarchiver.server.archiving.ArchiveAccessServiceImpl
 
ArchiveAccessWebApplication - Class in com.aquenos.cassandra.pvarchiver.server.web.archiveaccess.spring
Configuration class for the SpringApplication that provides the web interface for accessing the archive.
ArchiveAccessWebApplication() - Constructor for class com.aquenos.cassandra.pvarchiver.server.web.archiveaccess.spring.ArchiveAccessWebApplication
 
ArchiveAccessWebApplication.WebMvcConfiguration - Class in com.aquenos.cassandra.pvarchiver.server.web.archiveaccess.spring
Configuration for Spring Web MVC.
ArchiveConfigurationCommand - Class in com.aquenos.cassandra.pvarchiver.server.archiving
Base class for all commands that update the archive configuration.
ArchiveConfigurationCommand.Type - Enum in com.aquenos.cassandra.pvarchiver.server.archiving
ArchiveConfigurationCommandResult - Class in com.aquenos.cassandra.pvarchiver.server.archiving
ArchiveConfigurationService - Class in com.aquenos.cassandra.pvarchiver.server.archiving
Service providing access to the archive configuration.
ArchiveConfigurationService() - Constructor for class com.aquenos.cassandra.pvarchiver.server.archiving.ArchiveConfigurationService
 
archiveConfigurationService() - Method in class com.aquenos.cassandra.pvarchiver.server.spring.ArchiveServerApplicationConfiguration
Creates the archive configuration service.
archiveInfo(HttpServletRequest, HttpServletResponse) - Method in class com.aquenos.cassandra.pvarchiver.server.web.archiveaccess.controller.Api10Controller
Generates a list of archives served by this server.
ArchiveServerApplication - Class in com.aquenos.cassandra.pvarchiver.server.spring
Configuration for the main SpringApplication and central point of entry.
ArchiveServerApplication() - Constructor for class com.aquenos.cassandra.pvarchiver.server.spring.ArchiveServerApplication
 
ArchiveServerApplicationConfiguration - Class in com.aquenos.cassandra.pvarchiver.server.spring
Configuration for the ApplicationContext created by the ArchiveServerApplication.
ArchiveServerApplicationConfiguration() - Constructor for class com.aquenos.cassandra.pvarchiver.server.spring.ArchiveServerApplicationConfiguration
 
ArchiveServerConfigurationXmlExport - Class in com.aquenos.cassandra.pvarchiver.server.archiving
XML export of the channel configurations for an archive server.
ArchiveServerConfigurationXmlExport(List<ChannelMetaDataDAO.ChannelConfiguration>) - Constructor for class com.aquenos.cassandra.pvarchiver.server.archiving.ArchiveServerConfigurationXmlExport
Creates an XML export of the specified channels.
ArchiveServerConfigurationXmlImport - Class in com.aquenos.cassandra.pvarchiver.server.archiving
Import of the channel configurations for an archive server from XML.
ArchiveServerConfigurationXmlImport(InputStream) - Constructor for class com.aquenos.cassandra.pvarchiver.server.archiving.ArchiveServerConfigurationXmlImport
Creates an imported archive-server configuration from an XML file.
archiveUserDetailsManager() - Method in class com.aquenos.cassandra.pvarchiver.server.spring.ArchiveServerApplicationConfiguration
Creates the archive user-details manager.
ArchiveUserDetailsManager - Class in com.aquenos.cassandra.pvarchiver.server.user
Manager for archive users.
ArchiveUserDetailsManager() - Constructor for class com.aquenos.cassandra.pvarchiver.server.user.ArchiveUserDetailsManager
 
ArchivingService - Class in com.aquenos.cassandra.pvarchiver.server.archiving
Service performing the actual archiving.
ArchivingService() - Constructor for class com.aquenos.cassandra.pvarchiver.server.archiving.ArchivingService
 
archivingService() - Method in class com.aquenos.cassandra.pvarchiver.server.spring.ArchiveServerApplicationConfiguration
Creates the archiving service.
archivingStatus() - Method in class com.aquenos.cassandra.pvarchiver.server.web.internode.controller.ApiController
Returns a response with the archiving status of all channels handled by this server.
archivingStatusForChannel(String) - Method in class com.aquenos.cassandra.pvarchiver.server.web.internode.controller.ApiController
Returns the archiving status of the specified channel.
ArchivingStatusResponse - Class in com.aquenos.cassandra.pvarchiver.server.internode
Response sent in reply to a request to get the server's archiving status.
ArchivingStatusResponse(List<ChannelStatus>) - Constructor for class com.aquenos.cassandra.pvarchiver.server.internode.ArchivingStatusResponse
Creates an archiving-status response.
asAsyncFunction(Function<? super I, ? extends O>) - Static method in class com.aquenos.cassandra.pvarchiver.server.util.AsyncFunctionUtils
Converts a synchronous function to an asynchronous function.
asListenableFuture(ListenableFuture<? extends T>) - Static method in class com.aquenos.cassandra.pvarchiver.server.util.FutureUtils
asSpringListenableFuture(ListenableFuture<? extends T>) - Static method in class com.aquenos.cassandra.pvarchiver.server.util.FutureUtils
asyncClientHttpRequestFactory() - Method in class com.aquenos.cassandra.pvarchiver.server.spring.ArchiveServerApplicationConfiguration
Creates the async client HTTP request factory.
AsyncFunctionUtils - Class in com.aquenos.cassandra.pvarchiver.server.util
Helper methods for dealing with Guava asynchronous function objects.
AsyncFunctionUtils() - Constructor for class com.aquenos.cassandra.pvarchiver.server.util.AsyncFunctionUtils
 
authenticate(String, String) - Method in class com.aquenos.cassandra.pvarchiver.server.internode.InterNodeCommunicationAuthenticationService
Tries to authenticate a request with the specified username and password.
authenticate(Authentication) - Method in class com.aquenos.cassandra.pvarchiver.server.web.internode.spring.InterNodeCommunicationAuthenticationProvider
 
authenticationProvider(PasswordEncoder, UserDetailsService) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.spring.AdminWebApplication.WebSecurityConfiguration
Creates the authentication provider used by this web application.

B

bCryptPasswordEncoder() - Method in class com.aquenos.cassandra.pvarchiver.server.spring.ArchiveServerApplicationConfiguration
Creates the password encoder used for encoding password with the BCrypt algorithm and to verify such password hashes.

C

CassandraProperties - Class in com.aquenos.cassandra.pvarchiver.server.spring
Configuration properties that provide the configuration for the CassandraProvider.
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
Cassandra provider that reads its configuration from CassandraProperties.
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
Standard implementation of the ChannelInformationCache.
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
Creates the Cassandra database provider used for the ArchiveServerApplicationConfiguration.channelMetaDataDAO().
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
Individual channel item in the ChannelsAllResponse.
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
Individual channel item in the ChannelsByServerResponse.
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
Individual server item in the ClusterStatusResponse.
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
Classes for configuring the main ApplicationContext.
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
Classes for configuring the ApplicationContext for the administrative interface.
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
Classes for configuring the ApplicationContext for the archive-access interface.
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
Configures the AuthenticationManager.
ConfigureCompressionTomcatConnectorCustomizer - Class in com.aquenos.cassandra.pvarchiver.server.web.common.spring
Customizer for Tomcat Connectors 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
Registry providing access to ControlSystemSupports.
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
Implementation of a ControlSystemSupportRegistry that can be used as a Spring bean.
ControlSystemSupportRegistryBean() - Constructor for class com.aquenos.cassandra.pvarchiver.server.controlsystem.ControlSystemSupportRegistryBean
 
controlSystemSupportRegistryCassandraProvider() - Method in class com.aquenos.cassandra.pvarchiver.server.spring.ArchiveServerApplicationConfiguration
Creates the Cassandra database provider used for the ArchiveServerApplicationConfiguration.controlSystemSupportRegistry().
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
Returns a response with the current system time (as returned by System.currentTimeMillis()).
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
 

D

dashboard() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.UiController
Returns the dashboard view.
DataItem(UUID, String, String) - Constructor for class com.aquenos.cassandra.pvarchiver.server.database.GenericDataStoreDAO.DataItem
Creates a data item object.
DEFAULT_COMPRESSABLE_MIME_TYPES - Static variable in class com.aquenos.cassandra.pvarchiver.server.web.common.spring.ConfigureCompressionTomcatConnectorCustomizer
MIME types that are configured as compressable when using ConfigureCompressionTomcatConnectorCustomizer.enableCompression().
deleteAllItems(UUID) - Method in interface com.aquenos.cassandra.pvarchiver.server.database.GenericDataStoreDAO
Removes all data items for the specified component.
deleteAllItems(UUID) - Method in class com.aquenos.cassandra.pvarchiver.server.database.GenericDataStoreDAOImpl
 
deleteChannel(String, UUID) - Method in interface com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO
Deletes a channel.
deleteChannel(String, UUID) - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAOImpl
 
deleteChannelDecimationLevels(String, UUID, Set<Integer>) - Method in interface com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO
Removes decimation levels from the specified channel.
deleteChannelDecimationLevels(String, UUID, Set<Integer>) - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAOImpl
 
deleteItem(UUID, String) - Method in interface com.aquenos.cassandra.pvarchiver.server.database.GenericDataStoreDAO
Removes the item with the specified key from collection of data items for the specified component.
deleteItem(UUID, String) - Method in class com.aquenos.cassandra.pvarchiver.server.database.GenericDataStoreDAOImpl
 
deletePendingChannelOperation(UUID, String, UUID) - Method in interface com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO
Deletes a pending channel operation associated with the specified server and channel.
deletePendingChannelOperation(UUID, String, UUID) - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAOImpl
 
deleteSampleBucket(String, int, long, boolean, UUID) - Method in interface com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO
Deletes the meta-data for a sample bucket.
deleteSampleBucket(String, int, long, boolean, UUID) - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAOImpl
 
deleteServer(UUID) - Method in interface com.aquenos.cassandra.pvarchiver.server.database.ClusterServersDAO
Removes the server with the specified ID from the database.
deleteServer(UUID) - Method in class com.aquenos.cassandra.pvarchiver.server.database.ClusterServersDAOImpl
 
deleteUser(String) - Method in class com.aquenos.cassandra.pvarchiver.server.user.ArchiveUserDetailsManager
 
destroy() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ArchiveConfigurationService
 
destroy() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ArchivingService
 
destroy() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ChannelInformationCacheImpl
 
destroy() - Method in class com.aquenos.cassandra.pvarchiver.server.cluster.ClusterManagementService
 
destroy() - Method in class com.aquenos.cassandra.pvarchiver.server.controlsystem.ControlSystemSupportRegistryBean
 
destroy() - Method in class com.aquenos.cassandra.pvarchiver.server.database.CassandraProviderBean
 
DevelopmentModeProperties - Class in com.aquenos.cassandra.pvarchiver.server.spring
Configuration properties that are only used in development mode.
DevelopmentModeProperties() - Constructor for class com.aquenos.cassandra.pvarchiver.server.spring.DevelopmentModeProperties
 
disableCompression() - Static method in class com.aquenos.cassandra.pvarchiver.server.web.common.spring.ConfigureCompressionTomcatConnectorCustomizer
Returns a customizer that disables compression.
dispatcherServlet() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.spring.AdminWebApplication
Creates the dispatcher servlet.
dispatcherServlet() - Method in class com.aquenos.cassandra.pvarchiver.server.web.archiveaccess.spring.ArchiveAccessWebApplication
Creates the dispatcher servlet.
dispatcherServlet() - Method in class com.aquenos.cassandra.pvarchiver.server.web.internode.spring.InterNodeCommunicationWebApplication
Creates the dispatcher servlet.

E

enableCompression() - Static method in class com.aquenos.cassandra.pvarchiver.server.web.common.spring.ConfigureCompressionTomcatConnectorCustomizer
Returns a customizer that enabled compression using a default set of MIME types.
enableCompression(String[], Integer, String) - Static method in class com.aquenos.cassandra.pvarchiver.server.web.common.spring.ConfigureCompressionTomcatConnectorCustomizer
Returns a customizer that enables compression.
enableCompression(String, Integer, String) - Static method in class com.aquenos.cassandra.pvarchiver.server.web.common.spring.ConfigureCompressionTomcatConnectorCustomizer
Returns a customizer that enables compression.
encode(String) - Method in class com.aquenos.cassandra.pvarchiver.server.web.common.spring.UriExpander
Encodes a string so that it can safely be passed as a URI variable to one of the expand methods.
equals(Object) - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.AddChannelCommand
 
equals(Object) - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.AddOrUpdateChannelCommand
 
equals(Object) - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ArchiveConfigurationCommandResult
 
equals(Object) - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ChannelStatus
 
equals(Object) - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.MoveChannelCommand
 
equals(Object) - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.RefreshChannelCommand
 
equals(Object) - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.RemoveChannelCommand
 
equals(Object) - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.RenameChannelCommand
 
equals(Object) - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.UpdateChannelCommand
 
equals(Object) - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO.ChannelConfiguration
 
equals(Object) - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO.ChannelInformation
 
equals(Object) - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO.ChannelOperation
 
equals(Object) - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO.SampleBucketInformation
 
equals(Object) - Method in class com.aquenos.cassandra.pvarchiver.server.database.ClusterServersDAO.ClusterServer
 
equals(Object) - Method in class com.aquenos.cassandra.pvarchiver.server.database.GenericDataStoreDAO.DataItem
 
equals(Object) - Method in class com.aquenos.cassandra.pvarchiver.server.internode.ArchivingStatusResponse
 
equals(Object) - Method in class com.aquenos.cassandra.pvarchiver.server.internode.CurrentSystemTimeResponse
 
equals(Object) - Method in class com.aquenos.cassandra.pvarchiver.server.internode.RunArchiveConfigurationCommandsRequest
 
equals(Object) - Method in class com.aquenos.cassandra.pvarchiver.server.internode.RunArchiveConfigurationCommandsResponse
 
equals(Object) - Method in class com.aquenos.cassandra.pvarchiver.server.internode.UpdateChannelInformationRequest
 
equals(Object) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelResponse
 
equals(Object) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsAllResponse.ChannelItem
 
equals(Object) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsAllResponse
 
equals(Object) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsByServerExportResponse
 
equals(Object) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsByServerImportRequest
 
equals(Object) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsByServerImportResponse
 
equals(Object) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsByServerResponse.ChannelItem
 
equals(Object) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsByServerResponse
 
equals(Object) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ClusterStatusResponse
 
equals(Object) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ClusterStatusResponse.ServerItem
 
equals(Object) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.RunArchiveConfigurationCommandsRequest
 
equals(Object) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.RunArchiveConfigurationCommandsResponse
 
equals(Object) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ServerStatusResponse
 
executeAsync(Statement) - Method in class com.aquenos.cassandra.pvarchiver.server.database.ThrottlingSession
 
expand(String, Map<String, ?>) - Method in class com.aquenos.cassandra.pvarchiver.server.web.common.spring.UriExpander
Expand the give URI template with a map of URI variables.
expand(String, Object...) - Method in class com.aquenos.cassandra.pvarchiver.server.web.common.spring.UriExpander
Expand the give URI template with an array of URI variable values.
extendMessageConverters(List<HttpMessageConverter<?>>) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.spring.AdminWebApplication.WebMvcConfiguration
 
extendMessageConverters(List<HttpMessageConverter<?>>) - Method in class com.aquenos.cassandra.pvarchiver.server.web.archiveaccess.spring.ArchiveAccessWebApplication.WebMvcConfiguration
 
extendMessageConverters(List<HttpMessageConverter<?>>) - Method in class com.aquenos.cassandra.pvarchiver.server.web.internode.spring.InterNodeCommunicationWebApplication.WebMvcConfiguration
 
extendWithFontTypes(MimeMappings) - Static method in class com.aquenos.cassandra.pvarchiver.server.web.common.spring.MimeMappingsExtensions
Extends the specified MIME mappings with mappings for font-related MIME types.

F

FACTORIES_RESOURCE_LOCATION - Static variable in class com.aquenos.cassandra.pvarchiver.server.util.FactoriesLoader
Location of the factories configuration file in the class-path.
FactoriesLoader - Class in com.aquenos.cassandra.pvarchiver.server.util
Loader for automatically discovered factories.
FactoriesLoader() - Constructor for class com.aquenos.cassandra.pvarchiver.server.util.FactoriesLoader
 
failure(ArchiveConfigurationCommand, String) - Static method in class com.aquenos.cassandra.pvarchiver.server.archiving.ArchiveConfigurationCommandResult
Creates a result that represents a failed execution of the specified command.
forceCompression() - Static method in class com.aquenos.cassandra.pvarchiver.server.web.common.spring.ConfigureCompressionTomcatConnectorCustomizer
Returns a customizer that enforces compression.
forward(ListenableFuture<? extends V>, SettableFuture<? super V>) - Static method in class com.aquenos.cassandra.pvarchiver.server.util.FutureUtils
Forwards the result of a listenable future to another (settable) future.
FutureUtils - Class in com.aquenos.cassandra.pvarchiver.server.util
Helper methods for dealing with futures without having to take care of checked exceptions.
FutureUtils() - Constructor for class com.aquenos.cassandra.pvarchiver.server.util.FutureUtils
 

G

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
Application event triggered by the GenericDataStoreDAO when it has been fully initialized.
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
Returns the commands that shall be run by the ArchiveConfigurationService.runConfigurationCommands(Iterable) method.
getCommands() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.RunArchiveConfigurationCommandsRequest
Returns the commands that shall be run by the ArchiveConfigurationService.runConfigurationCommands(Iterable) method.
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
Queries a remote server for its current system time (as returned by System.currentTimeMillis()).
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 ControlSystemSupports.
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 ControlSystemSupports.
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.

H

hashCode() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.AddChannelCommand
 
hashCode() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.AddOrUpdateChannelCommand
 
hashCode() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ArchiveConfigurationCommandResult
 
hashCode() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ChannelStatus
 
hashCode() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.MoveChannelCommand
 
hashCode() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.RefreshChannelCommand
 
hashCode() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.RemoveChannelCommand
 
hashCode() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.RenameChannelCommand
 
hashCode() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.UpdateChannelCommand
 
hashCode() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO.ChannelConfiguration
 
hashCode() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO.ChannelInformation
 
hashCode() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO.ChannelOperation
 
hashCode() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO.SampleBucketInformation
 
hashCode() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ClusterServersDAO.ClusterServer
 
hashCode() - Method in class com.aquenos.cassandra.pvarchiver.server.database.GenericDataStoreDAO.DataItem
 
hashCode() - Method in class com.aquenos.cassandra.pvarchiver.server.internode.ArchivingStatusResponse
 
hashCode() - Method in class com.aquenos.cassandra.pvarchiver.server.internode.CurrentSystemTimeResponse
 
hashCode() - Method in class com.aquenos.cassandra.pvarchiver.server.internode.RunArchiveConfigurationCommandsRequest
 
hashCode() - Method in class com.aquenos.cassandra.pvarchiver.server.internode.RunArchiveConfigurationCommandsResponse
 
hashCode() - Method in class com.aquenos.cassandra.pvarchiver.server.internode.UpdateChannelInformationRequest
 
hashCode() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelResponse
 
hashCode() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsAllResponse.ChannelItem
 
hashCode() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsAllResponse
 
hashCode() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsByServerExportResponse
 
hashCode() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsByServerImportRequest
 
hashCode() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsByServerImportResponse
 
hashCode() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsByServerResponse.ChannelItem
 
hashCode() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsByServerResponse
 
hashCode() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ClusterStatusResponse
 
hashCode() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ClusterStatusResponse.ServerItem
 
hashCode() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.RunArchiveConfigurationCommandsRequest
 
hashCode() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.RunArchiveConfigurationCommandsResponse
 
hashCode() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ServerStatusResponse
 

I

identity() - Static method in class com.aquenos.cassandra.pvarchiver.server.util.AsyncFunctionUtils
Returns the identity function.
ifThen(Predicate<? super T>, AsyncFunction<? super T, T>) - Static method in class com.aquenos.cassandra.pvarchiver.server.util.AsyncFunctionUtils
Creates an asynchronous function that only executes another asynchronous function if a condition is met.
ifThenElse(Predicate<? super I>, AsyncFunction<? super I, O>, AsyncFunction<? super I, O>) - Static method in class com.aquenos.cassandra.pvarchiver.server.util.AsyncFunctionUtils
Creates an asynchronous function that executes either of two asynchronous functions based on a predicate.
IndexRedirectController - Class in com.aquenos.cassandra.pvarchiver.server.web.admin.controller
Controller handling redirects for paths that do not have a view associated but are used as part of a path that has a view associated.
IndexRedirectController() - Constructor for class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.IndexRedirectController
 
indexRedirectController() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.spring.AdminWebApplication
Creates the controller that handles redirects for certain root paths.
init() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ThrottlingSession
 
initAsync() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ThrottlingSession
 
initBinder(WebDataBinder) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.UiController
Configures the web data-binder used for this controller.
InterNodeCommunicationAuthenticationProvider - Class in com.aquenos.cassandra.pvarchiver.server.web.internode.spring
Authentication provider for the InterNodeCommunicationWebApplication.
InterNodeCommunicationAuthenticationProvider() - Constructor for class com.aquenos.cassandra.pvarchiver.server.web.internode.spring.InterNodeCommunicationAuthenticationProvider
 
interNodeCommunicationAuthenticationProvider() - Method in class com.aquenos.cassandra.pvarchiver.server.web.internode.spring.InterNodeCommunicationWebApplication.WebSecurityConfiguration
Creates the authentication provider for this web application.
InterNodeCommunicationAuthenticationService - Class in com.aquenos.cassandra.pvarchiver.server.internode
Authentication services for the inter-node communication.
InterNodeCommunicationAuthenticationService() - Constructor for class com.aquenos.cassandra.pvarchiver.server.internode.InterNodeCommunicationAuthenticationService
 
interNodeCommunicationAuthenticationService() - Method in class com.aquenos.cassandra.pvarchiver.server.spring.ArchiveServerApplicationConfiguration
Creates the inter-node-communication authentication service.
InterNodeCommunicationAuthenticationService.Role - Enum in com.aquenos.cassandra.pvarchiver.server.internode
Role for which a client authenticated.
InterNodeCommunicationAuthenticationServiceInitializedEvent - Class in com.aquenos.cassandra.pvarchiver.server.internode
Event signaling that the InterNodeCommunicationAuthenticationService has been initialized completely and is ready for operation.
InterNodeCommunicationAuthenticationServiceInitializedEvent(InterNodeCommunicationAuthenticationService) - Constructor for class com.aquenos.cassandra.pvarchiver.server.internode.InterNodeCommunicationAuthenticationServiceInitializedEvent
Creates an event emitted by the specified source.
InterNodeCommunicationService - Interface in com.aquenos.cassandra.pvarchiver.server.internode
Service providing access to other nodes in the archiving cluster.
interNodeCommunicationService() - Method in class com.aquenos.cassandra.pvarchiver.server.spring.ArchiveServerApplicationConfiguration
Creates the inter-node communication service.
InterNodeCommunicationServiceImpl - Class in com.aquenos.cassandra.pvarchiver.server.internode
Standard implementation of the InterNodeCommunicationService.
InterNodeCommunicationServiceImpl() - Constructor for class com.aquenos.cassandra.pvarchiver.server.internode.InterNodeCommunicationServiceImpl
Creates the inter-node communication service.
InterNodeCommunicationServiceInitializedEvent - Class in com.aquenos.cassandra.pvarchiver.server.internode
Event signaling that the InterNodeCommunicationService has been initialized completely and is ready for operation.
InterNodeCommunicationServiceInitializedEvent(InterNodeCommunicationService) - Constructor for class com.aquenos.cassandra.pvarchiver.server.internode.InterNodeCommunicationServiceInitializedEvent
Creates an event emitted by the specified source.
InterNodeCommunicationWebApplication - Class in com.aquenos.cassandra.pvarchiver.server.web.internode.spring
Configuration class for the SpringApplication that provides the inter-node communication interface to the archive server.
InterNodeCommunicationWebApplication() - Constructor for class com.aquenos.cassandra.pvarchiver.server.web.internode.spring.InterNodeCommunicationWebApplication
 
InterNodeCommunicationWebApplication.WebMvcConfiguration - Class in com.aquenos.cassandra.pvarchiver.server.web.internode.spring
Configuration for Spring Web MVC.
InterNodeCommunicationWebApplication.WebSecurityConfiguration - Class in com.aquenos.cassandra.pvarchiver.server.web.internode.spring
Spring Security configuration.
isAddChannels() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsByServerImportRequest
Tells whether channels should be added to the server configuration.
isAvailable() - Method in interface com.aquenos.cassandra.pvarchiver.server.controlsystem.ControlSystemSupportRegistry
Tells whether the registry is available (has been initialized and not destroyed yet).
isAvailable() - Method in class com.aquenos.cassandra.pvarchiver.server.controlsystem.ControlSystemSupportRegistryBean
 
isCacheTemplates() - Method in class com.aquenos.cassandra.pvarchiver.server.web.common.spring.ThymeleafConfiguration
Tells whether templates should be cached.
isClosed() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ThrottlingSession
 
isEnabled() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.AddChannelCommand
Tells whether archiving shall be enabled for the channel to be added.
isEnabled() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.AddOrUpdateChannelCommand
Tells whether archiving shall be enabled for the channel to be added or updated.
isEnabled() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO.ChannelConfiguration
Tells whether archiving is enabled for this channel.
isEnabled() - Method in class com.aquenos.cassandra.pvarchiver.server.spring.DevelopmentModeProperties
Tells whether the development mode is enabled.
isEnabled() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelResponse
Tells whether archiving is enabled for this channel.
isEnabled() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsByServerResponse.ChannelItem
Tells whether archiving is enabled for this channel.
isInitialized() - Method in interface com.aquenos.cassandra.pvarchiver.server.database.CassandraProvider
Tells whether this provider has been completely initialized.
isInitialized() - Method in class com.aquenos.cassandra.pvarchiver.server.database.CassandraProviderBean
 
isInitialized() - Method in interface com.aquenos.cassandra.pvarchiver.server.database.ClusterServersDAO
Tells whether this DAO has finished initialization and is ready to be used.
isInitialized() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ClusterServersDAOImpl
 
isInitialized() - Method in interface com.aquenos.cassandra.pvarchiver.server.database.GenericDataStoreDAO
Tells whether this DAO has finished initialization and is ready to be used.
isInitialized() - Method in class com.aquenos.cassandra.pvarchiver.server.database.GenericDataStoreDAOImpl
 
isInitialized() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ThrottlingCassandraProvider
 
isInitialized() - Method in class com.aquenos.cassandra.pvarchiver.server.internode.InterNodeCommunicationAuthenticationService
Tells whether this authentication service has initialized completely and is ready for operation.
isInitialized() - Method in interface com.aquenos.cassandra.pvarchiver.server.internode.InterNodeCommunicationService
Tells whether this communication service has initialized completely and is ready for operation.
isInitialized() - Method in class com.aquenos.cassandra.pvarchiver.server.internode.InterNodeCommunicationServiceImpl
 
isOnline() - Method in class com.aquenos.cassandra.pvarchiver.server.cluster.ClusterManagementService
Returns true if the server is currently considered online (has recently registered itself in the Cassandra database), false otherwise.
isOnline() - Method in class com.aquenos.cassandra.pvarchiver.server.cluster.ServerOnlineStatusEvent
Tells the new online status of the server.
isOnline() - Method in class com.aquenos.cassandra.pvarchiver.server.cluster.ServerStatus
Tells whether this server is currently online.
isOnline() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ClusterStatusResponse.ServerItem
Tells whether the server is online.
isRemovable() - Method in class com.aquenos.cassandra.pvarchiver.server.cluster.ServerStatus
Tells whether this server has been offline for a sufficient amount of time so that it may be removed.
isRemoveChannels() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsByServerImportRequest
Tells whether channels that only exist on the server should be removed.
isServerOnline() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ServerStatusResponse
Tells whether the server considers itself to be online.
isSimulate() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsByServerImportRequest
Tells whether changes should actually be applied (false or should only be simulated (true).
isStatusAvailable() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsByServerResponse
Tells whether status information is available.
isSuccess() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ArchiveConfigurationCommandResult
Tells whether the execution of the command was successful.
isUpdateChannels() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsByServerImportRequest
Tells whether channels on the server should be updated.
isUseLocalConsistencyLevel() - Method in class com.aquenos.cassandra.pvarchiver.server.spring.CassandraProperties
Tells whether the LOCAL_ variants of the consistency levels shall be used.

L

loadFactories(Class<? extends FactoryType>, ClassLoader) - Static method in class com.aquenos.cassandra.pvarchiver.server.util.FactoriesLoader
Loads and instantiates all factories implementing a given base type.
loadFactoryNames(Class<?>, ClassLoader) - Static method in class com.aquenos.cassandra.pvarchiver.server.util.FactoriesLoader
Loads the list of class names of implementations for a specific interface or base class.
loadUserByUsername(String) - Method in class com.aquenos.cassandra.pvarchiver.server.user.ArchiveUserDetailsManager
 
localeResolver() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.spring.AdminWebApplication
Creates the locale resolver for this application.
log - Variable in class com.aquenos.cassandra.pvarchiver.server.archiving.ArchiveConfigurationService
Logger for this class.
log - Variable in class com.aquenos.cassandra.pvarchiver.server.archiving.ArchiveServerConfigurationXmlImport
Logger for this class.
log - Variable in class com.aquenos.cassandra.pvarchiver.server.archiving.ChannelInformationCacheImpl
Logger for this class.
log - Variable in class com.aquenos.cassandra.pvarchiver.server.cluster.ClusterManagementService
Logger for this class.
log - Variable in class com.aquenos.cassandra.pvarchiver.server.database.CassandraProviderBean
Logger for this class.
log - Variable in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAOImpl
Logger for this object.
log - Variable in class com.aquenos.cassandra.pvarchiver.server.database.ClusterServersDAOImpl
Logger for this object.
log - Variable in class com.aquenos.cassandra.pvarchiver.server.database.GenericDataStoreDAOImpl
Logger for this object.
log - Variable in class com.aquenos.cassandra.pvarchiver.server.internode.InterNodeCommunicationAuthenticationService
Logger for this class.
logger - Variable in class com.aquenos.cassandra.pvarchiver.server.controlsystem.ControlSystemSupportRegistryBean
Logger for this class.
logger - Variable in class com.aquenos.cassandra.pvarchiver.server.spring.ServerProperties
Logger for this class.

M

main(String[]) - Static method in class com.aquenos.cassandra.pvarchiver.server.spring.ArchiveServerApplication
Central point of entry.
messageSource() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.spring.AdminWebApplication
Creates the message source used by this application.
MimeMappingsExtensions - Class in com.aquenos.cassandra.pvarchiver.server.web.common.spring
Utility methods for extending a MimeMappings object with additional MIME types.
MimeMappingsExtensions() - Constructor for class com.aquenos.cassandra.pvarchiver.server.web.common.spring.MimeMappingsExtensions
 
moveChannel(UUID, UUID, String) - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ArchiveConfigurationService
Moves a channel from one server to another one.
moveChannel(String, UUID, UUID) - Method in interface com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO
Moves a channel from one server to another.
moveChannel(String, UUID, UUID) - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAOImpl
 
MoveChannelCommand - Class in com.aquenos.cassandra.pvarchiver.server.archiving
Command for moving a channel from one server to another one.
MoveChannelCommand(String, UUID, UUID) - Constructor for class com.aquenos.cassandra.pvarchiver.server.archiving.MoveChannelCommand
Creates a "move channel" command.
multipartConfigElement() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.spring.AdminWebApplication
Creates multipart configuration that shall be used by the servlet container.
multipartResolver() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.spring.AdminWebApplication
Creates the multipart resolver.

N

NoSuchChannelException - Exception in com.aquenos.cassandra.pvarchiver.server.archiving
Exception indicating that an operation on a channel failed because the specified channel does not exist.
NoSuchChannelException() - Constructor for exception com.aquenos.cassandra.pvarchiver.server.archiving.NoSuchChannelException
Constructs a new exception with null as its detail message.
NoSuchChannelException(String) - Constructor for exception com.aquenos.cassandra.pvarchiver.server.archiving.NoSuchChannelException
Constructs a new exception with the specified detail message.
NoSuchChannelException(Throwable) - Constructor for exception com.aquenos.cassandra.pvarchiver.server.archiving.NoSuchChannelException
Constructs a new exception with the specified cause and a detail message of (cause==null ?
NoSuchChannelException(String, Throwable) - Constructor for exception com.aquenos.cassandra.pvarchiver.server.archiving.NoSuchChannelException
Constructs a new exception with the specified detail message and cause.

O

onCassandraProviderInitializedEvent(CassandraProviderInitializedEvent) - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAOImpl
onCassandraProviderInitializedEvent(CassandraProviderInitializedEvent) - Method in class com.aquenos.cassandra.pvarchiver.server.database.ClusterServersDAOImpl
onCassandraProviderInitializedEvent(CassandraProviderInitializedEvent) - Method in class com.aquenos.cassandra.pvarchiver.server.database.GenericDataStoreDAOImpl
onCassandraProviderInitializedEvent(CassandraProviderInitializedEvent) - Method in class com.aquenos.cassandra.pvarchiver.server.database.ThrottlingCassandraProvider
onClusterServersDAOInitializedEvent(ClusterServersDAOInitializedEvent) - Method in class com.aquenos.cassandra.pvarchiver.server.cluster.ClusterManagementService
onGenericDataStoreDAOInitializedEvent(GenericDataStoreDAOInitializedEvent) - Method in class com.aquenos.cassandra.pvarchiver.server.internode.InterNodeCommunicationAuthenticationService
onInterNodeCommunicationAuthenticationServiceInitializedEvent(InterNodeCommunicationAuthenticationServiceInitializedEvent) - Method in class com.aquenos.cassandra.pvarchiver.server.internode.InterNodeCommunicationServiceImpl
onInterNodeCommunicationServiceInitializedEvent(InterNodeCommunicationServiceInitializedEvent) - Method in class com.aquenos.cassandra.pvarchiver.server.cluster.ClusterManagementService
onServerOnlineStatusEvent(ServerOnlineStatusEvent) - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ArchivingService
Notifies the archiving service that the server's online status changed.
onServerOnlineStatusEvent(ServerOnlineStatusEvent) - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ChannelInformationCacheImpl
Notifies the channel information cache that the server's online status changed.

P

PendingChannelOperationException - Exception in com.aquenos.cassandra.pvarchiver.server.archiving
Exception indicating that an operation on a channel failed because there is another pending operation for the specified channel.
PendingChannelOperationException() - Constructor for exception com.aquenos.cassandra.pvarchiver.server.archiving.PendingChannelOperationException
Constructs a new exception with null as its detail message.
PendingChannelOperationException(String) - Constructor for exception com.aquenos.cassandra.pvarchiver.server.archiving.PendingChannelOperationException
Constructs a new exception with the specified detail message.
PendingChannelOperationException(Throwable) - Constructor for exception com.aquenos.cassandra.pvarchiver.server.archiving.PendingChannelOperationException
Constructs a new exception with the specified cause and a detail message of (cause==null ?
PendingChannelOperationException(String, Throwable) - Constructor for exception com.aquenos.cassandra.pvarchiver.server.archiving.PendingChannelOperationException
Constructs a new exception with the specified detail message and cause.
prepareAsync(String) - Method in class com.aquenos.cassandra.pvarchiver.server.database.ThrottlingSession
 
prepareAsync(RegularStatement) - Method in class com.aquenos.cassandra.pvarchiver.server.database.ThrottlingSession
 
prepareAsync(String, Map<String, ByteBuffer>) - Method in class com.aquenos.cassandra.pvarchiver.server.database.ThrottlingSession
 
processUpdate(List<ChannelMetaDataDAO.ChannelInformation>, List<String>, Iterable<UUID>, long) - Method in interface com.aquenos.cassandra.pvarchiver.server.archiving.ChannelInformationCache
Process an update that has been received from a remote server.
processUpdate(List<ChannelMetaDataDAO.ChannelInformation>, List<String>, Iterable<UUID>, long) - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ChannelInformationCacheImpl
 
PublicOnlyRequestMappingHandlerMapping - Class in com.aquenos.cassandra.pvarchiver.server.web.common.spring
Modified RequestMappingHandlerMapping that ignores non-public methods.
PublicOnlyRequestMappingHandlerMapping() - Constructor for class com.aquenos.cassandra.pvarchiver.server.web.common.spring.PublicOnlyRequestMappingHandlerMapping
 

R

redirectIndex() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.IndexRedirectController
Redirects requests to / and /admin to /admin/ui.
refreshChannel(UUID, String) - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ArchiveConfigurationService
Refreshes the channel on the specified server.
refreshChannel(String) - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ArchivingService
Reloads the configuration of the specified channel.
RefreshChannelCommand - Class in com.aquenos.cassandra.pvarchiver.server.archiving
Command for refreshing a channel.
RefreshChannelCommand(String, UUID) - Constructor for class com.aquenos.cassandra.pvarchiver.server.archiving.RefreshChannelCommand
Creates a "refresh channel" command.
removeChannel(UUID, String) - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ArchiveConfigurationService
Removes a channel from the archive configuration.
RemoveChannelCommand - Class in com.aquenos.cassandra.pvarchiver.server.archiving
Command for removing a channel.
RemoveChannelCommand(String, UUID) - Constructor for class com.aquenos.cassandra.pvarchiver.server.archiving.RemoveChannelCommand
Creates a "remove channel" command.
removeServer(UUID) - Method in class com.aquenos.cassandra.pvarchiver.server.cluster.ClusterManagementService
Removes the server with the specified ID from the cluster.
renameChannel(UUID, String, String) - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ArchiveConfigurationService
Removes a channel from the archive configuration.
renameChannel(String, String, UUID) - Method in interface com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO
Changes the name of a channel.
renameChannel(String, String, UUID) - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAOImpl
 
RenameChannelCommand - Class in com.aquenos.cassandra.pvarchiver.server.archiving
Command for renaming a channel.
RenameChannelCommand(UUID, String, String) - Constructor for class com.aquenos.cassandra.pvarchiver.server.archiving.RenameChannelCommand
Creates a "rename channel" command.
requestMappingHandlerAdapter() - Method in class com.aquenos.cassandra.pvarchiver.server.web.common.spring.CustomWebMvcConfiguration
 
requestMappingHandlerMapping() - Method in class com.aquenos.cassandra.pvarchiver.server.web.common.spring.CustomWebMvcConfiguration
 
resolveLocale(HttpServletRequest) - Method in class com.aquenos.cassandra.pvarchiver.server.web.common.spring.AcceptHeaderLocaleResolver
 
ROLE_ADMIN - Static variable in class com.aquenos.cassandra.pvarchiver.server.user.ArchiveUserDetailsManager
String identifying the role associated with administrative privileges.
runArchiveConfigurationCommands(String, List<? extends ArchiveConfigurationCommand>) - Method in interface com.aquenos.cassandra.pvarchiver.server.internode.InterNodeCommunicationService
Runs a list of archive-configuration commands on the specified remote server.
runArchiveConfigurationCommands(String, List<? extends ArchiveConfigurationCommand>) - Method in class com.aquenos.cassandra.pvarchiver.server.internode.InterNodeCommunicationServiceImpl
 
runArchiveConfigurationCommands(RunArchiveConfigurationCommandsRequest, HttpServletResponse) - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.ApiController
Runs archive configuration commands.
runArchiveConfigurationCommands(RunArchiveConfigurationCommandsRequest) - Method in class com.aquenos.cassandra.pvarchiver.server.web.internode.controller.ApiController
Runs archive configuration commands on this server.
RunArchiveConfigurationCommandsRequest - Class in com.aquenos.cassandra.pvarchiver.server.internode
Request that shall be processed by the ArchiveConfigurationService.runConfigurationCommands(Iterable) method.
RunArchiveConfigurationCommandsRequest(List<? extends ArchiveConfigurationCommand>) - Constructor for class com.aquenos.cassandra.pvarchiver.server.internode.RunArchiveConfigurationCommandsRequest
Creates a request.
RunArchiveConfigurationCommandsRequest - Class in com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi
Request object for the "run archive configuration commands" function of the web-service API.
RunArchiveConfigurationCommandsRequest(List<? extends ArchiveConfigurationCommand>) - Constructor for class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.RunArchiveConfigurationCommandsRequest
Creates a request.
RunArchiveConfigurationCommandsResponse - Class in com.aquenos.cassandra.pvarchiver.server.internode
RunArchiveConfigurationCommandsResponse(List<ArchiveConfigurationCommandResult>) - Constructor for class com.aquenos.cassandra.pvarchiver.server.internode.RunArchiveConfigurationCommandsResponse
Creates a response.
RunArchiveConfigurationCommandsResponse - Class in com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi
Response object for the "run archive configuration commands" function of the web-service API.
RunArchiveConfigurationCommandsResponse(String, List<ArchiveConfigurationCommandResult>) - Constructor for class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.RunArchiveConfigurationCommandsResponse
Creates a response.
runConfigurationCommands(Iterable<? extends ArchiveConfigurationCommand>) - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ArchiveConfigurationService
Runs the specified configuration commands.

S

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
Event sent by the ClusterManagementService when this server's online status changes.
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 ControlSystemSupports.
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 ControlSystemSupports.
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
 

T

ThrottlingCassandraProvider - Class in com.aquenos.cassandra.pvarchiver.server.database
Cassandra provider that wraps another Cassandra Provider and supplies a ThrottlingSession.
ThrottlingCassandraProvider() - Constructor for class com.aquenos.cassandra.pvarchiver.server.database.ThrottlingCassandraProvider
 
throttlingProperties() - Method in class com.aquenos.cassandra.pvarchiver.server.spring.ArchiveServerApplicationConfiguration
Creates the throttling properties.
ThrottlingProperties - Class in com.aquenos.cassandra.pvarchiver.server.spring
Configuration properties that control throttling of statements that are executed by the Cassandra database.
ThrottlingProperties() - Constructor for class com.aquenos.cassandra.pvarchiver.server.spring.ThrottlingProperties
Creates a properties object, initializing all properties with their default values.
ThrottlingSession - Class in com.aquenos.cassandra.pvarchiver.server.database
Cassandra session that limits the number of statements that are executed concurrently.
ThrottlingSession(int, int, Session) - Constructor for class com.aquenos.cassandra.pvarchiver.server.database.ThrottlingSession
Creates a throttling session that is backed by the specified session.
ThymeleafConfiguration - Class in com.aquenos.cassandra.pvarchiver.server.web.common.spring
Configuration for using Thymeleaf with Spring Web MVC.
ThymeleafConfiguration() - Constructor for class com.aquenos.cassandra.pvarchiver.server.web.common.spring.ThymeleafConfiguration
 
thymeleafLayoutDialect() - Method in class com.aquenos.cassandra.pvarchiver.server.web.common.spring.ThymeleafConfiguration
Creates the Thymeleaf layout dialect.
thymeleafSpringSecurityDialect() - Method in class com.aquenos.cassandra.pvarchiver.server.web.common.spring.ThymeleafConfiguration
Creates the Thymeleaf Spring Security dialect.
thymeleafTemplateEngine() - Method in class com.aquenos.cassandra.pvarchiver.server.web.common.spring.ThymeleafConfiguration
Creates the Thymeleaf template engine.
thymeleafTemplateResolver() - Method in class com.aquenos.cassandra.pvarchiver.server.web.common.spring.ThymeleafConfiguration
Creates the template resolver used by Thymeleaf to resolve template names.
thymeleafUriExpanderDialect() - Method in class com.aquenos.cassandra.pvarchiver.server.web.common.spring.ThymeleafConfiguration
Creates the Thymeleaf URI expander dialect.
thymeleafViewResolver() - Method in class com.aquenos.cassandra.pvarchiver.server.web.common.spring.ThymeleafConfiguration
Creates the Thymeleaf view resolver.
TimeStampLimitMode - Enum in com.aquenos.cassandra.pvarchiver.server.archiving
Mode specifying how a time-stamp limit shall be interpreted.
toString() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.AddChannelCommand
 
toString() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.AddOrUpdateChannelCommand
 
toString() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ArchiveConfigurationCommandResult
 
toString() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ChannelStatus
 
toString() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.MoveChannelCommand
 
toString() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.RefreshChannelCommand
 
toString() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.RemoveChannelCommand
 
toString() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.RenameChannelCommand
 
toString() - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.UpdateChannelCommand
 
toString() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO.ChannelConfiguration
 
toString() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO.ChannelInformation
 
toString() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO.ChannelOperation
 
toString() - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO.SampleBucketInformation
 
toString() - Method in class com.aquenos.cassandra.pvarchiver.server.internode.ArchivingStatusResponse
 
toString() - Method in class com.aquenos.cassandra.pvarchiver.server.internode.CurrentSystemTimeResponse
 
toString() - Method in class com.aquenos.cassandra.pvarchiver.server.internode.RunArchiveConfigurationCommandsRequest
 
toString() - Method in class com.aquenos.cassandra.pvarchiver.server.internode.RunArchiveConfigurationCommandsResponse
 
toString() - Method in class com.aquenos.cassandra.pvarchiver.server.internode.UpdateChannelInformationRequest
 
toString() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelResponse
 
toString() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsAllResponse.ChannelItem
 
toString() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsAllResponse
 
toString() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsByServerExportResponse
 
toString() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsByServerImportRequest
 
toString() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsByServerImportResponse
 
toString() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsByServerResponse.ChannelItem
 
toString() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ChannelsByServerResponse
 
toString() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ClusterStatusResponse.ServerItem
 
toString() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ClusterStatusResponse
 
toString() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.RunArchiveConfigurationCommandsRequest
 
toString() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.RunArchiveConfigurationCommandsResponse
 
toString() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.wsapi.ServerStatusResponse
 
transform(ListenableFuture<I>, Function<? super I, ? extends O>, Function<? super Throwable, ? extends O>) - Static method in class com.aquenos.cassandra.pvarchiver.server.util.FutureUtils
Transforms a listenable future using the specified synchronous functions.
transform(ListenableFuture<I>, Function<? super I, ? extends O>, Function<? super Throwable, ? extends O>, Executor) - Static method in class com.aquenos.cassandra.pvarchiver.server.util.FutureUtils
Transforms a listenable future using the specified synchronous functions.
transform(ListenableFuture<I>, AsyncFunction<? super I, ? extends O>, AsyncFunction<? super Throwable, ? extends O>) - Static method in class com.aquenos.cassandra.pvarchiver.server.util.FutureUtils
Transforms a listenable future using the specified asynchronous functions.
transform(ListenableFuture<I>, AsyncFunction<? super I, ? extends O>, AsyncFunction<? super Throwable, ? extends O>, Executor) - Static method in class com.aquenos.cassandra.pvarchiver.server.util.FutureUtils
Transforms a listenable future using the specified asynchronous functions.
transformAnyToVoid(ListenableFuture<?>) - Static method in class com.aquenos.cassandra.pvarchiver.server.util.FutureUtils
Transforms a listenable future that returns any type to a listenable future that returns Void.

U

UiController - Class in com.aquenos.cassandra.pvarchiver.server.web.admin.controller
Controller handling requests to the administrative user-interface.
UiController() - Constructor for class com.aquenos.cassandra.pvarchiver.server.web.admin.controller.UiController
 
uiController() - Method in class com.aquenos.cassandra.pvarchiver.server.web.admin.spring.AdminWebApplication
Creates the controller that handles requests to the administrative user-interface.
updateChannel(UUID, String, String, Set<Integer>, Set<Integer>, Set<Integer>, Map<Integer, Integer>, Boolean, Map<String, String>, Map<String, String>, Set<String>) - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ArchiveConfigurationService
Updates a channel's configuration.
UpdateChannelCommand - Class in com.aquenos.cassandra.pvarchiver.server.archiving
Command for updating a channel.
UpdateChannelCommand(String, String, UUID, Set<Integer>, Set<Integer>, Set<Integer>, Map<Integer, Integer>, Boolean, Map<String, String>, Map<String, String>, Set<String>) - Constructor for class com.aquenos.cassandra.pvarchiver.server.archiving.UpdateChannelCommand
Creates an "update channel" command.
updateChannelConfiguration(String, UUID, Map<Integer, Integer>, boolean, Map<String, String>) - Method in interface com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO
Updates the configuration for a channel.
updateChannelConfiguration(String, UUID, Map<Integer, Integer>, boolean, Map<String, String>) - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAOImpl
 
updateChannelInformation(String, List<ChannelMetaDataDAO.ChannelInformation>, List<String>, List<UUID>, long) - Method in interface com.aquenos.cassandra.pvarchiver.server.internode.InterNodeCommunicationService
Updates the channel information cache of a remote server.
updateChannelInformation(String, List<ChannelMetaDataDAO.ChannelInformation>, List<String>, List<UUID>, long) - Method in class com.aquenos.cassandra.pvarchiver.server.internode.InterNodeCommunicationServiceImpl
 
updateChannelInformation(UpdateChannelInformationRequest) - Method in class com.aquenos.cassandra.pvarchiver.server.web.internode.controller.ApiController
Updates the channel cache and forwards the update to other servers if requested.
UpdateChannelInformationRequest - Class in com.aquenos.cassandra.pvarchiver.server.internode
Request that shall be processed by the ChannelInformationCache.processUpdate(List, List, Iterable, long) method.
UpdateChannelInformationRequest(List<ChannelMetaDataDAO.ChannelInformation>, List<UUID>, List<String>, long) - Constructor for class com.aquenos.cassandra.pvarchiver.server.internode.UpdateChannelInformationRequest
Creates a request.
updateChannels(Iterable<String>) - Method in interface com.aquenos.cassandra.pvarchiver.server.archiving.ChannelInformationCache
Updates the channel information for the specified channel name.
updateChannels(Iterable<String>) - Method in class com.aquenos.cassandra.pvarchiver.server.archiving.ChannelInformationCacheImpl
 
updateItem(UUID, String, String, String) - Method in interface com.aquenos.cassandra.pvarchiver.server.database.GenericDataStoreDAO
Updates the data item with the specified key and component.
updateItem(UUID, String, String, String) - Method in class com.aquenos.cassandra.pvarchiver.server.database.GenericDataStoreDAOImpl
 
updatePendingChannelOperation(UUID, String, UUID, UUID, String, String, int) - Method in interface com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO
Updates an existing pending channel operation, replacing it with the specified information.
updatePendingChannelOperation(UUID, String, UUID, UUID, String, String, int) - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAOImpl
 
updatePendingChannelOperationRelaxed(UUID, String, UUID, UUID, String, String, int) - Method in interface com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAO
Updates an existing pending channel operation in a more relaxed way.
updatePendingChannelOperationRelaxed(UUID, String, UUID, UUID, String, String, int) - Method in class com.aquenos.cassandra.pvarchiver.server.database.ChannelMetaDataDAOImpl
 
updateServerLastOnlineTime(UUID, Date) - Method in interface com.aquenos.cassandra.pvarchiver.server.database.ClusterServersDAO
Updates the last-online time for an archive server.
updateServerLastOnlineTime(UUID, Date) - Method in class com.aquenos.cassandra.pvarchiver.server.database.ClusterServersDAOImpl
 
updateUser(UserDetails) - Method in class com.aquenos.cassandra.pvarchiver.server.user.ArchiveUserDetailsManager
 
UriExpander - Class in com.aquenos.cassandra.pvarchiver.server.web.common.spring
Expands URI templates that may contain URI variables and encodes them for being used in a view.
UriExpander(HttpServletRequest, HttpServletResponse) - Constructor for class com.aquenos.cassandra.pvarchiver.server.web.common.spring.UriExpander
Creates a URI expander for the specified request and response.
UriExpanderDialect - Class in com.aquenos.cassandra.pvarchiver.server.web.common.spring
Dialect that extends the expression evaluation context with a uriExpander object.
UriExpanderDialect() - Constructor for class com.aquenos.cassandra.pvarchiver.server.web.common.spring.UriExpanderDialect
 
userExists(String) - Method in class com.aquenos.cassandra.pvarchiver.server.user.ArchiveUserDetailsManager
 
UUIDComparator - Class in com.aquenos.cassandra.pvarchiver.server.util
Comparator for comparing UUIDs.
UUIDComparator() - Constructor for class com.aquenos.cassandra.pvarchiver.server.util.UUIDComparator
 

V

valueOf(String) - Static method in enum com.aquenos.cassandra.pvarchiver.server.archiving.ArchiveConfigurationCommand.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aquenos.cassandra.pvarchiver.server.archiving.ChannelStatus.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aquenos.cassandra.pvarchiver.server.archiving.TimeStampLimitMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aquenos.cassandra.pvarchiver.server.internode.InterNodeCommunicationAuthenticationService.Role
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.aquenos.cassandra.pvarchiver.server.archiving.ArchiveConfigurationCommand.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aquenos.cassandra.pvarchiver.server.archiving.ChannelStatus.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aquenos.cassandra.pvarchiver.server.archiving.TimeStampLimitMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aquenos.cassandra.pvarchiver.server.internode.InterNodeCommunicationAuthenticationService.Role
Returns an array containing the constants of this enum type, in the order they are declared.
verifyServerOffline(UUID) - Method in class com.aquenos.cassandra.pvarchiver.server.cluster.ClusterManagementService
Verifies that a server is actually offline.

W

WebMvcConfiguration() - Constructor for class com.aquenos.cassandra.pvarchiver.server.web.admin.spring.AdminWebApplication.WebMvcConfiguration
 
WebMvcConfiguration() - Constructor for class com.aquenos.cassandra.pvarchiver.server.web.archiveaccess.spring.ArchiveAccessWebApplication.WebMvcConfiguration
 
WebMvcConfiguration() - Constructor for class com.aquenos.cassandra.pvarchiver.server.web.internode.spring.InterNodeCommunicationWebApplication.WebMvcConfiguration
 
WebSecurityConfiguration() - Constructor for class com.aquenos.cassandra.pvarchiver.server.web.admin.spring.AdminWebApplication.WebSecurityConfiguration
 
WebSecurityConfiguration() - Constructor for class com.aquenos.cassandra.pvarchiver.server.web.internode.spring.InterNodeCommunicationWebApplication.WebSecurityConfiguration
 
A B C D E F G H I L M N O P R S T U V W 

Copyright © 2011–2017 aquenos GmbH. All rights reserved.