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