list
Synopsis
system.list()
Description
Discover information about graphs that currently exist using this command.
Examples
Discover information about all graphs that exist in a DSE cluster.
system.list()
The resulting list:
==>Name: food_qs | Engine: Core | Replication: {SearchGraph=1, class=org.apache.cassandra.locator.NetworkTopologyStrategy}
==>Name: food_classic | Engine: Classic | Replication: {SearchGraph=1, class=org.apache.cassandra.locator.NetworkTopologyStrategy}
The listing for each graph shows the Engine, Core or Classic, and the replication factor, replication strategy, and the cluster name or datacenter names.