Package org.seaborne.delta.server.http
Class LogOp
- java.lang.Object
-
- org.seaborne.delta.server.http.LogOp
-
public class LogOp extends Object
Patch Log operations
-
-
Constructor Summary
Constructors Constructor Description LogOp()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidappend(DeltaAction action)Execute an append, assuming the action has been verified that it is an append operationstatic voidfetch(DeltaAction action)
-
-
-
Method Detail
-
append
public static void append(DeltaAction action) throws IOException
Execute an append, assuming the action has been verified that it is an append operation- Throws:
IOException
-
fetch
public static void fetch(DeltaAction action) throws IOException
- Throws:
IOException
-
-