Class InvocationBatchingConfiguration
- java.lang.Object
-
- org.infinispan.configuration.cache.InvocationBatchingConfiguration
-
- All Implemented Interfaces:
Matchable<InvocationBatchingConfiguration>
public class InvocationBatchingConfiguration extends Object implements Matchable<InvocationBatchingConfiguration>
-
-
Field Summary
Fields Modifier and Type Field Description static AttributeDefinition<Boolean>
ENABLED
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributeSet
attributes()
boolean
enabled()
boolean
equals(Object obj)
int
hashCode()
String
toString()
-
-
-
Field Detail
-
ENABLED
public static final AttributeDefinition<Boolean> ENABLED
-
-
Method Detail
-
enabled
public boolean enabled()
-
attributes
public AttributeSet attributes()
-
-