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