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.internode |
Classes for communication between the servers in 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.setInterNodeCommunicationService(InterNodeCommunicationService interNodeCommunicationService)
Sets the inter-node communication service.
|
void |
ArchiveConfigurationService.setInterNodeCommunicationService(InterNodeCommunicationService interNodeCommunicationService)
Sets the inter-node communication service.
|
Modifier and Type | Method and Description |
---|---|
void |
ClusterManagementService.setInterNodeCommunicationService(InterNodeCommunicationService interNodeCommunicationService)
Sets the inter-node communication service.
|
Modifier and Type | Class and Description |
---|---|
class |
InterNodeCommunicationServiceImpl
Standard implementation of the
InterNodeCommunicationService . |
Modifier and Type | Method and Description |
---|---|
InterNodeCommunicationService |
InterNodeCommunicationServiceInitializedEvent.getSource() |
Constructor and Description |
---|
InterNodeCommunicationServiceInitializedEvent(InterNodeCommunicationService source)
Creates an event emitted by the specified source.
|
Modifier and Type | Method and Description |
---|---|
InterNodeCommunicationService |
ArchiveServerApplicationConfiguration.interNodeCommunicationService()
Creates the inter-node communication service.
|
Modifier and Type | Method and Description |
---|---|
void |
UiController.setInterNodeCommunicationService(InterNodeCommunicationService interNodeCommunicationService)
Sets the inter-node communication service.
|
void |
ApiController.setInterNodeCommunicationService(InterNodeCommunicationService interNodeCommunicationService)
Sets the inter-node communication service.
|
Copyright © 2011–2017 aquenos GmbH. All rights reserved.