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