clc object

Generic distributed data structure commands.

Usage:

clc object [command] [options]

Commands

clc object list

Prints the distributed objects in the cluster as type-name pairs.

Usage:

clc object list [object-type] [flags]

Available object types (case insensitive):

Parameters:

Parameter Required Description Default

type

Optional

Type of the objects to be listed. If not specified, the command lists all the objects. Available types (case insensitive):

  • cache

  • cardinalityEstimator

  • countdownLatch

  • eventJournal

  • flakeIdGenerator

  • list

  • map

  • multiMap

  • pnCounter

  • queue

  • replicatedMap

  • ringBuffer

  • semaphore

  • set

  • topic

Note that CP subsystem objects cannot be listed.

All types

--show-hidden

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