org.apache.cassandra.io
Class SequenceFile.AbstractWriter

java.lang.Object
  extended by org.apache.cassandra.io.SequenceFile.AbstractWriter
All Implemented Interfaces:
IFileWriter
Direct Known Subclasses:
SequenceFile.ConcurrentWriter, SequenceFile.FastConcurrentWriter, SequenceFile.Writer
Enclosing class:
SequenceFile

public abstract static class SequenceFile.AbstractWriter
extends java.lang.Object
implements IFileWriter


Field Summary
protected  java.lang.String filename_
           
 
Method Summary
 java.lang.String getFileName()
           
 long lastModified()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.cassandra.io.IFileWriter
append, append, append, append, append, close, close, getCurrentPosition, getFileSize, seek, writeDirect, writeLong
 

Field Detail

filename_

protected java.lang.String filename_
Method Detail

getFileName

public java.lang.String getFileName()
Specified by:
getFileName in interface IFileWriter
Returns:
the name of the file.

lastModified

public long lastModified()
Specified by:
lastModified in interface IFileWriter
Returns:
the last file modification time.


Copyright © 2009 The Apache Software Foundation