Uses of Class
com.blackrook.redis.event.RedisMonitorEvent
-
Packages that use RedisMonitorEvent Package Description com.blackrook.redis Contains classes relevant to connecting to Redis servers.com.blackrook.redis.event Contains classes about Redis events. -
-
Uses of RedisMonitorEvent in com.blackrook.redis
Methods in com.blackrook.redis with parameters of type RedisMonitorEvent Modifier and Type Method Description protected void
RedisMonitorConnection. fireOnMonitorEvent(RedisMonitorEvent event)
Fires an event to listeners when this connection receives a monitor event. -
Uses of RedisMonitorEvent in com.blackrook.redis.event
Methods in com.blackrook.redis.event that return RedisMonitorEvent Modifier and Type Method Description static RedisMonitorEvent
RedisMonitorEvent. parse(String monitorString)
Parses a string read by a MONITORed connection and turns it into an event.Methods in com.blackrook.redis.event with parameters of type RedisMonitorEvent Modifier and Type Method Description void
RedisMonitorDebugListener. onMonitorEvent(RedisMonitorEvent event)
void
RedisMonitorListener. onMonitorEvent(RedisMonitorEvent event)
Called when a MONITOR message is received.
-