Package | Description |
---|---|
org.infinispan.configuration.cache |
Cache configuration |
org.infinispan.eviction |
Classes related to eviction.
|
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition<EvictionThreadPolicy> |
EvictionConfiguration.THREAD_POLICY
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
EvictionThreadPolicy |
EvictionConfiguration.threadPolicy()
Deprecated.
Threading policy for eviction.
|
Modifier and Type | Method and Description |
---|---|
EvictionConfigurationBuilder |
EvictionConfigurationBuilder.threadPolicy(EvictionThreadPolicy policy)
Deprecated.
Threading policy for eviction.
|
Modifier and Type | Method and Description |
---|---|
static EvictionThreadPolicy |
EvictionThreadPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EvictionThreadPolicy[] |
EvictionThreadPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.