| Modifier and Type | Method and Description |
|---|---|
Log |
Backend.getSystemMgmtLog() |
Log |
Backend.getSystemTxLog() |
Log |
Backend.getTriggerLog(String identifier) |
| Modifier and Type | Method and Description |
|---|---|
Log |
LogManager.openLog(String name,
ReadMarker readMarker)
Opens a log for the given name and starts reading from it at the given readMarker once a
MessageReader
is registered. |
| Modifier and Type | Class and Description |
|---|---|
class |
KCVSLog
Implementation of
Log wrapped around a KeyColumnValueStore. |
| Modifier and Type | Method and Description |
|---|---|
Log |
KCVSLogManager.openLog(String name,
ReadMarker readMarker) |
| Constructor and Description |
|---|
ManagementLogger(StandardTitanGraph graph,
Log sysLog,
SchemaCache schemaCache,
TimestampProvider times) |
ManagementSystem(StandardTitanGraph graph,
KCVSConfiguration config,
Log sysLog,
ManagementLogger mgmtLogger) |
Copyright © 2012–2014. All rights reserved.