public static interface SerializableBatch.Operation extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
replay(Batch batch)
Replays this operation on the given
batch. |
void replay(Batch batch) throws RepositoryException
batch.batch - the batch.RepositoryException - if an error occurs replaying the
operation.Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.