| Package | Description |
|---|---|
| org.gridgain.grid.ggfs |
Contains GridGain File System APIs.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridGgfsConcurrentModificationException
GGFS exception indicating that file system structure was modified concurrently. |
class |
GridGgfsCorruptedFileException
Exception thrown when target file's block is not found in data cache.
|
class |
GridGgfsFileNotFoundException
GGFS exception indicating that target resource is not found. |
class |
GridGgfsInvalidHdfsVersionException
Exception thrown when GridGain detects that remote HDFS version differs from version of HDFS libraries
in GridGain classpath.
|
class |
GridGgfsInvalidPathException
GGFS exception indicating that operation target is invalid
(e.g. |
class |
GridGgfsOutOfSpaceException
GGFS exception that is thrown when it detected out-of-space condition. |
class |
GridGgfsParentNotDirectoryException
Exception thrown when parent supposed to be a directory is a file.
|
class |
GridGgfsPathAlreadyExistsException
Exception thrown when target path supposed to be created already exists.
|
Copyright © 2014. All rights reserved.