Interface Mutator


public interface Mutator
Indicates that the value represented by this object has changed and needs to be replicated.
Author:
Paul Ferraro
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Mutator
    Trivial Mutator implementation that does nothing.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Ensure that this object replicates.
  • Field Details

    • PASSIVE

      static final Mutator PASSIVE
      Trivial Mutator implementation that does nothing. New cache entries, in particular, don't require mutation.
  • Method Details

    • mutate

      void mutate()
      Ensure that this object replicates.