Uses of Interface
org.apache.cassandra.io.util.FileMark

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)
           
 



Copyright © 2011 The Apache Software Foundation