| Package | Description |
|---|---|
| org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
| org.apache.ignite.internal.processors.cache | |
| org.apache.ignite.internal.processors.cache.query |
| Modifier and Type | Method and Description |
|---|---|
QueryCursor<javax.cache.Cache.Entry<K,V>> |
IgniteCache.localQuery(Query qry)
Queries cache locally.
|
QueryCursor<List<?>> |
IgniteCache.localQueryFields(SqlFieldsQuery qry)
Queries separate entry fields locally.
|
QueryCursor<javax.cache.Cache.Entry<K,V>> |
IgniteCache.query(Query qry)
Queries cache.
|
QueryCursor<List<?>> |
IgniteCache.queryFields(SqlFieldsQuery qry)
Queries separate entry fields.
|
| Modifier and Type | Method and Description |
|---|---|
QueryCursor<javax.cache.Cache.Entry<K,V>> |
IgniteCacheProxy.localQuery(Query qry)
Queries cache locally.
|
QueryCursor<List<?>> |
IgniteCacheProxy.localQueryFields(SqlFieldsQuery qry)
Queries separate entry fields locally.
|
QueryCursor<javax.cache.Cache.Entry<K,V>> |
IgniteCacheProxy.query(Query qry)
Queries cache.
|
QueryCursor<List<?>> |
IgniteCacheProxy.queryFields(SqlFieldsQuery qry)
Queries separate entry fields.
|
| Modifier and Type | Class and Description |
|---|---|
class |
QueryCursorImpl<T>
Query cursor implementation.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC3 Release Date : March 24 2015