Uses of Class
org.infinispan.distribution.DataLocality

Packages that use DataLocality
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
 DataLocality DistributionManagerImpl.getLocality(Object key)
           
 DataLocality DistributionManager.getLocality(Object key)
          Returns the data locality characteristics of a given key.
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 © 2011 JBoss, a division of Red Hat. All Rights Reserved.