Package | Description |
---|---|
org.wildfly.swarm.config.infinispan | |
org.wildfly.swarm.config.infinispan.cache_container |
Modifier and Type | Method and Description |
---|---|
static ConsistentHashStrategy |
ConsistentHashStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConsistentHashStrategy[] |
ConsistentHashStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ConsistentHashStrategy |
DistributedCache.consistentHashStrategy()
Defines the consistent hash strategy for the cache.
|
ConsistentHashStrategy |
ScatteredCache.consistentHashStrategy()
Defines the consistent hash strategy for the cache.
|
Modifier and Type | Method and Description |
---|---|
T |
DistributedCache.consistentHashStrategy(ConsistentHashStrategy value)
Defines the consistent hash strategy for the cache.
|
T |
ScatteredCache.consistentHashStrategy(ConsistentHashStrategy value)
Defines the consistent hash strategy for the cache.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.