1 Reply Latest reply on Mar 9, 2010 10:12 AM by manik

    Fastest way to determine if a node exists?

    wjm

      Hi.  I'm using 3.2.3CA with mvcc and wondering if there's a good way to test a node for existence.  I could either call getNode() or hasChild() officially, since peek() and friends seem to pretty much have disappeared from the SPI API now.

       

      Is there an optimized way to do this?