| Package | Description |
|---|---|
| org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
| org.apache.ignite.igfs.secondary |
Contains APIs for IGFS secondary file system.
|
| 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 |
IgniteFileSystem.info(IgfsPath path)
Gets file information for the specified path.
|
IgfsFile |
IgniteFileSystem.update(IgfsPath path,
Map<String,String> props)
Updates file information for the specified path.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<IgfsFile> |
IgniteFileSystem.listFiles(IgfsPath path)
Lists files under the specified path.
|
| Modifier and Type | Method and Description |
|---|---|
IgfsFile |
IgfsSecondaryFileSystem.info(IgfsPath path)
Gets file information for the specified path.
|
IgfsFile |
IgfsSecondaryFileSystem.update(IgfsPath path,
Map<String,String> props)
Updates file information for the specified path.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<IgfsFile> |
IgfsSecondaryFileSystem.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 |
IgfsAsyncImpl.info(IgfsPath path)
Gets file information for the specified path.
|
IgfsFile |
IgfsImpl.info(IgfsPath path)
Gets file information for the specified path.
|
IgfsFile |
IgfsAsyncImpl.update(IgfsPath path,
Map<String,String> props)
Updates file information for the specified path.
|
IgfsFile |
IgfsImpl.update(IgfsPath path,
Map<String,String> props)
Updates file information for the specified path.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<IgfsFile> |
IgfsAsyncImpl.listFiles(IgfsPath path)
Lists files under the specified path.
|
Collection<IgfsFile> |
IgfsImpl.listFiles(IgfsPath path)
Lists files under the specified path.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 1.2.0-incubating Release Date : June 16 2015