| Package | Description |
|---|---|
| org.infinispan.client.hotrod |
HotRod Client API
|
| org.infinispan.objectfilter | |
| org.infinispan.query.dsl |
A DSL for querying an Infinispan Cache.
|
| Modifier and Type | Method and Description |
|---|---|
static QueryFactory<Query> |
Search.getQueryFactory(RemoteCache cache) |
| Modifier and Type | Method and Description |
|---|---|
QueryFactory<Query> |
Matcher.getQueryFactory()
Creates a QueryFactory capable of creating DSL based queries that are accepted by this Matcher instance as
arguments for the registerFilter and getObjectFilter methods.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectFilter |
Matcher.getObjectFilter(Query query) |
FilterSubscription |
Matcher.registerFilter(Query query,
FilterCallback callback) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
QueryBuilder<Q extends Query>
A builder for
Query objects. |
interface |
QueryFactory<Q extends Query>
Factory for query DSL objects.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Query> |
FilterConditionContext.toBuilder()
Get the
QueryBuilder that created this context. |
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.