Class MemoryStorageConfiguration
java.lang.Object
org.infinispan.configuration.cache.MemoryStorageConfiguration
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final AttributeDefinition<EvictionStrategy>
Deprecated, for removal: This API element is subject to removal in a future version.static final AttributeDefinition<EvictionType>
Deprecated, for removal: This API element is subject to removal in a future version.static final AttributeDefinition<Long>
Deprecated, for removal: This API element is subject to removal in a future version.static final AttributeDefinition<StorageType>
Deprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorDescriptionMemoryStorageConfiguration
(AttributeSet attributes) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic AttributeSet
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
hashCode()
Deprecated, for removal: This API element is subject to removal in a future version.long
size()
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.toString()
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
SIZE
Deprecated, for removal: This API element is subject to removal in a future version. -
EVICTION_TYPE
Deprecated, for removal: This API element is subject to removal in a future version. -
EVICTION_STRATEGY
Deprecated, for removal: This API element is subject to removal in a future version. -
STORAGE_TYPE
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
MemoryStorageConfiguration
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
attributeDefinitionSet
Deprecated, for removal: This API element is subject to removal in a future version. -
attributes
Deprecated, for removal: This API element is subject to removal in a future version. -
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
Deprecated, for removal: This API element is subject to removal in a future version. -
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
Deprecated, for removal: This API element is subject to removal in a future version. -
hashCode
public int hashCode()Deprecated, for removal: This API element is subject to removal in a future version. -
toString
Deprecated, for removal: This API element is subject to removal in a future version.
-
MemoryConfiguration
is used to defined the data container memory eviction and sizing.