| Package | Description |
|---|---|
| org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
| org.apache.ignite.igfs.secondary |
Contains APIs for IGFS secondary file system base on local file system.
|
| org.apache.ignite.igfs.secondary.local |
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 processor.
|
| org.apache.ignite.internal.processors.igfs.client | |
| org.apache.ignite.internal.processors.igfs.secondary.local |
| 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 |
|---|---|
IgfsFile |
LocalIgfsSecondaryFileSystem.info(IgfsPath path)
Gets file information for the specified path.
|
IgfsFile |
LocalIgfsSecondaryFileSystem.update(IgfsPath path,
Map<String,String> props)
Updates file information for the specified path.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<IgfsFile> |
LocalIgfsSecondaryFileSystem.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 |
IgfsSecondaryFileSystemCreateContext.info()
Get file info.
|
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.
|
| Constructor and Description |
|---|
IgfsFileImpl(IgfsFile igfsFile,
long grpBlockSize)
A copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected IgfsFile |
IgfsClientUpdateCallable.call0(IgfsContext ctx)
Execute task.
|
protected IgfsFile |
IgfsClientInfoCallable.call0(IgfsContext ctx)
Execute task.
|
| Modifier and Type | Method and Description |
|---|---|
protected Collection<IgfsFile> |
IgfsClientListFilesCallable.call0(IgfsContext ctx)
Execute task.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LocalFileSystemIgfsFile
Implementation of the IgfsFile interface for the local filesystem.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 1.9.0 Release Date : March 2 2017