Interface ILinearize


  • public interface ILinearize
    A interface for the linearization algorithms that order the DAG nodes into a sequence of instructions to execute. https://en.wikipedia.org/wiki/Linearizability#Linearization_points
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.commons.logging.Log LOG  
    • Field Detail

      • LOG

        static final org.apache.commons.logging.Log LOG