| Package | Description |
|---|---|
| com.hazelcast.map.impl.event |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFilteringStrategy
A common abstract class to support implementations of filtering strategies.
|
class |
DefaultEntryEventFilteringStrategy
This entry event filtering strategy models the default backwards compatible Hazelcast behaviour.
|
class |
QueryCacheNaturalFilteringStrategy
A filtering strategy that preserves the default behavior in most cases, but processes entry events for listeners with
predicates to fit with "query cache" concept.
|
| Modifier and Type | Field and Description |
|---|---|
protected FilteringStrategy |
MapEventPublisherImpl.filteringStrategy |
| Constructor and Description |
|---|
QueryCacheEventPublisher(FilteringStrategy filteringStrategy,
QueryCacheContext queryCacheContext,
InternalSerializationService serializationService) |
Copyright © 2018. All Rights Reserved.