| Package | Description |
|---|---|
| org.apache.ignite.igfs |
Contains GridGain File System APIs.
|
| org.apache.ignite.internal.igfs.common |
Contains IGFS classes that are common between client and server.
|
| org.apache.ignite.internal.processors.igfs |
Contains high performance file system processer.
|
| Modifier and Type | Method and Description |
|---|---|
IgfsFile |
Igfs.info(IgfsPath path)
Gets file information for the specified path.
|
IgfsFile |
Igfs.update(IgfsPath path,
Map<String,String> props)
Updates file information for the specified path.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<IgfsFile> |
Igfs.listFiles(IgfsPath path)
Lists files under the specified path.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IgfsControlResponse.response(IgfsFile res) |
| Modifier and Type | Method and Description |
|---|---|
void |
IgfsControlResponse.files(Collection<IgfsFile> res) |
| Modifier and Type | Class and Description |
|---|---|
class |
IgfsFileImpl
File or directory information.
|
| Modifier and Type | Method and Description |
|---|---|
IgfsFile |
IgfsImpl.info(IgfsPath path)
Gets file information for the specified path.
|
IgfsFile |
IgfsAsyncImpl.info(IgfsPath path)
Gets file information for the specified path.
|
IgfsFile |
IgfsImpl.update(IgfsPath path,
Map<String,String> props)
Updates file information for the specified path.
|
IgfsFile |
IgfsAsyncImpl.update(IgfsPath path,
Map<String,String> props)
Updates file information for the specified path.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<IgfsFile> |
IgfsImpl.listFiles(IgfsPath path)
Lists files under the specified path.
|
Collection<IgfsFile> |
IgfsAsyncImpl.listFiles(IgfsPath path)
Lists files under the specified path.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC1 Release Date : February 17 2015