Interface SerializableBatch.Operation
-
- All Superinterfaces:
java.io.Serializable
- Enclosing class:
- SerializableBatch
public static interface SerializableBatch.Operation extends java.io.Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
replay(Batch batch)
Replays this operation on the givenbatch
.
-
-
-
Method Detail
-
replay
void replay(Batch batch) throws RepositoryException
Replays this operation on the givenbatch
.- Parameters:
batch
- the batch.- Throws:
RepositoryException
- if an error occurs replaying the operation.
-
-