Class JedisClusterConnection.JedisClusterTopology
java.lang.Object
org.springframework.data.redis.connection.ClusterTopology
org.springframework.data.redis.connection.jedis.JedisClusterConnection.JedisClusterTopology
- Enclosing class:
JedisClusterConnection
- Since:
- 1.7
- Author:
- Christoph Strobl, Mark Paluch, Ninad Divadkar, Tao Chen, Chen Guanqun, Pavel Khokhlov, Liming Deng, John Blum
-
Method Summary
Modifier and TypeMethodDescriptionlonggetTime()Get the time in ms when theClusterTopologywas captured.Methods inherited from class ClusterTopology
getActiveMasterNodes, getActiveNodes, getKeyServingMasterNode, getKeyServingNodes, getMasterNodes, getNodes, getSlotServingNodes, lookup, lookup, lookup
-
Method Details
-
getTime
public long getTime()Get the time in ms when theClusterTopologywas captured.- Returns:
- ClusterTopology time.
-