Class LmdbPageCardinalityEstimator
java.lang.Object
org.eclipse.rdf4j.sail.lmdb.estimate.LmdbPageCardinalityEstimator
- All Implemented Interfaces:
Closeable, AutoCloseable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()longestimateEntries(long txnId, String dbName, byte[] minKey, int minKeyLength, byte[] maxKey, int maxKeyLength, GroupMatcher matcher) longtotalEntries(long txnId, String dbName)
-
Constructor Details
-
LmdbPageCardinalityEstimator
- Throws:
IOException
-
-
Method Details
-
estimateEntries
public long estimateEntries(long txnId, String dbName, byte[] minKey, int minKeyLength, byte[] maxKey, int maxKeyLength, GroupMatcher matcher) throws IOException - Throws:
IOException
-
totalEntries
- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-