Package org.jgroups.protocols.relay
Interface SiteAddress
- All Superinterfaces:
Address,Comparable<Address>,SizeStreamable,Streamable
- All Known Implementing Classes:
SiteMaster,SiteUUID
Address with a site suffix
- Since:
- 3.2
-
Nested Class Summary
Nested Classes -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetSite()Returns the ID of the site (all sites need to have a unique site ID)default SiteAddress.Typetype()Temporary kludge to avoid instanceofMethods inherited from interface org.jgroups.Address
isMulticast, isSiteAddress, isSiteMasterMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface org.jgroups.util.SizeStreamable
serializedSizeMethods inherited from interface org.jgroups.util.Streamable
readFrom, writeTo
-
Method Details
-
getSite
String getSite()Returns the ID of the site (all sites need to have a unique site ID) -
type
Temporary kludge to avoid instanceof
-