|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileMark | |
---|---|
org.apache.cassandra.io.util |
Uses of FileMark in org.apache.cassandra.io.util |
---|
Classes in org.apache.cassandra.io.util that implement FileMark | |
---|---|
protected static class |
BufferedRandomAccessFile.BufferedRandomAccessFileMark
Class to hold a mark to the position of the file |
Methods in org.apache.cassandra.io.util that return FileMark | |
---|---|
FileMark |
BufferedRandomAccessFile.mark()
|
FileMark |
FileDataInput.mark()
|
FileMark |
MappedFileDataInput.mark()
|
Methods in org.apache.cassandra.io.util with parameters of type FileMark | |
---|---|
long |
BufferedRandomAccessFile.bytesPastMark(FileMark mark)
|
long |
FileDataInput.bytesPastMark(FileMark mark)
|
long |
MappedFileDataInput.bytesPastMark(FileMark mark)
|
void |
BufferedRandomAccessFile.reset(FileMark mark)
|
void |
FileDataInput.reset(FileMark mark)
|
void |
MappedFileDataInput.reset(FileMark mark)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |