Class MemoryStorageConfiguration

java.lang.Object
org.infinispan.configuration.cache.MemoryStorageConfiguration

@Deprecated(forRemoval=true) public class MemoryStorageConfiguration extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Since 11.0, MemoryConfiguration is used to defined the data container memory eviction and sizing.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    long
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    size(long newSize)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

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

    • SIZE

      public static final AttributeDefinition<Long> SIZE
      Deprecated, for removal: This API element is subject to removal in a future version.
    • EVICTION_TYPE

      public static final AttributeDefinition<EvictionType> EVICTION_TYPE
      Deprecated, for removal: This API element is subject to removal in a future version.
    • EVICTION_STRATEGY

      public static final AttributeDefinition<EvictionStrategy> EVICTION_STRATEGY
      Deprecated, for removal: This API element is subject to removal in a future version.
    • STORAGE_TYPE

      public static final AttributeDefinition<StorageType> STORAGE_TYPE
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • MemoryStorageConfiguration

      public MemoryStorageConfiguration(AttributeSet attributes)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • attributeDefinitionSet

      public static AttributeSet attributeDefinitionSet()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • attributes

      public AttributeSet attributes()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • storageType

      public StorageType storageType()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • size

      public long size()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • evictionType

      public EvictionType evictionType()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • evictionStrategy

      public EvictionStrategy evictionStrategy()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • size

      public void size(long newSize)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • equals

      public boolean equals(Object o)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      toString in class Object