Uses of Class
org.jgroups.protocols.relay.SiteAddress.Type
-
Packages that use SiteAddress.Type Package Description org.jgroups.protocols.relay -
-
Uses of SiteAddress.Type in org.jgroups.protocols.relay
Methods in org.jgroups.protocols.relay that return SiteAddress.Type Modifier and Type Method Description default SiteAddress.Type
SiteAddress. type()
Temporary kludge to avoid instanceofSiteAddress.Type
SiteMaster. type()
static SiteAddress.Type
SiteAddress.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SiteAddress.Type[]
SiteAddress.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-