Class NodeFactory.SSoAWR<K,V>

All Implemented Interfaces:
AccessOrderDeque.AccessOrder<Node<K,V>>, Node<K,V>, WriteOrderDeque.WriteOrder<Node<K,V>>
Direct Known Subclasses:
NodeFactory.SSoAWRMS, NodeFactory.SSoAWRMW
Enclosing class:
NodeFactory

static class NodeFactory.SSoAWR<K,V> extends NodeFactory.SSoAW<K,V>
  • Constructor Details

  • Method Details

    • casWriteTime

      public final boolean casWriteTime(long expect, long update)
      Description copied from interface: Node
      Atomically sets the write time to the given updated value if the current value equals the expected value and returns if the update was successful.