Interface TxDatabaseAdapter.LoopOp

  • Enclosing class:
    TxDatabaseAdapter
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public static interface TxDatabaseAdapter.LoopOp
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.projectnessie.versioned.persist.tx.TxDatabaseAdapter.OpResult apply​(ConnectionWrapper conn, org.projectnessie.versioned.Hash targetRefHead)
      Applies an operation within a CAS-loop.