Package akka.persistence
Class RecoveryCompleted$
- java.lang.Object
- 
- akka.persistence.RecoveryCompleted
- 
- akka.persistence.RecoveryCompleted$
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- scala.Equals,- scala.Product
 
 public class RecoveryCompleted$ extends RecoveryCompleted implements scala.Product, java.io.Serializable Sent to aPersistentActorwhen the journal replay has been finished.- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static RecoveryCompleted$MODULE$Static reference to the singleton instance of this Scala object.
 - 
Constructor SummaryConstructors Constructor Description RecoveryCompleted$()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanEqual(java.lang.Object x$1)RecoveryCompleted$getInstance()Java API: get the singleton instanceinthashCode()intproductArity()java.lang.ObjectproductElement(int x$1)scala.collection.Iterator<java.lang.Object>productIterator()java.lang.StringproductPrefix()java.lang.StringtoString()- 
Methods inherited from class akka.persistence.RecoveryCompletedequals, productElementName, productElementNames
 
- 
 
- 
- 
- 
Field Detail- 
MODULE$public static final RecoveryCompleted$ MODULE$ Static reference to the singleton instance of this Scala object.
 
- 
 - 
Method Detail- 
getInstancepublic RecoveryCompleted$ getInstance() Java API: get the singleton instance- Overrides:
- getInstancein class- RecoveryCompleted
 
 - 
productPrefixpublic java.lang.String productPrefix() - Specified by:
- productPrefixin interface- scala.Product
- Overrides:
- productPrefixin class- RecoveryCompleted
 
 - 
productAritypublic int productArity() - Specified by:
- productArityin interface- scala.Product
- Overrides:
- productArityin class- RecoveryCompleted
 
 - 
productElementpublic java.lang.Object productElement(int x$1) - Specified by:
- productElementin interface- scala.Product
- Overrides:
- productElementin class- RecoveryCompleted
 
 - 
productIteratorpublic scala.collection.Iterator<java.lang.Object> productIterator() - Specified by:
- productIteratorin interface- scala.Product
- Overrides:
- productIteratorin class- RecoveryCompleted
 
 - 
canEqualpublic boolean canEqual(java.lang.Object x$1) - Specified by:
- canEqualin interface- scala.Equals
- Overrides:
- canEqualin class- RecoveryCompleted
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- RecoveryCompleted
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- RecoveryCompleted
 
 
- 
 
-