Class Replicator.Get$

  • All Implemented Interfaces:
    java.io.Serializable, scala.Serializable
    Enclosing class:
    Replicator

    public static class Replicator.Get$
    extends java.lang.Object
    implements scala.Serializable
    See Also:
    Serialized Form
    • Field Detail

      • MODULE$

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

      • Get$

        public Get$()
    • Method Detail

      • $lessinit$greater$default$4

        public <A extends ReplicatedData> scala.Option<java.lang.Object> $lessinit$greater$default$4()
        Send this message to the local Replicator to retrieve a data value for the given key. The Replicator will reply with one of the GetResponse messages.

        The optional request context is included in the reply messages. This is a convenient way to pass contextual information (e.g. original sender) without having to use ask or maintain local correlation data structures.

        Returns:
        (undocumented)
      • apply$default$4

        public <A extends ReplicatedData> scala.Option<java.lang.Object> apply$default$4()
        Send this message to the local Replicator to retrieve a data value for the given key. The Replicator will reply with one of the GetResponse messages.

        The optional request context is included in the reply messages. This is a convenient way to pass contextual information (e.g. original sender) without having to use ask or maintain local correlation data structures.

        Returns:
        (undocumented)