Uses of Class
org.redisson.api.redisnode.RedisNode.InfoSection
-
Packages that use RedisNode.InfoSection Package Description org.redisson.api.redisnode org.redisson.redisnode -
-
Uses of RedisNode.InfoSection in org.redisson.api.redisnode
Methods in org.redisson.api.redisnode that return RedisNode.InfoSection Modifier and Type Method Description static RedisNode.InfoSection
RedisNode.InfoSection. valueOf(String name)
Returns the enum constant of this type with the specified name.static RedisNode.InfoSection[]
RedisNode.InfoSection. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.redisson.api.redisnode with parameters of type RedisNode.InfoSection Modifier and Type Method Description Map<String,String>
RedisNode. info(RedisNode.InfoSection section)
Returns information about Redis node.RFuture<Map<String,String>>
RedisNodeAsync. infoAsync(RedisNode.InfoSection section)
Returns information about Redis node. -
Uses of RedisNode.InfoSection in org.redisson.redisnode
Methods in org.redisson.redisnode with parameters of type RedisNode.InfoSection Modifier and Type Method Description Map<String,String>
RedisNode. info(RedisNode.InfoSection section)
Map<String,String>
SentinelRedisNode. info(RedisNode.InfoSection section)
RFuture<Map<String,String>>
RedisNode. infoAsync(RedisNode.InfoSection section)
RFuture<Map<String,String>>
SentinelRedisNode. infoAsync(RedisNode.InfoSection section)
-