Package | Description |
---|---|
org.neo4j.storageengine.api |
Modifier and Type | Method and Description |
---|---|
StorageCommand |
CommandReader.read(ReadableChannel channel)
Reads the next
StorageCommand from channel . |
Modifier and Type | Method and Description |
---|---|
void |
CommandStream.accept(org.neo4j.helpers.collection.Visitor<StorageCommand,IOException> visitor)
Accepts a visitor into the commands making up this transaction.
|
void |
StorageEngine.createCommands(Collection<StorageCommand> target,
ReadableTransactionState state,
StorageStatement storageStatement,
ResourceLocker locks,
long lastTransactionIdWhenStarted)
Generates a list of
commands representing the changes in the given transaction state
(state and legacyIndexTransactionState . |
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.