| Package | Description |
|---|---|
| com.aquenos.cassandra.pvarchiver.server.archiving |
Classes that deal with archive configuration and the actual archiving.
|
| com.aquenos.cassandra.pvarchiver.server.internode |
Classes for communication between the servers in the archiving cluster.
|
| com.aquenos.cassandra.pvarchiver.server.web.internode.controller |
Classes handling HTTP requests for the inter-node communication interface.
|
| Modifier and Type | Method and Description |
|---|---|
ChannelStatus |
ArchivingService.getChannelStatus(String channelName)
Returns the status of an archived channel.
|
| Modifier and Type | Method and Description |
|---|---|
List<ChannelStatus> |
ArchivingService.getChannelStatusForAllChannels()
Returns a list of the status for all channels known by this archiving
service.
|
| Modifier and Type | Method and Description |
|---|---|
ListenableFuture<List<ChannelStatus>> |
InterNodeCommunicationServiceImpl.getArchivingStatus(String targetBaseUrl) |
ListenableFuture<List<ChannelStatus>> |
InterNodeCommunicationService.getArchivingStatus(String targetBaseUrl)
Queries a remote server for its archiving status.
|
ListenableFuture<ChannelStatus> |
InterNodeCommunicationServiceImpl.getArchivingStatusForChannel(String targetBaseUrl,
String channelName) |
ListenableFuture<ChannelStatus> |
InterNodeCommunicationService.getArchivingStatusForChannel(String targetBaseUrl,
String channelName)
Queries a remote server for the archiving status of one of its channels.
|
List<ChannelStatus> |
ArchivingStatusResponse.getChannelStatusList() |
| Constructor and Description |
|---|
ArchivingStatusResponse(List<ChannelStatus> channelStatusList)
Creates an archiving-status response.
|
| Modifier and Type | Method and Description |
|---|---|
ChannelStatus |
ApiController.archivingStatusForChannel(String channelName)
Returns the archiving status of the specified channel.
|
Copyright © 2011–2017 aquenos GmbH. All rights reserved.