| Package | Description |
|---|---|
| org.gridgain.grid |
Contains entry-point GridGain & HPC APIs.
|
| org.gridgain.grid.ggfs.mapreduce |
Contains APIs for In-Memory MapReduce over GGFS.
|
| org.gridgain.grid.ggfs.mapreduce.records |
Contains record resolvers for In-Memory MapReduce over GGFS.
|
| org.gridgain.grid.kernal |
Contains main implementation.
|
| org.gridgain.grid.kernal.processors.ggfs |
Contains high performance file system processer.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
Collection<GridGgfs> |
Grid.ggfss()
Gets all instances of the grid file systems.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
GridGgfsJob.execute(GridGgfs ggfs,
GridGgfsFileRange range,
GridGgfsInputStream in)
Executes this job.
|
Object |
GridGgfsInputStreamJobAdapter.execute(GridGgfs ggfs,
GridGgfsFileRange range,
GridGgfsInputStream in)
Executes this job.
|
abstract Object |
GridGgfsInputStreamJobAdapter.execute(GridGgfs ggfs,
GridGgfsRangeInputStream in)
Executes this job.
|
GridGgfsFileRange |
GridGgfsRecordResolver.resolveRecords(GridGgfs ggfs,
GridGgfsInputStream stream,
GridGgfsFileRange suggestedRecord)
Adjusts record start offset and length.
|
| Modifier and Type | Method and Description |
|---|---|
GridGgfsFileRange |
GridGgfsFixedLengthRecordResolver.resolveRecords(GridGgfs ggfs,
GridGgfsInputStream stream,
GridGgfsFileRange suggestedRecord)
Adjusts record start offset and length.
|
GridGgfsFileRange |
GridGgfsByteDelimiterRecordResolver.resolveRecords(GridGgfs ggfs,
GridGgfsInputStream stream,
GridGgfsFileRange suggestedRecord)
Adjusts record start offset and length.
|
| Modifier and Type | Method and Description |
|---|---|
GridGgfs |
GridKernal.ggfs(String name)
Gets an instance of GGFS - GridGain In-Memory File System, if one is not
configured then
IllegalArgumentException will be thrown. |
| Modifier and Type | Method and Description |
|---|---|
Collection<GridGgfs> |
GridKernal.ggfss()
Gets all instances of the grid file systems.
|
| Modifier and Type | Method and Description |
|---|---|
GridGgfs |
GridNoopGgfsProcessor.ggfs(String name)
Gets GGFS instance.
|
abstract GridGgfs |
GridGgfsProcessorAdapter.ggfs(String name)
Gets GGFS instance.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<GridGgfs> |
GridNoopGgfsProcessor.ggfss()
Gets all GGFS instances.
|
abstract Collection<GridGgfs> |
GridGgfsProcessorAdapter.ggfss()
Gets all GGFS instances.
|
Copyright © 2014. All rights reserved.