Class Replicator.FlushChanges$

  • All Implemented Interfaces:
    Replicator.Command
    Enclosing class:
    Replicator

    public static class Replicator.FlushChanges$
    extends java.lang.Object
    implements Replicator.Command
    Notify subscribers of changes now, otherwise they will be notified periodically with the configured notify-subscribers-interval.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Replicator.FlushChanges$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      FlushChanges$()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

        public static final Replicator.FlushChanges$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • FlushChanges$

        public FlushChanges$()