Class Replicator.Internal$.Write$

  • All Implemented Interfaces:
    java.io.Serializable, scala.Function3<java.lang.String,​akka.cluster.ddata.Replicator.Internal.DataEnvelope,​scala.Option<UniqueAddress>,​akka.cluster.ddata.Replicator.Internal.Write>
    Enclosing class:
    Replicator.Internal$

    public class Replicator.Internal$.Write$
    extends scala.runtime.AbstractFunction3<java.lang.String,​akka.cluster.ddata.Replicator.Internal.DataEnvelope,​scala.Option<UniqueAddress>,​akka.cluster.ddata.Replicator.Internal.Write>
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Write$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      akka.cluster.ddata.Replicator.Internal.Write apply​(java.lang.String key, akka.cluster.ddata.Replicator.Internal.DataEnvelope envelope, scala.Option<UniqueAddress> fromNode)  
      java.lang.String toString()  
      scala.Option<scala.Tuple3<java.lang.String,​akka.cluster.ddata.Replicator.Internal.DataEnvelope,​scala.Option<UniqueAddress>>> unapply​(akka.cluster.ddata.Replicator.Internal.Write x$0)  
      • Methods inherited from class scala.runtime.AbstractFunction3

        curried, tupled
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Write$

        public Write$()
    • Method Detail

      • toString

        public final java.lang.String toString()
        Specified by:
        toString in interface scala.Function3<java.lang.String,​akka.cluster.ddata.Replicator.Internal.DataEnvelope,​scala.Option<UniqueAddress>,​akka.cluster.ddata.Replicator.Internal.Write>
        Overrides:
        toString in class scala.runtime.AbstractFunction3<java.lang.String,​akka.cluster.ddata.Replicator.Internal.DataEnvelope,​scala.Option<UniqueAddress>,​akka.cluster.ddata.Replicator.Internal.Write>
      • apply

        public akka.cluster.ddata.Replicator.Internal.Write apply​(java.lang.String key,
                                                                  akka.cluster.ddata.Replicator.Internal.DataEnvelope envelope,
                                                                  scala.Option<UniqueAddress> fromNode)
        Specified by:
        apply in interface scala.Function3<java.lang.String,​akka.cluster.ddata.Replicator.Internal.DataEnvelope,​scala.Option<UniqueAddress>,​akka.cluster.ddata.Replicator.Internal.Write>
      • unapply

        public scala.Option<scala.Tuple3<java.lang.String,​akka.cluster.ddata.Replicator.Internal.DataEnvelope,​scala.Option<UniqueAddress>>> unapply​(akka.cluster.ddata.Replicator.Internal.Write x$0)