| Package | Description |
|---|---|
| org.gridgain.grid |
Contains entry-point GridGain & HPC APIs.
|
| org.gridgain.grid.dataload |
Contains Data loader API.
|
| Modifier and Type | Method and Description |
|---|---|
<K,V> GridCache<K,V> |
Grid.cache(String name)
Gets the cache instance for the given name, if one does not
exist
IllegalArgumentException will be thrown. |
Collection<GridCache<?,?>> |
Grid.caches()
Gets all configured caches.
|
<K,V> GridDataLoader<K,V> |
Grid.dataLoader(String cacheName)
Gets a new instance of data loader associated with given cache name.
|
GridDr |
Grid.dr()
Gets an instance of Data Center Replication.
|
GridGgfs |
Grid.ggfs(String name)
Gets an instance of GGFS - GridGain In-Memory File System, if one is not
configured then
IllegalArgumentException will be thrown. |
Collection<GridGgfs> |
Grid.ggfss()
Gets all instances of the grid file systems.
|
GridStreamer |
Grid.streamer(String name)
Gets an instance of streamer by name, if one does not exist then
IllegalArgumentException will be thrown. |
Collection<GridStreamer> |
Grid.streamers()
Gets all instances of streamers.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GridDataLoader<K,V>
Data loader is responsible for loading external data into cache.
|
Copyright © 2014. All rights reserved.