| Package | Description |
|---|---|
| org.infinispan.query.api.continuous |
Continuous querying API for Infinispan.
|
| org.infinispan.query.continuous |
Functionality related to continuous query, which sends updates to the client based on the client
query when there are any changes to the data which match the original query.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContinuousQueryListener<K,?>> |
ContinuousQuery.getListeners() |
| Modifier and Type | Method and Description |
|---|---|
<C> void |
ContinuousQuery.addContinuousQueryListener(Query query,
ContinuousQueryListener<K,C> listener) |
void |
ContinuousQuery.removeContinuousQueryListener(ContinuousQueryListener<K,?> listener) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ContinuousQueryListener<K,V>
Deprecated.
replaced by
ContinuousQueryListener; to be removed in 8.3 |
interface |
ContinuousQueryResultListener<K,V>
Deprecated.
replaced by
ContinuousQueryListener; to be removed in 8.3 |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.