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 booleanequals(Object o)inthashCode()StringlocalSite()Returns the name of the local site.StringtoString()
-
-
-
Method Detail
-
localSite
public final String localSite()
Returns the name of the local site. Must be a valid name defined in#siteConfigurations()
-
-