public class MemoryConfiguration extends Object
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition<Integer> |
ADDRESS_COUNT |
static AttributeDefinition<EvictionType> |
EVICTION_TYPE |
static AttributeDefinition<Long> |
SIZE |
static AttributeDefinition<StorageType> |
STORAGE_TYPE |
Modifier and Type | Method and Description |
---|---|
int |
addressCount()
The address pointer count
|
static AttributeSet |
attributeDefinitionSet() |
AttributeSet |
attributes() |
EvictionType |
evictionType()
The configured eviction type
|
long |
size()
Size of the eviction, -1 if disabled
|
void |
size(long newSize) |
StorageType |
storageType()
Storage type to use for the data container
|
String |
toString() |
public static final AttributeDefinition<Integer> ADDRESS_COUNT
public static final AttributeDefinition<StorageType> STORAGE_TYPE
public static final AttributeDefinition<Long> SIZE
public static final AttributeDefinition<EvictionType> EVICTION_TYPE
public static AttributeSet attributeDefinitionSet()
public StorageType storageType()
public long size()
public void size(long newSize)
public EvictionType evictionType()
public int addressCount()
public AttributeSet attributes()
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.