Uses of Class
org.infinispan.distribution.DataLocality
-
Packages that use DataLocality Package Description org.infinispan.distribution Classes relating to the distributed cache mode. -
-
Uses of DataLocality in org.infinispan.distribution
Methods in org.infinispan.distribution that return DataLocality Modifier and Type Method Description DataLocalityDistributionManager. getLocality(Object key)Deprecated.Since 9.0, please usegetCacheTopology().getDistributionInfo(key)instead.static DataLocalityDataLocality. 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.
-