| Package | Description |
|---|---|
| org.gridgain.grid |
Contains entry-point GridGain & HPC APIs.
|
| org.gridgain.grid.kernal.managers.indexing |
Indexing manager classes.
|
| org.gridgain.grid.spi.indexing |
Contains APIs for indexing SPI.
|
| Modifier and Type | Method and Description |
|---|---|
GridIndexingSpi[] |
GridConfiguration.getIndexingSpi()
Should return fully configured indexing SPI implementations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridConfiguration.setIndexingSpi(GridIndexingSpi... indexingSpi)
Sets fully configured instances of
GridIndexingSpi. |
| Modifier and Type | Method and Description |
|---|---|
GridIndexingSpi |
GridIndexingManager.spi(String name)
FOR TESTING ONLY
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridNoopIndexingSpi
No-op implementation of
GridIndexingSpi, throws exception on query attempt. |
Copyright © 2014. All rights reserved.