Uses of Class
org.jgroups.protocols.rules.Rule
-
Packages that use Rule Package Description org.jgroups.protocols.rules -
-
Uses of Rule in org.jgroups.protocols.rules
Subclasses of Rule in org.jgroups.protocols.rules Modifier and Type Class Description class
CheckFDMonitor
Rule which checks if the FD monitor is running when we have more than 1 member.class
SampleRule
Fields in org.jgroups.protocols.rules with type parameters of type Rule Modifier and Type Field Description protected java.util.Map<java.lang.String,Tuple<Rule,java.util.concurrent.Future<?>>>
SUPERVISOR. rules
Deprecated.Methods in org.jgroups.protocols.rules that return Rule Modifier and Type Method Description Rule
Rule. log(Log log)
Rule
Rule. supervisor(SUPERVISOR sv)
Methods in org.jgroups.protocols.rules with parameters of type Rule Modifier and Type Method Description void
SUPERVISOR. installRule(long interval, Rule rule)
Deprecated.Installs a new rulevoid
SUPERVISOR. installRule(java.lang.String name, long interval, Rule rule)
Deprecated.Installs a new rule
-