akka.persistence
Class PersistentBatch$

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

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

See Also:
Serialized Form

Field Summary
static PersistentBatch$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
PersistentBatch$()
           
 
Method Summary
 PersistentBatch create(java.lang.Iterable<Persistent> persistentBatch)
          Java 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 PersistentBatch$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

PersistentBatch$

public PersistentBatch$()
Method Detail

create

public PersistentBatch create(java.lang.Iterable<Persistent> persistentBatch)
Java API.

Parameters:
persistentBatch - (undocumented)
Returns:
(undocumented)