public interface KeyDistribution
| Modifier and Type | Method and Description |
|---|---|
List<org.infinispan.remoting.transport.Address> |
getOwners(Object key)
Returns the owners of the specified key.
|
org.infinispan.remoting.transport.Address |
getPrimaryOwner(Object key)
Returns the primary owner of the specified key.
|
org.infinispan.remoting.transport.Address getPrimaryOwner(Object key)
key - a cache keyCopyright © 2021 JBoss by Red Hat. All rights reserved.