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 |
---|---|
IgniteFileSystem |
IgniteSpringBean.fileSystem(String name)
Gets an instance of IGFS (Ignite In-Memory File System).
|
IgniteFileSystem |
Ignite.fileSystem(String name)
Gets an instance of IGFS (Ignite In-Memory File System).
|
IgniteFileSystem |
IgniteFileSystem.withAsync()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Collection<IgniteFileSystem> |
IgniteSpringBean.fileSystems()
Gets all instances of IGFS (Ignite In-Memory File System).
|
Collection<IgniteFileSystem> |
Ignite.fileSystems()
Gets all instances of IGFS (Ignite In-Memory File System).
|
Modifier and Type | Method and Description |
---|---|
Object |
IgfsJob.execute(IgniteFileSystem igfs,
IgfsFileRange range,
IgfsInputStream in)
Executes this job.
|
Object |
IgfsInputStreamJobAdapter.execute(IgniteFileSystem igfs,
IgfsFileRange range,
IgfsInputStream in)
Executes this job.
|
abstract Object |
IgfsInputStreamJobAdapter.execute(IgniteFileSystem igfs,
IgfsRangeInputStream in)
Executes this job.
|
@Nullable IgfsFileRange |
IgfsRecordResolver.resolveRecords(IgniteFileSystem fs,
IgfsInputStream stream,
IgfsFileRange suggestedRecord)
Adjusts record start offset and length.
|
Modifier and Type | Method and Description |
---|---|
IgfsFileRange |
IgfsFixedLengthRecordResolver.resolveRecords(IgniteFileSystem fs,
IgfsInputStream stream,
IgfsFileRange suggestedRecord)
Adjusts record start offset and length.
|
IgfsFileRange |
IgfsByteDelimiterRecordResolver.resolveRecords(IgniteFileSystem fs,
IgfsInputStream stream,
IgfsFileRange suggestedRecord)
Adjusts record start offset and length.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019