| Package | Description |
|---|---|
| org.apache.ignite.configuration |
Contains configuration-related classes.
|
| org.apache.ignite.hadoop.fs.v1 |
Contains Ignite Hadoop 1.x
FileSystem implementation. |
| org.apache.ignite.hadoop.fs.v2 |
Contains Ignite Hadoop 2.x
FileSystem implementation. |
| org.apache.ignite.igfs |
Contains IGnite File System APIs.
|
| Modifier and Type | Field and Description |
|---|---|
static IgfsMode |
FileSystemConfiguration.DFLT_MODE
Default IGFS mode.
|
| Modifier and Type | Method and Description |
|---|---|
IgfsMode |
FileSystemConfiguration.getDefaultMode()
Gets mode to specify how
IGFS interacts with Hadoop file system, like HDFS. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,IgfsMode> |
FileSystemConfiguration.getPathModes()
Gets map of path prefixes to
IGFS modes used for them. |
| Modifier and Type | Method and Description |
|---|---|
void |
FileSystemConfiguration.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 |
FileSystemConfiguration.setPathModes(Map<String,IgfsMode> pathModes)
Sets map of path prefixes to
IGFS modes used for them. |
| Modifier and Type | Method and Description |
|---|---|
IgfsMode |
IgniteHadoopFileSystem.mode(IgfsPath path)
Resolve path mode.
|
IgfsMode |
IgniteHadoopFileSystem.mode(Path path)
Resolve path mode.
|
| Modifier and Type | Method and Description |
|---|---|
IgfsMode |
IgniteHadoopFileSystem.mode(Path path)
Resolve path mode.
|
| 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.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 1.5.11 Release Date : April 8 2016