Package | Description |
---|---|
org.apache.ignite.configuration | |
org.apache.ignite.igfs |
Contains GridGain File System APIs.
|
org.apache.ignite.igfs.hadoop.v1 |
Contains Hadoop 1.x
FileSystem wrapper for Ignite file system. |
org.apache.ignite.igfs.hadoop.v2 |
Contains Hadoop 2.x
FileSystem wrapper for Ignite file system. |
Modifier and Type | Field and Description |
---|---|
static IgfsMode |
IgfsConfiguration.DFLT_MODE
Default IGFS mode.
|
Modifier and Type | Method and Description |
---|---|
IgfsMode |
IgfsConfiguration.getDefaultMode()
Gets mode to specify how
IGFS interacts with Hadoop file system, like HDFS . |
Modifier and Type | Method and Description |
---|---|
Map<String,IgfsMode> |
IgfsConfiguration.getPathModes()
Gets map of path prefixes to
IGFS modes used for them. |
Modifier and Type | Method and Description |
---|---|
void |
IgfsConfiguration.setDefaultMode(IgfsMode dfltMode)
Sets
IGFS mode to specify how it should interact with secondary
Hadoop file system, like HDFS . |
Modifier and Type | Method and Description |
---|---|
void |
IgfsConfiguration.setPathModes(Map<String,IgfsMode> pathModes)
Sets map of path prefixes to
IGFS modes used for them. |
Modifier and Type | Method and Description |
---|---|
static IgfsMode |
IgfsMode.fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
static IgfsMode |
IgfsMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IgfsMode[] |
IgfsMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
IgfsMode |
IgfsHadoopFileSystem.mode(IgfsPath path)
Resolve path mode.
|
IgfsMode |
IgfsHadoopFileSystem.mode(Path path)
Resolve path mode.
|
Modifier and Type | Method and Description |
---|---|
IgfsMode |
IgfsHadoopFileSystem.mode(Path path)
Resolve path mode.
|
Follow @ApacheIgnite
Apache Ignite Fabric : ver. 1.0.0-RC1 Release Date : February 16 2015