| 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 8.3, please use
getCacheTopology().getDistributionInfo(key) instead. |
static DataLocality |
DataLocality.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static DataLocality[] |
DataLocality.values()
Deprecated.
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.