Questo contenuto non è disponibile nella lingua selezionata.
B.7. DistributionManager
org.infinispan.distribution.DistributionManagerImpl
	
		The DistributionManager component handles the distribution of content across a cluster.
	
Note
			The DistrubutionManager component is only available in clustered mode.
		
| Name | Description | Signature | 
|---|---|---|
| isAffectedByRehash | Determines whether a given key is affected by an ongoing rehash. | boolean isAffectedByRehash(Object p0) | 
| isLocatedLocally | Indicates whether a given key is local to this instance of the cache. Only works with String keys. | boolean isLocatedLocally(String p0) | 
| locateKey | Locates an object in a cluster. Only works with String keys. | List locateKey(String p0) |