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:
- 5.2
- Author:
- Mircea.Markus@jboss.com
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.create()
Deprecated, for removal: This API element is subject to removal in a future version.Create the configuration beanboolean
Deprecated, for removal: This API element is subject to removal in a future version.int
hashCode()
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.read
(SiteConfiguration template, Combine combine) Deprecated, for removal: This API element is subject to removal in a future version.Reads the configuration from an already created configuration bean into this builder.toString()
Deprecated, for removal: This API element is subject to removal in a future version.void
validate()
Deprecated, for removal: This API element is subject to removal in a future version.Validate the data in this builder before building the configuration beanMethods inherited from class org.infinispan.configuration.global.AbstractGlobalConfigurationBuilder
addModule, asyncThreadPool, blockingThreadPool, build, clearModules, defaultCacheName, expirationThreadPool, getGlobalConfig, globalState, jmx, listenerThreadPool, metrics, module, modules, nonBlockingThreadPool, persistenceThreadPool, security, serialization, shutdown, site, tracing, transport
-
Method Details
-
attributes
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
attributes
in interfaceBuilder<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 interfaceBuilder<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 interfaceBuilder<SiteConfiguration>
- Returns:
-
read
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 interfaceBuilder<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
-
equals
-
hashCode
-
Transport.localSiteName()