Package org.iq80.leveldb.impl
Class TableCache.TableAndFile
java.lang.Object
org.iq80.leveldb.impl.TableCache.TableAndFile
- Enclosing class:
TableCache
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateTableAndFile(File databaseDir, long fileNumber, UserComparator userComparator, boolean verifyChecksums) -
Method Summary
-
Field Details
-
table
-
-
Constructor Details
-
TableAndFile
private TableAndFile(File databaseDir, long fileNumber, UserComparator userComparator, boolean verifyChecksums) throws IOException - Throws:
IOException
-
-
Method Details
-
getTable
-