Package | Description |
---|---|
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 | Interface and Description |
---|---|
interface |
ContinuousQueryResultListener<K,V>
Deprecated.
replaced by
ContinuousQueryListener |
Modifier and Type | Method and Description |
---|---|
<C> void |
ContinuousQuery.addContinuousQueryListener(org.infinispan.query.dsl.Query query,
ContinuousQueryListener<K,C> listener) |
void |
ContinuousQuery.removeContinuousQueryListener(ContinuousQueryListener<?,?> listener) |
Constructor and Description |
---|
EntryListener(ContinuousQueryListener<K,C> listener) |
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.