MemoryConfiguration
instead@Deprecated public class EvictionConfiguration extends Object
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition<Long> |
SIZE
Deprecated.
|
static AttributeDefinition<EvictionStrategy> |
STRATEGY
Deprecated.
|
static AttributeDefinition<EvictionThreadPolicy> |
THREAD_POLICY
Deprecated.
|
static AttributeDefinition<EvictionType> |
TYPE
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AttributeSet |
attributes()
Deprecated.
|
boolean |
equals(Object obj)
Deprecated.
|
int |
hashCode()
Deprecated.
|
long |
maxEntries()
Deprecated.
Maximum number of entries in a cache instance.
|
long |
size()
Deprecated.
|
void |
size(long newSize)
Deprecated.
|
EvictionStrategy |
strategy()
Deprecated.
Eviction strategy.
|
EvictionThreadPolicy |
threadPolicy()
Deprecated.
Threading policy for eviction.
|
String |
toString()
Deprecated.
|
EvictionType |
type()
Deprecated.
|
public static final AttributeDefinition<Long> SIZE
public static final AttributeDefinition<EvictionType> TYPE
public static final AttributeDefinition<EvictionStrategy> STRATEGY
public static final AttributeDefinition<EvictionThreadPolicy> THREAD_POLICY
public EvictionStrategy strategy()
public EvictionThreadPolicy threadPolicy()
public long maxEntries()
public long size()
public void size(long newSize)
public EvictionType type()
public AttributeSet attributes()
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.