| Package | Description |
|---|---|
| org.gridgain.grid.ggfs |
Contains GridGain File System APIs.
|
| Modifier and Type | Method and Description |
|---|---|
GridGgfsOutputStream |
GridGgfs.append(GridGgfsPath path,
boolean create)
Opens an output stream to an existing file for appending data.
|
GridGgfsOutputStream |
GridGgfs.append(GridGgfsPath path,
int bufSize,
boolean create,
Map<String,String> props)
Opens an output stream to an existing file for appending data.
|
GridGgfsOutputStream |
GridGgfs.create(GridGgfsPath path,
boolean overwrite)
Creates a file and opens it for writing.
|
GridGgfsOutputStream |
GridGgfs.create(GridGgfsPath path,
int bufSize,
boolean overwrite,
GridUuid affKey,
int replication,
long blockSize,
Map<String,String> props)
Creates a file and opens it for writing.
|
Copyright © 2014. All rights reserved.