Class FileProvider.Log

java.lang.Object
org.infinispan.persistence.sifs.FileProvider.Log
All Implemented Interfaces:
Closeable, AutoCloseable
Enclosing class:
FileProvider

public final class FileProvider.Log extends Object implements Closeable
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
    final int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Log(int fileId, FileChannel fileChannel)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Field Details

    • fileId

      public final int fileId
    • fileChannel

      public final FileChannel fileChannel
  • Constructor Details

    • Log

      public Log(int fileId, FileChannel fileChannel)
  • Method Details