java.lang.Object
org.infinispan.server.resp.RespCommand
org.infinispan.server.resp.commands.cluster.SHARDS
All Implemented Interfaces:
Resp3Command

public class SHARDS extends RespCommand implements Resp3Command
CLUSTER SHARDS

Use the CacheTopology and retrieves information based on the ConsistentHash. We broadcast the command to the current topology members to retrieve specific data from the nodes.

Since:
15.0
See Also: