A D G H I O R S U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
D
- deregister(String) - Method in interface org.opennms.features.distributed.coordination.api.DomainManager
-
Deregister with the domain being managed.
- DomainManager - Interface in org.opennms.features.distributed.coordination.api
-
A manager that is responsible for registering and deregistering clients for a given domain.
- DomainManagerFactory - Interface in org.opennms.features.distributed.coordination.api
-
A factory responsible for supplying
managersfor given domains.
G
- getManagerForDomain(String) - Method in interface org.opennms.features.distributed.coordination.api.DomainManagerFactory
-
Get the
DomainManagerfor the given domain.
H
- handleRoleChange(Role, String) - Method in interface org.opennms.features.distributed.coordination.api.RoleChangeHandler
-
Handle role changing.
I
- isAnythingRegistered() - Method in interface org.opennms.features.distributed.coordination.api.DomainManager
-
Checks if anything is currently registered with the domain being managed.
- isRegistered(String) - Method in interface org.opennms.features.distributed.coordination.api.DomainManager
-
Checks if a given Id is registered.
O
- org.opennms.features.distributed.coordination.api - package org.opennms.features.distributed.coordination.api
R
- register(String, RoleChangeHandler) - Method in interface org.opennms.features.distributed.coordination.api.DomainManager
-
Register with the domain being managed.
- Role - Enum in org.opennms.features.distributed.coordination.api
-
The valid roles when participating in a redundant cluster.
- RoleChangeHandler - Interface in org.opennms.features.distributed.coordination.api
-
Defines the callbacks invoked by a
DomainManagerwhen a registrant changes roles.
S
U
V
- valueOf(String) - Static method in enum org.opennms.features.distributed.coordination.api.Role
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.opennms.features.distributed.coordination.api.Role
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages