@Deprecated public class InterceptorConfigurationBuilder extends AbstractCustomInterceptorsConfigurationChildBuilder implements Builder<InterceptorConfiguration>, ConfigurationBuilderInfo
Modifier and Type | Field and Description |
---|---|
protected ConfigurationBuilder |
builder |
getCustomInterceptorsBuilder
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getBuilderInfo, getChildrenInfo, getNewBuilderInfo
jmxStatistics
protected final ConfigurationBuilder builder
public AttributeSet attributes()
attributes
in interface BaseConfigurationInfo
AttributeSet
declared by the configuration.public ElementDefinition getElementDefinition()
getElementDefinition
in interface BaseConfigurationInfo
ElementDefinition
of the configuration.public InterceptorConfigurationBuilder after(Class<? extends AsyncInterceptor> after)
CacheConfigurationException
will be thrown when the
cache starts.after
- the class of the interceptor to look forpublic InterceptorConfigurationBuilder before(Class<? extends AsyncInterceptor> before)
CacheConfigurationException
will be thrown when the
cache starts.before
- the class of the interceptor to look forpublic InterceptorConfigurationBuilder interceptorClass(Class<? extends AsyncInterceptor> interceptorClass)
interceptorClass
- an instance of AsyncInterceptor
public InterceptorConfigurationBuilder interceptor(AsyncInterceptor interceptor)
interceptorClass(java.lang.Class<? extends org.infinispan.interceptors.AsyncInterceptor>)
instead.interceptor
- an instance of AsyncInterceptor
public InterceptorConfigurationBuilder index(int i)
IllegalArgumentException
is thrown if the index is
less than 0 or greater than the maximum number of interceptors in the chain.i
- positional index in the interceptor chain to place the new interceptor.public InterceptorConfigurationBuilder position(InterceptorConfiguration.Position p)
InterceptorConfiguration.Position
enumeration, where to place the new interceptor.p
- position to place the new interceptorpublic InterceptorConfigurationBuilder withProperties(Properties properties)
public InterceptorConfigurationBuilder clearProperties()
public InterceptorConfigurationBuilder addProperty(String key, String value)
public InterceptorConfigurationBuilder removeProperty(String key)
public void validate()
Builder
validate
in interface Builder<InterceptorConfiguration>
public void validate(GlobalConfiguration globalConfig)
validate
in interface ConfigurationChildBuilder
public InterceptorConfiguration create()
Builder
create
in interface Builder<InterceptorConfiguration>
public InterceptorConfigurationBuilder read(InterceptorConfiguration template)
Builder
read
in interface Builder<InterceptorConfiguration>
template
- the configuration from which to "clone" this config if needed.public ConfigurationChildBuilder template(boolean template)
template
in interface ConfigurationChildBuilder
public ConfigurationChildBuilder simpleCache(boolean simpleCache)
simpleCache
in interface ConfigurationChildBuilder
public boolean simpleCache()
simpleCache
in interface ConfigurationChildBuilder
public ClusteringConfigurationBuilder clustering()
clustering
in interface ConfigurationChildBuilder
@Deprecated public CustomInterceptorsConfigurationBuilder customInterceptors()
customInterceptors
in interface ConfigurationChildBuilder
public EncodingConfigurationBuilder encoding()
encoding
in interface ConfigurationChildBuilder
public ExpirationConfigurationBuilder expiration()
expiration
in interface ConfigurationChildBuilder
public IndexingConfigurationBuilder indexing()
indexing
in interface ConfigurationChildBuilder
public InvocationBatchingConfigurationBuilder invocationBatching()
invocationBatching
in interface ConfigurationChildBuilder
public StatisticsConfigurationBuilder statistics()
statistics
in interface ConfigurationChildBuilder
public PersistenceConfigurationBuilder persistence()
persistence
in interface ConfigurationChildBuilder
public LockingConfigurationBuilder locking()
locking
in interface ConfigurationChildBuilder
public SecurityConfigurationBuilder security()
security
in interface ConfigurationChildBuilder
public TransactionConfigurationBuilder transaction()
transaction
in interface ConfigurationChildBuilder
public UnsafeConfigurationBuilder unsafe()
unsafe
in interface ConfigurationChildBuilder
public SitesConfigurationBuilder sites()
sites
in interface ConfigurationChildBuilder
public MemoryConfigurationBuilder memory()
memory
in interface ConfigurationChildBuilder
protected ConfigurationBuilder getBuilder()
public Configuration build()
build
in interface ConfigurationChildBuilder
Copyright © 2021 JBoss by Red Hat. All rights reserved.