public class FileSnapshotOutputStream extends Object implements org.gridgain.grid.internal.processors.cache.database.snapshot.SnapshotOutputStream
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close method.
|
void |
plainWrite(ByteBuffer data)
Writes plain data to stream.
|
long |
position()
Returns this stream's position.
|
public void plainWrite(ByteBuffer data) throws org.apache.ignite.IgniteCheckedException
plainWrite in interface org.gridgain.grid.internal.processors.cache.database.snapshot.SnapshotOutputStreamdata - Plain data.org.apache.ignite.IgniteCheckedException - If IO exception has happened.public void close()
throws org.apache.ignite.IgniteCheckedException
close in interface AutoCloseableclose in interface org.gridgain.grid.internal.processors.cache.database.snapshot.SnapshotOutputStreamorg.apache.ignite.IgniteCheckedException - in case of IO failure.public long position()
position in interface org.gridgain.grid.internal.processors.cache.database.snapshot.SnapshotOutputStream
GridGain In-Memory Computing Platform : ver. 8.9.15 Release Date : December 3 2024