| Package | Description |
|---|---|
| org.apache.ignite.configuration |
Contains configuration-related classes.
|
| org.apache.ignite.internal.processors.igfs |
Contains high performance file system processor.
|
| Modifier and Type | Method and Description |
|---|---|
IgfsSecondaryFileSystem |
FileSystemConfiguration.getSecondaryFileSystem()
Gets the secondary file system.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileSystemConfiguration.setSecondaryFileSystem(IgfsSecondaryFileSystem fileSystem)
Sets the secondary file system.
|
| Modifier and Type | Method and Description |
|---|---|
IgfsSecondaryFileSystem |
IgfsAsyncImpl.asSecondary()
Return the given IGFS as a secondary file system.
|
IgfsSecondaryFileSystem |
IgfsEx.asSecondary()
Return the given IGFS as a secondary file system.
|
IgfsSecondaryFileSystem |
IgfsImpl.asSecondary()
Return the given IGFS as a secondary file system.
|
| Modifier and Type | Method and Description |
|---|---|
IgfsSecondaryOutputStreamDescriptor |
IgfsMetaManager.createDual(IgfsSecondaryFileSystem fs,
IgfsPath path,
boolean simpleCreate,
Map<String,String> props,
boolean overwrite,
int bufSize,
short replication,
long blockSize,
IgniteUuid affKey)
Create the file in DUAL mode.
|
boolean |
IgfsMetaManager.deleteDual(IgfsSecondaryFileSystem fs,
IgfsPath path,
boolean recursive)
Delete path in DUAL mode.
|
boolean |
IgfsMetaManager.mkdirsDual(IgfsSecondaryFileSystem fs,
IgfsPath path,
Map<String,String> props)
Create directory in DUAL mode.
|
IgfsSecondaryInputStreamDescriptor |
IgfsMetaManager.openDual(IgfsSecondaryFileSystem fs,
IgfsPath path,
int bufSize)
Open file in DUAL mode.
|
boolean |
IgfsMetaManager.renameDual(IgfsSecondaryFileSystem fs,
IgfsPath src,
IgfsPath dest)
Rename path in DUAL mode.
|
IgfsEntryInfo |
IgfsMetaManager.synchronizeFileDual(IgfsSecondaryFileSystem fs,
IgfsPath path)
Synchronizes with secondary file system.
|
IgfsEntryInfo |
IgfsMetaManager.updateDual(IgfsSecondaryFileSystem fs,
IgfsPath path,
Map<String,String> props)
Update path in DUAL mode.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 1.6.0 Release Date : May 18 2016