| Package | Description |
|---|---|
| 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.processors.igfs |
Contains high performance file system processor.
|
| org.apache.ignite.internal.processors.igfs.secondary.local |
| Modifier and Type | Method and Description |
|---|---|
IgfsSecondaryFileSystemPositionedReadable |
IgfsSecondaryFileSystem.open(IgfsPath path,
int bufSize)
Opens a file for reading.
|
| Modifier and Type | Method and Description |
|---|---|
IgfsSecondaryFileSystemPositionedReadable |
LocalIgfsSecondaryFileSystem.open(IgfsPath path,
int bufSize)
Opens a file for reading.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IgfsInputStreamImpl
Input stream to read data from grid cache with separate blocks.
|
class |
IgfsLazySecondaryFileSystemPositionedReadable
Lazy readable entity which is opened on demand.
|
| Modifier and Type | Method and Description |
|---|---|
@Nullable IgniteInternalFuture<byte[]> |
IgfsDataManager.dataBlock(IgfsEntryInfo fileInfo,
IgfsPath path,
long blockIdx,
@Nullable IgfsSecondaryFileSystemPositionedReadable secReader)
Get data block for specified file ID and block index.
|
@Nullable byte[] |
IgfsDataManager.secondaryDataBlock(IgfsPath path,
long blockIdx,
IgfsSecondaryFileSystemPositionedReadable secReader,
int blockSize)
Get data block for specified block index from secondary reader.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LocalFileSystemPositionedReadable
Positioned readable interface for local secondary file system.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.0 Release Date : February 27 2020