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.admin.controller.wsapi |
Request and response objects for the administrative web-service API.
|
Modifier and Type | Class and Description |
---|---|
class |
AddChannelCommand
Command for adding a channel.
|
class |
AddOrUpdateChannelCommand
Command for adding or updating a channel.
|
class |
MoveChannelCommand
Command for moving a channel from one server to another one.
|
class |
RefreshChannelCommand
Command for refreshing a channel.
|
class |
RemoveChannelCommand
Command for removing a channel.
|
class |
RenameChannelCommand
Command for renaming a channel.
|
class |
UpdateChannelCommand
Command for updating a channel.
|
Modifier and Type | Method and Description |
---|---|
ArchiveConfigurationCommand |
ArchiveConfigurationCommandResult.getCommand()
Returns the command for which this object represents the result of the
execution.
|
Modifier and Type | Method and Description |
---|---|
static ArchiveConfigurationCommandResult |
ArchiveConfigurationCommandResult.create(ArchiveConfigurationCommand command,
boolean success,
String errorMessage)
Creates a result representing the specified arguments.
|
static ArchiveConfigurationCommandResult |
ArchiveConfigurationCommandResult.failure(ArchiveConfigurationCommand command,
String errorMessage)
Creates a result that represents a failed execution of the specified
command.
|
static ArchiveConfigurationCommandResult |
ArchiveConfigurationCommandResult.success(ArchiveConfigurationCommand command)
Creates a result that represents a successful execution of the specified
command.
|
Modifier and Type | Method and Description |
---|---|
ListenableFuture<List<ArchiveConfigurationCommandResult>> |
ArchiveConfigurationService.runConfigurationCommands(Iterable<? extends ArchiveConfigurationCommand> commands)
Runs the specified configuration commands.
|
Modifier and Type | Method and Description |
---|---|
List<ArchiveConfigurationCommand> |
RunArchiveConfigurationCommandsRequest.getCommands()
Returns the commands that shall be run by the
ArchiveConfigurationService.runConfigurationCommands(Iterable)
method. |
Modifier and Type | Method and Description |
---|---|
ListenableFuture<List<ArchiveConfigurationCommandResult>> |
InterNodeCommunicationServiceImpl.runArchiveConfigurationCommands(String targetBaseUrl,
List<? extends ArchiveConfigurationCommand> commands) |
ListenableFuture<List<ArchiveConfigurationCommandResult>> |
InterNodeCommunicationService.runArchiveConfigurationCommands(String targetBaseUrl,
List<? extends ArchiveConfigurationCommand> commands)
Runs a list of archive-configuration commands on the specified remote
server.
|
Constructor and Description |
---|
RunArchiveConfigurationCommandsRequest(List<? extends ArchiveConfigurationCommand> commands)
Creates a request.
|
Modifier and Type | Method and Description |
---|---|
List<ArchiveConfigurationCommand> |
RunArchiveConfigurationCommandsRequest.getCommands()
Returns the commands that shall be run by the
ArchiveConfigurationService.runConfigurationCommands(Iterable)
method. |
Constructor and Description |
---|
RunArchiveConfigurationCommandsRequest(List<? extends ArchiveConfigurationCommand> commands)
Creates a request.
|
Copyright © 2011–2017 aquenos GmbH. All rights reserved.