public interface CommandStream
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.neo4j.helpers.collection.Visitor<StorageCommand,IOException> visitor)
Accepts a visitor into the commands making up this transaction.
|
void accept(org.neo4j.helpers.collection.Visitor<StorageCommand,IOException> visitor) throws IOException
visitor - Visitor which will see the commands.IOException - if there were any problem reading the commands.Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.