Interface BookieFileChannel

All Known Implementing Classes:
DefaultFileChannel

public interface BookieFileChannel
A FileChannel for the JournalChannel read and write, we can use this interface to extend the FileChannel which we use in the JournalChannel.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Close file channel and release all resources.
    boolean
    Check the given file if exists.
    Get the file descriptor of the opened file.
    An interface for get the FileChannel from the provider.