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 classCheckFDMonitorRule which checks if the FD monitor is running when we have more than 1 member.classSampleRuleFields 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. rulesDeprecated.Methods in org.jgroups.protocols.rules that return Rule Modifier and Type Method Description RuleRule. log(Log log)RuleRule. supervisor(SUPERVISOR sv)Methods in org.jgroups.protocols.rules with parameters of type Rule Modifier and Type Method Description voidSUPERVISOR. installRule(long interval, Rule rule)Deprecated.Installs a new rulevoidSUPERVISOR. installRule(java.lang.String name, long interval, Rule rule)Deprecated.Installs a new rule
-