Package | Description |
---|---|
org.infinispan.distribution |
Classes relating to the distributed cache mode.
|
Modifier and Type | Method and Description |
---|---|
DataLocality |
DistributionManager.getLocality(Object key)
Deprecated.
Since 9.0, please use
getCacheTopology().getDistributionInfo(key) instead. |
static DataLocality |
DataLocality.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataLocality[] |
DataLocality.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.