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.ObjectINTERNAL 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 ByteStringDeletedDigest()akka.cluster.ddata.Replicator.Internal.DataEnvelopeDeletedEnvelope()ByteStringLazyDigest()ByteStringNotFoundDigest() 
 - 
 
- 
- 
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()
 
 - 
 
 -