| Package | Description |
|---|---|
| org.gridgain.grid |
Contains entry-point GridGain & HPC APIs.
|
| org.gridgain.grid.kernal |
Contains main implementation.
|
| org.gridgain.grid.kernal.processors.dataload |
Data loader processor.
|
| Modifier and Type | Method and Description |
|---|---|
<K,V> GridDataLoader<K,V> |
Grid.dataLoader(String cacheName)
Gets a new instance of data loader associated with given cache name.
|
| Modifier and Type | Method and Description |
|---|---|
<K,V> GridDataLoader<K,V> |
GridKernal.dataLoader(String cacheName)
Gets a new instance of data loader associated with given cache name.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridDataLoaderImpl<K,V>
Data loader implementation.
|
| Modifier and Type | Method and Description |
|---|---|
GridDataLoader<K,V> |
GridDataLoaderProcessor.dataLoader(String cacheName) |
Copyright © 2014. All rights reserved.