Package org.apache.geode.cache.snapshot
Interface SnapshotFilter<K,V>
- Type Parameters:
K- the key typeV- the value type
- All Superinterfaces:
Serializable
Filters region entries for inclusion into a snapshot.
- Since:
- GemFire 7.0
- See Also:
-
Method Summary
-
Method Details
-
accept
Returns true if the entry passes the filter criteria; false otherwise. InvokingEntry.getValuemay incur additional overhead to deserialize the entry value.- Parameters:
entry- the cache entry to evaluate- Returns:
- true if the entry is accepted by the filter
-