NetBackup11_AdminGuide_Cassandra
NetBackup11_AdminGuide_Cassandra
Cassandra Administrator's
Guide
Release 11.0
NetBackup™ Web UI Apache Cassandra
Administrator's Guide
Last updated: 2025-03-06
Legal Notice
Copyright © 2025 Cohesity, Inc. All rights reserved.
Cohesity, Veritas, the Cohesity Logo, Veritas Logo, Veritas Alta, Cohesity Alta, and NetBackup
are trademarks or registered trademarks of Cohesity, Inc. or its affiliates in the U.S. and other
countries. Other names may be trademarks of their respective owners.
This product may contain third-party software for which Cohesity is required to provide
attribution to the third party (“Third-party Programs”). Some of the Third-party Programs are
available under open source or free software licenses. The License Agreement accompanying
the Software does not alter any rights or obligations you may have under those open source
or free software licenses. Refer to the Third-party Legal Notices document accompanying this
Cohesity product or available at:
[Link]
The product described in this document is distributed under licenses restricting its use, copying,
distribution, and decompilation/reverse engineering. No part of this document may be
reproduced in any form by any means without prior written authorization of Cohesity, Inc. and
its licensors, if any.
The Licensed Software and Documentation are deemed to be commercial computer software
as defined in FAR 12.212 and subject to restricted rights as defined in FAR Section 52.227-19
"Commercial Computer Software - Restricted Rights" and DFARS 227.7202, et seq.
"Commercial Computer Software and Commercial Computer Software Documentation," as
applicable, and any successor regulations, whether delivered by Cohesity as on premises or
hosted services. Any use, modification, reproduction release, performance, display or disclosure
of the Licensed Software and Documentation by the U.S. Government shall be solely in
accordance with the terms of this Agreement.
Cohesity, Inc.
2625 Augustine Drive
Santa Clara, CA 95054
[Link]
Technical Support
Technical Support maintains support centers globally. All support services will be delivered
in accordance with your support agreement and the then-current enterprise technical support
policies. For information about our support offerings and how to contact Technical Support,
visit our website:
[Link]
You can manage your Cohesity account information at the following URL:
[Link]
If you have questions regarding an existing support agreement, please email the support
agreement administration team for your region as follows:
Japan CustomerCare_Japan@[Link]
Documentation
Make sure that you have the current version of the documentation. Each document displays
the date of the last update on page 2. The latest documentation is available on the Cohesity
website:
[Link]
Documentation feedback
Your feedback is important to us. Suggest improvements or report errors or omissions to the
documentation. Include the document title, document version, chapter title, and section title
of the text on which you are reporting. Send feedback to:
[Link]@[Link]
You can also see documentation information or ask a question on the Cohesity community
site:
[Link]
[Link]
Contents
Step 1 Sign in to NetBackup web UI as the See the Default Apache Cassandra
Default Security Administrator. Then Administrator role in NetBackup web
add the Apache Cassandra user to UI Administrator’s Guide.
the Default Apache Cassandra
Note: The Default Apache
Administrator role.
Cassandra Administrator role has
the minimum required permissions to
perform the Apache Cassandra
administrator tasks.
Step 2 Add and manage credentials. See “Add DSS Clusters” on page 21.
5. Scalable Backup: Cassandra lets you easily scale your Cassandra cluster by
adding more nodes whenever required. It automatically redistributes the existing
data to new nodes while the cluster is online. NetBackup Cassandra protection
is scalable and lets you add more Data Staging Servers to meet your backup
requirements.
6. DataCenter Identification: NetBackup Cassandra protection can be configured
to backup data from a specific datacenter. It queries Cassandra cluster and
automatically identifies the nodes present in various datacenters. It then
engages only the nodes in the specific datacenter for backing up the data.
7. DataCenter aware restore: At the time of restore, NetBackup connects to the
restore cluster and determines its current topology. The solution reconciles
this topology with the one present at the backup time to allow for changes in
the topology and restores considering the current topology. The solution
provides more options for changing the datacenters, number of replicas in each
datacenter, change in keyspace and column family names, etc. to help you
with your restore requirements.
CBR
Data reduction
Cassandra clusters
In this architecture:
■ NetBackup primary server have backup policies and schedules. It is responsible
for managing backup jobs.
■ NetBackup media server have the backup data. All NetBackup backup targets
are supported for Cassandra protection.
■ Data staging servers perform off-host processing of Cassandra data to:
■ Determine a cluster-consistent point-in-time.
■ Remove replica records.
■ Remove stale data caused by record overwrites.
■ To perform off-host processing, the data staging server must have Cassandra
installed on these nodes. NetBackup expects a Cassandra cluster of the same
Overview 11
Pre-requisites and best practices
distribution and version configured on the data staging server. If you have an
SSL based authentication and/or LDAP configuration on the DataStax application
cluster, then a same configuration of authentication must be performed on the
data staging servers with the same root CA certificate as the application cluster.
Maintain the version of Cassandra on data staging servers as you do for the
Cassandra clusters.
■ One of the nodes in data staging servers is setup as a “CBR” node (Cassandra
Backup and Restore node). CBR performs the entire orchestration required for
performing an effective backup and restore.
During backup, the production data is copied to the data staging servers. The data
is then deduplicated and transfered to the backup hosts / NetBackup media servers.
One data stream is written per DSS. If you have multiple DSS nodes, then data is
streamed parallely or concurrently from these DSS nodes. NetBackup recommends
to have the same number of streams configured on the backup hosts collectively
to get maximum performance. Hence, number of streams per backup host × number
of backup hosts >= Data staging servers.
During restore, the data is staged onto the data staging servers from the NetBackup
media servers. This staged data is then restored into the Cassandra production
cluster as per the number of replicas and Data centers configured for the keyspace
being restored.
During restore, you can choose to:
■ Restore the entire Cassandra cluster.
■ Restore some keyspaces and/or column families.
■ Rename some keyspaces and/or column families.
■ Reconfigure data replica for the data that would be restored.
■ The DSS should have the same version of Cassandra as the Cassandra
production cluster.
■ For NetBackup version 10.3 and later, the DSS and Cassandra production
credentials must be added in the NetBackup credential management console
before adding DSS and Cassandra production clusters. Then on the DSS and
Cassandra production cluster add workflow, we must select desired credentials
from the existing credential list.
■ NetBackup supports SSL, LDAP, and DataStax Cassandra with simple
authentication. Use database username and password to connect Cassandra
and to run commands like cqlsh and nodetool utils. Configure Cassandra
in the NetBackup credentials during DSS cluster configuration and Cassandra
cluster configuration.
■ Enable SSH on all the Cassandra nodes and DSS nodes.
■ Ensure that the local time of Cassandra nodes, the DSS, and the backup hosts
are synchronized with NTP server.
■ Configure a non-root host user account for the data staging server cluster in
NetBackup credentials management.
Note: The non-root host user account can be separate or the same. It must be
valid with a home folder and the right to connect to the respective nodes with a
use of ssh. Add the host user in the sudoers file on the respective nodes.
Database username and password must be the same on DSS and application
cluster.
Overview 13
Pre-requisites and best practices
■ Before you run Cassandra backup or restore, ensure that you received a
successful ping response from all the data staging servers to Cassandra nodes
and the backup host.
■ Select and update the firewall settings for the backup hosts, data staging servers,
and Cassandra nodes can communicate.
■ Ensure that the specified paths in the DSS cluster configuration exist on all the
DSS and Cassandra nodes.
■ Whenever you upgrade Cassandra or make any schema change such as delete
a keyspace or column family, initiate a full backup before any incremental backup
job.
■ Ensure that the specified host user account for the cluster has read and write
access to the specified folders in the DSS cluster configuration.
■ Host mapping must be done according to the IP preference.
■ Ensure that the SStableloader utility works between the production nodes and
the data staging server.
■ Ensure that free space and the memory on the DSS is three times larger than
the column family in the Cassandra cluster. Maintain a similar memory size on
all the DSS nodes.
Note: The compaction operation on the DSS needs more memory. Deploying
higher RAM on the DSS nodes result in better backup and restore performance.
■ The database credentials of the DSS cluster should be the same as the
Cassandra production cluster.
■ You must disable the requiretty option globally in the sudoers file, by replacing
Defaults requiretty with Defaults !requiretty.
■ In the case of tarball based installation, you must always start Cassandra
services from tarball installation bin path location.
■ For database user account, if default_scheme is internal for
authentication_options in [Link] file, then specify the internal
authentication user. If this default_scheme is set to LDAP, then specify the
LDAP user account.
■ For NetBackup versions upgraded from versions before 10.2.1, you need to
trigger the discovery manually for both DSS and production cluster.
■ The database user account configured in NetBackup for the following must have
all the required permissions in the cluster:
■ DSS cluster
■ Backup and restore of Cassandra production cluster.
The user must be able to Create, View, Update, and Drop any resources in the
cluster. On the DSS cluster you can provide specific permissions or assign the
superuser role to the configured database user account.
■ Ensure that the DSS distribution, working directory, and script home directory
paths under Cassandra configuration are not the same.
■ Ensure that you update the secure_path list with Java executable path in the
/etc/sudoers file.
■ Modify the [Link] file to set the following parameters on all DSS
nodes:
Parameters Description/Value
num_tokens: 1
incremental_backups: false
snapshot_before_compaction: false
auto_snapshot: false
compaction_throughput_mb_per_sec:
0
Note: For Cassandra 4.1 and later, update
the parameter and its value to
compaction_throughput: 0MiB/s
hinted_handoff_enabled: false
cdc_enabled: false
16 Overview
Components and Terminologies of the Cassandra backup and recovery
Parameters Description/Value
enable_user_defined_functions: true
Note: For Cassandra 4.1 and later, update
the parameter and its value to
user_defined_functions_enabled: true
enable_scripted_user_defined_functions:
true
Note: For Cassandra 4.1, update the
parameter and its value to
scripted_user_defined_functions_enabled:
true.
Table 1-2
Components and Terminologies Purpose and Definition
Cassandra Backup Recovery component The NetBackup thin client which gets
deployed on data staging servers and
Cassandra cluster to aid in backup and
restore operations.
■ Efficient reconciliation
Efficient reconciliation data for same keys
from different nodes are transferred to the
same node in the backup nodes.
Reconciliations happen in-parallel within
each data staging servers without any
inter-node communication.
■ Record synthesis
While iterating over the records, columns
of the same key from different SStables
are merged.
■ Semantic Deduplication
Stale and duplicate records (replicas) are
identified and removed.
NetBackup primary server All the jobs are executed from the NetBackup
primary server.
When you restore old backup images of NetBackup 10.0, ensure that you have the
Cassandra clusters and staging cluster configured in the NetBackup Web UI.
The restore of the backup images created by NetBackup 10.0 will need to be
restored using the NetBackup API interface for Cassandra recovery. Refer to the
API details for the payload of the recovery APIs.
■ Ensure that you have the credentials of the target Cassandra cluster. Refer to
NetBackup 10.0 admin guide for details. Adding Cassandra credentials in
NetBackup
■ Ensure that the Pre-requisites for Cassandra Restore are met.
■ Perform the configuration for Cassandra if the target Cassandra was not already
configured. Refer to Configurations for Cassandra Restore.
■ Ensure that specify the correct recover pay load for selection and rename. For
rename refer to the supported Restore combinations listed.
20 Overview
Upgrading Cassandra from NetBackup 10.0
Chapter 2
Managing Apache
Cassandra
This chapter includes the following topics:
4 Click Start.
22 Managing Apache Cassandra
Add DSS Clusters
6 Click Next.
7 On the DSS cluster nodes tab, add one or more cluster nodes. You can add
multiple nodes either in chip format or comma separated.
8 Click Next.
9 On the Credentials tab, do one of the following:
Select existing credentials:
■ Search the desired credentials and select from the list.
Add new credentials:
■ Select Add new credential and enter the following details.
■ Credential name
■ Tag
■ Description
■ Host username
■ Host password
■ Database username
■ Database password
■ Authentication type
Note: Credential name must follow the limit of 256 characters. Tag and
Description are optional.
■ Click Next.
■ Click Add.
■ On the Credential Permission tab, select a role to provide permissions
for credential.
■ Select the Permission from the following options.
Permissions varies per selected role.
■ View
■ Create
■ Update
■ Delete
■ Manage Access
■ Assign Credentials
■ Click Save.
10 Click Next.
11 On the Backup hosts tab, from Primary backup host, search and select the
host.
Note: Any RHEL media server or RHEL client can be used as the backup host.
12 To add additional backup hosts, click Add, and select one or more host.
13 Click Next.
14 On the Setting tab, select the following:
■ DSS distribution
Thin-client distribution directory on the data staging servers. The path must
be in UNIX format.
■ Script home
24 Managing Apache Cassandra
Edit DSS Clusters
The value is used for CBR package installation on the Apache Cassandra
nodes.
■ Working directory
The folder where the thin client would stage the data and process them.
Note: Ensure that all the paths configured has read and write access for the
credentials specified in the DSS cluster and Cassandra cluster.
15 On the Advanced setting page, review and make the necessary changes in
the following:
■ Job cleanup time out
The time-out to the typical time it takes to back up the cluster.
■ DSS minimum RAM
The minimum RAM requirement for Data optimization on data stage server.
■ DSS minimum storage per backup node
The minimum storage requirement for Data optimization on data stage
server.
■ Concurrent compaction
The maximum number of compactions that can run concurrently.
■ Loader memory size
The heap memory size for Cassandra table loader.
■ Concurrent transfer
The value is used to transfer parallel data from production to the data stage
server. Default value is 8.
16 Click Next.
17 Review the data and click Add.
5 Select DSS Nodes tab and select the required inline actions.
The following are the inline actions available.
Export as CSV:
■ Use Show or hide columns to select the required fields.
■ Select Export as CSV.
A file is downloaded with the filtered details.
Edit CBR node:
■ Select Edit CBR node.
■ Select new CBR node from the list.
6 Click Save.
3 Click Start.
4 On the Basic properties tab, do the following:
■ Enter Apache Cassandra Cluster name.
Note: The name must not have any white space, special characters, or
non-English characters.
26 Managing Apache Cassandra
Add Apache Cassandra Clusters
5 Click Next.
6 On the Credentials, do one of the following:
Select the credentials from the list:
■ Search and select the required credentials from the available list.
Add new credential:
■ Select Add new credential and enter the following details.
■ Credential name
■ Tag
■ Description
■ Host username
■ Host password
■ Database username
■ Database password
■ Authentication type
Note: Credential name must follow the limit of 256 characters. Tag and
Description are optional.
■ Click Next.
■ Click Add.
Managing Apache Cassandra 27
Edit Apache Cassandra Clusters
■ Click Save.
7 Click Next.
8 On the Setting tab, enter the following:
■ Backup datacenter name
Used to protect the cluster.
■ Node down threshold
9 Click Next.
10 Review the data and click Add.
5 Click Next.
6 On the Schedule tab, click Add Schedule and select the following attributes:
■ Backup type.
■ Recurrence
■ Keep for
Note: To add another attribute, click Add and add another or click Add.
■ Manage Access
■ Edit attributes
■ Edit full and incremental schedules
■ Edit transaction log schedules
■ Subscribe
13 Click Save.
14 To modify the values, click Edit and make the required changes.
15 Review the data and click Finish.
32 Protect
Protecting Apache Cassandra assets
Chapter 4
Pre-recovery Check
This chapter includes the following topics:
Note: You can recover a Cassandra cluster either to an original backup cluster
or to a different cluster.
Restore cluster
1 From the Actions menu, select Restore cluster.
2 On Recovery target tab, do one of the following:
■ To restore the cluster to the original cluster, select Restore to the original
cluster.
■ To restore the cluster to the different cluster, select Restore to a different
cluster and select the target cluster from the list.
3 Click Next.
4 On Recovery options tab, to restore the key spaces, do one of the following:
■ Select Restore keyspaces with original attributes to continue with the
same key spaces.
36 Recover
Recovering Apache Cassandra assets
■ Replica
Specify the number of replicas that you required for the key space.
5 Select Next.
6 On Review tab, review the values and if required make changes to the
Recovery target and Recovery options values.
7 Click Start recovery.
Restore keyspaces and column families.
1 From the Actions menu, select Restore keyspaces and column families.
2 Click Add.
Add key spaces and column families window displays.
3 Select the required Keyspace and family and Click Select.
4 Click Next.
Note: Backup and restore of system keyspaces, and respective column families
are not supported . Cassandra has user defined data types like Materialized
views are not being restored while performing restore operation.
Note: Similarly, change the public key path, run the command to get ecdsa or DSS
SSH key fingerprint configured on target host.
Note: Once this copy becomes a primary copy, it is used for restore.
38 Recover
Recover from a copy of the recovery point
Chapter 6
Troubleshoot
This chapter includes the following topics:
■ bpVMutil
■ nbaapireq_handler
■ bpbkar
■ tar
■ nbaapidiscv
CBR node not reachable. The CBR node in the DSS cluster is not reachable.
Recommended actions:
■ Verify the node that specified as the CBR node is up, and
reachable from the backup host.
■ If required, add a new node to the DSS cluster to change
the CBR node.
CBR RSA key mismatch. The CBR node RSA key specified do not match with the RSA
key provided by the CBR node.
Recommended actions:
CBR is reachable, but some Some of the nodes in the DSS cluster are not reachable.
nodes not reachable. Recommended actions:
Invalid nodes in the cluster. The nodes in the clusters are invalid or unable be log in
indicates the possibility that Apache Cassandra is not
Credentials are invalid.
installed.
Apache Cassandra not
Recommended actions:
installed.
■ Ensure that correct credentials are entered on clusters.
■ Select a different account for the cluster credentials in
NetBackup.
Note: The credentials must be valid on all the cluster
nodes.
■ Ensure that Apache Cassandra is installed on all the
nodes.
Note: All nodes must have the same version of Apache
Cassandra.
Troubleshoot 41
Errors and recommended actions
CBR credentials mismatch. The DSS cluster's credentials are invalid on the CBR node.
Recommended actions:
DSS node credentials are The credentials that specified for the DSS node are not valid.
invalid. Recommended actions:
Discovery nodes not The Discovery node for the Cassandra cluster is not
reachable. reachable.
Recommended actions:
Discovery node RSA The status of the cluster is Pending for approval.
mismatch.
Recommended action:
Discovery node credentials The credentials of the Cassandra cluster are invalid for the
invalid. discovery node.
Recommended actions:
Apache Cassandra not The Apache Cassandra is not installed on the discovery node
installed on the discovery of the Cassandra configuration.
node. Recommended actions:
Datacenter name not The data center name of the Cassandra nodes mismatch.
matched. Recommended action:
Cassandra Cluster pending One ore more nodes in the Cassandra cluster and RSA key
approval. require approval.
Recommended action:
Cassandra nodes invalid Cassandra cluster credentials mismatch with one or more
credentials. nodes in the cluster.
Recommended action:
The Cassandra DSS cluster NetBackup can do only one operation such as discovery,
and/or Cassandra production validate, backup, restore, at any given point in time on the
cluster goes into invalid status DSS and production clusters. If one operation is running, the
due to concurrent operations. other fails and put the cluster in invalid state.
Discovery of more than one NetBackup works, discovery one cluster at a time hence the
cluster take time and doesn't state of the second cluster changes after the first one is
show the discovering status complete and reflect the appropriate status after completion.
immediately.
Cassandra restore page Use computer with higher configuration for example RAM
becomes unresponsive for size is 16GB or more.
keyspaces/column families
more than 300.
Table 7-2 2. 3. Request parameters for Data Staging Cluster and Nodes
Method: Get
Assets are stored using this API in the NetBackup database. It uses the GET method
with a valid asset response ID in the URL.
API for Cassandra 47
Using APIs to manage, protect, or recover Cassandra assets
Table 7-6
Method URL
GET [Link]
/netbackup/asset-service/queries/
Asset Delete Response ID
For example:
bcc0eb1f-6613-427d-8101-19376fd689f7
[Link] Assets
/netbackup/asset-service/
workloads/cassandra/assets
Get asset by ID
This API is used to get specific asset details. Details about specific assets can be
obtained using this API.
Method: GET
Table 7-9
API Important variables and options
Filters
Filters can be applied on any of the below API endpoints:
■ [Link]
assets?filter=assetType eq 'cluster'
50 API for Cassandra
Using APIs to manage, protect, or recover Cassandra assets
■ [Link]
assets?filter=assetType eq 'node'
■ [Link]
assets?filter=assetType eq 'dataStagingCluster'
■ [Link]
assets?filter=assetType eq 'dataStagingNode'
■ [Link]
assets?filter=assetType eq 'node' and parentProviderGeneratedId eq '
CASSANDRA_cluster_Cassandra10'
■ [Link]
assets?filter=assetType eq 'cluster' and commonAssetAttributes/
providerGeneratedId eq 'CASSANDRA_cluster_Cassandra1'
■ [Link]
assets?filter=assetType eq 'cluster' and
dataStagingClusterName eq 'DSS1'
■ [Link]
assets?filter=assetType eq 'cluster' and
backupDataCenterName eq 'earthCenter'
■ [Link]
assets?filter=assetType eq 'node' and
nodeIp eq '[Link]'
■ [Link]
assets?filter=(assetType eq 'cluster') and
(contains(tolower(clusterName), 'cassandra1'))
■ [Link]
assets?filter=(assetType eq 'cluster') and
(clusterName eq 'Cassandra1')&meta=accessControlId
■ [Link]
assets?filter=assetType eq 'cluster' and
clusterName eq 'Cassandra10'
API for Cassandra 51
Using APIs to manage, protect, or recover Cassandra assets
Table 7-10
Fil Filter Criteria Value Description
er Parameters
eq 'DSS1'
eq 'cluster' and
backupDataCenterName
eq 'earthCenter'
eq '[Link]'
(contains(tolower(clusterName),
'cassandra1'))
(clusterName eq
'Cassandra1')&meta=accessControlId
Sorting
Sorting can be applied on any of the below API endpoints:
■ [Link]
assets?filter=assetType eq 'cluster'&sort=clusterName
52 API for Cassandra
Using APIs to manage, protect, or recover Cassandra assets
■ [Link]
assets?filter=assetType eq 'cluster'&sort=-clusterName
■ [Link]
assets?filter=assetType eq 'cluster'&sort=commonAssetAttributes.
[Link]
■ [Link]
assets?filter=assetType eq 'cluster'&sort=-commonAssetAttributes
.[Link]
■ [Link]
assets?filter=assetType eq 'node'&sort=
parentProviderGeneratedId
■ [Link]
assets?filter=assetType eq 'node'&sort=
-parentProviderGeneratedId
Table 7-11
Filter Parameters Filter Value Description
Criteria
assetType eq cluster'&sort=clusterName
assetType eq cluster'&sort=
commonAssetAttributes
.[Link]
assetType eq 'cluster'&sort=-commonAssetAttributes.
[Link]
assetType eq 'node'&sort=
assetType eq parentProvider
GeneratedId
API for Cassandra 53
Using APIs to manage, protect, or recover Cassandra assets
assetType eq 'node'
&sort=-parentProvider
GeneratedId
Protection plan
The below APIs create or update the policy which is used to trigger actual backup
operation on the associated asset. These APIs help to create or update the policy
for both incremental and full backup. Basis the created policies, the backup jobs
are automatically triggered based on the schedule details provided.
Method Post
[Link]
netbackup/servicecatalog/slos
■ name
[Link] ■ scheduleType
/netbackup/servicecatalog/slos ■ backupStorageUnit
■ dayOfWeek
■ startSeconds
■ durationSeconds
■ frquencySeconds
■ workloadType
■ policyNamePrefix
■ policyDefinition
■
54 API for Cassandra
Using APIs to manage, protect, or recover Cassandra assets
Create Subscription
Table 7-15
Method Post
[Link]
servicecatalog/slos/
{{newsloid}}/subscriptions
[Link] ■ selectionId
servicecatalog/slos/ ■ selectionType
{{newsloid}}/subscriptions
API for Cassandra 55
Using APIs to manage, protect, or recover Cassandra assets
Discovery
The discovery APIs cater actual initiation or stopping of the discovery over given
asset.
[Link] ■ Data
admin/discovery/workloads/cassandra/start
■ Type
■ Attribute
■ serverName
[Link]
■ Data
discovery/workloads/cassandra/stop■ Type
■ Attribute
■ serverName
Recovery request
The Recovery APIs cater actual recovery of specific Cassandra asset, based on
the details of recovery point, source, destination etc.
56 API for Cassandra
Using APIs to manage, protect, or recover Cassandra assets
Table 7-20
API Important variables and options
POST /recovery/workloads/cassandra/
■ Data
scenarios/cluster/recover ■ Type
■ Attribute
■ recoveryPoint
■ client
■ filter
■ backupId
■ recoveryObject
■ clusterNewName
■ recoveryOptions
■ backupHost
■ additionalBackupHosts
■ nbu-backup-host2
■ nbu-backup-host3
■ nbu-backup-host4
■ overwrite
■ restoreSelections
■ selectionType
■ selectionCriteria
■ keyspace
API for Cassandra 57
Using APIs to manage, protect, or recover Cassandra assets