Package akka.cluster.ddata
Class Replicator.Deleted$
- java.lang.Object
-
- akka.cluster.ddata.Replicator.Deleted$
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Replicator
public static class Replicator.Deleted$ extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static Replicator.Deleted$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Deleted$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <A extends ReplicatedData>
Replicator.Deleted<A>apply(Key<A> key)
java.lang.String
toString()
<A extends ReplicatedData>
scala.Option<Key<A>>unapply(Replicator.Deleted<A> x$0)
-
-
-
Field Detail
-
MODULE$
public static final Replicator.Deleted$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
toString
public final java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
apply
public <A extends ReplicatedData> Replicator.Deleted<A> apply(Key<A> key)
-
unapply
public <A extends ReplicatedData> scala.Option<Key<A>> unapply(Replicator.Deleted<A> x$0)
-
-