public class CommitLog extends Object
Stores the commit log of a GraknTx.
Stores the commit log of a GraknTx which is uploaded to the server when the GraknSession is closed.
The commit log is also uploaded periodically to make sure that if a failure occurs the counts are still roughly maintained.
| Constructor and Description |
|---|
CommitLog() |
| Modifier and Type | Method and Description |
|---|---|
mjson.Json |
getFormattedLog() |
Optional<String> |
submit(String engineUri,
Keyspace keyspace)
Submits the commit logs to the provided server address and under the provided
Keyspace |
Copyright © 2017 Grakn Labs Ltd. All rights reserved.