Package | Description |
---|---|
org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
org.apache.ignite.cache.query |
Contains APIs for creating and executing cache queries.
|
Modifier and Type | Method and Description |
---|---|
QueryCursor<javax.cache.Cache.Entry<K,V>> |
IgniteCache.localQuery(Query qry)
Queries cache locally.
|
QueryCursor<javax.cache.Cache.Entry<K,V>> |
IgniteCache.query(Query qry)
Queries cache.
|
Modifier and Type | Class and Description |
---|---|
class |
Query<T extends Query>
Base class for all Ignite cache queries.
|
Modifier and Type | Class and Description |
---|---|
class |
ContinuousQuery<K,V>
API for configuring continuous cache queries.
|
class |
ScanQuery<K,V>
Scan query over cache entries.
|
class |
SpiQuery
Query to be used by
IndexingSpi implementations. |
class |
SqlFieldsQuery
SQL Fields query.
|
class |
SqlQuery
SQL Query.
|
class |
TextQuery
Query for Lucene based fulltext search.
|
Modifier and Type | Method and Description |
---|---|
Query |
ContinuousQuery.getInitialPredicate()
Gets initial query.
|
Modifier and Type | Method and Description |
---|---|
ContinuousQuery<K,V> |
ContinuousQuery.setInitialPredicate(Query initFilter)
Sets initial query.
|
Follow @ApacheIgnite
Apache Ignite Fabric : ver. 1.0.0-RC1 Release Date : February 16 2015