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