List all entries in cache with specified name.
List all entries in cache with specified name.
<ex>cache -c=cache -scan</ex>
List entries from cache with name 'cache' from all nodes with this cache.
<ex>cache -c=@c0 -scan -p=50</ex>
List entries from cache with name taken from 'c0' memory variable with page of 50 items
from all nodes with this cache.
<ex>cache -c=cache -scan -id8=12345678</ex>
List entries from cache with name 'cache' and node '12345678' ID8.
Command arguments.
Overview
Visor 'scan' command implementation.
Specification
cache {-id=<node-id>|-id8=<node-id8>} {-p=<page size>} -c=<cache name> -scanArguments
<node-id> Full node ID. <node-id8> Node ID8. <page size> Number of object to fetch from cache at once. <cache-name> Name of the cache.Examples
cache -c=cache List entries from cache with name 'cache' from all nodes with this cache. cache -c=@c0 -scan -p=50 List entries from cache with name taken from 'c0' memory variable with page of 50 items from all nodes with this cache. cache -c=cache -scan -id8=12345678 List entries from cache with name 'cache' and node '12345678' ID8.