Package | Description |
---|---|
org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
org.apache.ignite.igfs.mapreduce |
Contains APIs for In-Memory MapReduce over IGFS.
|
org.apache.ignite.igfs.mapreduce.records |
Contains record resolvers for In-Memory MapReduce over IGFS.
|
Modifier and Type | Method and Description |
---|---|
IgniteFs |
IgniteSpringBean.fileSystem(String name)
Gets an instance of IGFS - Ignite In-Memory File System, if one is not
configured then
IllegalArgumentException will be thrown. |
IgniteFs |
Ignite.fileSystem(String name)
Gets an instance of IGFS - Ignite In-Memory File System, if one is not
configured then
IllegalArgumentException will be thrown. |
IgniteFs |
IgniteFs.withAsync()
Gets component with asynchronous mode enabled.
|
Modifier and Type | Method and Description |
---|---|
Collection<IgniteFs> |
IgniteSpringBean.fileSystems()
Gets all instances of the grid file systems.
|
Collection<IgniteFs> |
Ignite.fileSystems()
Gets all instances of the grid file systems.
|
Modifier and Type | Method and Description |
---|---|
Object |
IgfsJob.execute(IgniteFs igfs,
IgfsFileRange range,
IgfsInputStream in)
Executes this job.
|
Object |
IgfsInputStreamJobAdapter.execute(IgniteFs igfs,
IgfsFileRange range,
IgfsInputStream in)
Executes this job.
|
abstract Object |
IgfsInputStreamJobAdapter.execute(IgniteFs igfs,
IgfsRangeInputStream in)
Executes this job.
|
IgfsFileRange |
IgfsRecordResolver.resolveRecords(IgniteFs fs,
IgfsInputStream stream,
IgfsFileRange suggestedRecord)
Adjusts record start offset and length.
|
Modifier and Type | Method and Description |
---|---|
IgfsFileRange |
IgfsByteDelimiterRecordResolver.resolveRecords(IgniteFs fs,
IgfsInputStream stream,
IgfsFileRange suggestedRecord)
Adjusts record start offset and length.
|
IgfsFileRange |
IgfsFixedLengthRecordResolver.resolveRecords(IgniteFs fs,
IgfsInputStream stream,
IgfsFileRange suggestedRecord)
Adjusts record start offset and length.
|
Follow @ApacheIgnite
Apache Ignite Fabric : ver. 1.0.0-RC1 Release Date : February 16 2015