Class MemoryStorageConfiguration
- java.lang.Object
-
- org.infinispan.configuration.cache.MemoryStorageConfiguration
-
@Deprecated public class MemoryStorageConfiguration extends Object
Deprecated.Since 11.0,MemoryConfiguration
is used to defined the data container memory eviction and sizing.
-
-
Field Summary
Fields Modifier and Type Field Description static AttributeDefinition<EvictionStrategy>
EVICTION_STRATEGY
Deprecated.static AttributeDefinition<EvictionType>
EVICTION_TYPE
Deprecated.static AttributeDefinition<Long>
SIZE
Deprecated.static AttributeDefinition<StorageType>
STORAGE_TYPE
Deprecated.
-
Constructor Summary
Constructors Constructor Description MemoryStorageConfiguration(AttributeSet attributes)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static AttributeSet
attributeDefinitionSet()
Deprecated.AttributeSet
attributes()
Deprecated.boolean
equals(Object o)
Deprecated.EvictionStrategy
evictionStrategy()
Deprecated.EvictionType
evictionType()
Deprecated.int
hashCode()
Deprecated.long
size()
Deprecated.void
size(long newSize)
Deprecated.StorageType
storageType()
Deprecated.String
toString()
Deprecated.
-
-
-
Field Detail
-
SIZE
public static final AttributeDefinition<Long> SIZE
Deprecated.
-
EVICTION_TYPE
public static final AttributeDefinition<EvictionType> EVICTION_TYPE
Deprecated.
-
EVICTION_STRATEGY
public static final AttributeDefinition<EvictionStrategy> EVICTION_STRATEGY
Deprecated.
-
STORAGE_TYPE
public static final AttributeDefinition<StorageType> STORAGE_TYPE
Deprecated.
-
-
Constructor Detail
-
MemoryStorageConfiguration
public MemoryStorageConfiguration(AttributeSet attributes)
Deprecated.
-
-
Method Detail
-
attributeDefinitionSet
public static AttributeSet attributeDefinitionSet()
Deprecated.
-
attributes
public AttributeSet attributes()
Deprecated.
-
storageType
public StorageType storageType()
Deprecated.
-
size
public long size()
Deprecated.
-
evictionType
public EvictionType evictionType()
Deprecated.
-
evictionStrategy
public EvictionStrategy evictionStrategy()
Deprecated.
-
size
public void size(long newSize)
Deprecated.
-
-