| 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 | Method and Description |
|---|---|
ContinuousQueryResult<V> |
JPAContinuousQueryCacheEventFilterConverter.filterAndConvert(K key,
V oldValue,
Metadata oldMetadata,
V newValue,
Metadata newMetadata,
EventType eventType) |
ContinuousQueryResult |
ContinuousQueryResult.Externalizer.readObject(ObjectInput input) |
| Modifier and Type | Method and Description |
|---|---|
Set<Class<? extends ContinuousQueryResult>> |
ContinuousQueryResult.Externalizer.getTypeClasses() |
| Modifier and Type | Method and Description |
|---|---|
void |
ContinuousQueryResult.Externalizer.writeObject(ObjectOutput output,
ContinuousQueryResult continuousQueryResult) |
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.