| 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.
|
| org.apache.ignite.internal.processors.igfs |
Contains high performance file system processor.
|
| org.apache.ignite.internal.visor.igfs | |
| org.apache.ignite.internal.visor.node |
| 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 |
|---|---|
Map<String,IgfsMode> |
FileSystemConfiguration.getPathModes()
Gets map of path prefixes to
IGFS modes used for them. |
| 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 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 |
IgfsAttributes.defaultMode() |
IgfsMode |
IgfsAsyncImpl.mode(IgfsPath path)
Get mode for the given path.
|
IgfsMode |
IgfsImpl.mode(IgfsPath path)
Get mode for the given path.
|
IgfsMode |
IgfsModeResolver.resolveMode(IgfsPath path)
Resolves IGFS mode for the given path.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,IgfsMode> |
IgfsAttributes.pathModes() |
static ArrayList<T2<IgfsPath,IgfsMode>> |
IgfsUtils.preparePathModes(IgfsMode dfltMode,
List<T2<IgfsPath,IgfsMode>> modes,
Set<IgfsPath> dualParentsContainingPrimaryChildren)
Checks, filters and sorts the modes.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
IgfsUtils.canContain(IgfsMode parent,
IgfsMode child)
Answers if directory of this mode can contain a subdirectory of the given mode.
|
static boolean |
IgfsUtils.isDualMode(IgfsMode mode)
Check whether mode is dual.
|
static ArrayList<T2<IgfsPath,IgfsMode>> |
IgfsUtils.preparePathModes(IgfsMode dfltMode,
List<T2<IgfsPath,IgfsMode>> modes,
Set<IgfsPath> dualParentsContainingPrimaryChildren)
Checks, filters and sorts the modes.
|
| Modifier and Type | Method and Description |
|---|---|
static ArrayList<T2<IgfsPath,IgfsMode>> |
IgfsUtils.preparePathModes(IgfsMode dfltMode,
List<T2<IgfsPath,IgfsMode>> modes,
Set<IgfsPath> dualParentsContainingPrimaryChildren)
Checks, filters and sorts the modes.
|
| Constructor and Description |
|---|
IgfsAttributes(String igfsName,
int blockSize,
int grpSize,
String metaCacheName,
String dataCacheName,
IgfsMode dfltMode,
Map<String,IgfsMode> pathModes,
boolean fragmentizerEnabled) |
IgfsModeResolver(IgfsMode dfltMode,
ArrayList<T2<IgfsPath,IgfsMode>> modes)
Constructor
|
| Constructor and Description |
|---|
IgfsAttributes(String igfsName,
int blockSize,
int grpSize,
String metaCacheName,
String dataCacheName,
IgfsMode dfltMode,
Map<String,IgfsMode> pathModes,
boolean fragmentizerEnabled) |
IgfsModeResolver(IgfsMode dfltMode,
ArrayList<T2<IgfsPath,IgfsMode>> modes)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
IgfsMode |
VisorIgfs.getMode() |
IgfsMode |
VisorIgfsProfilerEntry.getMode() |
| Constructor and Description |
|---|
VisorIgfs(String name,
IgfsMode mode,
VisorIgfsMetrics metrics,
boolean secondaryFsConfigured)
Create IGFS configuration transfer object.
|
VisorIgfsProfilerEntry(String path,
long ts,
IgfsMode mode,
long size,
long bytesRead,
long readTime,
long userReadTime,
long bytesWritten,
long writeTime,
long userWriteTime,
VisorIgfsProfilerUniformityCounters counters)
Create data transfer object with given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
IgfsMode |
VisorIgfsConfiguration.getDefaultMode() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,IgfsMode> |
VisorIgfsConfiguration.getPathModes() |
Follow @ApacheIgnite
Ignite Fabric : ver. 2.5.0 Release Date : May 23 2018