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 SummaryFields Modifier and Type Field Description static Replicator.Internal$MODULE$Static reference to the singleton instance of this Scala object.
 - 
Constructor SummaryConstructors Constructor Description Internal$()
 - 
Method SummaryAll 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- 
DeletedDigestpublic ByteString DeletedDigest() 
 - 
LazyDigestpublic ByteString LazyDigest() 
 - 
NotFoundDigestpublic ByteString NotFoundDigest() 
 - 
DeletedEnvelopepublic akka.cluster.ddata.Replicator.Internal.DataEnvelope DeletedEnvelope() 
 
- 
 
-