Class TracingConfigurationBuilder
java.lang.Object
org.infinispan.configuration.cache.TracingConfigurationBuilder
- All Implemented Interfaces:
Builder<TracingConfiguration>,ConfigurationChildBuilder
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionbuild()create()Create the configuration beandisable()Disable tracing on the given cache.disableCategory(SpanCategory category) Disable tracing for the given category on the given cache.enable()Enable tracing on the given cache.enableCategory(SpanCategory category) Enable tracing for the given category on the given cache.enabled(boolean enabled) encoding()protected ConfigurationBuilderindexing()locking()memory()query()Builder<?> read(TracingConfiguration template, Combine combine) Reads the configuration from an already created configuration bean into this builder.security()booleansimpleCache(boolean simpleCache) sites()voidspanCategories(Set<SpanCategory> spanCategories) template(boolean template) toString()tracing()unsafe()voidvalidate()Validate the data in this builder before building the configuration beanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.infinispan.configuration.cache.ConfigurationChildBuilder
validate
-
Field Details
-
builder
-
-
Constructor Details
-
TracingConfigurationBuilder
-
-
Method Details
-
attributes
- Specified by:
attributesin interfaceBuilder<TracingConfiguration>
-
enable
Enable tracing on the given cache. This property can be used to enable tracing at runtime.- Returns:
this, for method chaining
-
disable
Disable tracing on the given cache. This property can be used to disable tracing at runtime.- Returns:
this, for method chaining
-
enabled
-
enableCategory
Enable tracing for the given category on the given cache. This property can be used to enable tracing at runtime.- Returns:
this, for method chaining
-
spanCategories
-
disableCategory
Disable tracing for the given category on the given cache. This property can be used to enable tracing at runtime.- Returns:
this, for method chaining
-
create
Description copied from interface:BuilderCreate the configuration bean- Specified by:
createin interfaceBuilder<TracingConfiguration>- Returns:
-
read
Description copied from interface:BuilderReads the configuration from an already created configuration bean into this builder. Returns an appropriate builder to allow fluent configuration- Specified by:
readin interfaceBuilder<TracingConfiguration>- 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
-
validate
public void validate()Description copied from interface:BuilderValidate the data in this builder before building the configuration bean- Specified by:
validatein interfaceBuilder<TracingConfiguration>
-
aliases
- Specified by:
aliasesin interfaceConfigurationChildBuilder
-
template
- Specified by:
templatein interfaceConfigurationChildBuilder
-
simpleCache
- Specified by:
simpleCachein interfaceConfigurationChildBuilder
-
simpleCache
public boolean simpleCache()- Specified by:
simpleCachein interfaceConfigurationChildBuilder
-
clustering
- Specified by:
clusteringin interfaceConfigurationChildBuilder
-
encoding
- Specified by:
encodingin interfaceConfigurationChildBuilder
-
expiration
- Specified by:
expirationin interfaceConfigurationChildBuilder
-
query
- Specified by:
queryin interfaceConfigurationChildBuilder
-
indexing
- Specified by:
indexingin interfaceConfigurationChildBuilder
-
tracing
- Specified by:
tracingin interfaceConfigurationChildBuilder
-
invocationBatching
- Specified by:
invocationBatchingin interfaceConfigurationChildBuilder
-
statistics
- Specified by:
statisticsin interfaceConfigurationChildBuilder
-
persistence
- Specified by:
persistencein interfaceConfigurationChildBuilder
-
locking
- Specified by:
lockingin interfaceConfigurationChildBuilder
-
security
- Specified by:
securityin interfaceConfigurationChildBuilder
-
transaction
- Specified by:
transactionin interfaceConfigurationChildBuilder
-
unsafe
- Specified by:
unsafein interfaceConfigurationChildBuilder
-
sites
- Specified by:
sitesin interfaceConfigurationChildBuilder
-
memory
- Specified by:
memoryin interfaceConfigurationChildBuilder
-
getBuilder
-
build
- Specified by:
buildin interfaceConfigurationChildBuilder
-