Java org.apache.cassandra.io.util SequentialWriter fields, constructors, methods, implement or subclass

Example usage for Java org.apache.cassandra.io.util SequentialWriter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.cassandra.io.util SequentialWriter.

The text is from its open source code.

Constructor

SequentialWriter(File file, SequentialWriterOption option, boolean strictFlushing)
Create SequentialWriter for given file with specific writer option.

Method

voidclose()
StringgetPath()
longlength()
DataPositionmark()
voidresetAndTruncate(DataPosition mark)
Drops all buffered data that's past the limits of our new file mark + buffer capacity, or syncs and truncates the underlying file to the marked position
voidsync()
Synchronize file contents with disk.
voidwrite(byte[] b)