|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectakka.persistence.PersistentBatch
public class PersistentBatch
Instructs a Processor
to atomically write the contained Persistent
messages to the
journal. The processor receives the written messages individually as Persistent
messages.
During recovery, they are also replayed individually.
Constructor Summary | |
---|---|
PersistentBatch(scala.collection.immutable.Seq<Resequenceable> batch)
|
Method Summary | |
---|---|
scala.collection.immutable.Seq<Resequenceable> |
batch()
|
static 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 |
Methods inherited from interface scala.Product |
---|
productArity, productElement, productIterator, productPrefix |
Methods inherited from interface scala.Equals |
---|
canEqual, equals |
Constructor Detail |
---|
public PersistentBatch(scala.collection.immutable.Seq<Resequenceable> batch)
Method Detail |
---|
public static PersistentBatch create(java.lang.Iterable<Persistent> persistentBatch)
persistentBatch
- (undocumented)
public scala.collection.immutable.Seq<Resequenceable> batch()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |