public class ClusterShardInfo extends Object
CLUSTER SHARDS.
They can be accessed via getters. There is also getClusterShardInfo()
method that returns a generic Map in case more info are returned from the server.| Modifier and Type | Field and Description |
|---|---|
static String |
NODES |
static String |
SLOTS |
| Constructor and Description |
|---|
ClusterShardInfo(Map<String,Object> map) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getClusterShardInfo() |
List<ClusterShardNodeInfo> |
getNodes() |
List<List<Long>> |
getSlots() |
public static final String SLOTS
public static final String NODES
Copyright © 2024. All rights reserved.