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 boolean
equals(java.lang.Object o)
int
hashCode()
java.lang.String
localSite()
Returns the name of the local site.java.lang.String
toString()
-
-
-
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:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-