GridGain Developers Hub

Cache List

he Cache list tab displays a list of all active caches.

Cache List

The list includes the following columns:

Column Description

Name

The cache name.

Mode

See Data Partitioning.

Atomicity

See Atomicity Modes.

Statistics

Whether statistics gathering for the cache enabled or disabled.

Replication

Whether the cache participates in data replication (DR) (ON/OFF).

Sender group

The name of the sender group the cache belongs to. Relevant if Replication=ON.

Replication state

The incremental data replication state (STOPPED/WORKING). Relevant if Replication=ON.

FST state

The state of the full state transfer (WORKING/FAILED). Relevant if Replication=ON.

You can filter the cache list by any of its columns using the Filters pane on the right.

To manage a cache, use the context menu. The menu contains the following items:

Menu item Description

Show partition distribution

Redirects to the Partition Distribution tab with the corresponding information on partition distribution of the selected cache.

Show lost partitions

Redirects to the Lost Partitions tab with the corresponding information on lost partitions (if any) of the selected cache.

Show cache configuration

Opens the read-only Cache Configuration dialog. See Configure Caches for more details.

Load from cache store

Executes the cache.loadCache() method for the selected cache to preload data from the underlying database into memory.

Run rebalance

Starts rebalance process. See Data Rebalancing for more details.

Run scan query

Opens a new Scan query tab in the Queries screen and runs a scan query on the selected cache with all the advanced options set to default values.

Clear selected cache

Removes all entries from the cache.

Destroy selected cache

Removes the cache.

Pause replication

Pauses the DR process.

Resume replication

Resumes the previously paused DR process.

Start full state transfer

Starts the full state transfer process.

Stop full state transfer

Stops the full state transfer process.