public interface LogProcessorFramework
LogProcessorBuilder returned by
addLogProcessor(String) one can process the change events for a particular transaction log identified by name.| 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
|
LogProcessorBuilder addLogProcessor(String logIdentifier)
logIdentifier - Name that identifies the transaction log to be processed,
i.e. the one used in TransactionBuilder.logIdentifier(String)boolean removeLogProcessor(String logIdentifier)
logIdentifier - void shutdown()
throws TitanException
TitanExceptionCopyright © 2012–2015. All rights reserved.