Package org.infinispan.persistence.sifs
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 FileChannel
fileChannel
int
fileId
-
Constructor Summary
Constructors Constructor Description Log(int fileId, FileChannel fileChannel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
-
-
-
Field Detail
-
fileId
public final int fileId
-
fileChannel
public final FileChannel fileChannel
-
-
Constructor Detail
-
Log
public Log(int fileId, FileChannel fileChannel)
-
-
Method Detail
-
close
public void close() throws IOException
- Throws:
IOException
-
-