Class JedisClusterConnection.JedisClusterTopology
java.lang.Object
org.springframework.data.redis.connection.ClusterTopology
org.springframework.data.redis.connection.jedis.JedisClusterConnection.JedisClusterTopology
- Enclosing class:
- JedisClusterConnection
-
Method Summary
Modifier and TypeMethodDescriptionlong
getTime()
Get the time in ms when theClusterTopology
was captured.Methods inherited from class org.springframework.data.redis.connection.ClusterTopology
getActiveMasterNodes, getActiveNodes, getKeyServingMasterNode, getKeyServingNodes, getMasterNodes, getNodes, getSlotServingNodes, lookup, lookup, lookup
-
Method Details
-
getTime
public long getTime()Get the time in ms when theClusterTopology
was captured.- Returns:
- ClusterTopology time.
-