public interface CommandReaderFactory
CommandReader
instances for specific entry versions.Modifier and Type | Method and Description |
---|---|
CommandReader |
byVersion(byte version)
Given
version give back a CommandReader capable of reading such commands. |
CommandReader byVersion(byte version)
version
give back a CommandReader
capable of reading such commands.
Command writers/readers may choose to use log entry version for command versioning or could
introduce its own scheme.version
- log entry version. Versions are typically 0 or negative numbers.CommandReader
for reading commands of that version.Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.