public class ClusterShardNodeInfo extends Object
CLUSTER SHARDS.
They can be accessed via getters. There is also getClusterShardNodeInfo()
method that returns a generic Map in case more info are returned from the server.| Modifier and Type | Field and Description |
|---|---|
static String |
ENDPOINT |
static String |
HEALTH |
static String |
HOSTNAME |
static String |
ID |
static String |
IP |
static String |
PORT |
static String |
REPLICATION_OFFSET |
static String |
ROLE |
static String |
TLS_PORT |
| Constructor and Description |
|---|
ClusterShardNodeInfo(Map<String,Object> map) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getClusterShardNodeInfo() |
String |
getEndpoint() |
String |
getHealth() |
String |
getHostname() |
String |
getId() |
String |
getIp() |
Long |
getPort() |
Long |
getReplicationOffset() |
String |
getRole() |
Long |
getTlsPort() |
boolean |
isSsl() |
public static final String ID
public static final String ENDPOINT
public static final String IP
public static final String HOSTNAME
public static final String PORT
public static final String TLS_PORT
public static final String ROLE
public static final String REPLICATION_OFFSET
public static final String HEALTH
public String getId()
public String getEndpoint()
public String getIp()
public String getHostname()
public Long getPort()
public Long getTlsPort()
public String getRole()
public Long getReplicationOffset()
public String getHealth()
public boolean isSsl()
Copyright © 2024. All rights reserved.