MCPcopy Create free account
hub / github.com/cruppstahl/upscaledb / getCount

Method getCount

java/java/de/crupp/upscaledb/Database.java:324–327  ·  view source on GitHub ↗

Get key count @see Database#getCount(Transaction, int)

(Transaction txn)

Source from the content-addressed store, hash-verified

322 * @see Database#getCount(Transaction, int)
323 */
324 public long getCount(Transaction txn)
325 throws DatabaseException {
326 return getCount(txn, 0);
327 }
328
329 /**
330 * Get key count

Callers 3

testGetKeyCountMethod · 0.95
testBulkOperationsMethod · 0.95

Calls 2

ups_db_countMethod · 0.95
getHandleMethod · 0.45

Tested by 3

testGetKeyCountMethod · 0.76
testBulkOperationsMethod · 0.76