public void open(Transaction txn, IterableIndex index, Object... user_arg)
     throws DatabaseException {
   super.open(txn, index, user_arg);
   last_opstat = index_cursor.getSearchKey(key, data, LockMode.DEFAULT);
 }