| Package | Description |
|---|---|
| org.infinispan.objectfilter |
Querying on plain Java objects.
|
| Modifier and Type | Method and Description |
|---|---|
FilterCallback |
FilterSubscription.getCallback()
The associated callback that is being notified of successful matches.
|
| Modifier and Type | Method and Description |
|---|---|
FilterSubscription |
Matcher.registerFilter(Query query,
FilterCallback callback,
boolean isDeltaFilter,
Object... eventType) |
FilterSubscription |
Matcher.registerFilter(Query query,
FilterCallback callback,
Object... eventType) |
FilterSubscription |
Matcher.registerFilter(String queryString,
FilterCallback callback,
boolean isDeltaFilter,
Object... eventType) |
FilterSubscription |
Matcher.registerFilter(String queryString,
FilterCallback callback,
Object... eventType) |
FilterSubscription |
Matcher.registerFilter(String queryString,
Map<String,Object> namedParameters,
FilterCallback callback,
boolean isDeltaFilter,
Object... eventType) |
FilterSubscription |
Matcher.registerFilter(String queryString,
Map<String,Object> namedParameters,
FilterCallback callback,
Object... eventType) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.