Class SiteConfiguration
- java.lang.Object
-
- org.infinispan.configuration.global.SiteConfiguration
-
public class SiteConfiguration extends java.lang.Object- Since:
- 5.2
- Author:
- Mircea.Markus@jboss.com
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringlocalSite()Returns the name of the local site.java.lang.StringtoString()
-
-
-
Method Detail
-
localSite
public final java.lang.String localSite()
Returns the name of the local site. Must be a valid name defined in#siteConfigurations()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-