akka.persistence
Class SelectedSnapshot$

java.lang.Object
  extended by akka.persistence.SelectedSnapshot$
All Implemented Interfaces:
java.io.Serializable

public class SelectedSnapshot$
extends java.lang.Object
implements scala.Serializable

See Also:
Serialized Form

Field Summary
static SelectedSnapshot$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
SelectedSnapshot$()
           
 
Method Summary
 SelectedSnapshot create(SnapshotMetadata metadata, java.lang.Object snapshot)
          Java API, Plugin API.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

public static final SelectedSnapshot$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

SelectedSnapshot$

public SelectedSnapshot$()
Method Detail

create

public SelectedSnapshot create(SnapshotMetadata metadata,
                               java.lang.Object snapshot)
Java API, Plugin API.

Parameters:
metadata - (undocumented)
snapshot - (undocumented)
Returns:
(undocumented)