clc object
Generic distributed data structure commands.
Usage:
clc object [command] [options]
clc object list
Prints the distributed objects in the cluster as type-name pairs.
Usage:
clc object list [type] [--show-hidden]
Parameters:
Parameter | Required | Description | Default |
---|---|---|---|
|
Optional |
Type of the objects to be listed. If not specified, the command lists all the objects. Available types (case insensitive):
|
All types |
|
Optional |
Lists the objects with names starting with "__" |
N/A |
Example output:
Assuming you have a map named currency
in your cluster:
clc object list
map currency