Get key count @see Database#getCount(Transaction, int)
(Transaction txn)
| 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 |