Exemple #1
0
 /** Latch this node, optionally setting the generation. */
 public void latch(boolean updateGeneration) throws DatabaseException {
   original(updateGeneration);
   latch.acquire();
 }