Class IndexMergeConfiguration

java.lang.Object
org.infinispan.commons.configuration.attributes.ConfigurationElement<IndexMergeConfiguration>
org.infinispan.configuration.cache.IndexMergeConfiguration
All Implemented Interfaces:
org.infinispan.commons.configuration.attributes.Matchable<IndexMergeConfiguration>, org.infinispan.commons.configuration.attributes.Updatable<IndexMergeConfiguration>

public class IndexMergeConfiguration extends org.infinispan.commons.configuration.attributes.ConfigurationElement<IndexMergeConfiguration>
Since:
12.0
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.infinispan.commons.configuration.attributes.AttributeDefinition<Boolean>
     
    static final org.infinispan.commons.configuration.attributes.AttributeDefinition<Integer>
     
    static final org.infinispan.commons.configuration.attributes.AttributeDefinition<Integer>
     
    static final org.infinispan.commons.configuration.attributes.AttributeDefinition<Integer>
     
    static final org.infinispan.commons.configuration.attributes.AttributeDefinition<Integer>
     
    static final org.infinispan.commons.configuration.attributes.AttributeDefinition<Integer>
     

    Fields inherited from class org.infinispan.commons.configuration.attributes.ConfigurationElement

    attributes, CHILDLESS, children, element, repeated
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
     
     
     
     

    Methods inherited from class org.infinispan.commons.configuration.attributes.ConfigurationElement

    attributes, child, children, children, elementName, equals, extractAttributes, findAttribute, hashCode, isModified, list, matches, matches, matches, toString, update, update, update, validateUpdate, validateUpdate, validateUpdate, write

    Methods inherited from class Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • MAX_ENTRIES

      public static final org.infinispan.commons.configuration.attributes.AttributeDefinition<Integer> MAX_ENTRIES
    • FACTOR

      public static final org.infinispan.commons.configuration.attributes.AttributeDefinition<Integer> FACTOR
    • MIN_SIZE

      public static final org.infinispan.commons.configuration.attributes.AttributeDefinition<Integer> MIN_SIZE
    • MAX_SIZE

      public static final org.infinispan.commons.configuration.attributes.AttributeDefinition<Integer> MAX_SIZE
    • MAX_FORCED_SIZE

      public static final org.infinispan.commons.configuration.attributes.AttributeDefinition<Integer> MAX_FORCED_SIZE
    • CALIBRATE_BY_DELETES

      public static final org.infinispan.commons.configuration.attributes.AttributeDefinition<Boolean> CALIBRATE_BY_DELETES
  • Method Details

    • maxEntries

      public Integer maxEntries()
    • factor

      public Integer factor()
    • minSize

      public Integer minSize()
    • maxSize

      public Integer maxSize()
    • maxForcedSize

      public Integer maxForcedSize()
    • calibrateByDeletes

      public Boolean calibrateByDeletes()