public class StandardLogProcessorFramework extends Object implements LogProcessorFramework
| Constructor and Description |
|---|
StandardLogProcessorFramework(StandardTitanGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
LogProcessorBuilder |
addLogProcessor(String logIdentifier)
Returns a processor builder for the transaction log with the given log identifier.
|
boolean |
removeLogProcessor(String logIdentifier)
Removes the log processor for the given identifier and closes the associated log.
|
void |
shutdown()
Closes all log processors, their associated logs, and the backing graph instance
|
public StandardLogProcessorFramework(StandardTitanGraph graph)
public boolean removeLogProcessor(String logIdentifier)
LogProcessorFrameworkremoveLogProcessor in interface LogProcessorFrameworkpublic void shutdown()
throws TitanException
LogProcessorFrameworkshutdown in interface LogProcessorFrameworkTitanExceptionpublic LogProcessorBuilder addLogProcessor(String logIdentifier)
LogProcessorFrameworkaddLogProcessor in interface LogProcessorFrameworklogIdentifier - Name that identifies the transaction log to be processed,
i.e. the one used in TransactionBuilder.logIdentifier(String)Copyright © 2012–2015. All rights reserved.