Package akka.cluster.ddata
Class Replicator.Internal$
- java.lang.Object
-
- akka.cluster.ddata.Replicator.Internal$
-
- Enclosing class:
- Replicator
public static class Replicator.Internal$ extends java.lang.Object
INTERNAL API
-
-
Nested Class Summary
-
Field Summary
Fields Modifier and Type Field Description static Replicator.Internal$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Internal$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ByteString
DeletedDigest()
akka.cluster.ddata.Replicator.Internal.DataEnvelope
DeletedEnvelope()
ByteString
LazyDigest()
ByteString
NotFoundDigest()
-
-
-
Field Detail
-
MODULE$
public static final Replicator.Internal$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
DeletedDigest
public ByteString DeletedDigest()
-
LazyDigest
public ByteString LazyDigest()
-
NotFoundDigest
public ByteString NotFoundDigest()
-
DeletedEnvelope
public akka.cluster.ddata.Replicator.Internal.DataEnvelope DeletedEnvelope()
-
-