Package | Description |
---|---|
org.infinispan.client.hotrod |
HotRod Client API
|
org.infinispan.client.hotrod.event |
Hot Rod client remote event API.
|
org.infinispan.client.hotrod.filter | |
org.infinispan.client.hotrod.impl | |
org.infinispan.client.hotrod.impl.query | |
org.infinispan.query.api.continuous |
Continuous querying API for Infinispan.
|
org.infinispan.query.dsl |
A DSL for querying an Infinispan Cache.
|
org.infinispan.query.dsl.impl |
DSL implementation and translation to internal intermediary representation based on a JPQL syntax subset.
|
Modifier and Type | Method and Description |
---|---|
static QueryFactory<Query> |
Search.getQueryFactory(RemoteCache<?,?> cache) |
Modifier and Type | Method and Description |
---|---|
CloseableIterator<Map.Entry<Object,Object>> |
RemoteCache.retrieveEntriesByQuery(Query filterQuery,
Set<Integer> segments,
int batchSize)
Retrieve entries from the server matching a query.
|
Modifier and Type | Method and Description |
---|---|
static void |
ClientEvents.addClientQueryListener(RemoteCache<?,?> remoteCache,
Object listener,
Query query)
Register a client listener that uses a query DSL based filter.
|
<C> void |
ContinuousQueryImpl.addContinuousQueryListener(Query query,
ContinuousQueryListener<K,C> listener)
Registers a continuous query listener that uses a query DSL based filter.
|
static Object |
ClientEvents.addContinuousQueryListener(RemoteCache<?,?> remoteCache,
ContinuousQueryListener queryListener,
Query query)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Object[] |
Filters.makeFactoryParams(Query query) |
Modifier and Type | Method and Description |
---|---|
CloseableIterator<Map.Entry<Object,Object>> |
RemoteCacheImpl.retrieveEntriesByQuery(Query filterQuery,
Set<Integer> segments,
int batchSize) |
Modifier and Type | Class and Description |
---|---|
class |
RemoteQuery |
Modifier and Type | Method and Description |
---|---|
QueryBuilder<Query> |
RemoteQueryFactory.from(Class entityType) |
QueryBuilder<Query> |
RemoteQueryFactory.from(String entityType) |
Modifier and Type | Method and Description |
---|---|
<C> void |
ContinuousQuery.addContinuousQueryListener(Query query,
ContinuousQueryListener<K,C> listener) |
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. |
Modifier and Type | Method and Description |
---|---|
Query |
Query.setParameter(String paramName,
Object paramValue) |
Query |
Query.setParameters(Map<String,Object> paramValues) |
Modifier and Type | Class and Description |
---|---|
class |
BaseQueryBuilder<T extends Query> |
class |
BaseQueryFactory<T extends Query> |
Modifier and Type | Class and Description |
---|---|
class |
BaseQuery |
Modifier and Type | Method and Description |
---|---|
<T extends Query> |
JPAQueryGenerator.visit(BaseQueryBuilder<T> baseQueryBuilder) |
Modifier and Type | Method and Description |
---|---|
Query |
BaseQuery.setParameter(String paramName,
Object paramValue) |
Query |
BaseQuery.setParameters(Map<String,Object> paramValues) |
Copyright © 2021 JBoss, a division of Red Hat. All rights reserved.