com.sleepycat.je.log
Class FileHandleSource

java.lang.Object
  extended by com.sleepycat.je.log.FileSource
      extended by com.sleepycat.je.log.FileHandleSource
All Implemented Interfaces:
LogSource

 class FileHandleSource
extends FileSource

FileHandleSource is a file source built on top of a cached file handle.


Constructor Summary
FileHandleSource(FileHandle fileHandle, int readBufferSize, FileManager fileManager)
           
 
Method Summary
 void release()
          We're done with this log source.
 
Methods inherited from class com.sleepycat.je.log.FileSource
getBytes, getBytes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileHandleSource

FileHandleSource(FileHandle fileHandle,
                 int readBufferSize,
                 FileManager fileManager)
Method Detail

release

public void release()
             throws DatabaseException
Description copied from interface: LogSource
We're done with this log source.

Specified by:
release in interface LogSource
Overrides:
release in class FileSource
Throws:
DatabaseException
See Also:
LogSource.release()


Copyright 2004-2005 Sleepycat, Inc. All Rights Reserved.