| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.query |
| Modifier and Type | Method and Description |
|---|---|
GridQueryTypeDescriptor |
GridQueryProcessor.type(String space,
String typeName)
Gets type for space and type name.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<GridQueryTypeDescriptor> |
GridQueryProcessor.types(String space)
Gets types for space.
|
| Modifier and Type | Method and Description |
|---|---|
<K,V> GridCloseableIterator<IgniteBiTuple<K,V>> |
GridQueryIndexing.query(String spaceName,
String qry,
Collection<Object> params,
GridQueryTypeDescriptor type,
IndexingQueryFilter filters)
Executes regular query.
|
<K,V> GridCloseableIterator<IgniteBiTuple<K,V>> |
GridQueryIndexing.queryText(String spaceName,
String qry,
GridQueryTypeDescriptor type,
IndexingQueryFilter filters)
Executes text query.
|
void |
GridQueryIndexing.rebuildIndexes(String spaceName,
GridQueryTypeDescriptor type)
Rebuilds all indexes of given type.
|
boolean |
GridQueryIndexing.registerType(String spaceName,
GridQueryTypeDescriptor desc)
Registers type if it was not known before or updates it otherwise.
|
long |
GridQueryIndexing.size(String spaceName,
GridQueryTypeDescriptor desc,
IndexingQueryFilter filters)
Gets size of index for given type or -1 if it is a unknown type.
|
void |
GridQueryIndexing.store(String spaceName,
GridQueryTypeDescriptor type,
Object key,
Object val,
byte[] ver,
long expirationTime)
Updates index.
|
void |
GridQueryIndexing.unregisterType(String spaceName,
GridQueryTypeDescriptor type)
Unregisters type and removes all corresponding data.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC3 Release Date : March 24 2015