Class SiteConfigurationBuilder

java.lang.Object
org.infinispan.configuration.global.AbstractGlobalConfigurationBuilder
org.infinispan.configuration.global.SiteConfigurationBuilder
All Implemented Interfaces:
Builder<SiteConfiguration>, GlobalConfigurationChildBuilder

@Deprecated(forRemoval=true, since="11.0") public class SiteConfigurationBuilder extends AbstractGlobalConfigurationBuilder implements Builder<SiteConfiguration>
Deprecated, for removal: This API element is subject to removal in a future version.
since 11.0. The local site name is fetched via Transport.localSiteName()
Since:
5.2
Author:
Mircea.Markus@jboss.com
  • Method Details

    • attributes

      public AttributeSet attributes()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      attributes in interface Builder<SiteConfiguration>
    • localSite

      @Deprecated(forRemoval=true, since="11.0") public SiteConfigurationBuilder localSite(String localSite)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Sets the name of the local site. Must be a valid name from the list of sites defined.
    • validate

      public void validate()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from interface: Builder
      Validate the data in this builder before building the configuration bean
      Specified by:
      validate in interface Builder<SiteConfiguration>
    • create

      public SiteConfiguration create()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from interface: Builder
      Create the configuration bean
      Specified by:
      create in interface Builder<SiteConfiguration>
      Returns:
    • read

      public SiteConfigurationBuilder read(SiteConfiguration template, Combine combine)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from interface: Builder
      Reads the configuration from an already created configuration bean into this builder. Returns an appropriate builder to allow fluent configuration
      Specified by:
      read in interface Builder<SiteConfiguration>
      Parameters:
      template - the configuration from which to "clone" this config if needed.
      combine - the way attributes and children of this instance and the template should be combined.
    • toString

      public String toString()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      hashCode in class Object