| Package | Description |
|---|---|
| org.gridgain.grid.ggfs |
Contains GridGain File System APIs.
|
| org.gridgain.grid.kernal.visor.cmd.dto.node |
| Modifier and Type | Field and Description |
|---|---|
static GridGgfsMode |
GridGgfsConfiguration.DFLT_MODE
Default GGFS mode.
|
| Modifier and Type | Method and Description |
|---|---|
static GridGgfsMode |
GridGgfsMode.fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
GridGgfsMode |
GridGgfsConfiguration.getDefaultMode()
Gets mode to specify how
GGFS interacts with Hadoop file system, like HDFS. |
static GridGgfsMode |
GridGgfsMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridGgfsMode[] |
GridGgfsMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,GridGgfsMode> |
GridGgfsConfiguration.getPathModes()
Gets map of path prefixes to
GGFS modes used for them. |
| Modifier and Type | Method and Description |
|---|---|
void |
GridGgfsConfiguration.setDefaultMode(GridGgfsMode dfltMode)
Sets
GGFS mode to specify how it should interact with secondary
Hadoop file system, like HDFS. |
| Modifier and Type | Method and Description |
|---|---|
void |
GridGgfsConfiguration.setPathModes(Map<String,GridGgfsMode> pathModes)
Sets map of path prefixes to
GGFS modes used for them. |
| Modifier and Type | Method and Description |
|---|---|
GridGgfsMode |
VisorGgfsConfig.defaultMode() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,GridGgfsMode> |
VisorGgfsConfig.pathModes() |
| Modifier and Type | Method and Description |
|---|---|
void |
VisorGgfsConfig.defaultMode(GridGgfsMode dfltMode) |
| Modifier and Type | Method and Description |
|---|---|
void |
VisorGgfsConfig.pathModes(Map<String,GridGgfsMode> pathModes) |
Copyright © 2014. All rights reserved.