| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.cache | |
| org.apache.ignite.internal.processors.cache.query |
| Modifier and Type | Method and Description |
|---|---|
<T> CacheWeakQueryIteratorsHolder.WeakQueryFutureIterator |
CacheWeakQueryIteratorsHolder.iterator(CacheQueryFuture<V> fut,
CacheIteratorConverter<T,V> convert) |
| Modifier and Type | Class and Description |
|---|---|
class |
GridCacheDistributedFieldsQueryFuture
Distributed fields query future.
|
class |
GridCacheDistributedQueryFuture<K,V,R>
Distributed query future.
|
class |
GridCacheLocalFieldsQueryFuture
Local fields query future.
|
class |
GridCacheLocalQueryFuture<K,V,R>
Local query future.
|
class |
GridCacheQueryErrorFuture<T>
Error future.
|
class |
GridCacheQueryFutureAdapter<K,V,R>
Query future adapter.
|
| Modifier and Type | Method and Description |
|---|---|
<R> CacheQueryFuture<R> |
GridCacheQueryAdapter.execute(IgniteClosure<T,R> rmtTransform,
Object... args)
Executes the query the same way as
CacheQuery.execute(Object...) method but transforms result remotely. |
<R> CacheQueryFuture<R> |
CacheQuery.execute(IgniteClosure<T,R> rmtTransform,
Object... args)
Executes the query the same way as
CacheQuery.execute(Object...) method but transforms result remotely. |
<R> CacheQueryFuture<R> |
GridCacheQueryAdapter.execute(IgniteReducer<T,R> rmtReducer,
Object... args)
Executes the query the same way as
CacheQuery.execute(Object...) method but reduces result remotely. |
<R> CacheQueryFuture<R> |
CacheQuery.execute(IgniteReducer<T,R> rmtReducer,
Object... args)
Executes the query the same way as
CacheQuery.execute(Object...) method but reduces result remotely. |
CacheQueryFuture<T> |
GridCacheQueryAdapter.execute(Object... args)
Executes the query and returns the query future.
|
CacheQueryFuture<T> |
CacheQuery.execute(Object... args)
Executes the query and returns the query future.
|
abstract CacheQueryFuture<?> |
GridCacheQueryManager.queryDistributed(GridCacheQueryBean qry,
Collection<ClusterNode> nodes)
Executes distributed query.
|
CacheQueryFuture<?> |
GridCacheLocalQueryManager.queryDistributed(GridCacheQueryBean qry,
Collection<ClusterNode> nodes)
Executes distributed query.
|
CacheQueryFuture<?> |
GridCacheDistributedQueryManager.queryDistributed(GridCacheQueryBean qry,
Collection<ClusterNode> nodes)
Executes distributed query.
|
abstract CacheQueryFuture<?> |
GridCacheQueryManager.queryFieldsDistributed(GridCacheQueryBean qry,
Collection<ClusterNode> nodes)
Executes distributed fields query.
|
CacheQueryFuture<?> |
GridCacheLocalQueryManager.queryFieldsDistributed(GridCacheQueryBean qry,
Collection<ClusterNode> nodes)
Executes distributed fields query.
|
CacheQueryFuture<?> |
GridCacheDistributedQueryManager.queryFieldsDistributed(GridCacheQueryBean qry,
Collection<ClusterNode> nodes)
Executes distributed fields query.
|
abstract CacheQueryFuture<?> |
GridCacheQueryManager.queryFieldsLocal(GridCacheQueryBean qry)
Executes distributed fields query.
|
CacheQueryFuture<?> |
GridCacheLocalQueryManager.queryFieldsLocal(GridCacheQueryBean qry)
Executes distributed fields query.
|
CacheQueryFuture<?> |
GridCacheDistributedQueryManager.queryFieldsLocal(GridCacheQueryBean qry)
Executes distributed fields query.
|
abstract CacheQueryFuture<?> |
GridCacheQueryManager.queryLocal(GridCacheQueryBean qry)
Executes local query.
|
CacheQueryFuture<?> |
GridCacheLocalQueryManager.queryLocal(GridCacheQueryBean qry)
Executes local query.
|
CacheQueryFuture<?> |
GridCacheDistributedQueryManager.queryLocal(GridCacheQueryBean qry)
Executes local query.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 1.4.0 Release Date : September 24 2015