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.
|
org.apache.ignite.internal |
Contains main implementation.
|
org.apache.ignite.internal.processors.igfs |
Contains high performance file system processer.
|
org.apache.ignite.internal.visor.igfs | |
org.apache.ignite.internal.visor.util |
Modifier and Type | Method and Description |
---|---|
IgniteFileSystem |
Ignite.fileSystem(String name)
Gets an instance of IGFS (Ignite In-Memory File System).
|
IgniteFileSystem |
IgniteFileSystem.withAsync()
Gets component with asynchronous mode enabled.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
IgniteFileSystem |
IgniteKernal.fileSystem(String name)
Gets an instance of IGFS (Ignite In-Memory File System).
|
IgniteFileSystem |
IgniteKernal.igfsx(String name)
Get IGFS instance returning null if it doesn't exist.
|
IgniteFileSystem |
IgniteEx.igfsx(String name)
Get IGFS instance returning null if it doesn't exist.
|
Modifier and Type | Method and Description |
---|---|
Collection<IgniteFileSystem> |
IgniteKernal.fileSystems()
Gets all instances of IGFS (Ignite In-Memory File System).
|
Modifier and Type | Interface and Description |
---|---|
interface |
IgfsEx
Internal API extension for
IgniteFileSystem . |
Modifier and Type | Class and Description |
---|---|
class |
IgfsAsyncImpl
Igfs supporting asynchronous operations.
|
class |
IgfsImpl
Cache-based IGFS implementation.
|
Modifier and Type | Method and Description |
---|---|
IgniteFileSystem |
IgfsProcessor.igfs(String name)
Gets IGFS instance.
|
IgniteFileSystem |
IgfsNoopProcessor.igfs(String name)
Gets IGFS instance.
|
abstract IgniteFileSystem |
IgfsProcessorAdapter.igfs(String name)
Gets IGFS instance.
|
IgniteFileSystem |
IgfsImpl.withAsync()
Gets component with asynchronous mode enabled.
|
Modifier and Type | Method and Description |
---|---|
Collection<IgniteFileSystem> |
IgfsProcessor.igfss()
Gets all IGFS instances.
|
Collection<IgniteFileSystem> |
IgfsNoopProcessor.igfss()
Gets all IGFS instances.
|
abstract Collection<IgniteFileSystem> |
IgfsProcessorAdapter.igfss()
Gets all IGFS instances.
|
Modifier and Type | Method and Description |
---|---|
static VisorIgfs |
VisorIgfs.from(IgniteFileSystem igfs) |
Modifier and Type | Method and Description |
---|---|
static Path |
VisorTaskUtils.resolveIgfsProfilerLogsDir(IgniteFileSystem igfs)
Resolve IGFS profiler logs directory.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0 Release Date : March 31 2015