@FunctionalInterface public interface PeerSelector<E>
| Modifier and Type | Method and Description |
|---|---|
Collection<MemberId> |
select(E entry,
ClusterMembershipService membership)
Selects the peers to update for the given entry.
|
Collection<MemberId> select(E entry, ClusterMembershipService membership)
entry - the entry for which to select peersmembership - the cluster membership serviceCopyright © 2013–2018. All rights reserved.