public interface GridDrSenderCacheEntryFilter<K,V>
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(GridDrEntry<K,V> entry)
Whether to perform data center replication for particular cache entry or not.
|
boolean accept(GridDrEntry<K,V> entry)
entry - DR entry.True in case data center replication should be performed for the entry..Copyright © 2014. All rights reserved.