public interface CommandsToApply extends CommandStream
StorageEngine
, as well as reference to next()
group of commands.
The linked list will form a batch.Modifier and Type | Method and Description |
---|---|
CommandsToApply |
next() |
boolean |
requiresApplicationOrdering() |
long |
transactionId() |
accept
long transactionId()
CommandsToApply next()
boolean requiresApplicationOrdering()
true
if applying this group of commands requires that any group chronologically
before it also needing ordering have been fully applied. This is a way to force serial application
of some groups and in extension their whole batches.Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.