Class InvocationBatchingConfiguration
java.lang.Object
org.infinispan.commons.configuration.attributes.ConfigurationElement<InvocationBatchingConfiguration>
org.infinispan.configuration.cache.InvocationBatchingConfiguration
- All Implemented Interfaces:
Matchable<InvocationBatchingConfiguration>, Updatable<InvocationBatchingConfiguration>
@Deprecated(since="16.3",
forRemoval=true)
public class InvocationBatchingConfiguration
extends ConfigurationElement<InvocationBatchingConfiguration>
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AttributeDefinition<Boolean> Deprecated, for removal: This API element is subject to removal in a future version.Fields inherited from class ConfigurationElement
attributes, CHILDLESS, children, element, repeated -
Method Summary
Modifier and TypeMethodDescriptionbooleanenabled()Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class ConfigurationElement
attributes, child, children, children, collectMutableAttributes, elementName, equals, extractAttributes, findAttribute, hashCode, isModified, list, matches, matches, matches, toString, update, update, update, validateUpdate, validateUpdate, validateUpdate, write
-
Field Details
-
ENABLED
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
enabled
public boolean enabled()Deprecated, for removal: This API element is subject to removal in a future version.
-
TransactionConfiguration.invocationBatching()instead.