Package | Description |
---|---|
org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
org.apache.ignite.configuration |
Contains configuration-related classes.
|
org.apache.ignite.igfs |
Contains IGnite File System APIs.
|
Modifier and Type | Method and Description |
---|---|
IgfsMode |
IgniteFileSystem.mode(IgfsPath path)
Get mode for the given path.
|
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 |
---|---|
FileSystemConfiguration |
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 |
---|---|
FileSystemConfiguration |
FileSystemConfiguration.setPathModes(Map<String,IgfsMode> pathModes)
Sets map of path prefixes to
IGFS modes used for them. |
Modifier and Type | Method and Description |
---|---|
static @Nullable 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 Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019