Package | Description |
---|---|
com.aquenos.cassandra.pvarchiver.server.archiving |
Classes that deal with archive configuration and the actual archiving.
|
com.aquenos.cassandra.pvarchiver.server.cluster |
Classes for managing the servers within the archiving cluster.
|
com.aquenos.cassandra.pvarchiver.server.spring |
Classes for configuring the main
ApplicationContext . |
com.aquenos.cassandra.pvarchiver.server.web.admin.controller |
Classes handling HTTP requests for the administrative interface.
|
Modifier and Type | Method and Description |
---|---|
void |
ChannelInformationCacheImpl.setClusterManagementService(ClusterManagementService clusterManagementService)
Sets the cluster management service.
|
void |
ArchivingService.setClusterManagementService(ClusterManagementService clusterManagementService)
Sets the cluster management service.
|
void |
ArchiveConfigurationService.setClusterManagementService(ClusterManagementService clusterManagementService)
Sets the cluster management service.
|
Modifier and Type | Method and Description |
---|---|
ClusterManagementService |
ServerOnlineStatusEvent.getSource() |
Constructor and Description |
---|
ServerOnlineStatusEvent(ClusterManagementService source,
boolean online)
Creates an event sent by the specified cluster management service and
having the specified online status.
|
Modifier and Type | Method and Description |
---|---|
ClusterManagementService |
ArchiveServerApplicationConfiguration.clusterManagementService()
Creates the cluster management service.
|
Modifier and Type | Method and Description |
---|---|
void |
UiController.setClusterManagementService(ClusterManagementService clusterManagementService)
Sets the cluster management service used by this controller.
|
void |
ApiController.setClusterManagementService(ClusterManagementService clusterManagementService)
Sets the cluster management service used by this controller.
|
Copyright © 2011–2017 aquenos GmbH. All rights reserved.