Class L1WriteSynchronizer


  • public class L1WriteSynchronizer
    extends Object
    A write synchronizer that allows for a single thread to run the L1 update while others can block until it is completed. Also allows for someone to attempt to cancel the write to the L1. If they are unable to, they should really wait until the L1 write has completed so they can guarantee their update will be ordered properly.
    Since:
    6.0
    Author:
    wburns