Interface SerializableBatch.Operation

All Superinterfaces:
Serializable
Enclosing class:
SerializableBatch

public static interface SerializableBatch.Operation extends Serializable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    replay(Batch batch)
    Replays this operation on the given batch.
  • Method Details