Commit operation as per Section 5.2.7 of RFC 7047
[ovsdb.git] / library / src / main / java / org / opendaylight / ovsdb / lib / operations / Operations.java
index 4e84de23be20e4631d6a5e3aefa38299df400887..364262f2197dd0d1afdbd344153ae2b0f6d0df82 100644 (file)
@@ -29,4 +29,7 @@ public class Operations {
         return new Delete<>(schema);
     }
 
+    public Commit commit(Boolean durable) {
+        return new Commit(durable);
+    }
 }
\ No newline at end of file