Package | Description |
---|---|
org.apache.cassandra.io.compress | |
org.apache.cassandra.io.util |
Modifier and Type | Class and Description |
---|---|
protected static class |
CompressedSequentialWriter.CompressedFileWriterMark
Class to hold a mark to the position of the file
|
Modifier and Type | Method and Description |
---|---|
FileMark |
CompressedSequentialWriter.mark() |
Modifier and Type | Method and Description |
---|---|
void |
CompressedSequentialWriter.resetAndTruncate(FileMark mark) |
Modifier and Type | Class and Description |
---|---|
protected static class |
RandomAccessReader.BufferedRandomAccessFileMark
Class to hold a mark to the position of the file
|
protected static class |
SequentialWriter.BufferedFileWriterMark
Class to hold a mark to the position of the file
|
Modifier and Type | Method and Description |
---|---|
FileMark |
FileDataInput.mark() |
FileMark |
MappedFileDataInput.mark() |
FileMark |
RandomAccessReader.mark() |
FileMark |
SequentialWriter.mark() |
Modifier and Type | Method and Description |
---|---|
long |
FileDataInput.bytesPastMark(FileMark mark) |
long |
MappedFileDataInput.bytesPastMark(FileMark mark) |
long |
RandomAccessReader.bytesPastMark(FileMark mark) |
void |
FileDataInput.reset(FileMark mark) |
void |
MappedFileDataInput.reset(FileMark mark) |
void |
RandomAccessReader.reset(FileMark mark) |
void |
SequentialWriter.resetAndTruncate(FileMark mark) |
Copyright © 2015 The Apache Software Foundation