public class IgfsSecondaryFileSystemCreateContext extends Object
| Constructor and Description |
|---|
IgfsSecondaryFileSystemCreateContext(IgfsSecondaryFileSystem fs,
IgfsPath path,
boolean overwrite,
boolean simpleCreate,
Map<String,String> props,
short replication,
long blockSize,
int bufSize)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
OutputStream |
create()
Create file in the secondary file system.
|
IgfsSecondaryFileSystem |
fileSystem() |
IgfsFile |
info()
Get file info.
|
String |
toString() |
public IgfsSecondaryFileSystemCreateContext(IgfsSecondaryFileSystem fs, IgfsPath path, boolean overwrite, boolean simpleCreate, @Nullable Map<String,String> props, short replication, long blockSize, int bufSize)
fs - File system.path - Path.overwrite - Overwrite flag.simpleCreate - Simple create flag.props - Properties.replication - Replication.blockSize - Block size.bufSize - Buffer size.public OutputStream create()
public IgfsFile info()
public IgfsSecondaryFileSystem fileSystem()
Follow @ApacheIgnite
Ignite Fabric : ver. 2.5.0 Release Date : May 23 2018